CodySnider.com
| Main Menu | |||||||
|---|---|---|---|---|---|---|---|
|
| Guides | ||||
|---|---|---|---|---|
|
| Myspace Tools | ||
|---|---|---|
|
| Latest Articles |
|---|
| Statistics |
|---|
|
Members: 89 Articles: 130 Visitors: 175606 |
| Login |
|---|
| Checking Your Firewall |
|
|
|
|
An easy way to check your security.
First, enable the universe and multiverse repositories in your source list. This will ensure you have access to this software. Now, let's add some packages. One is the client (nessus), one is the host(nessusd): sudo apt-get install nessus After those install, we need to create a login on the host for the client: sudo nessus-adduser Now, let's add a link and start the host service: sudo ln -fs /etc/init.d/nessusd /etc/rc2.d/S20nessusd Let's add an icon/launcher to the application menu: sudo gedit /usr/share/applications/Nessus.desktop When that window opens, put this information into it and save: [Desktop Entry] In your applications menu under the 'system tools' submenu you will find your program. Have fun. :-) |


