<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3479898670555235257</id><updated>2011-11-27T16:26:37.264-08:00</updated><category term='9.04'/><category term='7.10'/><category term='EeePC'/><category term='9.10'/><category term='dd'/><category term='8.10'/><category term='firewalk'/><category term='iso'/><category term='lucid'/><category term='10.10'/><category term='updates'/><category term='upgrade'/><category term='openvas'/><category term='hardy'/><category term='Jaunty'/><category term='firefox'/><category term='backtrack'/><category term='xulrunner'/><category term='8.04'/><category term='ppa'/><category term='nokia'/><category term='plymouth'/><category term='Eee Control'/><category term='debian'/><category term='websecurify'/><category term='kismet'/><category term='chm'/><category term='n900'/><category term='key'/><category term='malaysia'/><category term='extensions'/><category term='meego'/><category term='java'/><category term='10.04'/><category term='nmap'/><category term='Eee'/><category term='metasploit'/><category term='nessus'/><category term='intrepid'/><category term='source'/><category term='maemo'/><category term='add-ons'/><category term='Atheros'/><category term='web browser'/><category term='ubuntu'/><category term='md5'/><category term='ppa-purge'/><category term='karmic'/><category term='anti-virus'/><category term='compiler'/><title type='text'>Life with Ubuntu</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>40</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-4962068172853654998</id><published>2011-09-16T15:09:00.000-07:00</published><updated>2011-09-16T15:22:52.229-07:00</updated><title type='text'>Installing THC-Hydra 7.0</title><content type='html'>THC just released a new version of Hydra (URL &lt;a href="http://thc.org/thc-hydra/"&gt;http://thc.org/thc-hydra/&lt;/a&gt;), a very fast network logon cracker which support many different services (so the website says).  I decided to install this on my home laptop.  On Ubuntu, you will need to compile the source code provided at URL &lt;a href="http://www.thc.org/releases/hydra-7.0-src.tar.gz"&gt;http://www.thc.org/releases/hydra-7.0-src.tar.gz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I proceeded to untar the source code and when I did the &lt;span style="font-family: courier new;"&gt;./configure&lt;/span&gt; command, a list of libraries that Hydra requires was missing from my laptop.  I only managed to install some of the libraries with the command:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;sudo apt-fast install libpq-dev libsvn-dev libssh-dev&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;However, when I ran the &lt;span style="font-family: courier new;"&gt;./configure&lt;/span&gt; command again, not all libraries were installed (I couldn't' figure out which ones they wanted).  The output I got after the second &lt;span style="font-family: courier new;"&gt;./configure&lt;/span&gt; was:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;&lt;/span&gt;&lt;span style="font-family: courier new;"&gt;&lt;blockquote&gt;&lt;/blockquote&gt;Starting hydra auto configuration ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Detected 32 Bit Linux OS&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Checking for openssl (libssl, libcrypto, ssl.h, sha.h) ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;                                                       ... found&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Checking for idn (libidn.so) ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;                             &lt;span style="font-weight: bold;"&gt;... NOT found, unicode logins and passwords will not be supported&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Checking for pcre (libpcre.so, pcre.h) ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;                                       ... found&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Checking for Postgres (libpq.so, libpq-fe.h) ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;                                             ... found&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Checking for SVN (libsvn_client-1 libapr-1.so libaprutil-1.so) ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;                                                               ... found&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Checking for firebird (libfbclient.so) ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;                                       &lt;span style="font-weight: bold;"&gt;... NOT found, module firebird disabled&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Checking for MYSQL client (libmysqlclient.so, math.h) ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;                                                      ... found&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Checking for AFP (libafpclient.so) ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;                                   &lt;span style="font-weight: bold;"&gt;... NOT found, module Apple Filing Protocol disabled - Apple sucks anyway&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Checking for NCP (libncp.so / nwcalls.h) ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;                                         ... found&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Checking for SAP/R3 (librfc/saprfc.h) ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;                                      &lt;span style="font-weight: bold;"&gt;... NOT found, module sapr3 disabled&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; font-weight: bold;"&gt;Get it from http://www.sap.com/solutions/netweaver/linux/eval/index.asp&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Checking for libssh (libssh/libssh.h) ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;                                      ... found&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Checking for Oracle (libocci.so libclntsh.so / oci.h) ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;                                                      &lt;span style="font-weight: bold;"&gt;... NOT found, module Oracle disabled&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Checking for GUI req's (pkg-config, gtk+-2.0) ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;                                              ... found&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Hydra will be installed into .../bin of: /usr/local&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;  (change this by running ./configure --prefix=path)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Writing Makefile.in ...&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;now type "make"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I then proceeded to issue the &lt;span style="font-family: courier new;"&gt;make &amp;amp;&amp;amp; sudo make install&lt;/span&gt; command to compile and install the program.&lt;br /&gt;&lt;br /&gt;The program seems to work and I hope somebody out there reading this can help me with the missing "&lt;span style="font-family: courier new;"&gt;NOT found, module...&lt;/span&gt;" errors.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-4962068172853654998?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/4962068172853654998/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2011/09/installing-thc-hydra-70.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/4962068172853654998'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/4962068172853654998'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2011/09/installing-thc-hydra-70.html' title='Installing THC-Hydra 7.0'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-8705766168555527387</id><published>2011-01-08T11:56:00.000-08:00</published><updated>2011-01-08T12:07:32.245-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='nokia'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='maemo'/><category scheme='http://www.blogger.com/atom/ns#' term='n900'/><title type='text'>This blog is so dead (not!)...</title><content type='html'>I know I have been rather quiet with my "Life with Ubuntu" blog.  Work has gotten the better part of me and what little time I have now is usually me messing about on my linux based Nokia N900.&lt;br /&gt;&lt;br /&gt;My last post mentioned that was going to test Ubuntu 10.10 but looking at all the changes Canonical has been doing, I think I will stick to my Ubuntu 10.04 LTS build until something compels me to upgrade (perhaps to the next LTS version).&lt;br /&gt;&lt;br /&gt;There are a few article I plan to post in this blog, but it will tie in with another blog I've created called &lt;a href="http://lifewithmaemo.blogspot.com/"&gt;Life with Maemo&lt;/a&gt; which is about my Nokia N900 computer (with phone functionality) running the Maemo 5 operating system (which itself is an ARM based Debian linux "ecosystem").&lt;br /&gt;&lt;br /&gt;Ohh! a belated Merry Christmas and a (belated!) Happy New Year!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-8705766168555527387?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/8705766168555527387/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2011/01/this-blog-is-so-dead-not.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/8705766168555527387'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/8705766168555527387'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2011/01/this-blog-is-so-dead-not.html' title='This blog is so dead (not!)...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-9006330079853881475</id><published>2010-10-20T10:22:00.000-07:00</published><updated>2010-10-20T10:36:30.465-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='meego'/><category scheme='http://www.blogger.com/atom/ns#' term='nokia'/><category scheme='http://www.blogger.com/atom/ns#' term='nmap'/><category scheme='http://www.blogger.com/atom/ns#' term='debian'/><category scheme='http://www.blogger.com/atom/ns#' term='openvas'/><category scheme='http://www.blogger.com/atom/ns#' term='kismet'/><category scheme='http://www.blogger.com/atom/ns#' term='10.10'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='maemo'/><category scheme='http://www.blogger.com/atom/ns#' term='10.04'/><category scheme='http://www.blogger.com/atom/ns#' term='n900'/><title type='text'>What I've been up to...</title><content type='html'>In case you didn't know, Ubuntu 10.10 was released on 10.10.10. I've not upgraded my systems as I am quite happy with 10.04 and the promise of it's LTS (Long Term Support).  That said, I'll pick one of my machines and see how good 10.10 is and post my findings at a later date.&lt;br /&gt;&lt;br /&gt;What have I been up to lately?  My friend (droll) introduced me to a nifty little device called the &lt;a href="http://www.nokia.com/n900"&gt;Nokia N900&lt;/a&gt; which is based of &lt;a href="http://www.maemo.org"&gt;Maemo&lt;/a&gt; which is derived from &lt;a href="http://www.debian.org"&gt;Debian Linux&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I've gotten a nifty overclocking which allows my to underclock the device at 125MHz all the way to 1.15GHz (the stock speeds at 250MHz till 600MHz).  I've also gotten kismet and nmap installed on this device so wireless testing is now simply putting my phone in my pocket and walking around.  I will soon be trying to get install OpenVAS which should make for a rather complete basic pentesting setup, all on my phone.  I may even try Ubuntu 9.04 which somebody ported over to the N900 (it's ARM based).&lt;br /&gt;&lt;br /&gt;Though this site is called "Life with Ubuntu", I guess I'll be including some Maemo/MeeGo blogs in the future.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-9006330079853881475?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/9006330079853881475/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/10/what-ive-been-up-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/9006330079853881475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/9006330079853881475'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/10/what-ive-been-up-to.html' title='What I&apos;ve been up to...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-8121384065442017710</id><published>2010-07-31T18:47:00.000-07:00</published><updated>2010-07-31T18:53:16.872-07:00</updated><title type='text'>News of interest for the month of July 2010...</title><content type='html'>&lt;span style="font-weight: bold;"&gt;inundator v0.5 Released – IDS/IPS/WAF Evasion &amp;amp; Flooding Tool&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;inundator is a multi-threaded, queue-driven, IDS evasion tool. Its purpose is to anonymously flood intrusion detection systems (specifically Snort) with traffic designed to trigger false positives via a SOCKS proxy in order to obfuscate a real attack.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://inundator.sourceforge.net/"&gt;http://inundator.sourceforge.net/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Safe3 SQL Injector – Automatic Detection &amp;amp; Exploitation Of SQL Injection Flaws&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Safe3 SQL Injector is one of the most powerful penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of back-end database servers. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://code.google.com/p/safe3si/"&gt;http://code.google.com/p/safe3si/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;REMnux: A Linux Distribution For Reverse-Engineering Malware&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;REMnux is a lightweight Linux distribution for assisting malware analysts in reverse-engineering malicious software. The distribution is based on Ubuntu and is maintained by Lenny Zeltser.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://zeltser.com/remnux/"&gt;http://zeltser.com/remnux/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Andiparos – Open Source Web Application Security Assessment Tool&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Andiparos is a fork of the famous Paros Proxy. It is an open source web application security assessment tool that gives penetration testers the ability to spider websites, analyze content, intercept and modify requests, etc.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://code.google.com/p/andiparos/"&gt;http://code.google.com/p/andiparos/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Metasploit Framework 3.4.1 Released – 16 New Exploits, 22 Modules &amp;amp; 11 Meterpreter Scripts&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;The Metasploit Project is proud to announce the release of the Metasploit Framework version 3.4.1. This release sees the first official non-Windows Meterpreter payload, in PHP.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.metasploit.com/"&gt;http://www.metasploit.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;thc-ipv6 Toolkit – Attacking the IPV6 Protocol&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;A complete tool set to attack the inherent protocol weaknesses of IPV6 and ICMP6, and includes an easy to use packet factory library. Please note to get full access to all the available tools you need to develop IPV6 tools yourself or submit patches, tools and feedback to the thc-ipv6 project.&lt;/span&gt;&lt;br /&gt;&lt;a href="http://thc.org/thc-ipv6/"&gt;&lt;br /&gt;http://thc.org/thc-ipv6/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Sagan – Real-time System &amp;amp; Event Log (syslog) Monitoring System&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Sagan is a multi-threaded, real time system- and event-log monitoring system, but with a twist. Sagan uses a “Snort” like rule set for detecting “bad things” happening on your network and/or computer systems. If Sagan detects a “bad thing” happening, that event can be stored to a Snort database (MySQL/PostgreSQL) and Sagan will correlate the event with your Snort Intrusion Detection/Intrusion Prevention (IDS/IPS) system. Sagan is meant to be used in a ‘centralized’ logging environment, but will work fine as part of a standalone Host IDS system for workstations.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sagan.softwink.com/"&gt;http://sagan.softwink.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;PlainSight – Open Source Computer Forensics LiveCD&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;PlainSight is a versatile computer forensics environment that allows inexperienced forensic practitioners perform common tasks using powerful open source tools such as RegRipper, Pasco, Mork, Foremost and many more.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.plainsight.info/"&gt;http://www.plainsight.info/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;WPA2 Vulnerability Discovered – “Hole 196″ – A Flaw In GTK (Group Temporal Key)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Malicious insiders can exploit the vulnerability, named “Hole 196″ by the researcher who discovered it at wireless security company AirTight Networks. The moniker refers to the page of the IEEE 802.11 Standard (Revision, 2007) on which the vulnerability is buried. Hole 196 lends itself to man-in-the-middle-style exploits, whereby an internal, authorized Wi-Fi user can decrypt, over the air, the private data of others, inject malicious traffic into the network and compromise other authorized devices using open source software, according to AirTight.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.networkworld.com/newsletters/wireless/2010/072610wireless1.html"&gt;http://www.networkworld.com/newsletters/wireless/2010/072610wireless1.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;iKAT – Interactive Kiosk Attack Tool v3&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;iKAT was designed to aid security consultants with the task of auditing the security of a Windows based internet Kiosk terminal. iKAT is designed to provide access to the underlying operating system of a Kiosk terminal by invoking native OS functionality. This tool should be (and is) used by Kiosk vendors/developers/suppliers to test the security of their own Kiosk products.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ikat.ha.cked.net/"&gt;http://ikat.ha.cked.net/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Knock v1.4.2b – Subdomain Enumeration/Brute-Forcing Tool&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Knock is a python script designed to enumerate sub-domains on a target domain through a wordlist.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://knock.gianniamato.it/download.php"&gt;http://knock.gianniamato.it/download.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Websecurify 0.7RC1 - powerful web application security testing&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;Websecurify is a powerful web application security testing environment designed from the ground up to provide the best combination of automatic and manual vulnerability testing technologies.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://code.google.com/p/websecurify/"&gt;http://code.google.com/p/websecurify/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-8121384065442017710?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/8121384065442017710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/07/news-of-interest-for-month-of-july-2010.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/8121384065442017710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/8121384065442017710'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/07/news-of-interest-for-month-of-july-2010.html' title='News of interest for the month of July 2010...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-5179467896124376344</id><published>2010-06-26T23:02:00.000-07:00</published><updated>2010-06-27T07:58:16.168-07:00</updated><title type='text'>News of interest for the month of June 2010...</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Websecurify 0.6 - powerful web application security testing&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;&lt;span style="font-family: courier new;"&gt;Websecurify is a powerful web application security testing environment designed from the ground up to provide the best combination of automatic and manual vulnerability testing technologies. &lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://code.google.com/p/websecurify/"&gt;&lt;span&gt;http://code.google.com/p/websecurify/&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;w3af 1.0-rc3 Available For Download – Web Application Attack &amp;amp; Audit Framework&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;w3af is a Web Application Attack and Audit Framework. The project’s goal is to create a framework to find and exploit web application vulnerabilities that is easy to use and extend.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3af.sourceforge.net/"&gt;http://w3af.sourceforge.net/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;OpenSCAP – Framework For Implementing SCAP (Security Content Automation Protocol)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;The OpenSCAP Project was created to provide an open-source framework to the community which enables integration with the Security Content Automation Protocol (SCAP)  suite of standards and capabilities. It is the goal of OpenSCAP to provide a simple, easy to use set of interfaces to serve as the framework for community use of SCAP.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.open-scap.org/page/Main_Page"&gt;http://www.open-scap.org/page/Main_Page&lt;/a&gt;&lt;br /&gt;&lt;span style="display: block;" id="formatbar_Buttons"&gt;&lt;span class=" on down" style="display: block;" id="formatbar_CreateLink" title="Link" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmouseup="" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 8);ButtonMouseDown(this);"&gt;&lt;img src="http://www.blogger.com/img/blank.gif" alt="Link" class="gl_link" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Onapsis Bizploit – ERP Penetration Testing Framework&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Bizploit is the first Opensource ERP Penetration Testing framework. Developed by the Onapsis Research Labs, Bizploit assists security professionals in the discovery, exploration, vulnerability assessment and exploitation phases of specialized ERP Penetration Tests.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.onapsis.com/research.html#bizploit"&gt;http://www.onapsis.com/research.html#bizploit&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Samurai Web Testing Framework v0.8 Released – Pen Testing Security LiveCD&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;The Samurai Web Testing Framework is a live linux environment that has been pre-configured to function as a web pen-testing environment. The CD contains the best of the open source and free tools that focus on testing and attacking websites.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://samurai.inguardians.com/"&gt;http://samurai.inguardians.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Knock v1.3b – Subdomain Enumeration/Brute-Forcing Tool&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Knock is a python script designed to enumerate sub-domains on a target domain through a wordlist.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://knock.gianniamato.it/download.php"&gt;http://knock.gianniamato.it/download.php&lt;/a&gt;&lt;span style="display: block;" id="formatbar_Buttons"&gt;&lt;span class=" on down" style="display: block;" id="formatbar_CreateLink" title="Link" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmouseup="" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 8);ButtonMouseDown(this);"&gt;&lt;img src="http://www.blogger.com/img/blank.gif" alt="Link" class="gl_link" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;sectool – Security Audit Tool and IDS&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sectool is a security tool that can be used both as a security audit as well as a part of an intrusion detection system. It consists of set of tests, library and textual/graphical frontend. Tests are sorted into groups and security levels. Administrators can run selected tests, groups or whole security levels.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="https://fedorahosted.org/sectool/"&gt;https://fedorahosted.org/sectool/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-5179467896124376344?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/5179467896124376344/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/06/news-of-interest-for-month-of-june-2010.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/5179467896124376344'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/5179467896124376344'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/06/news-of-interest-for-month-of-june-2010.html' title='News of interest for the month of June 2010...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-6391509081093675220</id><published>2010-06-21T11:39:00.000-07:00</published><updated>2010-06-21T12:03:37.493-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='anti-virus'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Anti-virus revisited...</title><content type='html'>I remember writing a short post (read &lt;a href="http://lifewithubuntu.blogspot.com/2009/02/what-anti-virus.html"&gt;here&lt;/a&gt;) about why Ubuntu users don't need an anti-virus.  However, over the past few months, my opinion on this has changed.&lt;br /&gt;&lt;br /&gt;For starters, linux (unix in general) is more secure by design unless you are the &lt;span style="font-style: italic;"&gt;village idiot&lt;/span&gt; who insist on logging into your Ubuntu setup as root (you actually need to hack this as Ubuntu by default prevents users from logging is as the root user).  What few viruses/worms that do exist can only affect the user as per his/her access rights to the system.&lt;br /&gt;&lt;br /&gt;However (I did say I've changed my opinion on this), Ubuntu users do receive a lot of files from other users who (gasp!) use Windoze (and Macs) and these platforms do have viruses/worms.  What we do not want to be is a &lt;span style="font-style: italic;"&gt;carrier&lt;/span&gt; for those malware.  So installing an anti-virus should be done only for the occasional health scan and to maybe scan new files as you get them.&lt;br /&gt;&lt;br /&gt;I have Googled around for a decent, free, linux based anti-virus and have found the following:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;ClamAV (URL &lt;a href="http://www.clamav.net/lang/en/"&gt;http://www.clamav.net/lang/en/&lt;/a&gt;) or check with Synaptics&lt;br /&gt;&lt;/li&gt;&lt;li&gt;avast! (URL &lt;a href="http://www.avast.com/linux-home-edition#tab4"&gt;http://www.avast.com/linux-home-edition&lt;/a&gt;)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;AVG (URL &lt;a href="http://free.avg.com/gb-en/download.prd-afl"&gt;http://free.avg.com/gb-en/download.prd-afl&lt;/a&gt;)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;F-Prot (URL &lt;a href="http://www.f-prot.com/products/home_use/linux/"&gt;http://www.f-prot.com/products/home_use/linux/&lt;/a&gt;)&lt;span style="display: block;" id="formatbar_Buttons"&gt;&lt;span class=" on down" style="display: block;" id="formatbar_CreateLink" title="Link" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmouseup="" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 8);ButtonMouseDown(this);"&gt;&lt;img src="http://www.blogger.com/img/blank.gif" alt="Link" class="gl_link" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;I ended up using AVG for myself since it was a CLI only installer (yes, no GUI) and didn't require me to register to use it (as you can see, I only tested one product).  In any case, if you want to give it a try, these are the free ones I could find.  Feel free to let me know what you think of this post or the product if you tried them.&lt;br /&gt;&lt;br /&gt;You can also check the Ubuntu page on anti-viruses &lt;a href="https://help.ubuntu.com/community/Antivirus"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-6391509081093675220?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/6391509081093675220/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/06/anti-virus-revisited.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/6391509081093675220'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/6391509081093675220'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/06/anti-virus-revisited.html' title='Anti-virus revisited...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-1192805715999021032</id><published>2010-06-15T02:27:00.000-07:00</published><updated>2010-06-15T02:32:33.946-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='EeePC'/><category scheme='http://www.blogger.com/atom/ns#' term='Eee Control'/><category scheme='http://www.blogger.com/atom/ns#' term='lucid'/><category scheme='http://www.blogger.com/atom/ns#' term='Eee'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='10.04'/><title type='text'>Eee-control is still alive!</title><content type='html'>Grigori Goronzy, the developer of eee-control has just release version 0.9.6 of  the utility for Lucid Lynx (URL &lt;a href="http://greg.geekmind.org/eee-control/"&gt;http://greg.geekmind.org/eee-control/&lt;/a&gt;).  I strongly suggest all Asus EeePC users install this fantastic utility into their Ubuntu setups.  Will test this myself when I get home.  :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-1192805715999021032?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/1192805715999021032/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/06/eee-control-is-still-alive.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/1192805715999021032'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/1192805715999021032'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/06/eee-control-is-still-alive.html' title='Eee-control is still alive!'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-8176181618130218490</id><published>2010-05-21T12:46:00.000-07:00</published><updated>2010-05-21T12:53:02.258-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='lucid'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='10.04'/><title type='text'>Installing Sun/Oracle Java 6 Update 20 in Lucid...</title><content type='html'>Since Ubuntu 9.10 (Karmic Koala), Canonical has dropped support of Sun Java on Ubuntu.  However, I noticed that Canonical has slowly reintroduced Sun Java to Ubuntu by placing the .deb installers into the Ubuntu 'partner' repository.  To install, type in the following:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;sudo add-apt-repository “deb http://archive.canonical.com/ lucid  partner”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This will add the associated Ubuntu repository to your Ubuntu.  Next, you'll want to install Java 6 Update 20, this can be done by:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You will now have a proper version of Java in your Ubuntu setup.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-8176181618130218490?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/8176181618130218490/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/05/installing-sunoracle-java-6-update-20.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/8176181618130218490'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/8176181618130218490'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/05/installing-sunoracle-java-6-update-20.html' title='Installing Sun/Oracle Java 6 Update 20 in Lucid...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-4780338811415963793</id><published>2010-05-16T09:56:00.000-07:00</published><updated>2010-05-16T10:17:08.144-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='plymouth'/><category scheme='http://www.blogger.com/atom/ns#' term='9.10'/><category scheme='http://www.blogger.com/atom/ns#' term='karmic'/><category scheme='http://www.blogger.com/atom/ns#' term='upgrade'/><category scheme='http://www.blogger.com/atom/ns#' term='lucid'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='10.04'/><title type='text'>Upgraded my laptop to Lucid Lynx...</title><content type='html'>I finally upgraded my laptop from Karmic -&gt; Lucid today.  If you've read my last post &lt;a href="http://lifewithubuntu.blogspot.com/2010/05/upgrading-problems-for-intel-graphic.html"&gt;here&lt;/a&gt; about my initial reservations on upgrading to Lucid and how I checked if my laptop was affected by booting up the Lucid live CD, I am happy to report that I successfully upgraded to Lucid.  The only problem I had after the upgrade was Plymouth not showing me the startup animation.&lt;br /&gt;&lt;br /&gt;First thing I did was install the ppa-purge utility (see my blog post &lt;a href="http://lifewithubuntu.blogspot.com/2010/05/upgrading-from-karmic-koala-to-lucid.html"&gt;here&lt;/a&gt;).  I then systematically checked the entries in &lt;span style="font-family: courier new;"&gt;/etc/apt/source.list&lt;/span&gt; and all the &lt;span style="font-family: courier new;"&gt;.list&lt;/span&gt; files in &lt;span style="font-family: courier new;"&gt;/etc/apt/source.list.d&lt;/span&gt; and purged all the PPA (Personal Package Archives) I was using and replacing them with official Karmic versions from the Ubuntu repository.&lt;br /&gt;&lt;br /&gt;I then downloaded the &lt;span style="font-family: courier new;"&gt;ubuntu-10.04-alternate-i386.iso&lt;/span&gt; file from one of Ubuntu's mirror sites and following the instructions &lt;a href="https://help.ubuntu.com/community/LucidUpgrades"&gt;here&lt;/a&gt;, upgraded my setup to Ubuntu 10.04 (Lucid Lynx).&lt;br /&gt;&lt;br /&gt;I rebooted the computer and did another update (since there are updates to some of the packages since the release on 29-Apr-2010) in a terminal shell by typing:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;sudo apt-get update &amp;amp;&amp;amp; sudo apt-get upgrade -y&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Everything worked correctly as expected except by Plymouth.  A quick Google search landed me &lt;a href="http://news.softpedia.com/news/How-to-Fix-the-Big-and-Ugly-Plymouth-Logo-in-Ubuntu-10-04-140810.shtml"&gt;here&lt;/a&gt; and my setup works exactly as expected.&lt;br /&gt;&lt;br /&gt;I am now a happy &lt;strike&gt;lemming&lt;/strike&gt; lynx. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-4780338811415963793?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/4780338811415963793/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/05/upgraded-my-laptop-to-lucid-lynx.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/4780338811415963793'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/4780338811415963793'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/05/upgraded-my-laptop-to-lucid-lynx.html' title='Upgraded my laptop to Lucid Lynx...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-371522858022882064</id><published>2010-05-12T21:03:00.000-07:00</published><updated>2010-05-12T21:19:56.106-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='karmic'/><category scheme='http://www.blogger.com/atom/ns#' term='lucid'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='10.04'/><category scheme='http://www.blogger.com/atom/ns#' term='updates'/><title type='text'>Upgrading problems for Intel Graphic owners to Ubuntu 10.04 Lucid Lynx...</title><content type='html'>I am usually one of the first few people to upgrade my Ubuntu installation every time Canonical releases a new build of Ubuntu.  However, I had noticed a few users having problems with their upgrades and decided to "wait and see".&lt;br /&gt;&lt;br /&gt;There are now quite a few users reporting that Intel Graphic owners have problems with the KMS (Kernel Mode Switch) with the new kernels.  I strongly suggest owners to wait until this problem is resolved and stick with Karmic Koala until then.  You can find out more about this issue at the ubuntuforums.org site with a Google query &lt;a href="http://www.google.com.my/search?hl=en&amp;amp;safe=off&amp;amp;q=Problems+upgrading+from+karmic+to+lucid+%2Bintel+graphics+site%3Aubuntuforums.org"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I've read some websites saying that there is a quick fix to the problem where the kernel switches off KMS on known problematic graphic chipsets.  Though this makes it easier to move from Karmic to Lucid, I'm personally going to wait until the problem is fixed (fixed with functionality, not fixed by switching the function off on problem machines).  You can read about this workaround &lt;a href="http://insidesocal.com/click/2010/05/ubuntu-lucid-gets-kernel-mode.html"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-371522858022882064?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/371522858022882064/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/05/upgrading-problems-for-intel-graphic.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/371522858022882064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/371522858022882064'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/05/upgrading-problems-for-intel-graphic.html' title='Upgrading problems for Intel Graphic owners to Ubuntu 10.04 Lucid Lynx...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-4565813471919223451</id><published>2010-05-01T00:41:00.000-07:00</published><updated>2010-05-01T01:20:27.830-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ppa-purge'/><category scheme='http://www.blogger.com/atom/ns#' term='karmic'/><category scheme='http://www.blogger.com/atom/ns#' term='lucid'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='updates'/><category scheme='http://www.blogger.com/atom/ns#' term='ppa'/><title type='text'>Upgrading from Karmic Koala to Lucid Lynx...</title><content type='html'>Now that Ubuntu 10.04 (Lucid Lynx) is out, I am sure most users will want to upgrade their Ubuntu 9.10 (Karmic Koala) to the new and improved.  My advise to new users or those unfamiliar with the terminal bash shell to wait for other more experienced users to upgrade and see if they encounter any problems.  If they have a similar setup or hardware as you have, then read or wait till the problem is solved.  You can quickly check how by using Google and doing a query like &lt;a href="http://www.google.com.my/search?hl=en&amp;amp;q=Problems+upgrading+from+karmic+to+lynx+site%3Aubuntuforums.org"&gt;this&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For the power users and those familiar with the workings of Ubuntu, you most probably also use a lot of PPAs (Personal Package Archives) either from &lt;a href="https://www.launchpad.net/"&gt;Launchpad&lt;/a&gt; or some other repository.  In case you didn't know, upgrading your Karmic to Lucid will result in:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;The upgrade will disable all non-Ubuntu repositories from your &lt;span style="font-family:courier new;"&gt;source.list&lt;/span&gt; file or &lt;span style="font-family:courier new;"&gt;source.list.d&lt;/span&gt; folder.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;The applications/packages that you have already installed may not work correctly, break, and/or damage your setup after the upgrade due to architecture differences or dependencies.&lt;/li&gt;&lt;/ol&gt;The easiest way for a Karmic user to ensure that their upgrade to Lynx is successful, is to first make a backup copy of their &lt;span style="font-family:courier new;"&gt;source.list&lt;/span&gt; file and &lt;span style="font-family:courier new;"&gt;sources.list.d&lt;/span&gt; folder.  Then remove all software installed by the PPA and reinstall the same software from the Ubuntu repositories.&lt;br /&gt;&lt;br /&gt;This used to be quite a laborious task as this was usually done manually.  Now, you can use a program called &lt;span style="font-family:courier new;"&gt;ppa-purge&lt;/span&gt; which you can get for Karmic only &lt;a href="https://launchpad.net/%7Exorg-edgers/+archive/ppa/+files/ppa-purge_0.2.6%7Ekarmic_all.deb"&gt;here&lt;/a&gt;.  Once you have installed this, simply type:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;ppa-purge ppa:ubuntu-mozilla-daily/ppa&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Replace "&lt;span style="font-family:courier new;"&gt;ppa:ubuntu-mozilla-daily/ppa&lt;/span&gt;" with the PPAs that you use.  This will remove the installed applications from the said repository, remove the repository reference from Ubuntu and then reinstall the official supported version of the same application from Ubuntu's repository.&lt;br /&gt;&lt;br /&gt;Once you have cleaned up all your PPAs, you can safely upgrade to Lucid Lynx.  Once there, you can simply enable your favorite PPAs from your &lt;span style="font-family:courier new;"&gt;source.list&lt;/span&gt; and &lt;span style="font-family:courier new;"&gt;source.list.d&lt;/span&gt; folder and replace the keyword &lt;span style="font-family:courier new;"&gt;karmic&lt;/span&gt; with &lt;span style="font-family:courier new;"&gt;lucid&lt;/span&gt;.  Before doing so, I strongly suggest you visit each developer's PPA page to see if they have a better version of the same software that the Ubuntu repositories has before upgrading to the PPA version.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;I am not giving detailed steps for this post as this post is meant for power users who should know what I am talking about. &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-4565813471919223451?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/4565813471919223451/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/05/upgrading-from-karmic-koala-to-lucid.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/4565813471919223451'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/4565813471919223451'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/05/upgrading-from-karmic-koala-to-lucid.html' title='Upgrading from Karmic Koala to Lucid Lynx...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-7918001015050274454</id><published>2010-05-01T00:29:00.000-07:00</published><updated>2010-05-01T01:25:13.382-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='10.04'/><title type='text'>Ubuntu 10.04 Lucid Lynx is now available...</title><content type='html'>Ubuntu 10.04 (Lucid Lynx) LTS (Long Term Support) is now available.  I know I may seem to be two days late with this news, but on the eve of release, a critical bug (&lt;a href="https://bugs.edge.launchpad.net/ubuntu/+source/ubiquity/+bug/570765"&gt;bug #570765&lt;/a&gt;) was found in the final build.  This resulted in the Ubuntu team having to fix the bug, re-test and rebuild the ISO images.&lt;br /&gt;&lt;br /&gt;Anyway, the bug has been fixed and 10.04 is now ready for the masses.  Go get your copy &lt;a href="http://www.ubuntu.com/"&gt;here&lt;/a&gt;.  If you have a very slow internet connection or need to install/upgrade Ubuntu at a location that is without internet access, you can order a copy of 10.04 disc (it's free) from &lt;a href="https://shipit.ubuntu.com/"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-7918001015050274454?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/7918001015050274454/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/05/ubuntu-1004-lucid-lynx-is-now-available.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/7918001015050274454'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/7918001015050274454'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/05/ubuntu-1004-lucid-lynx-is-now-available.html' title='Ubuntu 10.04 Lucid Lynx is now available...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-7011562997301725055</id><published>2010-04-15T23:54:00.000-07:00</published><updated>2010-04-15T23:56:10.134-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='nessus'/><title type='text'>Nessus 4.2.2 released today...</title><content type='html'>Took the below from an email I got today.&lt;br /&gt;&lt;br /&gt;----------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Nessus 4.2.2 has been released today. This release contains the following fixes:&lt;br /&gt;&lt;br /&gt;Nessus-fetch:&lt;br /&gt;&lt;br /&gt;- Proxy issues have been resolved&lt;br /&gt;&lt;br /&gt;NASL:&lt;br /&gt;&lt;br /&gt;- Fixed a memory leak in the NASL xmlparse() function&lt;br /&gt;&lt;br /&gt;Networking:&lt;br /&gt;&lt;br /&gt;- Fixed IPv6 routing when talking to a remote host (FreeBSD, Mac OS X)&lt;br /&gt;&lt;br /&gt;- Packet forgery was not always working on ES5 64 bits&lt;br /&gt;&lt;br /&gt;Packaging:&lt;br /&gt;&lt;br /&gt;- Fixed the Debian /etc/rc init script&lt;br /&gt;&lt;br /&gt;- Upgraded OpenSSL to version 0.9.8n (Windows, Solaris)&lt;br /&gt;&lt;br /&gt;Stability:&lt;br /&gt;&lt;br /&gt;- Fixed a possible crash when using a badly written custom plugin&lt;br /&gt;&lt;br /&gt;- Fixed a possible crash when running out of BPFs on Windows&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-7011562997301725055?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/7011562997301725055/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/04/nessus-422-released-today.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/7011562997301725055'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/7011562997301725055'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/04/nessus-422-released-today.html' title='Nessus 4.2.2 released today...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-356997539048230613</id><published>2010-04-11T07:54:00.000-07:00</published><updated>2010-04-11T08:25:20.742-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='9.10'/><category scheme='http://www.blogger.com/atom/ns#' term='openvas'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Installing OpenVAS 3.0.x on Ubuntu Linux...</title><content type='html'>This is a follow-up to my earlier article on &lt;a href="http://lifewithubuntu.blogspot.com/2009/11/installing-openvas-20x-on-ubuntu-linux.html"&gt;Installing OpenVAS 2.0.x on Ubuntu Linux...&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Updating your Ubuntu Setup&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Before we begin, it is best that we update our Ubuntu libraries and applications to the latest versions by typing the following in a terminal:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo apt-get update&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo apt-get upgrade&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Installing the libraries that OpenVAS uses&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Once you have updated your machine, we will need to install the following libraries and applications to compile and install OpenVAS. Again, in the terminal:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo apt-get install cmake build-essential libgtk2.0-dev libglib2.0-dev libssl-dev htmldoc libgnutls-dev libpcap0.8-dev bison libgpgme11-dev libsmbclient-dev snmp pnscan&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Downloading the source code and compiling them&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now that the machine is ready to work with the OpenVAS sources, you then need to download the following source codes from the OpenVAS website. You can find the sources at URL &lt;a href="http://wald.intevation.org/frs/?group_id=29"&gt;http://wald.intevation.org/frs/?group_id=29&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Download the latest version of the following:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;openvas-libraries (latest v3.0.x, &lt;span style="font-style: italic;"&gt;I used 3.0.4&lt;/span&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;openvas-scanner (latest v3.0.x, &lt;span style="font-style: italic;"&gt;I used 3.0.2&lt;/span&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;openvas-client (latest v3.0.x, &lt;span style="font-style: italic;"&gt;I used 3.0.0&lt;/span&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You will need to install OpenVAS in the above listed order. To install each component, you will need to do the following:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;tar -zxvf &lt;span style="font-style: italic;"&gt;[filename of .tar.gz file]&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;cd &lt;span style="font-style: italic;"&gt;[sub-folder of same name as .tar.gz file]&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;./configure&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;make&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo make install&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;cd ..&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you are using the 64-bit version of Ubuntu, you may get an error message ("&lt;span style="font-family:courier new;"&gt;/usr/bin/ld: cannot find -lcrypto&lt;/span&gt;") when you 'make' the openvas-client. You can fix this by typing:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo ln -s /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Once all three components are compiled and installed, you will then need to let Ubuntu know about the new libraries you have just compiled before the can be used by typing in:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo ldconfig -v&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;First time OpenVAS users&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;For the first time use of OpenVAS, you will need to create a new cert and add in the first user that can login into the OpenVAS server by running both:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo openvas-mkcert&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo openvas-adduser&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Updating the latest plug-ins&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Periodically (I usually run it once every day, or just before I am about to use OpenVAS), you will need to update the plugins that OpenVAS uses to detect newer vulnerabilities which are found everyday. You can do that by typing:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo openvas-nvt-sync&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Note: There is a bug in the update script and you will get an error message (as of today, 11-Apr-2010).  A quick look at the OpenVAS forums showed a typo made by one of the developers and the way to fix this is do the following (in a terminal):&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;gksu gedit /usr/local/sbin/openvas-nvt-sync&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Search for the string (my script had it on line 63):&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;SYNC_TMP_DIR='mktemp -d openvas-nvt-sync'&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;and change it to:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;SYNC_TMP_DIR='mktemp -d openvas-nvt-sync.XXXXXXXXXX -t'&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To start the OpenVAS server, activate the server by typing in:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo openvassd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;And running the OpenVAS client by typing:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo OpenVAS-Client&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you want to learn or know more about OpenVAS, visit them at &lt;a href="http://www.openvas.org/"&gt;http://www.openvas.org/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Note: Tested on Ubuntu 9.10, and I assume you are doing all this with user access (that is why, some root only commands have the "sudo" command in front of them) and am running the kernel in i386 (32-bit) mode. Also, as I did not test this on a 64-bit system, the 64-bit only error/solution mentioned in my article comes from the forums and I have not tested them myself.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-356997539048230613?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/356997539048230613/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/04/installing-openvas-30x-on-ubuntu-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/356997539048230613'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/356997539048230613'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/04/installing-openvas-30x-on-ubuntu-linux.html' title='Installing OpenVAS 3.0.x on Ubuntu Linux...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-1384227732679154687</id><published>2010-03-13T07:30:00.000-08:00</published><updated>2010-03-13T07:51:53.529-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='karmic'/><category scheme='http://www.blogger.com/atom/ns#' term='Jaunty'/><category scheme='http://www.blogger.com/atom/ns#' term='intrepid'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='hardy'/><title type='text'>Installing Firefox 3.6 into Ubuntu 9.10 (Karmic)</title><content type='html'>&lt;p&gt;&lt;span style="font-size:100%;"&gt;If you are like me and constantly want the latest version of everything in your Ubuntu installation, you will most probably want to install Firefox 3.6 into your Ubuntu installation.  You first have the add in the Mozilla Team's firefox-stable repository by typing the following in a terminal shell:&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: courier new;font-family:courier new;" &gt;&lt;span style="font-size:100%;"&gt;sudo add-apt-repository  ppa:mozillateam/firefox-stable&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-size:100%;"&gt;Once you have that entry in your source.list file, you will need to update the available installers with the command:&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="font-family: courier new;font-family:courier new;" &gt;&lt;span style="font-size:100%;"&gt;sudo apt-get update&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:100%;"&gt;Now you can simply get firefox 3.6 installed with the command:&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;span style="font-size:100%;"&gt;&lt;span style="font-family:courier new;"&gt;sudo  apt-get install firefox-3.6&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Warning, this will remove your current installation of Firefox.&lt;br /&gt;&lt;br /&gt;:::::::::::: For older Ubuntu users :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::&lt;br /&gt;&lt;br /&gt;If you are a Jaunty, Intrepid or Hardy user, you will need to edit the source.list file by typing the following into the terminal shell:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:courier new;"&gt;gksudo gedit /etc/apt/sources.list&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You then need to add in the following two lines at the end of the file:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:100%;"  &gt;deb   http://ppa.launchpad.net/mozillateam/firefox-stable/ubuntu&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;BUILDNAME&lt;/span&gt; main&lt;br /&gt;deb-src  http://ppa.launchpad.net/mozillateam/firefox-stable/ubuntu &lt;span style="font-weight: bold; font-style: italic;"&gt;BUILDNAME&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:courier new;"&gt; main&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Remember to replace the name &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold; font-style: italic;font-family:courier new;" &gt;BUILDNAME&lt;/span&gt;, with jaunty, intrepid or hardy (depending on which version of Ubuntu you have installed).&lt;br /&gt;&lt;br /&gt;You will then need to import the correct public key so that Ubuntu will trust the repository.  To do that, please read my earlier post on &lt;a href="http://lifewithubuntu.blogspot.com/2009/01/getting-public-key-of-ubuntu-repository.html"&gt;Getting the public key of a Ubuntu repository&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;Again, once you have done the above, you will need to issue the command for Ubuntu to update and install the repository data and install Firefox 3.6:&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo  apt-get update&lt;/span&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:100%;"  &gt;&lt;br /&gt;sudo   apt-get install firefox-3.6&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You now have Firefox 3.6 installed. :)&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-1384227732679154687?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/1384227732679154687/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/03/installing-firefox-36-into-ubuntu-910.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/1384227732679154687'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/1384227732679154687'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/03/installing-firefox-36-into-ubuntu-910.html' title='Installing Firefox 3.6 into Ubuntu 9.10 (Karmic)'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-8421339569396823761</id><published>2010-01-12T08:57:00.000-08:00</published><updated>2010-01-12T09:05:09.859-08:00</updated><title type='text'>Securing your Apache 2 web server...</title><content type='html'>I have done a lot of server security testing and one of the most common mistakes I see in most web server implementation of customer's web server is:&lt;br /&gt;&lt;br /&gt;1.  The server banner of the web server displays the product and version number of the seb server application.&lt;br /&gt;&lt;br /&gt;2. The web server has the debug command TRACE enabled by default in the production environment.&lt;br /&gt;&lt;br /&gt;When you install Apache 2 in a Ubuntu box (may be similar for other Linux distros), the above two options are by default enabled.&lt;br /&gt;&lt;br /&gt;The easiest way to remove &lt;span style="font-family: courier new;"&gt;TRACE&lt;/span&gt; and obfuscate the server banner version is to add the following commands into&lt;span style="font-family: courier new;"&gt; apache2.conf&lt;/span&gt; found in the &lt;span style="font-family: courier new;"&gt;/etc/apache2/&lt;/span&gt; folder.  They are:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;ServerTokens ProductOnly&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;ServerSignature Off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;TraceEnable Off&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The commands are self explainatory and you really should google for them...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-8421339569396823761?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/8421339569396823761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/01/securing-your-apache-2-web-server.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/8421339569396823761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/8421339569396823761'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2010/01/securing-your-apache-2-web-server.html' title='Securing your Apache 2 web server...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-7382994077430939618</id><published>2009-12-31T06:26:00.001-08:00</published><updated>2009-12-31T06:31:30.570-08:00</updated><title type='text'>Goodbye 2009, Hello 2010...</title><content type='html'>Today is the last day of 2009, and I welcome 2010 with open arms...&lt;br /&gt;&lt;br /&gt;I hope my blog the past year has made people more interested in Linux (especially Ubuntu) and/or computer security.  I am looking forward to hearing from you... especially if you find my postings useful.&lt;br /&gt;&lt;br /&gt;END!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-7382994077430939618?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/7382994077430939618/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/12/goodbye-2009-hello-2010.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/7382994077430939618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/7382994077430939618'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/12/goodbye-2009-hello-2010.html' title='Goodbye 2009, Hello 2010...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-2573344071770264579</id><published>2009-11-23T22:11:00.000-08:00</published><updated>2009-11-24T07:45:01.565-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='xulrunner'/><category scheme='http://www.blogger.com/atom/ns#' term='websecurify'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Installing Websecurify 0.4...</title><content type='html'>Websecurify is a web application testing tool developed by Petko Petkov that automatically identifies web application vulnerabilities by using advanced discovery and fuzzing technologies.  To know more about Websecurify, click on the link &lt;a href="http://www.websecurify.com/"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;For Ubuntu 8.10 (or older) users &lt;/span&gt;&lt;span style="font-size:78%;"&gt;&lt;span style="font-style: italic;"&gt;(others can skip to the &lt;span style="font-weight: bold;"&gt;Websecurify Installation&lt;/span&gt; section below)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Before installing Websecurify on your Ubuntu system, you will need to have xulrunner v1.9.1 (or higher) installed.  Since your installation of Ubuntu has an older version of xulrunner, you will need to update your system to meet this pre-requisite.  The easiest way to do this is by installing Firefox 3.5 which come with the required version xulrunner.&lt;br /&gt;&lt;br /&gt;The easiest/safest way to do this is to go to the "ubuntu-mozilla-daily" PPA archive at URL:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://launchpad.net/%7Eubuntu-mozilla-daily/+archive/ppa"&gt;https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Follow the instruction there to get your version of Ubuntu installed with the correct repository that holds the version on firefox 3.5 compatible with your Ubuntu installation.  Remember to also install the public key to you don't get prompted with security warnings when trying to use the repository.&lt;br /&gt;&lt;br /&gt;Then, we update the machine's repository database with:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo apt-get update&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo apt-get upgrade&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To install Firefox 3.5 (warning, this will replace older versions of firefox in your Ubuntu machine):&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo apt-get install firefox-3.5&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Websecurify Installation&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Download the Linux version at URL &lt;span style="font-family:courier new;"&gt;http://websecurify.googlecode.com/files/Websecurify%200.4.tgz&lt;/span&gt; (download the file to your Desktop)&lt;br /&gt;&lt;br /&gt;Create a folder to store the websecurify application:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;mkdir ~/websecurify-0.4&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Go into the folder you just created:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;cd ~/websecurify-0.4&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Extract the archive:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;tar -zxvvf ~/Desktop/Websecurify\ 0.4.tgz&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To install the application, type:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;xulrunner --install-app application.ini&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To launch Websecurify, type:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;xulrunner --app application.ini&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Note: For Ubuntu 8.10 (or older) users, you must type in &lt;span style="font-family:courier new;"&gt;xulrunner-1.9.1&lt;/span&gt; instead of &lt;span style="font-family: courier new;"&gt;xulrunner&lt;/span&gt; to install and to launch Websecurify.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-2573344071770264579?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/2573344071770264579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/11/installing-websecurify-04.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/2573344071770264579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/2573344071770264579'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/11/installing-websecurify-04.html' title='Installing Websecurify 0.4...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-2303478428601820381</id><published>2009-11-18T19:45:00.000-08:00</published><updated>2009-11-18T21:32:55.064-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='9.10'/><category scheme='http://www.blogger.com/atom/ns#' term='openvas'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Installing OpenVAS 2.0.x on Ubuntu Linux...</title><content type='html'>This is a follow-up to my earlier article on &lt;a href="http://lifewithubuntu.blogspot.com/2009/02/installing-openvas-10x-on-ubuntu-linux.html"&gt;Installing OpenVAS 1.0.x&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;OpenVAS has started releasing betas of v3.0.x, so I thought I'd write a tutorial on how to install the latest stable version of OpenVAS (v2.0.x).&lt;br /&gt;&lt;br /&gt;Before we begin, it is best that we update our Ubuntu libraries and applications to the latest versions by typing the following in a terminal:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo apt-get update&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo apt-get upgrade&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Once you have updated your machine, we will need to install the following libraries and applications to compile and install OpenVAS.  Again, in the terminal:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo apt-get install build-essential libgnutls-dev libpcap0.8-dev bison &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo apt-get install libgtk2.0-dev libglib2.0-dev libgpgme11-dev libssl-dev htmldoc&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now that the machine is ready to work with the OpenVAS sources, you then need to download the following source codes from the OpenVAS website. You can find the sources at URL &lt;a href="http://wald.intevation.org/frs/?group_id=29"&gt;http://wald.intevation.org/frs/?group_id=29&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Download the latest version of the following:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;openvas-libraries (latest v2.0.x)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;openvas-libnasl (latest v2.0.x)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;openvas-server (latest v2.0.x)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;openvas-plugins (latest v1.0.x)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;openvas-client (latest v2.0.x)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You will need to install OpenVAS in the above listed order.  To install each component, you will need to do the following:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;tar zxvf &lt;span style="font-style: italic;"&gt;[filename of .tar.gz file]&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;cd &lt;span style="font-style: italic;"&gt;[sub-folder of same name as .tar.gz file]&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;./configure&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;make&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo make install&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;cd ..&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Once all five components are compiled and installed, you will then need to let Ubuntu know about the new libraries you have just compiled before the can be used by typing in:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo ldconfig -v&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For the first time use of OpenVAS, you will need to create a new cert and add in the first user that can login into the OpenVAS server by running both:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo openvas-mkcert&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo openvas-adduser&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Periodically (I usually run it once every day, or just before I am about to use OpenVAS), you will need to update the plugins that OpenVAS uses to detect newer vulnerabilities which are found everyday.  You can do that by typing:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo openvas-nvt-sync&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To start the OpenVAS server, activate the server by typing in:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo openvasd -D&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;And running the OpenVAS client by typing:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo OpenVAS-Client&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you want to learn or know more about OpenVAS, visit them at &lt;a href="http://www.openvas.org/"&gt;http://www.openvas.org/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Note: Tested on Ubuntu 9.10, and I assume you are doing all this with user access (that is why, some root only commands have the "sudo" command in front of them) and am running the kernel in i386 (32-bit) mode.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-2303478428601820381?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/2303478428601820381/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/11/installing-openvas-20x-on-ubuntu-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/2303478428601820381'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/2303478428601820381'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/11/installing-openvas-20x-on-ubuntu-linux.html' title='Installing OpenVAS 2.0.x on Ubuntu Linux...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-2971227276898918624</id><published>2009-11-18T06:41:00.000-08:00</published><updated>2009-11-18T06:49:38.560-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='metasploit'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Metasploit 3.3 is now available!</title><content type='html'>The guys at &lt;a href="http://www.metasploit.com"&gt;Metasploit&lt;/a&gt; have release Metasploit Framework 3.3.  To install this in Ubuntu, please follow the instructions from their &lt;a href="http://www.metasploit.com/redmine/projects/framework/wiki/Install_Ubuntu"&gt;wiki&lt;/a&gt; page.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-2971227276898918624?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/2971227276898918624/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/11/metasploit-33-is-now-available.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/2971227276898918624'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/2971227276898918624'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/11/metasploit-33-is-now-available.html' title='Metasploit 3.3 is now available!'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-4041091727516866072</id><published>2009-11-12T02:51:00.000-08:00</published><updated>2009-11-12T03:03:07.044-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='9.10'/><category scheme='http://www.blogger.com/atom/ns#' term='karmic'/><category scheme='http://www.blogger.com/atom/ns#' term='Eee Control'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>eee-control for Ubuntu 9.10 (Karmic Koala)</title><content type='html'>I have been waiting patiently for Grigori Goronzy, the developer of eee-control to release a version of the utility for Karmic Koala (URL &lt;a href="http://greg.geekmind.org/eee-control/"&gt;http://greg.geekmind.org/eee-control/&lt;/a&gt;).  However, three weeks since Karmic was released, Grigori has yet to release an update.&lt;br /&gt;&lt;br /&gt;Dan Amlund has downloaded the latest version Grigori released for Jaunty Jackalope (0.9.4) and fixed it so that it will install on Karmic Koala.  I have installed iton my EeePC 701 and everything seems to be working (your mileage may vary).&lt;br /&gt;&lt;br /&gt;To get Dan's version of eee-control which works on Karmic Koala,visit &lt;a href="http://www.ubuntugeek.com/"&gt;Ubuntu Geek&lt;/a&gt;'s article at URL &lt;a href="http://www.ubuntugeek.com/howto-install-eee-control-in-ubuntu-9-10-karmic.html"&gt;http://www.ubuntugeek.com/howto-install-eee-control-in-ubuntu-9-10-karmic.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-4041091727516866072?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/4041091727516866072/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/11/eee-control-for-ubuntu-910-karmic-koala.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/4041091727516866072'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/4041091727516866072'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/11/eee-control-for-ubuntu-910-karmic-koala.html' title='eee-control for Ubuntu 9.10 (Karmic Koala)'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-4719801989370815128</id><published>2009-09-12T03:22:00.000-07:00</published><updated>2009-09-12T05:01:09.765-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>The ever important /tmp folder...</title><content type='html'>I was busy trying to see if I could speed up Adobe's flash which crawls on Linux systems, yet on the same computer running Windows XP, the same flash application runs much faster. I Googled the net and tried the recommendations other users had posted. I tried one of those recommendations and noticed that the application started quick enough but over time, slowed down to a crawl.   Even if I reload that web page, the application still crawled. &lt;br /&gt;&lt;br /&gt;What did I do?  I said to myself, maybe if I deleted the &lt;span style="font-family:courier new;"&gt;/tmp&lt;/span&gt; folder, the flash application would reload and work like normal.  I then started the command shell and typed:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo rm -r /tmp &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Thinking that if anything goes wrong, just restart Ubuntu and it should recreate the &lt;span style="font-family:courier new;"&gt;/tmp&lt;/span&gt; folder since I've came to an understanding that Linux will delete all files in the &lt;span style="font-family:courier new;"&gt;/tmp&lt;/span&gt; folder at startup anyway.  Once I deleted the folder, I didn't get the results I was expecting and said to myself that I best restart my computer.&lt;br /&gt;&lt;br /&gt;Computer restarts and loads up in about 30 seconds (Jaunty does that on my Pentium M 1.73GHz computer).  I then give my login credentials but get an error message saying "&lt;span style="font-family:courier new;"&gt;mkdtemp: private socket dir: Permission denied&lt;/span&gt;". &lt;br /&gt;&lt;br /&gt;I Googled the error message (from another computer) and it turns out that if you delete the &lt;span style="font-family:courier new;"&gt;/tmp&lt;/span&gt; folder, Ubuntu will recreate the &lt;span style="font-family:courier new;"&gt;/tmp&lt;/span&gt; folder but with the wrong permission settings!&lt;br /&gt;&lt;br /&gt;How did I solved this?  I restarted Ubuntu in recovery mode, then issued the command:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo chmod a+w /tmp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Restarted Ubuntu and problem solved.  Now you know how to DoS your own machine and fix it. &lt;span style="font-family:courier new;"&gt;:)&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-4719801989370815128?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/4719801989370815128/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/09/so-important-tmp-folder.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/4719801989370815128'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/4719801989370815128'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/09/so-important-tmp-folder.html' title='The ever important /tmp folder...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-8119641669763654977</id><published>2009-08-25T11:51:00.000-07:00</published><updated>2009-08-25T11:55:30.267-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='source'/><category scheme='http://www.blogger.com/atom/ns#' term='compiler'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Create a .deb package from source files</title><content type='html'>If you are like me, you will find that you need to install a lot of application software from the source code and compile the build for your specific platform.  The most common way of installing the program is to download the source (usually it's a file with .tgz or .tar.gz extension to it), unpack the file, go into the directory where the source files are extracted, run the configure tool, followed by the make and finally the make install commands.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;wget http://site.com/source/program-1.0.tgz&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;tar -zxvf program-1.0.tgz&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;cd program-1.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;./configure&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;make&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;sudo make install&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This will download, extract, compile and install the program in your Ubuntu eco-system.&lt;br /&gt;&lt;br /&gt;If you have to do this to a few machines or need to reinstall your computer ever so often, it would simply be easier if you could create a .deb file and simply install the program when you need to which is faster, and you do not need the installation of compiler, make utility, header and dev libraries.&lt;br /&gt;&lt;br /&gt;There is a tool called &lt;span style="font-family: courier new;"&gt;checkinstall&lt;/span&gt; which you can install from the Ubuntu repository.  To do that, simply run the command:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;sudo apt-get install checkinstall&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Once that is installed, when you want to create a .deb file, you do pretty much everything like normal but instead of installing the program with "&lt;span style="font-family: courier new;"&gt;sudo make install&lt;/span&gt;", you create a .deb at this point with the command "&lt;span style="font-family: courier new;"&gt;sudo checkinstall&lt;/span&gt;" which will create the .deb file for you.&lt;br /&gt;&lt;br /&gt;You can then copy the .deb file into a safe place, and when you need to install in the future, copy the .deb file to your local directory and issue the command "&lt;span style="font-family: courier new;"&gt;sudo dpkg -i &lt;span style="font-style: italic;"&gt;package&lt;/span&gt;.deb&lt;/span&gt;" which will install the applictaion for you without the need for the source download, dev libraries, compiler, etc.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-style: italic;"&gt;Note: These are basic instructions that may not always work. Some packages require additional dependencies and optional parameters to be specified in order to build them successfully.&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-8119641669763654977?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/8119641669763654977/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/08/create-deb-package-from-source-files.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/8119641669763654977'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/8119641669763654977'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/08/create-deb-package-from-source-files.html' title='Create a .deb package from source files'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-380343200070602575</id><published>2009-07-08T22:30:00.000-07:00</published><updated>2009-07-08T22:59:33.067-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='intrepid'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='backtrack'/><category scheme='http://www.blogger.com/atom/ns#' term='8.10'/><title type='text'>Using BackTrack 4 applications on a Ubuntu (8.10 Intrepid) build...</title><content type='html'>There is a security tools distro called BackTrack which in it's own words:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: times new roman; font-style: italic;"&gt;BackTrack is the most top rated linux live distribution focused on penetration testing. With no installation whatsoever, the analysis platform is started directly from the CD-Rom and is fully accessible within minutes. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To know more about BackTrack, click &lt;a href="http://www.remote-exploit.org/backtrack.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The latest version of BackTrack (BackTrack 4) does away with a simple build that is only good for the next six months (you could never really update the build completely).  It now uses Ubuntu (8.10 Intrepid) as a base so that application and updates are easily available and updated.&lt;br /&gt;&lt;br /&gt;As much as I like BackTrack which uses KDE, I am a GNOME person.  Instead of using the BackTrack build, I wanted to use Ubuntu, yet leveraging on the vast amount of tools that BackTrack offers.  To do that, you must add the following into your &lt;span style="font-family: courier new;"&gt;/etc/apt/sources.list&lt;/span&gt; file:&lt;br /&gt;&lt;code&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-family: courier new;"&gt;&lt;span style="font-size:130%;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;span style="font-family: courier new;"&gt;deb http://repo.offensive-security.com/dist/bt4 binary/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Before you can start using the BackTrack repository, you will need to install the GPG key so that the APT tool does not give you an error message saying the repository has no public key.  To do that:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;wget http://apt.pearsoncomputing.net/public.gpg&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;sudo apt-key add public.gpg&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can then issue the &lt;span style="font-family: courier new;"&gt;apt-get update&lt;/span&gt; command and download the list of application that the repository hosts and use the Synaptic Package Manager to view what is available and install the applications that you want.&lt;br /&gt;&lt;br /&gt;Note, you should only do this on &lt;span style="font-weight: bold;"&gt;Ubuntu 8.10 Intrepid&lt;/span&gt; as all the work the BackTrack team does is using this version of Ubuntu.  I am assuming you are well versed in the ways of Ubuntu and know when you need to use root access to do some of the actions stated in this article.&lt;br /&gt;&lt;code&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-family: courier new;"&gt;&lt;span style="font-family: times new roman;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-380343200070602575?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/380343200070602575/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/07/using-backtrack-4-applications-on.html#comment-form' title='13 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/380343200070602575'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/380343200070602575'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/07/using-backtrack-4-applications-on.html' title='Using BackTrack 4 applications on a Ubuntu (8.10 Intrepid) build...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>13</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-6651779404324381975</id><published>2009-07-06T00:09:00.000-07:00</published><updated>2009-07-06T00:16:03.272-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='updates'/><category scheme='http://www.blogger.com/atom/ns#' term='malaysia'/><title type='text'>Speeding up your Ubuntu updates -- Malaysian update</title><content type='html'>I had posted an article called &lt;a href="http://lifewithubuntu.blogspot.com/2009/03/speeding-up-your-ubuntu-updates.html"&gt;Speeding up your Ubuntu updates&lt;/a&gt; on 7-Mar-2009.  What I had failed to realise was the fact that Ubuntu updates are now hosted on a Malaysian site at the Multimedia University at &lt;span style="font-family: courier new;"&gt;archive.mmu.edu.my&lt;/span&gt; since 21-Jun-2008.&lt;br /&gt;&lt;br /&gt;Jaunty users will see the Malaysian host when they run the Software Sources program in Ubuntu.  Earlier distros will need to manually change the source in &lt;span style="font-family: courier new;"&gt;/etc/apt/source.list&lt;/span&gt; file. Go to &lt;a href="https://launchpad.net/ubuntu/+mirror/archive.mmu.edu.my"&gt;this&lt;/a&gt; link for more details.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-6651779404324381975?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/6651779404324381975/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/07/speeding-up-your-ubuntu-updates.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/6651779404324381975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/6651779404324381975'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/07/speeding-up-your-ubuntu-updates.html' title='Speeding up your Ubuntu updates -- Malaysian update'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-7644336225963021418</id><published>2009-05-30T00:33:00.000-07:00</published><updated>2009-05-30T00:40:34.883-07:00</updated><title type='text'>Keeping yourself updated (really useful links) - 20090530...</title><content type='html'>I have found that no one person or website can keep track of security issues.  Below are the addresses of some sites that I visit or subscribe to to keep me updated.&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://www.darknet.org.uk/"&gt;http://www.darknet.org.uk/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://bugspy.net/"&gt;http://bugspy.net/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://secunia.com/"&gt;http://secunia.com/&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-7644336225963021418?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/7644336225963021418/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/05/keeping-yourself-updated-really-useful.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/7644336225963021418'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/7644336225963021418'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/05/keeping-yourself-updated-really-useful.html' title='Keeping yourself updated (really useful links) - 20090530...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-229643437725287994</id><published>2009-04-28T00:53:00.000-07:00</published><updated>2009-04-28T00:54:56.934-07:00</updated><title type='text'>Nice Linux Easter Eggs</title><content type='html'>&lt;a href="http://tuxarena.blogspot.com/2009/04/several-nice-linux-easter-eggs.html"&gt;TuxArena&lt;/a&gt; posted some Easter Eggs found in Ubuntu, have a read... fun!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-229643437725287994?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/229643437725287994/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/04/nice-linux-easter-eggs.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/229643437725287994'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/229643437725287994'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/04/nice-linux-easter-eggs.html' title='Nice Linux Easter Eggs'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-62589355131999002</id><published>2009-04-26T21:04:00.000-07:00</published><updated>2009-04-26T22:58:50.670-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='9.04'/><category scheme='http://www.blogger.com/atom/ns#' term='nessus'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='8.10'/><title type='text'>Misc info...</title><content type='html'>Tenable has released Nessus 4, you can go give it a try at &lt;a href="http://www.nessus.org/nessus/"&gt;http://www.nessus.org/nessus/&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I have upgraded all my machines (except my EeePC) to Ubuntu 9.04 Jaunty Jackalope.  So anything I post from now onwards is most probably done on a Jaunty build and maybe an Intrepid (my EeePC).&lt;br /&gt;&lt;br /&gt;In case anyone is wondering, I have successfully upgraded my wubi installation of Ubuntu from 8.10 to 9.04.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-62589355131999002?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/62589355131999002/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/04/misc-info.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/62589355131999002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/62589355131999002'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/04/misc-info.html' title='Misc info...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-3541633220732630279</id><published>2009-04-11T10:44:00.000-07:00</published><updated>2009-05-30T00:41:28.765-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='9.04'/><category scheme='http://www.blogger.com/atom/ns#' term='Jaunty'/><category scheme='http://www.blogger.com/atom/ns#' term='metasploit'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Installing Metasploit 3.2 on Ubuntu 9.04...</title><content type='html'>If you want to use Metasploit, you will need to install this program manually as it is not found in Ubuntu's repository (feel free to correct me on this).&lt;br /&gt;&lt;br /&gt;You will first need to install the following libraries from Ubuntu's repositories:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo apt-get install subversion ruby libruby rdoc libyaml-ruby libzlib-ruby &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo apt-get install libopenssl-ruby libdl-ruby libreadline-ruby &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo apt-get install libiconv-ruby rubygems libgtk2-ruby libglade2-ruby&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You will then need to download Metasploit 3.2 from the Metasploit website at URL:&lt;br /&gt;&lt;br /&gt;http://spool.metasploit.com/releases/framework-3.2.tar.gz&lt;br /&gt;&lt;br /&gt;The easiest way would be to use the wget command:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;wget "http://spool.metasploit.com/releases/framework-3.2.tar.gz"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Unpack the program:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;tar -zxvf framework-3.2.tar.gz&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You will then need to update Metasploit with the latest exploits and updates by going into the framework-3.2 sub-directory and issuing the subversion update command:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo svn update&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You now have the latest version of Metasploit.  It is recommended that you issue the "&lt;span style="font-family:courier new;"&gt;sudo svn update&lt;/span&gt;" command every time you are about to use the program or at least once a week.&lt;br /&gt;&lt;br /&gt;Tested this on Ubuntu 9.04 (Jaunty Jackalope) beta...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-3541633220732630279?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/3541633220732630279/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/04/installing-metasploit-32-on-ubuntu-904.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/3541633220732630279'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/3541633220732630279'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/04/installing-metasploit-32-on-ubuntu-904.html' title='Installing Metasploit 3.2 on Ubuntu 9.04...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-5683726003068656607</id><published>2009-03-17T02:46:00.000-07:00</published><updated>2009-03-17T02:52:51.054-07:00</updated><title type='text'>Installing Chromium Browser in Ubuntu</title><content type='html'>The people in launchpad.net are building early builds of the Chromium browser (this is not Google's Chrome browser) for Ubuntu with daily builds released.  Take note that this is still early-alpha builds, but will give you a glimpse of what is to come.  For instructions, go to:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://launchpad.net/%7Echromium-daily/+archive/ppa"&gt;&lt;span style="font-family:courier new;"&gt;https://launchpad.net/~chromium-daily/+archive/ppa&lt;/span&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-5683726003068656607?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/5683726003068656607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/03/installing-chromium-browser-in-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/5683726003068656607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/5683726003068656607'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/03/installing-chromium-browser-in-ubuntu.html' title='Installing Chromium Browser in Ubuntu'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-6984487805364027364</id><published>2009-03-07T01:58:00.000-08:00</published><updated>2009-03-07T02:27:16.160-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='updates'/><title type='text'>Speeding up your Ubuntu updates</title><content type='html'>This is so essential, I wonder why I didn't mention this earlier.&lt;br /&gt;&lt;br /&gt;Now, I am sure most Ubuntu users when they first install Ubuntu on their computer, will usually (as part of the installation process) tell the Ubuntu installer where they are located and the timezone they are at.  The installer then tries to point your Ubuntu installation to the nearest repository so that you can download all the latest patches and updates via this point instead of the main Ubuntu servers.&lt;br /&gt;&lt;br /&gt;I am located in Malaysia, so the installer places me on the Malaysian server which is located at &lt;span style="font-family:courier new;"&gt;my.archive.ubuntu.com&lt;/span&gt;.  Now, the problem with the internet is, routing is never an exact science and the Malaysian server at &lt;span style="font-family:courier new;"&gt;my.archive.ubuntu.com&lt;/span&gt; is actually located in the United Kingdom and it shows when I run an update and usually get around 20kb/s download transfers.&lt;br /&gt;&lt;br /&gt;I have two choices to try and speed up my updates.  The first thing you need to do is to run a program called "Software Sources" found at:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;System -&gt; Administration -&gt; Software Sources&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In this program, under the "&lt;span style="font-family:courier new;"&gt;Download from:&lt;/span&gt;" option, you can select the "&lt;span style="font-family:courier new;"&gt;Other...&lt;/span&gt;" option and a list of servers that mirrors the main Ubuntu server are listed.  You can simply select a server in your country or if your country is not listed, a near or neighboring country from the list as your source of Ubuntu updates.  This is your first option, which usually works quite well and you will notice a faster then before download rate.&lt;br /&gt;&lt;br /&gt;The second and preferred option is to click  the "&lt;span style="font-family:courier new;"&gt;Select Best Server&lt;/span&gt;" button which will ping all the servers on the list and automatically select for you the server with the faster response time.  This option usually points you to the server that will give you the fastest download rates.&lt;br /&gt;&lt;br /&gt;I  am now pointed to a server in Taiwan which gives me a very high download rate (about 150kb/s) and quite strangely, without the "&lt;span style="font-family:courier new;"&gt;Select Best Server&lt;/span&gt;" button, I would have chosen a server in Singapore or Thailand due to the close proximity of the two countries to Malaysia.&lt;br /&gt;&lt;br /&gt;Do give this a try and let me know if this article was useful.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-6984487805364027364?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/6984487805364027364/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/03/speeding-up-your-ubuntu-updates.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/6984487805364027364'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/6984487805364027364'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/03/speeding-up-your-ubuntu-updates.html' title='Speeding up your Ubuntu updates'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-7102066763992735162</id><published>2009-02-14T13:03:00.000-08:00</published><updated>2009-02-14T13:25:57.258-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='chm'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Opening Microsoft Compressed HTML Help (.chm) files</title><content type='html'>I have a few e-books formatted in Microsoft's Compress HTML Help format.  To open these files, I had to install a viewer called xchm. To install it in Ubuntu, I opened a terminal shell and typed:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo apt-get install xchm&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;However, the installer did not associate .chm files with the xchm program in GNOME.  To fix this, I right-clicked on a .chm file and selected "Properties".  I then selected the "Open with" tab and chose xchm from the list of applications.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-7102066763992735162?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/7102066763992735162/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/02/opening-microsoft-compressed-html-help.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/7102066763992735162'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/7102066763992735162'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/02/opening-microsoft-compressed-html-help.html' title='Opening Microsoft Compressed HTML Help (.chm) files'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-81282853367193351</id><published>2009-02-13T15:47:00.000-08:00</published><updated>2009-02-13T15:58:12.879-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='anti-virus'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>What anti-virus?</title><content type='html'>One cool thing about being a Ubuntu user the last four years is the fact that I do not need to install an anti-virus program into my computer. This only goes to show that linux is superior in design to Windoze.  This saves me money (don't need to buy) and time (computer works faster).  :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-81282853367193351?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/81282853367193351/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/02/what-anti-virus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/81282853367193351'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/81282853367193351'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/02/what-anti-virus.html' title='What anti-virus?'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-7550690138697304875</id><published>2009-02-08T08:15:00.000-08:00</published><updated>2009-02-08T08:29:00.192-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='nessus'/><category scheme='http://www.blogger.com/atom/ns#' term='openvas'/><category scheme='http://www.blogger.com/atom/ns#' term='7.10'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='8.10'/><category scheme='http://www.blogger.com/atom/ns#' term='8.04'/><title type='text'>Installing OpenVAS 1.0.x on Ubuntu Linux...</title><content type='html'>OpenVAS (URL &lt;a href="http://www.openvas.org/"&gt;http://www.openvas.org&lt;/a&gt;) is an open source and fully GPL'ed fork of the now closed source Nessus security scanner. I will not go into the history of Nessus and why OpenVAS is a fork of that source code but will focus more on how I installed OpenVAS on my favorite Linux distro Ubuntu.&lt;br /&gt;&lt;br /&gt;If you go to the OpenVAS site, they only have .rpm (aka RedHat) packages and can't be used on a Debian based distro like Ubuntu. Also, as a side note, if you want to do something else with OpenVAS which I am not covering, remember that you should best follow only the Ubuntu specific instructions and when that is not possible, for the Debian Etch instructions as Ubuntu uses the "Etch" branch of Debian.&lt;br /&gt;&lt;br /&gt;The instructions below are for use with OpenVAS v1.x and not the new beta 2.0 (will write another article later when it gets out of beta).&lt;br /&gt;&lt;br /&gt;Firstly, you will need to add the following repositories into aptitude by editing &lt;span style="font-family:courier new;"&gt;/etc/apt/sources.list&lt;/span&gt; and adding the following line into the sources.list file:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;deb http://apt.intevation.de/ etch openvas&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You then update your Ubuntu repositories by issuing the "&lt;span style="font-family:courier new;"&gt;apt-get update&lt;/span&gt;" command.&lt;br /&gt;&lt;br /&gt;You then need to download the following source codes from the OpenVAS website. Which you can find at URL &lt;a href="http://wald.intevation.org/frs/?group_id=29"&gt;http://wald.intevation.org/frs/?group_id=29&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;They are:&lt;br /&gt;&lt;br /&gt;openvas-libraries 1.0.2 (not needed, a .deb installer is available in the repository)&lt;br /&gt;openvas-libnasl 1.0.1&lt;br /&gt;openvas-server 1.0.2&lt;br /&gt;openvas-plugins 1.0.4 (if there is a newer version &gt; 1.0.4, download that instead)&lt;br /&gt;&lt;br /&gt;Create a sub-directory in your home directory called "&lt;span style="font-family:courier new;"&gt;~/openvas1&lt;/span&gt;" and move all the .tar.gz source code files into this folder.&lt;br /&gt;&lt;br /&gt;Then, you need to install certain libraries which OpenVAS uses prior to compiling the source codes you've downloaded by issuing the command:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;apt-get install openvas-client libopenvas1 libopenvas1-dev libgpgme11 libgpgme11-dev bison build-essential&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;!&lt;br /&gt;! in Ubuntu 8.10, prior to issuing the above command, you will need to install&lt;br /&gt;! some libraries which are missing in Ubuntu 8.10.&lt;br /&gt;!&lt;br /&gt;! Download the following .deb (libgnutls13 and libopencdk10) files from the&lt;br /&gt;! hardy packages (they'll work in Ubuntu 8.10)&lt;br /&gt;!&lt;br /&gt;! &lt;span style="font-family:courier new;"&gt;http://packages.ubuntu.com/hardy-updates/i386/libgnutls13/download&lt;/span&gt;&lt;br /&gt;! &lt;span style="font-family:courier new;"&gt;http://packages.ubuntu.com/hardy/i386/libopencdk10/download&lt;/span&gt;&lt;br /&gt;!&lt;br /&gt;! You can install the two .deb files by issuing the command:&lt;br /&gt;!&lt;br /&gt;! &lt;span style="font-family:courier new;"&gt;dpkg -i libgnutls13_2.0.4-1ubuntu2.1_i386.deb&lt;/span&gt;&lt;br /&gt;! &lt;span style="font-family:courier new;"&gt;dpkg -i libopencdk10_0.6.6-1ubuntu1_i386.deb&lt;/span&gt;&lt;br /&gt;!&lt;br /&gt;&lt;br /&gt;You will then need to open the three source code files, untar them and compile them. You can do this for all three packages by typing in:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;tar zxvf &lt;span style="font-style: italic;"&gt;[filename of .tar.gz file]&lt;/span&gt;&lt;filename&gt;&lt;/filename&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;cd &lt;span style="font-style: italic;"&gt;[sub-folder of same name as .tar.gz file]&lt;/span&gt;&lt;sub-folder&gt;&lt;/sub-folder&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;./configure&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;make&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;make install&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;cd ..&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You will need to do the above with all three files, mainly:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;openvas-libnasl-1.0.1.tar.gz&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;openvas-server-1.0.2.tar.gz&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;openvas-plugins-1.0.4.tar.gz&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;in the above order.&lt;br /&gt;&lt;br /&gt;You will then need to let your linux system know about the new libraries you have just compiled before the can be used by typing in:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;ldconfig -v&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You then need to copy the file &lt;span style="font-family:courier new;"&gt;openvas-services&lt;/span&gt; from the server source code folder into the &lt;span style="font-family:courier new;"&gt;/var/lib/openvas&lt;/span&gt; directory by issuing the following command in a bash shell:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;mkdir /var/lib/openvas&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;cp ~/openvas1/openvas-server-1.0.2/openvas-services /var/lib/openvas/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;For the first time use of OpenVAS, you will need to create a new cert and add in the first user that can login into the OpenVAS server by running both:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;openvas-mkcert&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;openvas-adduser&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To start OpenVAS, activate the server by typing in:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;openvasd -D &amp;amp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;And running the OpenVAS client by typing:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;openvas-client&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If all works well, when you run &lt;span style="font-family:courier new;"&gt;openvasd&lt;/span&gt;, you will see it attempt to load in all the plug-ins and in the openvas-client, connect to the openvas server.&lt;br /&gt;&lt;br /&gt;Feel free to comment!&lt;br /&gt;&lt;br /&gt;Note: Tested on Ubuntu 7.10, 8.04 and 8.10, and I assume you are doing all this with root access and am running the kernel in i386 (32-bit) mode.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-7550690138697304875?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/7550690138697304875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/02/installing-openvas-10x-on-ubuntu-linux.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/7550690138697304875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/7550690138697304875'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/02/installing-openvas-10x-on-ubuntu-linux.html' title='Installing OpenVAS 1.0.x on Ubuntu Linux...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-7883233191269243702</id><published>2009-02-08T08:09:00.000-08:00</published><updated>2009-02-08T08:25:53.584-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='dd'/><category scheme='http://www.blogger.com/atom/ns#' term='md5'/><category scheme='http://www.blogger.com/atom/ns#' term='iso'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Simple way to create an ISO image of your disc in Ubuntu...</title><content type='html'>Go to Terminal:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo umount /dev/cdrom&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;dd if=/dev/cdrom of=filename.iso bs=1024&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To verify your ISO file is good:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;md5sum /dev/cdrom&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;md5sum filename.iso&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Both instances should produce the same md5 hash. :)&lt;br /&gt;&lt;br /&gt;Note: "filename.iso" is only an example filename, feel free to use any name you want.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-7883233191269243702?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/7883233191269243702/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/02/simple-way-to-create-iso-image-of-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/7883233191269243702'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/7883233191269243702'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/02/simple-way-to-create-iso-image-of-your.html' title='Simple way to create an ISO image of your disc in Ubuntu...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-2475677354954848562</id><published>2009-02-01T01:09:00.000-08:00</published><updated>2009-02-01T01:13:36.428-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='firefox'/><category scheme='http://www.blogger.com/atom/ns#' term='extensions'/><category scheme='http://www.blogger.com/atom/ns#' term='add-ons'/><category scheme='http://www.blogger.com/atom/ns#' term='web browser'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Making the Firefox browser special</title><content type='html'>Let's face it, a web browser, is a web browser, is a web browser. Every operating system has at least two web browsers that users can choose to use.  The difference between most browsers with Firefox is the fact that Firefox has add-ons which basically extends the functionality of the browser.  I am sure that this is nothing new to most seasonal Ubuntu users, but most users new to Firefox do not realise that they can expand the functionality.  This blog shows users (not in the know) how to find and add these add-ons and what are my favourite personal add-ons which you may or may not find useful.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Adding the add-ons&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Launch Firefox and go to &lt;span style="font-family: courier new;"&gt;Tools -&gt; Add-ons&lt;/span&gt; and the "&lt;span style="font-family: courier new;"&gt;Add-ons&lt;/span&gt;" windows will appear.  You then go to the  "&lt;span style="font-family: courier new;"&gt;Get Add-ons&lt;/span&gt;" tab and you can then find any and every add-on that was ever made for Firefox that Mozilla has tested and deemed safe for users to use.  There are sites that offer the add-ons directly.  However, getting them directly from Mozilla is a safe bet as they have been tested to work correctly "&lt;span style="font-style: italic;"&gt;as advertised&lt;/span&gt;".&lt;br /&gt;&lt;br /&gt;The best way to know what add-ons you want is to simply use the browser and ask yourself what improvements you would like to see to Firefox.  Once you know what you want, simply figure out what keyword would best describe the feature you want and query in the "&lt;span style="font-family: courier new;"&gt;Get Add-ons&lt;/span&gt;" tab.  The query result will display all add-ons that fit the search query and will then display a short description of what the add-on does.  If the description fits what you want, you are then given the opportunity to install the add-on.  You can also check the "&lt;span style="font-family: courier new;"&gt;Extension&lt;/span&gt;" tab to see what add-ons you have installed.  You can also configure the behaviour of the extension to better fit your needs.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Extension/Add-ons that I use&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The list below are the extensions that I use.  It is in no way an endorsement to the following add-on authors but it is a list of add-ons that I use that I find useful and convenient.  They are:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Ad Block Plus&lt;/li&gt;&lt;li&gt;Download Statusbar&lt;/li&gt;&lt;li&gt;PageZoom&lt;/li&gt;&lt;li&gt;QuickJava&lt;/li&gt;&lt;li&gt;Server Spy&lt;/li&gt;&lt;li&gt;ShowIP&lt;/li&gt;&lt;li&gt;SwitchProxy Tool&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;To know what these tools do, may I suggest you query them in the "&lt;span style="font-family: courier new;"&gt;Get Add-ons&lt;/span&gt;" tab and have a read yourself.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-2475677354954848562?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/2475677354954848562/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/02/making-firefox-browser-special.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/2475677354954848562'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/2475677354954848562'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/02/making-firefox-browser-special.html' title='Making the Firefox browser special'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-7858665168969183894</id><published>2009-01-31T03:32:00.000-08:00</published><updated>2009-01-31T03:38:20.460-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='key'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Getting the public key of a ubuntu repository</title><content type='html'>I sometimes have problems when I add an APT line to the &lt;span style="font-family:courier new;"&gt;source.list&lt;/span&gt; and when I do and &lt;span style="font-family:courier new;"&gt;apt-get update&lt;/span&gt;, get an error message saying I do not have an authentication key, especially from one of the &lt;span style="font-family:courier new;"&gt;launchpad.net&lt;/span&gt; repositories.  The usual message would be:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0123456789ABCDEF&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I have a short script that can help you get the correct key.  Simply create a file called &lt;span style="font-family:courier new;"&gt;import-ubuntu-key.sh&lt;/span&gt; and type in the following code:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;gpg --keyserver keyserver.ubuntu.com --recv $1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;gpg --export --armor $1 | sudo apt-key add -&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You then have to make the file an executable file, this can be done by using the &lt;span style="font-family:courier new;"&gt;chmod&lt;/span&gt; command with the &lt;span style="font-family:courier new;"&gt;+x&lt;/span&gt; switch:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;chmod +x import-ubuntu-key.sh&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To import the signature, simply type:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;./import-ubuntu-key.sh 0123456789ABCDEF&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The above assumes the script is located in the current directory and the repository's public key is located on the &lt;span style="font-family:courier new;"&gt;keyserver.ubuntu.com&lt;/span&gt; server.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-7858665168969183894?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/7858665168969183894/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/01/getting-public-key-of-ubuntu-repository.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/7858665168969183894'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/7858665168969183894'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/01/getting-public-key-of-ubuntu-repository.html' title='Getting the public key of a ubuntu repository'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-8851884849049979983</id><published>2009-01-28T20:20:00.000-08:00</published><updated>2009-01-28T20:28:47.621-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Atheros'/><category scheme='http://www.blogger.com/atom/ns#' term='EeePC'/><category scheme='http://www.blogger.com/atom/ns#' term='Eee Control'/><category scheme='http://www.blogger.com/atom/ns#' term='Eee'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='8.10'/><title type='text'>Installing Ubuntu 8.10 on my EeePC 701...</title><content type='html'>Got myself a 16GB class 4 SDHC card and decided to upgrade my EeePC 701 with the latest version of Ubuntu (8.10 Intrepid).&lt;br /&gt;&lt;br /&gt;I used a DVD drive to install Ubuntu on my EeePC and almost everything worked OOTB (out of the box) with the exception of wifi and a shutting down problem.&lt;br /&gt;&lt;br /&gt;To fix the first problem, I disabled the "&lt;span style="font-family: courier new;"&gt;Support for Atheros 802.11 wireless LAN cards&lt;/span&gt;" on Hardware Drivers, and rebooted.&lt;br /&gt;&lt;br /&gt;Then, I installed the backports modules which has a working wifi driver by typing the following in a terminal shell:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;sudo apt-get install linux-backports-modules-intrepid-generic&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Before anyone asks... Yes, I had to do this with a wired internet connection. &lt;grin&gt;&lt;br /&gt;&lt;br /&gt;To solve the shutdown problem, all I had to do was to edit the "&lt;span style="font-family: courier new;"&gt;halt&lt;/span&gt;" file at "&lt;span style="font-family: courier new;"&gt;/etc/default/&lt;/span&gt;" and add in "&lt;span style="font-family: courier new;"&gt;rmmod snd-hda-intel&lt;/span&gt;" on the last line of the file.&lt;br /&gt;&lt;br /&gt;This basically gets the whole computer working as everything else is already supported by Ubuntu.&lt;br /&gt;&lt;br /&gt;To enhance the computer, I also installed a utility called Eee Control. The latest version as of this writing is v0.8.3. You can get this utility at URL &lt;a href="http://greg.geekmind.org/eee-control/"&gt;http://greg.geekmind.org/eee-control/&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;This utility allows you to control the switching on/off of certain components like wifi, camera, etc. You can also overclock or underclock the EeePC with the option to auto powersave when your EeePC runs off batteries regardless of the clock speed when plugged to the wall.&lt;br /&gt;&lt;br /&gt;To increase the lifespan of the SSD (or SDHC card in my case), we can reduce the frequency of writes to the media by adding the following into the "&lt;span style="font-family: courier new;"&gt;/etc/fstab&lt;/span&gt;":&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;tmpfs /var/tmp tmpfs noatime 0 0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;tmpfs /tmp tmpfs noatime 0 0&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can also add the "&lt;span style="font-family: courier new;"&gt;noatime&lt;/span&gt;" to the other medias that Ubuntu accesses.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-8851884849049979983?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/8851884849049979983/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/01/installing-ubuntu-810-on-my-eeepc-701.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/8851884849049979983'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/8851884849049979983'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/01/installing-ubuntu-810-on-my-eeepc-701.html' title='Installing Ubuntu 8.10 on my EeePC 701...'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-5453988771765452967</id><published>2009-01-28T06:48:00.000-08:00</published><updated>2009-01-28T20:10:44.764-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='firewalk'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='8.10'/><title type='text'>Installing the Firewalk security tool</title><content type='html'>Unfortunately for all, the firewalk tool is not found in any of the Ubuntu repositories nor is there a .deb file that you can download and install.  You will need to download the source code and compile the program yourself.&lt;br /&gt;&lt;br /&gt;To get the firewalk source, go to URL &lt;span style="font-family:courier new;"&gt;http://www.packetfactory.net/projects/firewalk/&lt;/span&gt;. Download the source file from the site called "&lt;span style="font-family:courier new;"&gt;firewalk.tar.gz&lt;/span&gt;".  You then need to &lt;span style="font-family:courier new;"&gt;untar&lt;/span&gt; the file by typing in a terminal shell:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;tar -xvvzf firewalk.tar.gz&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This will untar all the files and create their respective directories.  You will then need to install the relavent supporting libraries and their development tools with the command:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo apt-get install build-essential libpcap-dev libnet1-dev libdnet-dev libdumbnet-dev&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Since this tool (firewalk) was developed a few years ago, two of the libraries it uses have changed their names, we will need to link the old name to the new object name with the following sequence of commands:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;cd /usr/lib&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo ln -s libdumbnet.so libdnet.so&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;cd /usr/include&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo ln -s dumbnet.h dnet.h&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Before you can compile firewalk, there is one change you will need to make to the source. Gutsy (and newer Ubuntu distros) install gcc 4.0 by default, which doesn't like switch statements with no instructions in the "default" case.  To fix this, just insert the "break;" command on line 193 of src/firewalk.c:&lt;br /&gt;&lt;br /&gt;==== old =====&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;default:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;/* empty */&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;==== new =====&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;default:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;break;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;/* empty */&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now, you are ready to compile everything, issue the following commands in the Firewalk directory:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;./configure&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;make&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;sudo make install&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To install the man pages, type in the following:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;sudo mkdir /usr/local/man/man8&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;sudo cp man/firewalk.8 /usr/local/man/man8&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You are now ready to use the firewalk utility command. :)&lt;br /&gt;&lt;br /&gt;Note: This was done on a Ubuntu 8.10 distro.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-5453988771765452967?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/5453988771765452967/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/01/installing-firewalk-security-tool.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/5453988771765452967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/5453988771765452967'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/01/installing-firewalk-security-tool.html' title='Installing the Firewalk security tool'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3479898670555235257.post-1359187858760177012</id><published>2009-01-27T17:50:00.000-08:00</published><updated>2009-01-27T18:00:44.492-08:00</updated><title type='text'>Life with Ubuntu</title><content type='html'>Just started this blog today as I wanted to write about how easy it is to use Ubuntu Linux.  I will only write about what I do, use, experience and think about Ubuntu (for now) and hopefully help and assist others on this journey as well.  A little background, I have been using Ubuntu for the last 4 years (since Ubuntu 5.04) and use Ubuntu on all my own PCs with the exception of my laptop which I use in the office that has Windoze XP (with wubi and Ubuntu 7.10).  One of my laptops is an EeePC 701 so you will also read a bit of Eee centric posts as well as security applications which I use for work.  More to come in the following days... :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3479898670555235257-1359187858760177012?l=lifewithubuntu.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://lifewithubuntu.blogspot.com/feeds/1359187858760177012/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/01/life-with-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/1359187858760177012'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3479898670555235257/posts/default/1359187858760177012'/><link rel='alternate' type='text/html' href='http://lifewithubuntu.blogspot.com/2009/01/life-with-ubuntu.html' title='Life with Ubuntu'/><author><name>ajack</name><uri>http://www.blogger.com/profile/06162695531691497260</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='23' height='32' src='http://1.bp.blogspot.com/_Do5qhA34-TM/SYCRO3KLb2I/AAAAAAAAAAU/yOmVNzP11Uw/S220/ACCC.jpg'/></author><thr:total>0</thr:total></entry></feed>
