Posted: May 21, 2010 at 12:06 am This has the files you have to use for managing NFS server on Solaris year:
/ Etc / DFS / fstypes
/ Etc / rmtab
/ Etc / nfs / nfslog.conf
/ Etc / default / nfslogd
/ Etc / default / nfs
The / etc / DFS / dfstab file (local share directories)
share -F nfs -o rw,root=host2 -d "Share name" /path/to/share
/ Etc / DFS / sharetab (what I have shared)
Continue Reading




(5 votes, average: 5.00 out of 5)
Loading ... Posted: October 1, 2009 at 6:57 pm | Tags: bind , dns , Linux This tutorial is about setting up DNS on Ubuntu and is the result of lot of documentation, tutorials and Many Many attempts. Hope you'll find it usefull.
For installing the DNS service on the machine, first thing to do in installing BIND (Berkeley Internet Name Daemon):
sudo apt-get install bind9
The next thing to do is to configure bind. Usualy, for this you have to edit named.conf, But in Ubuntu the configuration file is good for named.conf.local:
sudo / etc / bind / named.conf.local
Now you have to add the zones: Continue Reading




(15 votes, average: 4.93 out of 5)
Loading ... 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 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 ... Posted: July 25, 2009 at 3:42 pm | Tags: autocomplete , Komodo , php editor I've Been searching for a PHP editor works on Linux and That Provides the functions That Were used on Rapid PHP (the editor I used on Ms.). I tried Eclipse, Bluefish, Kate, NetBeans and still a couple, But neither is the editor I need.
I used gedit for a long time, the only problem is It does have autocomplete. Now I found Komodo: HAS autocomplete, Is Not using Many Continue Reading




(22 votes, average: 4.82 out of 5)
Loading ... Posted: July 21, 2009 at 7:44 pm | Tags: lxsplit install , join files , lxsplit , split files Below I DESCRIBE how to split the file into larger Several small files. This is Useful When You Want to copy the file on the stick is Bigger Than the Stick's capacity.
The file used is this example is a 75 MB. Mkv.
I Will use for splitting and joining the lxsplit. Mkv file. So, i need to install lxsplit:
wget http://sourceforge.net/projects/lxsplit/files/lxsplit/lxsplit-0.2.4.tar.gz/download
Decompression: Continue Reading




(17 votes, average: 5.00 out of 5)
Loading ... Posted: July 14, 2009 at 10:32 pm | Tags: . exe in linux , wine , wine install Installing for Wine:
apt-get install wine
After install, in the Applications menu, Wine option will be avaible, as illustrated in the picture below:
Continue Reading




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