Posted: September 29, 2009 at 10:38 pm | Tags: Linux , shell script This is a simple shell script. This is what it can do:
[1] Display current time and date
[2] Display files from current folder
[3] Display the calendar
[4] Start year text editor
[5] Harddisk information
[6] Verify with ping resourcesit.com
This is the complete script. Feel free to use or modify as you like to: Continue Reading




(15 votes, average: 5.00 out of 5)
Loading ...
Posted: September 29, 2009 at 7:40 pm | Tags: interface , IP address , nameserver , network After year update, the Network Manager crashed. In this Situation, The easyest way to set up a static IP address configuration is to edit the files myself. First, I have to remove the Network Manager.
sudo apt-get remove-purge network-manager
The first file to modify is / etc / network / interfaces:
sudo gedit / etc / network / interfaces
Continue Reading




(15 votes, average: 5.00 out of 5)
Loading ...
Posted: September 29, 2009 at 12:30 am | Tags: subnet mask , subnet mask tables , subnetting , wildcard mask This is the subnet mask table. Content:
- Shows the first column the number of subnet mask bits.
- Shows the second column the resulting subnet mask in dotted decimal format.
- Shows the third column the resulting wildcard mask in dotted decimal format.
| Number of subnet mask bits | Subnet mask | Wildcard mask |
|---|
| / 8 | 255.0.0.0 | 0,255,255,255 |
| / 9 | 255.128.0.0 | 0,127,255,255 |
Continue Reading




(17 votes, average: 5.00 out of 5)
Loading ...
Posted: September 20, 2009 at 11:04 am | Tags: webmin , install webmin ubuntu This tutorial is about installing Webmin in Ubuntu.
First, get the webmin package from sourceforge.net. For installing on Ubuntu we Need the debian package:
wget http://garr.dl.sourceforge.net/sourceforge/webadmin/webmin_1.441_all.deb
Continue Reading




(17 votes, average: 5.00 out of 5)
Loading ...