Feeds:
Posts
Comments

Archive for March 7th, 2008

#ssh-keygen -t dsa#cat ~/.ssh/id_dsa.pub | ssh remote_host “cat >> .ssh/authorized_keys”
The SSH server on remote_host must allow pub key authentication.

Read Full Post »

In FreeBSD there are two ways or technologies for installing third-party software: the FreeBSD Ports Collection (for installing from source), and packages (for installing from pre-built binaries). Both of the technologies have some advantages and disadvantages.
For Fresh ports and packages check for the following sites.
http://www.FreeBSD.org/ports/
http://www.FreshPorts.org/ 
http://www.freshmeat.net/
Using the Package System
# ftp -a ftp2.FreeBSD.org

Connected to ftp2.FreeBSD.org.
220 ftp2.FreeBSD.org [...]

Read Full Post »