How to – Debian Static IP Configuration

On a basic Debian machine without a graphical interface assigning the same IP address all the times can be achieved in two ways. Static IP Address To configure a static IP, (an IP that will never change), and not use DHCP you must edit the file /etc/networking/interfaces. Insert the following code at the end of … Read more

Browser Auto-config and Wpad deployment

Using a Proxy Server in your Company’s Network is one of the best decisions you have made. But this decision can bring you some administration overhead if you don’t have an automatic way to provision the browser settings. Fortunately, for Microsoft Operating Systems there is a way to accomplish this. The procedure involves a configuration … Read more

How to use 301 Redirect for moved or missing pages

You’ve just redesigned some pages of your web site. The pages have high search engine rankings that you don’t want to lose. How can you safely redirect web site traffic from your old pages to the new pages without losing your rankings? You can do this by using a ” 301 redirect “.