Royksopp - Remind Me live at Glastonbury 2005

Supercomputing Gets Personal
Octane III takes high performance computing out of the data center and puts it at the deskside. It combines the immense power and performance capabilities of a high-performance cluster with the portability and usability of a workstation to enable a new era of personal innovation in strategic science, research, development and visualization.

In contrast with standard 2P workstations with only eight cores and moderate memory capacity, Octane III’s superior design permits up to 80 high-performance cores and nearly 1TB of memory. Octane III significantly accelerates time-to-results for over 50 HPC applications and supports the latest Intel® processors to capitalize on greater levels of performance, flexibility and scalability. Pre-configured with system software, cluster set up is a breeze.
We gonna install Nessus security scanner on Mandrila Linux,
Firts of all, we install nessus from urpmi
#urpmi nessus
Then we install nessus gtk and nessus Server, that it says nessus security scanner from add and remove software, after that is installed, we create a user on nessus Server as a root
#nessus-adduser
After adding a user on nessus Server we do this
# ln -fs /etc/init.d/nessusd /etc/rc2.d/S20nessusd
# /etc/init.d/nessusd start
# gedit /usr/share/applications/Nessus.desktop
And insert the next text on the gedit file
[Desktop Entry]
Name=Nessus
Comment=Nessus
Exec=nessus
Icon=/usr/share/pixmaps/nessus.xpm
Terminal=false
Type=Application
Categories=Application;System;
Alter that, you can find Nessus on aplications – system tools
Thats it Enjoy it.