Archive for the ‘IIS’ Category

301 Redirect in IIS 6.0

If you are planning to move a website to a new domain name, the most efficient way to setup URL redirection is to with the 301 Redirect. The 301 HTTP status code means moved permanently. For this reason, it is the best method to use to preserve a website’s search engine placement.
 

 
This tutorial will cover [...]

How to Get Linux Version, Build, and Distribution

Getting the Linux Version, build, and Distribution is easy. In the example below, I  ran the command on a Dell Optiplex 755 running CentOS 4.6. Just run the command below in a terminal window and the output will display useful information:
cat /proc/version
Linux version 2.6.9-67.0.15.ELsmp (mockbuild@builder10.centos.org) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-9)) #1 SMP Thu [...]

How to Install an Internal Hard Drive on Linux

Mounting an internal hard drive in Linux is not quite as simple as installing a hard drive on a Windows machine. After installing the hard drive, there are only a few steps that I will cover below. First, before this will work, you need to make sure the motherboard recognizes there is a new hard [...]