UNIX NetWork

Software, NetBSD, Debian, Suse, UbuntuJanuary 23, 2009 4:19 pm

NetBSD


ServerName netbsd3.homeunix.org
ServerAlias netbsd3.homeunix.org www.netbsd3.homeunix.org
DocumentRoot /home/dmesg/public_htlm/msn/
ErrorLog var/log/netbsd3.homeunix.org-error.log
CustomLog var/log/netbsd3.homeunix.org-custom.log custom

Linux

NameVirtualHost 193.216.109.211


ServerName net.bsdnetwork.org
ServerAlias net.bsdnetwork.org
DocumentRoot /home/dmesg/public_html/net
ScriptAlias /cgi-bin/ /home/dmesg/public_html/cgi-bin

Software, Debian, Security, UbuntuJuly 2, 2007 8:15 pm

Lets install Nessus in Ubuntu in a few steps :)

Open a terminal window and type in:

sudo apt-get install nessus

sudo apt-get install nessusd

sudo nessus-adduser

then add a user to nessus, set user and passwd, to login when ready.

sudo ln -fs /etc/init.d/nessusd /etc/rc2.d/S20nessusd

sudo /etc/init.d/nessusd start

sudo gedit /usr/share/applications/Nessus.desktop

Insert the following lines into the new file

[Desktop Entry]
Name=Nessus
Comment=Nessus
Exec=nessus
Icon=/usr/share/pixmaps/nessus.xpm
Terminal=false
Type=Application
Categories=Application;System;

After that you can find Nessus in the Gnome menu under Applications -> System Tools.