<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>nazham.com &#187; Software</title>
	<atom:link href="http://nazham.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://nazham.com</link>
	<description>Jarvis, sometimes you gotta run before you can walk.</description>
	<lastBuildDate>Tue, 01 Jun 2010 06:07:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Playing 1080p Video in Ubuntu Without Lag</title>
		<link>http://nazham.com/2010/04/24/playing-1080p-video-in-ubuntu-without-lag/</link>
		<comments>http://nazham.com/2010/04/24/playing-1080p-video-in-ubuntu-without-lag/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 13:34:12 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[1080p]]></category>
		<category><![CDATA[Blue Ray]]></category>
		<category><![CDATA[HD]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[mkv]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[VLC]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=1048</guid>
		<description><![CDATA[Playing 1080p Video in Ubuntu Without Lag

Related posts:<ol><li><a href='http://nazham.com/2009/12/02/how-to-check-for-open-ports-in-ubuntu/' rel='bookmark' title='Permanent Link: How to Check for Open Ports in Ubuntu'>How to Check for Open Ports in Ubuntu</a> <small>There are various ways to view for open ports on...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have not-so-bad specs for my laptop:<br />
- Dell XPS M1530<br />
- Intel Code 2 Duo CPU 2.40GHz<br />
- 4GB RAM<br />
- Running Ubuntu Karmic Koala 9.10</p>
<p>I have no problem running 720p .mkv HD video files. No lagging, no dropped frames whatsover. However, when running 1080p .mkv files, especially those big sizes full-HD Blue Ray medias, I have:<br />
- Lagging,<br />
- Dropped frames,<br />
- 100% CPU utilizations.</p>
<p>It doesn&#8217;t matter if I&#8217;m using VLC, or Totem Movie Player, it will always have those problem above. From what I&#8217;ve read, this is probably due to FFMpeg codecs for H.264 decoding.</p>
<p>However, I have a solution, found from <a href="http://ubuntuforums.org/showthread.php?t=1037625">http://ubuntuforums.org/showthread.php?t=1037625</a></p>
<p>Below are the steps:<br />
1. Install mplayer:<br />
<code>sudo apt-get install mplayer-nogui</code></p>
<p>2. Run your 1080p .mkv files with it:<br />
<code>mplayer -vo vdpau -vc ffh264vdpau /path/to/the/mkv/file</code></p>
<p>Now the HD movies playing in my Ubuntu laptop are smooth as it can be.<br />
Try it out. Cheers.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnazham.com%2F2010%2F04%2F24%2Fplaying-1080p-video-in-ubuntu-without-lag%2F&amp;layout=standard&amp;show_faces=true&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:px"></iframe>

<br />Related posts:<ol><li><a href='http://nazham.com/2009/12/02/how-to-check-for-open-ports-in-ubuntu/' rel='bookmark' title='Permanent Link: How to Check for Open Ports in Ubuntu'>How to Check for Open Ports in Ubuntu</a> <small>There are various ways to view for open ports on...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://nazham.com/2010/04/24/playing-1080p-video-in-ubuntu-without-lag/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Enhance Your Linux Desktop with Conky</title>
		<link>http://nazham.com/2009/07/26/how-to-enhance-your-linux-desktop-with-conky/</link>
		<comments>http://nazham.com/2009/07/26/how-to-enhance-your-linux-desktop-with-conky/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 15:35:29 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=1000</guid>
		<description><![CDATA[I have been using Conky as my desktop monitoring widgets for quite some time now. Before this, I&#8217;ve been using few applications like screenlets and gdesklets, but there&#8217;s a lot of drawbacks on these applications. Among them were limited customizations, it&#8217;s difficult to develop your own widgets, unable to find widgets you&#8217;re looking for, and [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I have been using <strong>Conky</strong> as my desktop monitoring widgets for quite some time now. Before this, I&#8217;ve been using few applications like screenlets and gdesklets, but there&#8217;s a lot of drawbacks on these applications. Among them were limited customizations, it&#8217;s difficult to develop your own widgets, unable to find widgets you&#8217;re looking for, and if you do find them, they are too buggy to be used in the first place.</p>
<p>Then, I&#8217;ve found <a href="http://conky.sourceforge.net/">Conky</a>. I&#8217;ll never turn back.</p>
<p>This is the best system monitor I have ever experienced. It is highly customizable, all you have to do is modify the Conky config file. There&#8217;s a lot of widgets/variables to use, such as system monitoring tools (CPU, RAM, SWAP, Hard Drive, etc), batteries capacity, networking, and more. And best of all, it is very, very easy to create your own widgets. If you know any programming language such as Python, Perl, or even a simple Shell Scripts, then you&#8217;re off to create your own.</p>
<p><span id="more-1000"></span><br />
Installing Conky are easy as executing command below in the terminal:<br />
<code>$ sudo apt-get install conky</code></p>
<p>Next, create your Conky config file. Here is <a href="http://nazham.com/download/conky.conf.txt" target="_blank">my config file</a> I&#8217;m currently using.</p>
<p>Then, execute command below to run Conky. Put it in your startup so that it will be running each time you boot-up your computer:<br />
<code>$ conky -c &lt;path_to_my_conky_config&gt;.conf</code></p>
<p>Below are what my desktop currently looks like with Conky:</p>
<div id="attachment_1007" class="wp-caption aligncenter" style="width: 310px"><a href="http://nazham.com/wp-content/uploads/2009/07/conky-desktop.png"><img class="size-medium wp-image-1007" title="Conky Desktop" src="http://nazham.com/wp-content/uploads/2009/07/conky-desktop-300x187.png" alt="Conky Desktop" width="300" height="187" /></a><p class="wp-caption-text">Conky Desktop</p></div>
<p>In there I&#8217;ve created my own GMail notifier, Google Reader notifier and local TV guide, all using Python. You will find more ideas, screen shots and scripts to use with Conky on <a href="http://ubuntuforums.org/showthread.php?t=281865" target="_blank">Ubuntu Forum</a>.</p>
<p>Cheers.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnazham.com%2F2009%2F07%2F26%2Fhow-to-enhance-your-linux-desktop-with-conky%2F&amp;layout=standard&amp;show_faces=true&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:px"></iframe>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nazham.com/2009/07/26/how-to-enhance-your-linux-desktop-with-conky/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Twitux and gTwitter: Twitter Clients for Ubuntu Linux</title>
		<link>http://nazham.com/2008/12/30/twitux-and-gtwitter-twitter-clients-for-ubuntu-linux/</link>
		<comments>http://nazham.com/2008/12/30/twitux-and-gtwitter-twitter-clients-for-ubuntu-linux/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 16:23:17 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=711</guid>
		<description><![CDATA[Following my previous post nazham.com on Twitter, I&#8217;ve just beginning to get involved with Twitter.
Below are a couple of Twitter clients that I&#8217;ve used in Ubuntu:
Twitux
A Twitter client for GNOME.
Twitux is a lightweight client for the twitter messaging service, featuring time-line auto updating, a tray area icon and notification of new messages.

gTwitter
Client for tracking and [...]

Related posts:<ol><li><a href='http://nazham.com/2009/12/02/how-to-check-for-open-ports-in-ubuntu/' rel='bookmark' title='Permanent Link: How to Check for Open Ports in Ubuntu'>How to Check for Open Ports in Ubuntu</a> <small>There are various ways to view for open ports on...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Following my previous post <a href="http://nazham.com/2008/12/25/nazhamcom-on-twitter/" target="_blank">nazham.com on Twitter</a>, I&#8217;ve just beginning to get involved with <a href="http://twitter.com/nazham" target="_blank">Twitter</a>.<br />
Below are a couple of Twitter clients that I&#8217;ve used in Ubuntu:</p>
<p><a href="http://live.gnome.org/DanielMorales/Twitux" target="_blank"><strong>Twitux</strong></a><br />
A Twitter client for GNOME.<br />
Twitux is a lightweight client for the twitter messaging service, featuring time-line auto updating, a tray area icon and notification of new messages.</p>
<p><img class="alignnone size-full wp-image-716" title="twitux" src="http://nazham.com/wp-content/uploads/2008/12/twitux.jpg" alt="twitux" width="437" height="450" /></p>
<p><a href="http://code.google.com/p/gtwitter/" target="_blank"><strong>gTwitter</strong></a><br />
Client for tracking and posting to twitter.<br />
gTwitter is a client for posting and fetching updates to the twitter service.</p>
<p><img src="http://nazham.com/wp-content/uploads/2008/12/gtwitter.png" alt="gtwitter" title="gtwitter" width="371" height="410" class="alignnone size-full wp-image-723" /></p>
<p>Installation is available through Synaptic Package Manager. Just do a search for the application name, twitux or gtwitter.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnazham.com%2F2008%2F12%2F30%2Ftwitux-and-gtwitter-twitter-clients-for-ubuntu-linux%2F&amp;layout=standard&amp;show_faces=true&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:px"></iframe>

<br />Related posts:<ol><li><a href='http://nazham.com/2009/12/02/how-to-check-for-open-ports-in-ubuntu/' rel='bookmark' title='Permanent Link: How to Check for Open Ports in Ubuntu'>How to Check for Open Ports in Ubuntu</a> <small>There are various ways to view for open ports on...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://nazham.com/2008/12/30/twitux-and-gtwitter-twitter-clients-for-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing Google Gadgets on Ubuntu 8.10</title>
		<link>http://nazham.com/2008/12/27/installing-google-gadgets-on-ubuntu-810/</link>
		<comments>http://nazham.com/2008/12/27/installing-google-gadgets-on-ubuntu-810/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 14:38:36 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Intrepid Ibex]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=703</guid>
		<description><![CDATA[Google Desktop gadgets are interactive mini-applications that can be placed anywhere on the user&#8217;s desktop to show new email, weather, photos, personalized news or other desired information. Google offers a gallery of pre-built gadgets for download on the official website.
To install Google Gadgets on Ubuntu 8.10:
1. Download the .deb package.
2. Install the package using the [...]

Related posts:<ol><li><a href='http://nazham.com/2009/12/02/how-to-check-for-open-ports-in-ubuntu/' rel='bookmark' title='Permanent Link: How to Check for Open Ports in Ubuntu'>How to Check for Open Ports in Ubuntu</a> <small>There are various ways to view for open ports on...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://desktop.google.com/plugins/" target="_blank">Google Desktop gadgets</a> are interactive mini-applications that can be placed anywhere on the user&#8217;s desktop to show new email, weather, photos, personalized news or other desired information. Google offers a gallery of pre-built gadgets for download on the official website.</p>
<p><strong>To install Google Gadgets on Ubuntu 8.10:</strong></p>
<p>1. Download the <a href="http://www.getdeb.net/release/3449" target="_blank">.deb package</a>.<br />
2. Install the package using the following command:<br />
<code>sudo dpkg -i google-gadgets_0.10.4-0~getdeb1_i386.deb</code></p>
<p>3. Run the apps using the command <code>ggl-gtk</code> or from the Applications menu.</p>
<p><strong>Autostart:</strong></p>
<p>1. Add a new entry at System -&gt; Preference -&gt; Sessions.<br />
2. The command entry would be <code>ggl-gtk</code></p>
<p>Enjoy.</p>
<p>Resource: <a href="http://www.ubuntugeek.com/howto-install-google-gadgets-in-ubuntu-810-intrepid-ibex.htm" target="_blank">Howto install Google Gadgets in ubuntu 8.10 (Intrepid Ibex)</a></p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnazham.com%2F2008%2F12%2F27%2Finstalling-google-gadgets-on-ubuntu-810%2F&amp;layout=standard&amp;show_faces=true&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:px"></iframe>

<br />Related posts:<ol><li><a href='http://nazham.com/2009/12/02/how-to-check-for-open-ports-in-ubuntu/' rel='bookmark' title='Permanent Link: How to Check for Open Ports in Ubuntu'>How to Check for Open Ports in Ubuntu</a> <small>There are various ways to view for open ports on...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://nazham.com/2008/12/27/installing-google-gadgets-on-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac uTorrent beta is finally here!</title>
		<link>http://nazham.com/2008/11/27/mac-utorrent-beta-is-finally-here/</link>
		<comments>http://nazham.com/2008/11/27/mac-utorrent-beta-is-finally-here/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 07:29:33 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Torrent]]></category>
		<category><![CDATA[uTorrent]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=549</guid>
		<description><![CDATA[For Mac users, the Mac version of uTorrent (beta) is officially here. Enjoy!


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>For Mac users, the <a href="http://mac.utorrent.com/beta/" target="_blank">Mac version of uTorrent</a> (beta) is officially here. Enjoy!</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnazham.com%2F2008%2F11%2F27%2Fmac-utorrent-beta-is-finally-here%2F&amp;layout=standard&amp;show_faces=true&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:px"></iframe>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nazham.com/2008/11/27/mac-utorrent-beta-is-finally-here/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>GrNotify: Your Google Reader Feeds Notification</title>
		<link>http://nazham.com/2008/10/28/grnotify-your-google-reader-feeds-notification/</link>
		<comments>http://nazham.com/2008/10/28/grnotify-your-google-reader-feeds-notification/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 14:23:31 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[GrNotify]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=436</guid>
		<description><![CDATA[I&#8217;m addicted to my rss feeds. I go over the feeds for tech news, current affairs, friends blogs, and many more. However, I don&#8217;t want to go to www.google.com/reader each time want to find out what&#8217;s new. This is where desktop applications that provides Google Reader notifications comes in.
For Windows: We have Google Reader Notifier [...]

Related posts:<ol><li><a href='http://nazham.com/2009/12/02/how-to-check-for-open-ports-in-ubuntu/' rel='bookmark' title='Permanent Link: How to Check for Open Ports in Ubuntu'>How to Check for Open Ports in Ubuntu</a> <small>There are various ways to view for open ports on...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m addicted to my rss feeds. I go over the feeds for tech news, current affairs, friends blogs, and many more. However, I don&#8217;t want to go to www.google.com/reader each time want to find out what&#8217;s new. This is where desktop applications that provides Google Reader notifications comes in.</p>
<p>For Windows: We have <a href="http://www.braindotty.com/google-reader-notifier/" target="_blank">Google Reader Notifier</a> for Windows.</p>
<p>For Mac: There&#8217;s a desktop application by the same <a href="http://troelsbay.eu/software/reader" target="_blank">name</a>, for Mac users.</p>
<p>Firefox Extension: There&#8217;s even a <a href="https://addons.mozilla.org/en-US/firefox/addon/3977" target="_blank">extension</a> for it.</p>
<p><strong>But what about Linux users?</strong></p>
<p>Enter <strong><a href="http://grnotify.sourceforge.net/" target="_blank">GrNotify</a></strong></p>
<blockquote><p>GrNotify is a simple Python written tray application that will allow you to know when there are new items in the Google Reader.</p></blockquote>
<p>Here&#8217;s a screenshot:</p>
<p><div class="wp-caption alignnone" style="width: 406px"><img title="GrNotify Screenshot" src="http://nazham.com/wp-content/gallery/grnotify/grnotify1.jpg" alt="GrNotify Screenshot" width="396" height="150" /><p class="wp-caption-text">GrNotify Screenshot</p></div><br />
<span id="more-436"></span><br />
<strong>Installation using Debian package:</strong><br />
<a href="http://sourceforge.net/project/showfiles.php?group_id=217132" target="_blank">Download</a> the Debian package.<br />
Open it either with dpkg using the gui or using the command line by entering the command:<br />
<code>sudo dpkg --install PACKAGE_NAME.deb</code><br />
where PACKAGE_NAME is the name of the file.</p>
<p><strong>Installation from source:</strong><br />
Go to the download page and download the latest .tar.gz source install package. Extract the package using the gui or by using the command line:<br />
<code>tar -xzvf PACKAGE_NAME.tar.gz</code><br />
where PACKAGE_NAME is the name of the file.</p>
<p>Change the current directory to the extracted directory and install GrNotify by executing the following command:<br />
<code>sudo python ./install.py</code></p>
<p>The program will then install itself into the right directories.</p>
<p><strong>Running the app:</strong><br />
You can then execute the program by entering<br />
<code>grnotify</code><br />
in a terminal or program executer. I put the command on my startup session, so it will automatically started when I&#8217;m starting my Gnome.<br />
Enjoy!!</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnazham.com%2F2008%2F10%2F28%2Fgrnotify-your-google-reader-feeds-notification%2F&amp;layout=standard&amp;show_faces=true&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:px"></iframe>

<br />Related posts:<ol><li><a href='http://nazham.com/2009/12/02/how-to-check-for-open-ports-in-ubuntu/' rel='bookmark' title='Permanent Link: How to Check for Open Ports in Ubuntu'>How to Check for Open Ports in Ubuntu</a> <small>There are various ways to view for open ports on...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://nazham.com/2008/10/28/grnotify-your-google-reader-feeds-notification/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cleaning up your Ubuntu Filesystem using FSlint</title>
		<link>http://nazham.com/2008/10/23/cleaning-up-your-ubuntu-filesystem-using-fslint/</link>
		<comments>http://nazham.com/2008/10/23/cleaning-up-your-ubuntu-filesystem-using-fslint/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 15:08:38 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[FSlint]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=422</guid>
		<description><![CDATA[FSlint is a utility to find and clean various forms of unwanted/junk/lint files on your Ubuntu filesystem. For example, one form of unwanted files it finds is duplicate files, bad names, temporary files, files with bad symlinks, empty directory, and others.
To install:
sudo apt-get install fslint
Using Fslint:
If you want to open goto Applications—>System Tools—>FSlint
Screenshot:


Related posts:How to [...]

Related posts:<ol><li><a href='http://nazham.com/2009/12/02/how-to-check-for-open-ports-in-ubuntu/' rel='bookmark' title='Permanent Link: How to Check for Open Ports in Ubuntu'>How to Check for Open Ports in Ubuntu</a> <small>There are various ways to view for open ports on...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pixelbeat.org/fslint/" target="_blank">FSlint</a> is a utility to find and clean various forms of unwanted/junk/lint files on your Ubuntu filesystem. For example, one form of unwanted files it finds is duplicate files, bad names, temporary files, files with bad symlinks, empty directory, and others.</p>
<p>To install:<br />
<code>sudo apt-get install fslint</code></p>
<p>Using Fslint:<br />
If you want to open goto Applications—>System Tools—>FSlint</p>
<p>Screenshot:<br />

<a href="http://nazham.com/wp-content/gallery/fslint/fslint-228.png" title="FSlint Screenshot" class="thickbox" rel="singlepic29" >
	<img class="ngg-singlepic" src="http://nazham.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=29&amp;width=500&amp;height=300&amp;mode=" alt="FSlint Screenshot" title="FSlint Screenshot" />
</a>
</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnazham.com%2F2008%2F10%2F23%2Fcleaning-up-your-ubuntu-filesystem-using-fslint%2F&amp;layout=standard&amp;show_faces=true&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:px"></iframe>

<br />Related posts:<ol><li><a href='http://nazham.com/2009/12/02/how-to-check-for-open-ports-in-ubuntu/' rel='bookmark' title='Permanent Link: How to Check for Open Ports in Ubuntu'>How to Check for Open Ports in Ubuntu</a> <small>There are various ways to view for open ports on...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://nazham.com/2008/10/23/cleaning-up-your-ubuntu-filesystem-using-fslint/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Drop it, Dropbox!</title>
		<link>http://nazham.com/2008/09/21/drop-it-dropbox/</link>
		<comments>http://nazham.com/2008/09/21/drop-it-dropbox/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 14:52:46 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[Online Backup]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=260</guid>
		<description><![CDATA[It&#8217;s been awhile since I&#8217;m searching for a perfect online backup application. I&#8217;ve tried many, but none have really captured my attention. Not until I&#8217;ve tried Dropbox.
Dropbox is a free, multi-platform, online backup and synchronization application. My first attraction to Dropbox is because the client tools supports Linux. It also suports Mac OSX, and oh [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been awhile since I&#8217;m searching for a perfect online backup application. I&#8217;ve tried many, but none have really captured my attention. Not until I&#8217;ve tried <a href="http://www.getdropbox.com" target="_blank">Dropbox</a>.<br />

<a href="http://nazham.com/wp-content/gallery/dropbox/dropbox_logo.jpg" title="" class="thickbox" rel="singlepic17" >
	<img class="ngg-singlepic" src="http://nazham.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=17&amp;width=189&amp;height=62&amp;mode=" alt="Dropbox" title="Dropbox" />
</a>
</p>
<p>Dropbox is a free, multi-platform, online backup and synchronization application. My first attraction to Dropbox is because the client tools supports Linux. It also suports Mac OSX, and oh yeah, Windows too. Installation on my Ubuntu Hardy laptop is a breeze. Just <a href="http://www.getdropbox.com/install" target="_blank">download</a> the debian package, and the rest of the installation is pretty straight forward. No extra tricky setup, configuration or anything. Upon the completion of the installation, just point your Dropbox location to a folder path on your machine, and you ready to go.<br />

<a href="http://nazham.com/wp-content/gallery/dropbox/taskbar.jpg" title="An icon installed on the taskbar for easy access." class="thickbox" rel="singlepic19" >
	<img class="ngg-singlepic" src="http://nazham.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=19&amp;width=120&amp;height=29&amp;mode=" alt="Taskbar" title="Taskbar" />
</a>
  <em>An icon installed on the taskbar for easy access</em>.</p>
<p><strong>Online Backup</strong><br />
Dropbox currently provides 2GB of storage, which is sufficient for me at this time to backup all of my important files. Backing up files is very easy. Just open your Dropbox folder, and copy-paste the file(s) that you wish to backup to that folder.<br />

<a href="http://nazham.com/wp-content/gallery/dropbox/folder.jpg" title="Dropbox location on your folder." class="thickbox" rel="singlepic20" >
	<img class="ngg-singlepic" src="http://nazham.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=20&amp;width=320&amp;height=164&amp;mode=" alt="Dropbox folder" title="Dropbox folder" />
</a>
 <em>Dropbox location on your folder</em>.</p>
<p><strong>Seamless sync</strong><br />
I have a couple of computers at home, which is running Ubuntu 8.04, and also a Windows 2003 machine running at my office. Installing Dropbox client on all of these boxes enabling me to sync all my files between those boxes, seamless, and without much effort at all. Just make sure Dropbox client is running, and those files will be sync automatically.<br />

<a href="http://nazham.com/wp-content/gallery/dropbox/sync.jpg" title="Sync your files" class="thickbox" rel="singlepic21" >
	<img class="ngg-singlepic" src="http://nazham.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=21&amp;width=400&amp;height=165&amp;mode=" alt="Sync files" title="Sync files" />
</a>
</p>
<p><strong>Dropbox website</strong><br />
Just in case you want to grab or upload your files, but Dropbox client are not installed, you can always go to <a href="http://www.getdropbox.com" target="_blank">Dropbox</a> site.<br />

<a href="http://nazham.com/wp-content/gallery/dropbox/web.jpg" title="Dropbox web interface" class="thickbox" rel="singlepic22" >
	<img class="ngg-singlepic" src="http://nazham.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=22&amp;width=569&amp;height=177&amp;mode=" alt="Dropbox web interface" title="Dropbox web interface" />
</a>
 <em>Dropbox web interface</em></p>
<p>Another cool feature is, the files you stored has &#8220;Revisions&#8221;. Meaning, you don&#8217;t have to worry if any of our files get accidentally deleted or overwritten, since you can always retrieve deleted or the previous version of your files.<br />

<a href="http://nazham.com/wp-content/gallery/dropbox/revision.jpg" title="Dropbox revision feature" class="thickbox" rel="singlepic24" >
	<img class="ngg-singlepic" src="http://nazham.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=24&amp;width=400&amp;height=193&amp;mode=" alt="Dropbox revision feature" title="Dropbox revision feature" />
</a>
 <em>Dropbox revision feature</em></p>
<p>Feel free to watch Dropbox <a href="http://www.getdropbox.com/screencast#screencast" target="_blank">screencast</a> for more info on their features and functions. Have you tried Dropbox or any equivalent online backup application? Feel free to share your experiences.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnazham.com%2F2008%2F09%2F21%2Fdrop-it-dropbox%2F&amp;layout=standard&amp;show_faces=true&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:px"></iframe>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nazham.com/2008/09/21/drop-it-dropbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VPN Connection in Ubuntu using VPNC</title>
		<link>http://nazham.com/2008/09/10/vpn-connection-in-ubuntu-using-vpnc/</link>
		<comments>http://nazham.com/2008/09/10/vpn-connection-in-ubuntu-using-vpnc/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 11:03:42 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VPNC]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=145</guid>
		<description><![CDATA[I&#8217;ve been using VPNC in my Ubuntu to access my company&#8217;s VPN for quite some time now. The story is, I&#8217;ve tried using Cisco VPN, but it will only get me as far as connecting to the VPN server. When I&#8217;m trying to access the company&#8217;s intranet, I&#8217;ll get a &#8220;page not found&#8221; error slapped [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using VPNC in my Ubuntu to access my company&#8217;s VPN for quite some time now. The story is, I&#8217;ve tried using Cisco VPN, but it will only get me as far as connecting to the VPN server. When I&#8217;m trying to access the company&#8217;s intranet, I&#8217;ll get a &#8220;page not found&#8221; error slapped to my face. I&#8217;ve found out it has to do with my machine&#8217;s Firestarter. I doesn&#8217;t really feel comfortable removing or stopping my Firestarter, so I have to find out ways to access VPN, and still having my Firestarter active.</p>
<p>After doing some googling, I stumbled upon VPNC, alternate VPN client for Cisco servers.</p>
<p><strong>Installing VPNC:</strong><br />
1. Enter the following in the terminal to install VPNC on your computer:<br />
<code>sudo apt-get install vpnc resolvconf</code></p>
<p>2. Create a &lt;filename&gt;.conf file in /etc/vpnc/ . Enter following command to create myoffice.conf:<br />
<code>sudo gedit /etc/vpnc/myoffice.conf</code></p>
<p>3. Copy the following text to that myoffice.conf file:<br />
<code>IPSec gateway &lt;server IP address&gt;<br />
IPSec ID &lt;group name&gt;<br />
IPSec secret &lt;group password&gt;<br />
Xauth username &lt;username&gt;</code></p>
<p>You can get the values for &lt;<em>server IP address</em>&gt;, &lt;<em>group name</em>&gt; and &lt;<em>group password</em>&gt; by opening your Cisco VPN client <strong>.pcf</strong> file. For &lt;<em>group password</em>&gt;, the value is encrypted. What you have to do is, copy all the characters from the &#8220;enc_GroupPwd&#8221; value, go to this <a href="http://www.unix-ag.uni-kl.de/~massar/bin/cisco-decode" target="_blank">cisco vpnclient password decoder</a> site, paste the characters and click &#8220;Decode&#8221;. It will give you the decrypted group password. Now, copy the decrypted password and replace it with the &lt;<em>group password</em>&gt; in your myoffice.conf. Replace your user name to &lt;<em>username</em>&gt;. Save the file and close.</p>
<p><strong>Running VPNC:</strong><br />
You can run VPNC simply by running this command:<br />
<code>sudo vpnc myoffice /etc/vpnc/myoffice.conf</code></p>
<p>Enter your VPN password once connected. To disconnect:<br />
<code>sudo vpnc-disconnect</code></p>
<p><strong>Making it work with Firestarter</strong>:<br />
You might have a problem accessing for company&#8217;s intranet if you have Firestarter installed. Instructions below will make it work.</p>
<p>1. Edit /etc/firestarter/user-pre . First, make the file writable:<br />
<code>sudo chmod 600 /etc/firestarter/user-pre</code></p>
<p>2. Edit the file:<br />
<code>sudo gedit /etc/firestarter/user-pre</code></p>
<p>3. Copy the following to the file:<br />
<code>iptables -A INPUT -j ACCEPT -s xxx.xxx.xx.xxx -p esp<br />
iptables -A INPUT -j ACCEPT -s xxx.xxx.xx.xxx -p udp -m multiport --sports isakmp,10000<br />
iptables -A INPUT -j ACCEPT -i tun+<br />
iptables -A OUTPUT -j ACCEPT -d xxx.xxx.xx.xxx -p esp<br />
iptables -A OUTPUT -j ACCEPT -d xxx.xxx.xx.xxx -p udp -m multiport --dports isakmp,10000<br />
iptables -A OUTPUT -j ACCEPT -o tun+</code></p>
<p>Replace your VPN server&#8217;s IP address to the xxx.xxx.xx.xxx.</p>
<p>4. Save the file and close.<br />
5. Change the user-pre file permission back to the way it was:<br />
<code>sudo chmod 440 /etc/firestarter/user-pre</code></p>
<p>6. Restart Firestarter:<br />
<code>sudo /etc/init.d/firestarter restart</code></p>
<p>Thanks to <a href="http://www.blog.arun-prabha.com/2006/11/16/installing-cisco-vpn-and-vpnc-in-ubuntu/" target="_blank">Arun</a> for the tips.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnazham.com%2F2008%2F09%2F10%2Fvpn-connection-in-ubuntu-using-vpnc%2F&amp;layout=standard&amp;show_faces=true&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:px"></iframe>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nazham.com/2008/09/10/vpn-connection-in-ubuntu-using-vpnc/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Google Chrome, a browser by Google</title>
		<link>http://nazham.com/2008/09/02/google-chrome-a-browser-by-google/</link>
		<comments>http://nazham.com/2008/09/02/google-chrome-a-browser-by-google/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 04:15:16 +0000</pubDate>
		<dc:creator>nazham</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chrome]]></category>

		<guid isPermaLink="false">http://nazham.com/?p=71</guid>
		<description><![CDATA[It seems now Google is working on their own web browser, Google Chrome. It&#8217;s going to be designed from scratch based on today&#8217;s web application needs, and it&#8217;s open source!
Here&#8217;s the link to the whole comic book explaining Google Chrome.
Taken from the official Google Blog.
UPDATE: Google Chrome site just launched.
UPDATE 2: I&#8217;ve just installed Google [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>It seems now Google is working on their own web browser, Google Chrome. It&#8217;s going to be designed from scratch based on today&#8217;s web application needs, and it&#8217;s open source!</p>
<p>Here&#8217;s the link to the whole <a href="http://www.google.com/googlebooks/chrome/" target="_blank">comic book</a> explaining Google Chrome.</p>
<p>Taken from the <a href="http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html" target="_blank">official Google Blog</a>.</p>
<p>UPDATE: Google Chrome <a href="http://www.google.com/chrome/?open" target="_blank">site</a> just launched.</p>
<p>UPDATE 2: I&#8217;ve just installed Google Chrome on my Windows 2003 (this post is edited using Chrome). I have to admit, the features and stability really impresses me. There&#8217;s an import feature to migrate all your bookmarks, form fields and saved passwords from Firefox or IE. Bookmarking a page is as easy as a single click.</p>

<a href="http://nazham.com/wp-content/gallery/google-chrome2/bookmark2.jpg" title="" class="thickbox" rel="singlepic16" >
	<img class="ngg-singlepic" src="http://nazham.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=16&amp;width=267&amp;height=155&amp;mode=" alt="bookmark2.jpg" title="bookmark2.jpg" />
</a>

<p>All the tabs are detachable to create a new window by simply dragging the tab, and much more. I just can&#8217;t wait for them to release a Linux version of Chrome.</p>

<a href="http://nazham.com/wp-content/gallery/google-chrome2/search.jpg" title="" class="thickbox" rel="singlepic15" >
	<img class="ngg-singlepic" src="http://nazham.com/wp-content/plugins/nextgen-gallery/nggshow.php?pid=15&amp;width=320&amp;height=240&amp;mode=" alt="search.jpg" title="search.jpg" />
</a>

<p>Few screenshot is available after the jump.</p>
<div class="ngg-galleryoverview" id="ngg-gallery-2-71">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://nazham.com/2008/09/02/google-chrome-a-browser-by-google/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-11" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nazham.com/wp-content/gallery/google-chrome/mainpage.jpg" title="The main page." class="thickbox" rel="set_2" >
								<img title="main page" alt="main page" src="http://nazham.com/wp-content/gallery/google-chrome/thumbs/thumbs_mainpage.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-12" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nazham.com/wp-content/gallery/google-chrome/import.jpg" title="Import features is really-really useful to migrate all your bookmarks, form fields and saved passwords from Firefox or IE." class="thickbox" rel="set_2" >
								<img title="import" alt="import" src="http://nazham.com/wp-content/gallery/google-chrome/thumbs/thumbs_import.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-9" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nazham.com/wp-content/gallery/google-chrome/nazham.jpg" title="nazham.com works well in Chrome. Woohoo!!" class="thickbox" rel="set_2" >
								<img title="nazham.com" alt="nazham.com" src="http://nazham.com/wp-content/gallery/google-chrome/thumbs/thumbs_nazham.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-10" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nazham.com/wp-content/gallery/google-chrome/mostvisited2.jpg" title="Most visited page for your quick access to frequent visited sites." class="thickbox" rel="set_2" >
								<img title="most visited" alt="most visited" src="http://nazham.com/wp-content/gallery/google-chrome/thumbs/thumbs_mostvisited2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-13" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nazham.com/wp-content/gallery/google-chrome/bookmark.jpg" title="Bookmark is easy. Just one click on the star icon at the address bar. That&amp;#039;s it!" class="thickbox" rel="set_2" >
								<img title="bookmark" alt="bookmark" src="http://nazham.com/wp-content/gallery/google-chrome/thumbs/thumbs_bookmark.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-14" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nazham.com/wp-content/gallery/google-chrome/about.jpg" title="Google Chrome" class="thickbox" rel="set_2" >
								<img title="about window" alt="about window" src="http://nazham.com/wp-content/gallery/google-chrome/thumbs/thumbs_about.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnazham.com%2F2008%2F09%2F02%2Fgoogle-chrome-a-browser-by-google%2F&amp;layout=standard&amp;show_faces=true&amp;width=&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:px; height:px"></iframe>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://nazham.com/2008/09/02/google-chrome-a-browser-by-google/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
