Technology Support Desk | Take Control of Technology » Entries tagged with "linux commands"
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
Create a scheduled job using Cronjob in Webmin
For this example I’m going to create a daily reboot at 4am for my server. Log into webmin and go to System > Scheduled Cron Jobs Then at the bottom choose Create Scheduled Cron Job Add in the appropriate commands and give it a description. Set the time as necessary. There are some default settings in there to use if necessary. Otherwise pick your own times. Click Create and it’s now set up. … Read entire article »
Filed under: Computer Tips and Tricks



Twitter