Too difficult to imagine Unix OS’s administrator which does not use ssh protocol (Secure SHell). In this how-to I would like to show how easy to use SSH Public Key Based Authentication. The most useful benefits for me in key authentication: ssh authentication without password ssh login from shell scripts security There are just two [...]
Posted on March 26th, 2011 by admin
Filed under: Software | Comments Off
For change hostname to ‘howtobsd.com’ you should edit /etc/rc.conf: hostname=”howtobsd.com” You also can change hostname without reboot by command: #hostname howtobsd.com but after reboot i will return on value in rc.conf check current hostname: hostname
Posted on March 26th, 2011 by admin
Filed under: Tips | Comments Off
If you have just installed FreeBSD from CD\DVD, first that you need to do – update ports collection freebsd (update freebsd ports tree) and src files from repositories. With cvsup update ports collection isn’t difficult. Install cvsup: #cd /usr/ports/net/cvsup-without-gui/ #make install clean Copy and edit supfile (I describe only ports tree upfating process. Src updating [...]
Posted on September 12th, 2010 by admin
Filed under: Software | 2 Comments »