Technology Support Desk | Take Control of Technology » Entries tagged with "ssh"
Install Webmin on Ubuntu server 9.10
SSH onto your server Get the latest version (1.510 to date) wget http://prdownloads.sourceforge.net/webadmin/webmin_1.510_all.deb Extract and install the package dpkg –install webmin_1.510_all.deb It may error on a few dependencies so to overcome those install these apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl … Read entire article »
Filed under: Computer Tips and Tricks
Change your Ubuntu server from a dynamic to static IP address
To allow your Ubuntu server to work with a static IP, you need to amend a couple of files. If you have Webmin installed, its much easier to do this in the network interface section of the System settings. However details below are how to do this from the command ssh terminal prompt. Edit your interface file sudo vi /etc/network/interfaces Change it to look the same as the following – obviously amending it to have your relevant network details in. auto eth0 iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 Press shift ZZ to save the file once amended. Amend DNS settings We need to add in the DNS settings by editing the resolv.conf file: sudo vi /etc/resolv.conf On the line nameserver xxx.xxx.xxx.xxx replace the x with the IP of your name server. Remove DHCP client This will remove the now … Read entire article »
Filed under: Computer Tips and Tricks


Twitter