Below is the procedure for resizing LVM volumes using ext4: 1. Unmount the filesystem and check its LV # umount /mnt/test 2....
To block a specific referrer on your Apache server, edit the httpd.conf to include the following block: RewriteEngine on RewriteCond %{HTTP_REFERER} ^http://(www\.)?badsite\.com...
If your swap partition is on a logical volume it can be resized without rebooting your system using a few easy steps....
VSP cache can get very large on a Windows server; especially if it’s a Virtual Server. To disable the VSP cache, perform...
If you want to change a tape in NetBackup to be in a non-robotic library and remove it from the inventory, you...
If your server is reporting the incorrect time (i.e. PDT instead of EDT) you can correct it pretty easily. 1. Login as...
If you attempt to create a partition larger than 2 TB using fdisk it doesn’t work, so instead you will need to...
To rename a logical volume, you can perform the following steps: In this example we will rename APPS to TOMCAT. 1. First...
If you need to redirect a URL with encoded characters you may discover that mod_rewrite does not work well with them. If...
To install Oracle 10g on a RHEL 5 server, you need to perform the following steps as root: //create user and groups...