Recent Posts
Pink is the New Black
Return To Blog Listing
A sexy look at programming ruby, php, and mySQL as well as various topics ranging from personal and cultural events. Also some free wallpaper, themes, and scripts.
Recent Posts Tagged With 'shell'
Sexifying WHM with XML API
I don’t know about you other cPanel system admins out there, but I find WHM to be very useful for the more advanced and time-consuming tasks, such as installing SSL certificates. However, the easy stuff like changing an account’s package...
How to Make Your System Admin Mad by Creating Huge-Ass Files
So If you’ve ever woke up in the morning and asked yourself…”Hmm, how can I make my system admin’s job harder to the point where they get mad and shut down my server?” Well, lucky for you I can answer that question. ...
Size Matters with PHP
I figured this might be helpful to post since it seems to be a fairly common issue poking up about PHP’s limits in regard to file size. It’s no secret to fellow programmers that PHP is incapable of readily handling files over 2gb on th...
Listing IP Addresses of a Server
I hate using the jarbled output of ifconfig to find out what ip addresses are active on a server, so using this complex command will list all the IP addresses of the server in a nice little list: ifconfig | grep 'inet addr:'| grep -v '1...
