<?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>FSLog &#187; Tutorial</title>
	<atom:link href="http://www.fslog.com/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fslog.com</link>
	<description>Free Software Blog</description>
	<lastBuildDate>Wed, 23 Mar 2011 05:47:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Install Firefox 4 in Ubuntu</title>
		<link>http://www.fslog.com/2011/03/23/install-firefox-4-in-ubuntu/</link>
		<comments>http://www.fslog.com/2011/03/23/install-firefox-4-in-ubuntu/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 05:42:15 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Distribution]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.fslog.com/?p=350</guid>
		<description><![CDATA[Firefox 4 was released and it definitely looks better and is faster than the older versions. I tried it out by downloading the version from the site and wanted to replace my old firefox on my Ubuntu. Here is how you can get the latest firefox on your Ubuntu box installed through apt-get. Goto your [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mozilla.com/en-US/firefox/fx/">Firefox 4</a> was released and it definitely looks better and is faster than the older versions. I tried it out by downloading the <a href="http://www.mozilla.com/products/download.html">version from the site</a> and wanted to replace my old firefox on my Ubuntu. Here is how you can get the latest firefox on your Ubuntu box installed through apt-get.</p>
<p>Goto your terminal and type the following:</p>
<ol>
<li>sudo apt-add-repository ppa:mozillateam/firefox-stable</li>
<li>sudo apt-get update</li>
<li>sudo apt-get install firefox</li>
</ol>
<p>That&#8217;s it. After the big download, you will have firefox 4 installed on your ubuntu machine.</p>
<p>Here is an explanation of what happens.</p>
<ol>
<li>You are adding the <a href="https://launchpad.net/~mozillateam/+archive/firefox-stable">mozillateam&#8217;s stable personal package archive repository</a> to your Software Sources.</li>
<li>You are updating your local packages for the new sources.</li>
<li>And you are installing &#8220;firefox&#8221;. Doing an apt-get install of an already installed package just upgrades it.</li>
</ol>
<p>Bonus: Look at the cool graphics to show the live download stats on the <a href="http://glow.mozilla.com/">glow.mozilla.com</a> site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2011/03/23/install-firefox-4-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Opensolaris and Ubuntu Dual boot</title>
		<link>http://www.fslog.com/2008/07/13/opensolaris-and-ubuntu-dual-boot/</link>
		<comments>http://www.fslog.com/2008/07/13/opensolaris-and-ubuntu-dual-boot/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 07:50:59 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Distribution]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.fslog.com/?p=338</guid>
		<description><![CDATA[Yesterday I decided to try out the live cd of Opensolaris 2008.05 and decided to install it on my laptop after playing around with it for some time. The install process was painfully slow, but was very easy. If you already had Ubuntu (or any other OS for that matter), then OpenSolaris&#8217;s Grub menu would [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.opensolaris.com/"><img class="alignleft" src="http://www.opensolaris.com/images/opensolaris_logo_trans.png" alt="Open Solaris Logo" /></a>Yesterday I decided to try out the <a href="http://www.opensolaris.com/get/">live cd</a> of <a href="http://www.opensolaris.com/">Opensolaris</a> 2008.05 and decided to install it on my laptop after playing around with it for some time. The install process was painfully slow, but was very easy. If you already had Ubuntu (or any other OS for that matter), then OpenSolaris&#8217;s Grub menu would not have autodetected the other OS like Ubuntu does. There would be only one single entry for Open Solaris.</p>
<p><a href="http://www.ubuntu.com"><img class="alignright" src="http://www.fslog.com/wp-content/uploads/2006/11/ubuntu_logo.thumbnail.gif" alt="Ubuntu logo" /></a>I wanted my Ubuntu back and so searched the web for info regarding this and <a href="http://blogs.sun.com/tonyb/entry/dual_boot_soalris_and_ubuntu">found one</a>. He has given steps to first install Solaris and then Ubuntu, but this holds true the other way round too.</p>
<p>You would need the desktop live CD of Ubuntu for this, so that you can <a href="https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows">recover Ubuntu&#8217;s grub</a>.</p>
<ol>
<li>After booting to Ubuntu Live system, open up the terminal and type <code>sudo grub</code>.</li>
<li>You will get a grub prompt &#8211; here type
<pre>find /boot/grub/stage1</pre>
</li>
<li>Use this information to set the root device (this may be different for you)
<pre>root (hd0,0)</pre>
</li>
<li>Then install grub
<pre>setup (hd0)</pre>
</li>
<li>And <code>quit</code></li>
</ol>
<p>This would get back the Ubuntu&#8217;s old grub, but now you have to make an entry for OpenSolaris.</p>
<p>Edit the /boot/grub/menu.lst file and add this new entry at the bottom</p>
<pre>title	Open Solaris
root	(hd0,1)
chainloader	+1
makeactive
boot</pre>
<p>This would enable you to boot to Open Solaris too now. There were problems with my Atheros drivers as usual and I have to find a way to install the <a href="http://www.fslog.com/2008/05/03/acer-aspire-5050-atheros-ar5006eg-wireless-in-ubuntu-804/">madwifi drivers as I did on my Ubuntu</a>. If anyone got wifi working on Acer Aspire 5050 with OpenSolaris, please do leave a comment here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2008/07/13/opensolaris-and-ubuntu-dual-boot/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Setup WordPress on Nearly Free Speech</title>
		<link>http://www.fslog.com/2008/05/11/setup-wordpress-on-nearly-free-speech/</link>
		<comments>http://www.fslog.com/2008/05/11/setup-wordpress-on-nearly-free-speech/#comments</comments>
		<pubDate>Sun, 11 May 2008 06:22:03 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[FSlog]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.fslog.com/?p=333</guid>
		<description><![CDATA[Yesterday I moved this blog over to NearlyFreeSpeech.net hosting, which I think has a great hosting plan for almost everyone. You only pay for what you use. The disk space is a bit costly than others ($0.01 per MB), but that cost is due to the numerous backups they take. The bandwidth cost is great, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="https://members.nearlyfreespeech.net/images/logo.gif" alt="Nearly Free Speech.net logo" />Yesterday I moved this blog over to <a href="http://www.nearlyfreespeech.net">NearlyFreeSpeech.net</a> hosting, which I think has a great hosting plan for almost everyone. You only pay for what you use. The disk space is a bit costly than others ($0.01 per MB), but that cost is due to the numerous backups they take. The bandwidth cost is great, just $1 per GB. And there is no fixed cost for each month. I wanted to move FSLog to NFS, and finally did it. This is a small tutorial on getting <a href="http://www.wordpress.org/">wordpress</a> installed and the various plugins I have used.</p>
<p>After you have setup an account with NFS and setup a site, you will be given the site details &#8211; like FTP, SSH, etc. I prefer using SSH if available, as it is faster to download and install directly than to get it on my machine and uploading it again.</p>
<p>Just ssh to the site and download the latest wordpress tarball and untar it</p>
<p><code><br />
$ wget http://wordpress.org/latest.tar.gz<br />
$ tar -xvzf latest.tar.gz</code></p>
<p>If you want to setup the blog at a subdirectory, just rename the &#8216;wordpress&#8217; folder to something like &#8216;blog&#8217;. If you want it to be at the root of the site, just move all the contents of the wordpress folder to the parent directory.</p>
<p>Then visit your site http://your-site.nfshost.com or the domain if you have registered one.</p>
<p>It will guide you through the install process which is very easy. You just have to give the MySQL database details. You may need to temporarily give write permissions to the public folder, so that the installer can write a config file.</p>
<p>After this, login to your admin page and remember to change the password from Users menu.</p>
<p><a href="http://wordpress.org/extend/plugins/"><strong>Plugins</strong></a></p>
<p>After you have your blog setup, its time to get some basic plugins installed. You can get more functionality by installing these plugins.</p>
<p>All you have to do is just download the zip files to the wp-content/plugins/ directory and unzip them. The plugins I have installed are:</p>
<dl>
<dt><a href="http://wordpress.org/extend/plugins/wp-super-cache/">WP-SuperCache</a></dt>
<dd>This caches your blog&#8217;s contents as plain old HTML, so that your server doesn&#8217;t have to process and fetch all the data from the database. Previously the install process was a bit difficult, but now it has become very easy. Just unzip and activate. </dd>
<dt><a href="http://recaptcha.net/">reCAPTCHA</a></dt>
<dd>Prevent comment spam by using CAPTCHA for your comments form, also help in converting books to electronic format. </dd>
<dt><a href="http://wordpress.org/extend/plugins/stats/">WordPress.com Stats</a></dt>
<dd>Track your popular posts and other statistics by using the wordpress.com&#8217;s stats.</dd>
<dt><a href="http://wordpress.org/extend/plugins/google-analyticator/">Google Analyticator</a> </dt>
<dd>Google Analytics is an excellent user metrics analysis tool with bright colorful charts and best of all, it is free. This plugin asks just for your Google Analytics&#8217; UID. </dd>
<dt><a href="http://www.google.com/support/feedburner/bin/topic.py?topic=13252">Feedburner Feedsmith</a></dt>
<dd>Feedburner is a great service for your RSS feeds and I have been using that for this blog for a long time. This plugin is now the official plugin and it automatically redirectly your feeds to the FeedBurner link. </dd>
</dl>
<p>These are my list of plugins. So, what are the plugins that your have?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2008/05/11/setup-wordpress-on-nearly-free-speech/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Acer Aspire 5050 Atheros AR5006EG wireless in Ubuntu 8.04</title>
		<link>http://www.fslog.com/2008/05/03/acer-aspire-5050-atheros-ar5006eg-wireless-in-ubuntu-804/</link>
		<comments>http://www.fslog.com/2008/05/03/acer-aspire-5050-atheros-ar5006eg-wireless-in-ubuntu-804/#comments</comments>
		<pubDate>Sat, 03 May 2008 05:21:47 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://fslog.com/2008/05/03/acer-aspire-5050-atheros-ar5006eg-wireless-in-ubuntu-804/</guid>
		<description><![CDATA[Atlast I got wireless working in my Acer Aspire 5050&#8242;s Atheros 5006 under the newly released Ubuntu 8.04 Hardy Heron with the madwifi drivers. (BTW the upgrade to 8.04 from 7.10 screwed up my X server and I reinstalled from scratch). Previously I was using the ndiswrapper drivers and they would only work the first [...]]]></description>
			<content:encoded><![CDATA[<p>Atlast I got wireless working in my Acer Aspire 5050&#8242;s Atheros 5006 under the newly released Ubuntu 8.04 Hardy Heron with the <a href="http://madwifi.org/">madwifi</a> drivers. (BTW the upgrade to 8.04 from 7.10 screwed up my X server and I reinstalled from scratch). Previously I was using the <a href="http://ndiswrapper.sourceforge.net/joomla/">ndiswrapper drivers</a> and they would only work the first 5 minutes. Anyway here is a tutorial on how to get WiFi working if you have one of the Atheros cards.</p>
<ol>
<li>First get the <a href="http://snapshots.madwifi.org/special/madwifi-ng-r2756+ar5007.tar.gz">patched madwifi drivers</a> from the site and extract them to some place (maybe your desktop)</li>
<li>You need to compile these drivers, so you must <code>sudo apt-get install build-essential</code>.</li>
<li>Then cd into that directory which you extracted recently and do a <code>make</code>, <code>sudo make install</code></li>
<li>Then add the following two lines to this file /etc/modules
<pre>ath_pci
wlan_scan_sta</pre>
</li>
<li>Then make sure that you disabled Atheros from System &gt; Administration &gt; Hardware Drivers (also called Restricted drivers management). If you don&#8217;t disable this, the modules which you added in the previous lines wont be loaded.</li>
<li>Then restart your system to find a new device named ath0 (when you ifconfig)</li>
</ol>
<p>PS: I know it has been almost 5 months since I posted here. I am giving the (s/l)ame reason here that I was busy. I haven&#8217;t been giving much attention to this blog. If you can give some ideas or suggestions on better managing my time it would really help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2008/05/03/acer-aspire-5050-atheros-ar5006eg-wireless-in-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Setting up a local DNS Cache</title>
		<link>http://www.fslog.com/2007/12/15/setting-up-a-local-dns-cache/</link>
		<comments>http://www.fslog.com/2007/12/15/setting-up-a-local-dns-cache/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 11:50:26 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://fslog.com/2007/12/15/setting-up-a-local-dns-cache/</guid>
		<description><![CDATA[Whenever you type in a website, the domain name is converted to the IP address and sends the request to the machine. You can have a DNS cache which will speed up the domain name resolving time. I get a boost up of almost 250ms. You just have to install a package called dnsmasq. First [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever you type in a website, the domain name is converted to the IP address and sends the request to the machine. You can have a DNS cache which will speed up the domain name resolving time. I get a boost up of almost 250ms.</p>
<p>You just have to install a package called <a href="http://packages.ubuntu.com/dnsmasq">dnsmasq</a>.</p>
<p>First install it by running (you need to enable the Universe repository)</p>
<p><code>$sudo apt-get install dnsmasq</code></p>
<p>Then, open this file <code>/etc/dnsmasq.conf</code>  and uncomment(remove the #) the line <code>listen-address=127.0.0.1</code></p>
<p>After that edit <code>/etc/dhcp3/dhclient.conf</code> and search for a  line <code> prepend domain-name-servers 127.0.0.1;</code> and uncomment it. What this does is, whenever you get a new dhcp lease, the dhcp3 client tool on your computer gets the new lease and updates the <code>/etc/resolv.conf</code> file with the right values for the DNS server.</p>
<p>Using the prepend option, we make sure that 127.0.0.1 appears before the other DNS servers. So, if the details of a domain are already in the cache, it retrieves it fast &#8211; else it looks for the other DNS servers.</p>
<p>Now open <code>/etc/resolv.conf</code> and you can see that it doesn&#8217;t have 127.0.0.1 now.</p>
<p><code> search yourisp.com<br />
nameserver 127.0.0.1<br />
nameserver 192.168.1.1</code>   <code></code></p>
<p>The last line may be different for you. I have a router which is configured to use <a href="http://opendns.org">OpenDNS</a>, so my entry points to it.</p>
<p>To check whether the cache really works, execute the following command.</p>
<p><code>$dig google.com</code></p>
<p>You will get something like ;; Query time: 252 msec</p>
<p>Executing the command again will get you ;; Query time: 1 msec.</p>
<p>Congrats, you have saved about 250msec by caching the DNS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2007/12/15/setting-up-a-local-dns-cache/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Install Emacs Snapshot on Ubuntu Feisty</title>
		<link>http://www.fslog.com/2007/06/21/install-emacs-snapshot-on-ubuntu-feisty/</link>
		<comments>http://www.fslog.com/2007/06/21/install-emacs-snapshot-on-ubuntu-feisty/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 16:58:12 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://fslog.com/2007/06/21/install-emacs-snapshot-on-ubuntu-feisty/</guid>
		<description><![CDATA[I am a fan of GNU Emacs, the second most popular programmers&#8217; editor (after vi) and was till now using the old Emacs 21 version which doesn&#8217;t have great font. But now Emacs has a XFont backend which makes possible to use good looking fonts, like Bitstream Vera Sans Mono. I wanted to install this [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ee.ryerson.ca/%7Eelf/emacs/logo/" title="GNU Emacs logo"><img src="http://www.fslog.com/wp-content/uploads/2007/06/emacslogo.png" alt="GNU Emacs logo" class="left" /></a>I am a fan of <a href="http://www.gnu.org/software/emacs/">GNU Emacs</a>, the second most popular programmers&#8217; editor (after vi) and was till now using the old Emacs 21 version which doesn&#8217;t have great font. But now Emacs has a XFont backend which makes possible to use good looking fonts, like Bitstream Vera Sans Mono. I wanted to install this on my Ubuntu Fiesty and managed to do it with the <a href="http://peadrop.com/blog/2007/01/06/pretty-emacs/">emacs-snapshot packages</a> by Alexandre Vassalotti.</p>
<p><img src="http://www.fslog.com/wp-content/uploads/2007/06/emacs-snapshot.png" alt="Emacs Snapshot screenshot" class="center" /><br />
Here is how you too can install Emacs Snapshot on your Ubuntu.</p>
<ol>
<li>First add the following lines to your /etc/sources.list file
<pre><code>deb http://debs.peadrop.com feisty backports

deb-src http://debs.peadrop.com feisty backports</code></pre>
</li>
<li>Then add the GPG key to the key database.
<pre><code>wget --quiet http://debs.peadrop.com/DD385D79.gpg -O - | sudo apt-key add -</code></pre>
</li>
<li>Then update and install the following packages. These are only for the 32bit version of Ubuntu.
<pre><code>sudo aptitude update

sudo aptitude install emacs-snapshot-gtk emacs-snapshot-el</code></pre>
</li>
<li>Then you have to specify which font you want to use in the Xresources file.
<pre><code>echo "Emacs.font: Monospace-10" &gt;&gt; ~/.Xresources
xrdb -merge ~/.Xresources</code></pre>
</li>
</ol>
<p>This will do the magic and now you can enjoy the cool looking emacs. And also thank Alexandre Vassalotti for the <a href="http://peadrop.com/blog/2007/01/06/pretty-emacs/">nice packages</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2007/06/21/install-emacs-snapshot-on-ubuntu-feisty/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install Beryl on Feisty and Nvidia</title>
		<link>http://www.fslog.com/2007/06/15/install-beryl-on-feisty-and-nvidia/</link>
		<comments>http://www.fslog.com/2007/06/15/install-beryl-on-feisty-and-nvidia/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 15:08:20 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://fslog.com/2007/06/15/install-beryl-on-feisty-and-nvidia/</guid>
		<description><![CDATA[Installing Beryl (the cool 3D desktop videos you see on youtube) in Feisty is super easy now. This is made possible because of the restricted drivers manager with which you can install non-free drivers for NVidia cards easily. Follow these instructions and you can easily have a cool looking Ubuntu desktop. First update your system [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.fslog.com/wp-content/uploads/2007/06/beryl_logo.png" alt="Beryl Logo" class="right" />Installing <a href="http://www.beryl-project.org/">Beryl</a> (the cool <a href="http://www.youtube.com/results?search_query=beryl&amp;search=">3D desktop videos</a> you see on youtube) in Feisty is super easy now. This is made possible because of the restricted drivers manager with which you can install non-free drivers for NVidia cards easily. Follow these instructions and you can easily have a cool looking Ubuntu desktop.</p>
<ol>
<li>First update your system by typing in the terminal<br />
<code>$ sudo apt-get update</code><br />
<code>$ sudo apt-get upgrade</code></li>
<li>Then you need to add a repository to your sources.list file.<br />
Type <code>$ gksudo gedit /etc/apt/sources.list</code><br />
Add this line to the end of the file and save it. <code>deb http://ubuntu.beryl-project.org feisty main</code></li>
<li>Then type this in your terminal<br />
<code>$ wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -</code></li>
<li>Then update your system.<br />
<code>$ sudo apt-get update</code></li>
<li>Install the latest Nvidia drivers<br />
<code>$ sudo apt-get install nvidia-glx</code><br />
<code>$ sudo nvidia-xconfig --add-argb-glx-visuals --composite</code></li>
<li>Restart your X by pressing ctrl+alt+backspace</li>
<li>Install Beryl and emerald themes<br />
<code>$ sudo apt-get install beryl emerald-themes beryl-manager</code></li>
<li>You can now run beryl by typing <em>beryl-manager</em> in the run application box by pressing alt+f2</li>
<li>To make beryl start automatically every time you login,<br />
goto <em>System -&gt; Preferences -&gt; Sessions</em><br />
In <em>Startup Programs -&gt; New</em> add <em>beryl-manager</em>.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2007/06/15/install-beryl-on-feisty-and-nvidia/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install Flock on Ubuntu</title>
		<link>http://www.fslog.com/2007/01/21/install-flock-on-ubuntu/</link>
		<comments>http://www.fslog.com/2007/01/21/install-flock-on-ubuntu/#comments</comments>
		<pubDate>Sun, 21 Jan 2007 17:41:40 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.fslog.com/?p=338</guid>
		<description><![CDATA[I have tried Flock long time back when it was released. But wasn&#8217;t impressed by it. But now thought of trying it out. For all those who haven&#8217;t known what is Flock &#8211; it is called the social web browser. To quote the website &#8220;Flock is an amazing new web browser that makes it easier [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flock.com/"><img align="left" id="image345" alt="Flock Logo" src="http://www.fslog.com/wp-content/uploads/2007/01/flock_logo.png" /></a>I have tried <a href="http://www.flock.com/">Flock</a> long time back when it was released. But wasn&#8217;t impressed by it. But now thought of trying it out. For all those who haven&#8217;t known what is Flock &#8211; it is called the <strong>social web browser</strong>.</p>
<p>To quote the website &#8220;Flock is an amazing new web browser that makes it easier to share media and connect to other people online. Share photos, automatically stay up-to-date with new content from your favorite sites, and search the Web with the most advanced Search Toolbar available today.&#8221;</p>
<p>As of now you can&#8217;t install Flock through synaptic. you have to download the archive and just run it.</p>
<p><a href="http://flock.com/download/">Download flock</a> from the website.<br />
Extract the archive by typing</p>
<pre>sudo tar -C /opt -xzvf flock-*.linux-i686.tar.gz</pre>
<p>Create a symbolic link to the executable</p>
<pre>sudo ln -s /opt/flock flock /usr/bin/flock</pre>
<p>Now you can run flock by typing flock or you can instead create a menu item.</p>
<pre>sudo gedit /usr/share/applications/flock.desktop</pre>
<blockquote>
<pre>[Desktop Entry]
Encoding=UTF-8
Name=Flock
Comment=Flock Web Browser
Exec=flock
Icon=/opt/flock/icons/mozicon128.png
StartupNotify=true
Terminal=false
Type=Application
Categories=Applications;Network</pre>
</blockquote>
<p>Then refrech the menu</p>
<pre>killall gnome-panel</pre>
<p>After that when you start flock it will automatically set up all your blog, photo, bookmark account and will be ready to use.</p>
<p style="text-align: right; font-size: 8px">Blogged with <a title="Flock" href="http://www.flock.com/blogged-with-flock">Flock</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2007/01/21/install-flock-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Enlightenment on Ubuntu Edgy</title>
		<link>http://www.fslog.com/2007/01/21/install-enlightenment-on-ubuntu-edgy/</link>
		<comments>http://www.fslog.com/2007/01/21/install-enlightenment-on-ubuntu-edgy/#comments</comments>
		<pubDate>Sun, 21 Jan 2007 17:08:38 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.fslog.com/?p=336</guid>
		<description><![CDATA[For many days I wanted to try Enlightenment after reading and seeing many screenshots about it. Yesterday in the LUG meeting I saw it live and was impressed by E. Enlightenment is an open source window manager for X Window system which can be used alone or in conjunction with GNOME or KDE. It has [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://enlightenment.sourceforge.net/"><img align="left" alt="Enlightenment Logo" id="image342" src="http://www.fslog.com/wp-content/uploads/2007/01/enlightenment_logo_gold.png" /></a>For many days I wanted to try <a href="http://enlightenment.sourceforge.net/">Enlightenment</a> after reading and seeing many screenshots about it. Yesterday in the LUG meeting I saw it live and was impressed by E. Enlightenment is an open source window manager for X Window system which can be used alone or in conjunction with GNOME or KDE. It has extensive theming support and advanced graphics without sacrificing system performance. This window manager is fully configurable making it the best one out there<br />
The latest stable version is 0.16.8.5 but the development release 0.17 also called DR17 is pretty usable and nice. I have installed DR17 on my Edgy. Here are the steps.</p>
<p>First you have to add a few repositories to your sources.list.</p>
<p>In terminal type <code>sudo gedit /etc/apt/sources.list</code></p>
<p>Add the following repositories to the file</p>
<p><code> ## E17 repository "edevelop.org"<br />
deb http://edevelop.org/pkg-e/ubuntu edgy e17<br />
deb-src http://edevelop.org/pkg-e/ubuntu edgy e17 </code></p>
<p>You can replace edgy with dapper if you are using Ubuntu 6.06.</p>
<p>Then type the following lines to download the gpg keys and to add it</p>
<p><code> wget http://lut1n.ifrance.com/repo_key.asc<br />
sudo apt-key add repo_key.asc</code></p>
<p>After the repositories are added, do a <code>sudo apt-get update</code> to update the packages list.</p>
<p>Then finally install e17 by issuing this command. <code>sudo apt-get install e17</code></p>
<p>You have successfully installed e17 and can now logout of GNOME and again login by changing the session as <strong>Enlightenment</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2007/01/21/install-enlightenment-on-ubuntu-edgy/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Gimp Tutorials</title>
		<link>http://www.fslog.com/2006/12/04/gimp-tutorials/</link>
		<comments>http://www.fslog.com/2006/12/04/gimp-tutorials/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 17:19:27 +0000</pubDate>
		<dc:creator>cnu</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.fslog.com/?p=311</guid>
		<description><![CDATA[For all those Photoshoppers who think that there is no other tool that can work for them, please take a look at Gimp. This is the Open Source alternative to the costly image manipulation tools. It has all the features of Photoshop and is being used by many people for their artwork. It is also [...]]]></description>
			<content:encoded><![CDATA[<p><img align="right" id="image316" alt="Gimp Logo" src="http://www.fslog.com/wp-content/uploads/2006/12/gimp_logo.gif" />For all those Photoshoppers who think that there is no other tool that can work for them, please take a look at <a href="http://gimp.org">Gimp</a>. This is the Open Source alternative to the costly image manipulation tools. It has all the features of Photoshop and is being used by many people for their artwork. It is also developed at a very rapid pace. The next stable version is going to be 2.4.<br />
Newbies to Gimp may be at first confused with the interface. It takes some time to get used to it. There are numerous website which carry tutorials for learning Gimp. Here is a collection of all those links. This site contains links to many <a href="http://truehacker.blogspot.com/2006/12/gimp-complete-tutorials.html">tutorials for learning Gimp</a>. Take a look at it and try to learn to use the Open Source alternative to Photoshop.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fslog.com/2006/12/04/gimp-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

