Recent Posts

Pink is the New Black

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.

Search This Blog's Tags For:

Recent Posts Tagged With 'shell'

  • Sexifying WHM with XML API

    Posted on Wednesday May 7th, 2008 at 04:33 in php, tutorials, code, shell, Uncategorized, cpanel

    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

    Posted on Wednesday October 31st, 2007 at 08:43 in shell

    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

    Posted on Monday August 27th, 2007 at 02:59 in php, tutorials, shell

    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

    Posted on Sunday June 10th, 2007 at 01:09 in tutorials, shell

    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...