Linux
How to resize/increase VMWare Hard Drive (HD) of an existing virtual machine/vm
How to resize/increase VMWare Hard Drive (HD) of an existing virtual machine/vm. In this example we are using RedHat 6 and VMWare ESX 5.1. we […]
Disabling Apache Directory Browsing
Disabling directory browsing on apache2. First thing you will need to go is browse into the following directory:
Checking NIC Speed in Linux
To check the link speed for Linux, the easiest method is to issue the following command:dmesg | grep 100. This will bring up anything with 100mb or higher, so if you have a 10mb NIC, or think you do, then change it to 10 instead of 100.