Wat is this?

Oh WordPress 3.0 :-3 hai

What does this mean? I have no idea but I guess theres a bunch of new features and such. I never started using WordPress until I noticed how many of XenServ’s clients were using WordPress.

Upgrading with XenServ

How did I upgrade? Well often Plugins and such can BREAK causing WordPress to eat up more cpu, etc. When you’re paying a host less then 10 dollars a month and every page load including the(ose) broken script’s it’s not quite friendly :-/ so please review error_log always :-) and if you don’t have error_log, that sucks!

I don’t have many Plugins, they actually had updates which i did prior. I was considering trying 3.0 during the Release Candidate days but I decided to wait until client’s may try an upgrade.

I’d suggest removing all prior Plug-ins, anything custom; Then Upgrade, of course Backup first :) . You may not need to remove every plugin, just understand that freshly installing things may be best. After upgrading keep an eye on the error_log for details of issues.

This blog hasn’t had a single error since Jan. lots of resource consuming blogs fill logs with dozens of errors per second which isn’t healthy – we run error_log’ing for easy diagnostic usages.

cmanns@pts/1 # tail error_log
[24-Jan-2010 09:20:57] PHP Parse error:  syntax error, unexpected ‘[‘ in /home/evilpuma/public_html/wp-content/themes/piano-black/index.php on line 13

Posted in CPanel, FreeBSD Stuff, XenServ | Leave a comment

I lol’d, #PHP IRC Weed Discussion

I’m not sure what I’m more sad about, judging by cover most would say PHP developers are smart individuals….I like how they indirectly say I was spitting lies.

<impl> I don’t think there should be arbitrary age restrictions on drugs
<cmanns> Maybe govt could say you abuse by selling so much non taxed, but you’d pass out from being baked before you could at all nearly overdose off weed
<feti> cmanns: yes you can.

^Oh so you can overdose (or did he mean abuse?) marijuana, oh okay these guys are gonna be fun.
Continue reading

Posted in WUT | Leave a comment

So you want to use locate on FreeBSD, but with recent changes

Just run the weekly locate script as root.

Sun, 13. Jun 2010, 3:26:17
cmanns@pts/4 [bsd:/home/cmanns] # /etc/periodic/weekly/310.locate

Rebuilding locate database:
Sun, 13. Jun 2010, 3:27:58

Enjoy :-D (Protip: tab complete etpewee31 are you really gonna read all that? Don’t just try to complete dir names so it wont pop up with a tree (or if it does was probably quicker then copy/paste if it wasnt the same, or manually typing.)

Posted in FreeBSD Stuff | Leave a comment

Yo bro, these stripes are worth a thousand hp

And the cup holders are for beer when you engage the flux capacitor.

<iCER: just fitted cup holders in my falcon
<iCER>: ;p
<iCER: mounted the shift kit controls too
<iCER: fun times
<Rejected: haha f**ked on race day
<cmanns: lol
<cmanns: shift kit?
<iCER: electronic shift kit. its gay as but for the daily car its good for shits and giggles
<cmanns: is that stage 1 or 2
<cmanns: or stage over 9000?
<iCER: lol @ stage 1/2
<cmanns: “hey ma, the stickers are good for a thousand horsies”
<iCER: your a funny guy ;p
<cmanns: ty
for those curious
<iCER: justy a solenoid that tells the car to have 0 delay when it changes gears

Posted in WUT | Leave a comment

I ruv you FreeBSD

After checking out what was going to be upgraded and reviewing UPDATING, only apacheXX needed something done.
portsnap fetch update && portmaster portmaster\* && portmaster -a

Basically…. now to see at 8:30 how long it takes manually recompiling anything needed.

of course the time may be alil longer as you don’t always notice portmaster waiting on ya =/

Continue reading

Posted in WUT | Leave a comment

LiteSpeed WHM/CPanel Fun!

What do you do when you switch from Apache (easyapache3) to LiteSpeed?

Oh myfg (omfg) litespeed doesn’t have this cute thing to select what I want D:

Recompile LiteSpeed with last default settings, wonder why theres only –enable-mysqli and such… restart wham no sites work lol. I think we at least need MySQL in a shared env? Heres the quick fix

At shell do php-cgi -i | grep Configure or somthing, copy the code. I created this blog post soely so I could post the html infested code. I suppose you could pipe the output into a html file like php-cgi -i >> lol.html?

EasyApache3 PHP 5.2.13

Configure Command ‘./configure’ ‘–disable-pdo’ ‘–enable-bcmath’ ‘–enable-calendar’ ‘–enable-exif’ ‘–enable-fastcgi’ ‘–enable-ftp’ ‘–enable-gd-native-ttf’ ‘–enable-libxml’ ‘–enable-magic-quotes’ ‘–enable-mbstring’ ‘–enable-soap’ ‘–enable-sockets’ ‘–enable-zip’ ‘–prefix=/usr’ ‘–with-bz2′ ‘–with-curl=/opt/curlssl/’ ‘–with-curlwrappers’ ‘–with-freetype-dir=/usr’ ‘–with-gd’ ‘–with-gettext’ ‘–with-imap=/opt/php_with_imap_client/’ ‘–with-imap-ssl=/usr’ ‘–with-jpeg-dir=/usr’ ‘–with-kerberos’ ‘–with-libdir=lib64′ ‘–with-libexpat-dir=/usr’ ‘–with-libxml-dir=/opt/xml2′ ‘–with-libxml-dir=/opt/xml2/’ ‘–with-mcrypt=/opt/libmcrypt/’ ‘–with-mysql=/usr’ ‘–with-mysql-sock=/var/lib/mysql/mysql.sock’ ‘–with-mysqli=/usr/bin/mysql_config’ ‘–with-openssl=/usr’ ‘–with-openssl-dir=/usr’ ‘–with-pcre-regex=/opt/pcre’ ‘–with-pic’ ‘–with-png-dir=/usr’ ‘–with-tidy=/opt/tidy/’ ‘–with-ttf’ ‘–with-xmlrpc’ ‘–with-xpm-dir=/usr’ ‘–with-xsl=/opt/xslt/’ ‘–with-zlib’ ‘–with-zlib-dir=/usr’

LiteSpeed LSAPI 5 PHP 5.2.13

‘–with-mysqli’ ‘–with-mysql=/usr/bin/mysql’ ‘–with-zlib’ ‘–with-mysql’ ‘–with-gd’ ‘–enable-shmop’ ‘–enable-track-vars’ ‘–enable-sockets’ ‘–enable-sysvsem’ ‘–enable-sysvshm’ ‘–enable-magic-quotes’ ‘–enable-mbstring’ ‘–with-iconv’ ‘–with-litespeed’ ‘–with-libdir=lib64′ ‘–enable-memcache’  ‘–enable-xcache’  ‘–with-libexpat-dir=/usr’ ‘–with-libxml-dir=/opt/xml2′ ‘–with-libxml-dir=/opt/xml2/’ ‘–with-mcrypt=/opt/libmcrypt/’ ‘–with-mysql=/usr’ ‘–with-mysql-sock=/var/lib/mysql/mysql.sock’ ‘–with-mysqli=/usr/bin/mysql_config’ ‘–with-openssl=/usr’ ‘–with-openssl-dir=/usr’ ‘–with-pcre-regex=/opt/pcre’ ‘–with-pic’ ‘–with-png-dir=/usr’ ‘–with-tidy=/opt/tidy/’ ‘–with-ttf’ ‘–with-xmlrpc’ ‘–with-xpm-dir=/usr’ ‘–with-xsl=/opt/xslt/’ ‘–enable-ftp’ ‘–enable-gd-native-ttf’ ‘–enable-libxml’ ‘–enable-mbstring’ ‘–with-bz2′ ‘–with-curl=/opt/curlssl/’ ‘–with-curlwrappers’ ‘–with-freetype-dir=/usr’ ‘–with-gd’ ‘–with-gettext’ ‘–with-imap=/opt/php_with_imap_client/’ ‘–with-imap-ssl=/usr’ ‘–with-jpeg-dir=/usr’ ‘–enable-zip’

Apply Changes, graceful restart, and profit!

Edit: I forgot to mention –enable-xcache to statically load xcache, I would have to say I notice no performance/mem difference with those extensions enabled, vs not many (When I had only mysql to quickly solve the downtime)

Posted in CPanel, XenServ | Leave a comment

What have I been up too?

Nothing too much but work

Todays a relaxing Friday I guess :-)

Been trying to get some new things rolled out related with uploadpla.net and XenServ <3

Posted in WUT | Leave a comment

So I browsed a american car site

Now every website I browse with Google Ads shows muscle car performance crap.

I browsed the RX7 club for years and volvo sites and saw no volvo ad’s, yet a mustang forum totally changes my ads.

Google, you so didn’t win my clicks.

Posted in WUT | 1 Comment

Meat

Meat <3

Eat wise, cook good, live good.

Delicious cooking meat

Delicious cooking meat

Don't be afraid

Don't be afraid

Steaks Sizzlin

Posted in Food, Personal | Tagged , | Leave a comment

Cook durricious!

Horrible using burgers as a choice but gotta love good food.

Now I could cook a different set burger a day, anyway my friends or family desire. Frozen, or fresh hamburger, chicken, etc. The best choice is to learn not burning the pan with a skillet, then I discovered slow cooking :D …. someday I’ll say what I put in exactly however I always tell everyone the basics.

Mien

Delicious, read on...


Continue reading

Posted in WUT | Leave a comment