[Verse 1] A tornado flew around my room before you came Excuse the mess it made, it usually doesn’t rain In Southern California, much like Arizona My eyes don’t shed tears, but, boy, they pour when I’m thinkin’ ’bout you [Bridge] (Ooh, no, no, no) I’ve been thinkin’ ’bout you (You know, know, know) I’ve […]
Month: March 2012
Increase Upload Size – PHP.INI file
For a friend of a friend… Add the Following to the php.ini File You may increase the file size limits by modifying the upload size. Use our friend find and edit the following (nano): ./etc/php5/cli/php.ini ./etc/php5/apache2/php.ini Then look for the following (in nano “W” is our friend) memory_limit = 128M upload_max_filesize = 2M post_max_size = […]
Android Apps on Google Play
Android Market Reboot
Whoa, did you see that… Well it wasn’t necessarily the black cat in the Matrix movie but something noticeable. Visit https://play.google.com/store
Time Laps Drive to Work
Can you ‘find’ it
Today I had someone ask me how to find a file on the Linux box that had been using. I quickly responded to this person with the following find -name “somefile.example” I just thought I’d share more right from the man pages. findutils is actually made up of 4 utilities: find – search for files […]