vaiism's tutorials

Disable Solaris Registration Program

Contributed by vaiism on October 5, 2003 under Solaris system administration

The following command will disable the registration reminder that appears after you install Solaris.

2 comments Continue reading... 
 

Add a default route

Contributed by vaiism on under Solaris networking

This command will add a default route (gateway). You should create an /etc/defaultrouter file with the IP to have it set to this for each boot.

2 comments Continue reading... 
 

Solaris: Get default route information

Contributed by vaiism on under Solaris networking

Get information about the default route (gateway)

4 comments Continue reading... 
 

How to Dump Content using Mysqldump

Contributed by vaiism on under MySQL

This command dumps the content of a database in MySQL to a text file. This will prompt for password of account used with ‘-p’

2 comments Continue reading...