Recent Comments
- Roger Cody Venable on MySQL Upgrade To 5.1: Database Name Prefix #mysql50#
- Sharon Cote on Disappearing Bottom Panel & Top With Firefox + Linux Mint
- Pratik on Install GD Library For PHP5 On CentOS
- Compiling, Running and Cursing on Chromium OS – Getting It To Work ~ Mattias Geniar on Chromium OS: error: RPC failed; result=22, HTTP code = 502
- Lovelesh on Simple Apache Security Trick – ServerTokens & ServerSignature
- No need on VMware: internal error – vmodl.fault.HostCommunication
Category Archives: linux
Using rsync over cp: don’t we just love progressbars?
If you need to copy large files in a Linux environment, you would usually use the cp command. Makes sense, since it’s to copy files. The downside: you don’t know how far you are within your copy. You can toggle … Continue reading
FTP & SELinux: 500 OOPS: cannot change directory
If you’ve created a new user, and assigned it a home directory, you might run into the following error message when you’re running SELinux in combination with FTP daemons (proftpd, vsftpd, …): 500 OOPS: cannot change directory. The message is thrown … Continue reading
Disappearing Bottom Panel & Top With Firefox + Linux Mint
I had this strange bug using Linux Mint + Firefox 3.x, where every time I would start the browser, it would load in a semi-full screen mode. It would cover my bottom bar (the “start menu”, as Windows-users would call … Continue reading
Update A Specific Package With apt-get
Probably default knowledge to most, but I didn’t find it right way. Turns out the “install” parameter, is also the “upgrade” control for a specific package. If you’re trying to update a specific package, do this: apt-get install <package> If … Continue reading
System Calls In Apache (Linux) vs IIS (Windows)
The following 2 pictures show a clear difference in system calls between a Linux’ Apache, and a Windows’ IIS. Draw your own conclusions. :-)