I always forget how to unTAR a .bz2 file – perhaps this little memory aid will help me remember for the future.tar -xjvf filename.bz2This will do the trick The key to the magic is to provide the j...
Learn MoreThe Apache web server has a convenient feature called Name-based Virtual Hosting. This function allows us to have a single LAMP Stack server configured on one IP address, but serve a different set of files...
Learn MoreBy default, CentOS 7 comes with support for PHP 5.4. Sadly that version has reached the end of its life in 2015and is no longer updated by the developers. If we want to stay up to date with the latest...
Learn MoreI had an issue with one of my servers the other day: its power supply died unexpectedly during a scheduled restart. The poor thing never cam back up again. Lucky for me, the data centre could simply swap out...
Learn MoreFrom time to time, the yum package manager may encounter issues with duplicate packages that are erroneously installed on a system. This manifests in a yum update going awry, telling us something along the...
Learn More