Friday, November 25, 2011

Change IP Address In Ubuntu Server

To change IP address, you’ll need to edit /etc/network/interfaces #sudo vi /etc/network/interfaces For static IP addresses: auto eth0 iface eth0 inet static address 192.168.0.250 netmask 255.255.255.0 network 192.168.0.0 gateway 192.68.0.1 broadcast 192.168.0.255 For dynamic IP addresses: auto eth0 iface eth0 inet dhcp #sudo /etc/init.d/networking rest...

Read more »

Thursday, November 24, 2011

How to Install Windows Server 2008 Step by Step

Installing Windows Server 2008 is pretty straightforward and is very much like installing Windows Vista, but I thought I'd list the necessary steps here for additional information. For those of you who have never installed Vista before, the entire installation process is different than it used to be in previous Microsoft operating systems,...

Read more »

Friday, November 18, 2011

How To Setup a DNS Server In Ubuntu

Overview Would you like to setup a DNS Server in Ubuntu? How about setting up a private internal domain name at home? Well, you’ve come to the right place. There are number of tutorials on the internet showing you how to setup a DNS Server with Ubuntu using Bind 9. So, why another how-to document? That’s a good question. I’ve decided I needed to write a simple tutorial that anyone with a little bit of Linux knowledge would be...

Read more »

Thursday, November 17, 2011

How to Determine a Location From an IP Address

Why would you need to know a person's location? Every Internet user is assigned an IP address that traces their steps on the Internet while they are browsing web sites. Generally, ISPs provide each user with a IP address that is either dedicated to their account or rotates as often as hourly, services such as AOL use a rotating IP address for various customer location ranges that potentially thousands of customers may be surfing...

Read more »

Configuring Network Interfaces in Ubuntu Server

Configuring Network Interfaces in Ubuntu vi /etc/network/interfaces the above command will allow you to edit the network configuration file , to start editing the file press insert and start to input your network settings. # This file describes the network interfaces available on your system # and how to activate them. For more information,...

Read more »

How to install Ubuntu Server 9.04 Linux Operating System

Ubuntu Server 9.04 Installation Guide So before we start the installation make sure that you have your Harddrive formatted and Ready or a blank Virtual Machine Ready. Now go and download the Ubuntu Server 9.04 Edition from http://www.ubuntu.com/getubuntu/download-server It is compatible with both AMD and INTEL, the only option you need...

Read more »