Wednesday, May 21, 2014

Changing a hostname on FreeBSD

In /etc/rc.conf change the value of the hostname to the desired name.
For example:

hostname="fbsdtest"

Restart the system

Solaris 11 Destkop installation

Simple step to install a desktop (Gnome) on Solaris 11 As root run the following command # pkg install solaris-desktop If the download ...