0

RAID on Solaris


Commands used to create and manage RAID on Solaris:

metadb

Create the state databases:

metadb -a -f c0d0s4 c0d0s0 c0d0s1
Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 5.00 out of 5)
Loading ... Loading ...

0

Managing the NFS server on Solaris


This are the files you have to use for managing an NFS server on Solaris:

/etc/dfs/fstypes
/etc/rmtab
/etc/nfs/nfslog.conf
/etc/default/nfslogd
/etc/default/nfs

The /etc/dfs/dfstab file: (share local directories)

share -F nfs -o rw,root=host2 -d "Share name" /path/to/share

/etc/dfs/sharetab (what I have shared)
Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 5.00 out of 5)
Loading ... Loading ...

0

Diffrent solaris commands:


Here are some basic Solaris commands:

Add swap space:
/etc/vfstab
/dev/dsk/c0d0s1 – – swap – no -
Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading ... Loading ...

0

How to migrate a zone in Solaris


This is a tutorial about migrating a zone in Solaris. First, you have to create the manifest. On the host system, use the folowing command and direct the output to a file:

zoneadm -z myzone detach -n > /export/home/myzone-manifest.txt
cd /export/home
tar cf myzone-manifest.tar myzone-manifest.txt
sftp host2 Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 5.00 out of 5)
Loading ... Loading ...

0

How to create zones in Solaris


Here is a quick tutorial for creating zones in Solaris 10. First, you have to create 2 partitions on the disk of your system. Partitions 3 and 4 has to be set to 1 Gb. Use the format utility.

With newfs you can create UFS filesystem on the partitions 3 and 4:

newfs /dev/rdsk/c0d0s3
newfs /dev/rdsk/c0d0s4

Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 5.00 out of 5)
Loading ... Loading ...

0

Set up RIP on a simple 3 router network


This is the configuration of RIP protocol on a simple 3 router network.
RIP on cisco routers

Router R1 running config

R1#sh running-config
Building configuration… Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (13 votes, average: 5.00 out of 5)
Loading ... Loading ...

2

How to set up DNS server with BIND on Ubuntu


This tutorial is about setting up DNS on Ubuntu and is the result of lot of documentation, many tutorials and many attempts. Hope you’ll find it usefull.
For installing DNS service on a machine, first thing to do in installing BIND (Berkley 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 for bine is named.conf.local:

sudo /etc/bind/named.conf.local

Now you have to add the zones: Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (15 votes, average: 4.93 out of 5)
Loading ... Loading ...

2

Simple shell script


This is a simple shell script. This is what it can do:

[1] Display curent time and date
[2] Display files from current folder
[3] Display the calendar
[4] Start an text editor
[5] Harddisk information
[6] Verify resourcesit.com with ping

This is the complete script. Feel free to use or modify as you like to: Continue Reading

1 Star2 Stars3 Stars4 Stars5 Stars (15 votes, average: 5.00 out of 5)
Loading ... Loading ...

1

How to set up a static IP address on Ubuntu


After an update, the Network Manager crashed. In this situation, the easyest way to set up a static IP address is to edit the configuration 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

1 Star2 Stars3 Stars4 Stars5 Stars (15 votes, average: 5.00 out of 5)
Loading ... Loading ...

2

Subnet mask and wildcard table


This is a subnet mask table. Content:
- the first column shows the number of subnet mask bits.
- the second column shows the resulting subnet mask in dotted decimal format.
- the third column shows the resulting wildcard mask in dotted decimal format.

Continue Reading

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

1 Star2 Stars3 Stars4 Stars5 Stars (17 votes, average: 5.00 out of 5)
Loading ... Loading ...

Rumanian flagItalian flagEnglish flagGerman flagFrench flagSpanish flagRussian flagGreek flagDutch flagBulgarian flagCzech flagCroat flagDanish flagFinnish flagSwedish flagNorwegian flagSerbian flagSlovenian flagUkrainian flagTurkish flagHungarian flag
By N2H

Random Posts Recent Comments

  • gilgit baltistan Says:

    good work here...

  • Haynes Cromartie Says:

    I found the tutorial to be concise and very helpful. I will be sure to recommend it to others. Than...

  • admin Says:

    Amigo, Please formulate your question in english if you really need help! Cheers!...

  • Mauricio Gonçalves Says:

    Boa tarde, Amigo eu não consigo add novo user poderia me ajudar? ele fala que o comando não é ...

  • aniket Says:

    thanks..................

  • Eitan Says:

    Thanks for sharing. This is the most practicable article for bind!!! Cheers, Eitan...

  • Flossy Says:

    Zubao0 That's really thinking out of the box. Thanks!...

  • Michael Esch Says:

    I used this tutorial to install Komodo Edit 6 on Ubuntu 10.10; I rate your tutorial 5/5 I hope that...

  • admin Says:

    @dan Am rulat aplicatii create in visual basic si in fox sub wine, deci cred ca nu ar trebui sa fie ...

  • dan Says:

    as dori sa imi spuneti daca un prg de conta sub visual basic ruleaza cu wine sub ubuntu intreb deo...

Tag Cloud