How to enable gzip on PHP the easy way!
Gzip can reduce page size by an impressive amount, especially for high traffic sites. We have optimised some of customers sites..
How to reset interface counters in Cisco IOS
You can easily reset the interface counters on an interface in Cisco IOS by running the following command:
clear counters GigabitEthernet..
How to find out which version of Linux you are running
How many times have you logged into a server, and need to find out which exact version of the operating system you are running..
How to monitor/capture packets on Linux
Question: How do I monitor all traffic on a Linux host, or for a particular port?
Answer: You can use the application tcpdump, here are..
How to list all drives installed in Solaris / OpenSolaris
You can use the following command to list all the drives in Solaris or OpenSolaris. This is useful if you are adding new drives, etc via..
Youtube Hosting Architecture
Found an interesting article here regarding Youtube’s hosting architecture. Quite simple actually:..
How to Import Virtual Machines Into ESXi Using the vSphere Client
Rather than copying a virtual machine to the ESXi hardware node, there is a quick easy way to upload it via the VMware vSphere client.
How to install ntop using yum – the easy way!
Rather than building from source, there is a much quicker way of installing ntop on CentOS 5 or RHEL. You can do it via yum! Just add the..
ntop installation error: configure: error: cannot find macro directory `m4′
If you receive this error while trying to install ntop:
configure: error: cannot find macro directory `m4′
Try creating the directory m4..
How to install rrdtool using yum
Rather than building from source, there is a much quicker way of installing rrdtool on CentOS 5 or RHEL. You can do it via yum! Just..
-bash: ./configure: No such file or directory
Have you encountered the following error while trying to compile applications from source on your VPS or server?
-bash: ./configure: No..
How to create a new partition on a Linux Server
This article describes how to configure a new partition from free space on a dedicated server, or a virtual machine with full..