<?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>Nazly [Web Log] &#187; Ubuntu</title>
	<atom:link href="http://www.nazly.net/category/technology/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nazly.net</link>
	<description>Personal Weblog of Nazly Ahmed : Web Developer. PHP Addict. Wordpress Hacker. FOSS Enthusiast. (Micro)Blogger. Cricket Fanatic. Husband. Dad.</description>
	<lastBuildDate>Mon, 24 Oct 2011 08:06:38 +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>Batch resize/rotate photos in Nautilus</title>
		<link>http://www.nazly.net/batch-resizerotate-photos-in-nautilus/</link>
		<comments>http://www.nazly.net/batch-resizerotate-photos-in-nautilus/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 18:05:08 +0000</pubDate>
		<dc:creator>Nazly</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[filemanager]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[rotate]]></category>

		<guid isPermaLink="false">http://www.nazly.net/?p=855</guid>
		<description><![CDATA[It came as quite a surprise when I figured out that Nautilus, the file manager for the GNOME desktop actually had an extension to resize/rotate photos. I don&#8217;t do much post editing after taking photos. If any editing is required, (&#8230;)<p><a href="http://www.nazly.net/batch-resizerotate-photos-in-nautilus/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>It came as quite a surprise when I figured out that Nautilus, the file manager for the GNOME desktop actually had an extension to resize/rotate photos. I don&#8217;t do much post editing after taking photos. If any editing is required, I would normally edit it using an image editor depending on the requirement. But in most cases it doesn&#8217;t require me to resize the photos since I upload the originals to my <a href="http://flickr.com/photos/nazly" target="_blank">Flickr gallery</a>. But I wanted to upload some photos I took today to Facebook. I didn&#8217;t want to upload the originals since it had a higher resolution and the file sizes were bigger. I wanted to resize all the photos in a batch. I had a PHP script that uses GD library for this particular task which I wrote long time back. I have also used Image Magick which works like magic for operations like this. My task was simple and all it required was to resize all the photos in one go and the <strong>Nautilus Image Converter</strong> just did that with ease.</p>
<p><span id="more-855"></span></p>
<p>Installation is quite simple in Ubuntu 9.10</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> nautilus-image-converter</pre></div></div>

<p>This will install the Image Converter extension to the Nautilus file manager. You will need restart GNOME in order for the changes to apply. If you are using a different distro, I&#8217;m sure you will be able to do a Google Search to find out how to install it.</p>
<p>After the installation its all a matter of browsing the folder where you have the photos through Nautilus.</p>
<ul>
<li>Select the photo(s) you want to resize.</li>
<li>Right-click on the photos you selected. You will see the options to &#8220;Resize Images&#8221; and &#8220;Rotate Images&#8221;.</li>
<li>Upon clicking them you will get options on how you would want to perform the operations.</li>
</ul>
<p>Its one of those coolest apps I came across which does the simple things in a simple way. Love it..!!!</p>
<p><a href="http://www.nazly.net/wp-content/uploads/2010/04/Screenshot.jpg"><img class="alignnone size-medium wp-image-864" title="Nautilus Image Converter" src="http://www.nazly.net/wp-content/uploads/2010/04/Screenshot-300x215.jpg" alt="Nautilus Image Converter" width="300" height="215" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazly.net/batch-resizerotate-photos-in-nautilus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting LAMP to work in Ubuntu Hardy</title>
		<link>http://www.nazly.net/getting-lamp-to-work-in-ubuntu-hardy/</link>
		<comments>http://www.nazly.net/getting-lamp-to-work-in-ubuntu-hardy/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 05:44:05 +0000</pubDate>
		<dc:creator>Nazly</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.nazly.net/getting-lamp-to-work-in-ubuntu-hardy/</guid>
		<description><![CDATA[Few of my friends who switched to Ubuntu lately, asked me how to get LAMP (Linux, Apache, MySQL, PHP) working in their desktops. Most of them have installed Ubuntu 8.04 (Hardy Heron) so I planned to write a small guide (&#8230;)<p><a href="http://www.nazly.net/getting-lamp-to-work-in-ubuntu-hardy/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.nazly.net/imgs/ulamp.jpg" alt="http://www.nazly.net/imgs/ulamp.jpg" border="0" /></p>
<p>Few of my friends who switched to <a href="http://www.ubuntu.com" target="_blank">Ubuntu</a> lately, asked me how to get LAMP (<a href="http://www.kernel.org" target="_blank">Linux</a>, <a href="http://www.apache.org" target="_blank">Apache</a>, <a href="http://www.mysql.com" target="_blank">MySQL</a>, <a href="http://www.php.net" target="_blank">PHP</a>) working in their desktops. Most of them have installed Ubuntu 8.04 (Hardy Heron) so I planned to write a small guide on how to setup a LAMP development environment. This will require to have an Internet Connection since the installation will download the necessary packages from the repositories. I will also explain how to add Virtual Hosts so that we can setup different environments to each website we create. I will also explain on how to enable Apache modules such as Userdir and Rewrite. I would normally enable Userdir module on development environments because it allows me to quickly test my code in my home directory. Rewrite module will enable features like having Search Engine Friendly URLs if we can write few Rewrite rules in the .htacess file.</p>
<p>Getting LAMP installed is quite easy in Ubuntu 8.04. I will be using the command-line in this small guide.<br />
<br />Open command-line terminal by going to Applications -&gt; Accessories -&gt; Terminal</p>
<p>First Update the repositories<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update</pre></div></div>

<p><b>Install Apache2 &#8211; PHP5 &#8211; MySQL5 in one go</b><br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> apache2 php5 mysql-server-<span style="color: #000000;">5.0</span></pre></div></div>

<p>Installation will take a while depending on your Internet Connection speed to download the necessary packages. You will be prompted to enter the MySQL Server root password. Enter the password and that&#039;s it. Apache2, PHP5 and MySQL5 will now be installed in your computer.</p>
<p>Now open a Browser Window, most probably <a href="http://www.getfirefox.com" target="_blank">Firefox</a> and in the address bar type <b>http://localhost</b>. You will get a message like <b><i>It Works!</i></b> in the browser which means Apache is successfully installed. The default webroot directory will be /var/www/ where you can place a phpinfo page to check whether PHP is installed successfully as well. But this directory is not writable by the user. So we might need to sudo and write to this directory. Later in this guide I will explain how to test files that resides in my home directory.</p>
<p>Create PHP info page to check whether the PHP installation was successful<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span>info.php</pre></div></div>

<p>Copy the blow code in the editor.<br />
</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #990000;">phpinfo</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>Save the file and close the editor.<br />
<br />Now goto <b>http://localhost/info.php</b>. If you see the PHP Info page then PHP is also successfully installed.</p>
<p>Now we need to check whether MySQL is installed successfully as well. In the terminal type<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">mysql <span style="color: #660033;">-h</span> localhost <span style="color: #660033;">-u</span> root <span style="color: #660033;">-p</span></pre></div></div>

<p>Enter the root password you entered during the installation process. If you are able to successfully login and see the welcome massage and the MySQL command prompt, MySQL is also installed successfully.</p>
<p>I would then install <a href="http://www.phpmyadmin.net" target="_blank">PHPMyAdmin</a>, a web based GUI to handle MySQL Databases.<br />
<br /><b>Install PHPMyAdmin</b><br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> phpmyadmin</pre></div></div>

<p>You will be prompted to select the server type, select apache2.</p>
<p>We will then restart Apache to make the changes in effect<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>apache2 restart</pre></div></div>

<p>Now goto <b>http://localhost/phpmyadmin/</b>. If you see the PHPMyAdmin login page then it is also installed successfully. </p>
<p>Though we now have everything in place, saving files into /var/www/ can be an issue during the development coz the user doesn&#039;t have permissions to write to this directory. We can overcome this by setting permissions to the user to write to this directory. But I always prefer having Userdir module enabled. If I assume my username is <b>spider</b>, I can save my files in a folder called &#039;public_html&#039; under my home directory (/home/spider/public_html) and call it from the browser using the following address in my browser <b>http://localhost/~spider/</b>. But for this to work UserDir module should be enabled in Apache. </p>
<p><b>Enable UserDir module in Apache</b><br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> a2enmod userdir</pre></div></div>

<p>Restart Apache to make the changes in effect<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>apache2 restart</pre></div></div>

<p>Userdir module is now installed and working, so now we can save files in the public_html folder which you need to create in your home directory. But this method is good for testing small scripts. Its always advisable to create a Virtual Host for each project so that we can use a hostname for a website and have a directory apart from the default webroot associated with it. We can change certain behaviours while setting up a Virtual Host which allows us a better testing environment.</p>
<p><b>Setting up a Virtual Host</b><br />
<br />First we need to create a hostname associated with our local IP address. To do that we need to edit the hosts file<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>hosts</pre></div></div>

<p>Add the following in a new line after the entry for localhost<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">127.0.0.1 myweb.local</pre></div></div>

<p>Save the file and close the editor window.</p>
<p>myweb.local is our hostname where it can be any name except localhost</p>
<p>Now we need to setup a Virtual Host in Apache for myweb.local<br />
<br />We need to add a new file for the sites available for Apache<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apache2<span style="color: #000000; font-weight: bold;">/</span>sites-available
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">touch</span> myweb
<span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit myweb</pre></div></div>

<p>In the editor add the following lines.<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;</span>virtualHost <span style="color: #000000; font-weight: bold;">*&gt;</span>
    ServerName myweb.local
    ServerAdmin webmaster<span style="color: #000000; font-weight: bold;">@</span>localhost
    DocumentRoot <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>spider<span style="color: #000000; font-weight: bold;">/</span>public_html<span style="color: #000000; font-weight: bold;">/</span>myweb<span style="color: #000000; font-weight: bold;">/</span>
&nbsp;
    <span style="color: #000000; font-weight: bold;">&lt;</span>directory <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>spider<span style="color: #000000; font-weight: bold;">/</span>public_html<span style="color: #000000; font-weight: bold;">/</span>myweb<span style="color: #000000; font-weight: bold;">/&gt;</span>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        allow from all
    <span style="color: #000000; font-weight: bold;">&lt;/</span>directory<span style="color: #000000; font-weight: bold;">&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;/</span>virtualHost<span style="color: #000000; font-weight: bold;">&gt;</span></pre></div></div>

<p>Save the file and close the editor window.</p>
<p>Make sure you have created this directory /home/spider/public_html/myweb/</p>
<p>Now we need to enable this site which is available in Apache. To enable the site simply run this command<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> a2ensite myweb</pre></div></div>

<p>Restart Apache to make the changes in effect<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>apache2 restart</pre></div></div>

<p>Thats it. We have our new website running. In your browser goto <b>http://myweb.local</b>. You will see the new website which is located in the directory we assigned to this Virtual Host.<br />
<br />If you need more websites such as this, you can repeat this process.</p>
<p>If you didn&#039;t notice, in the Directory settings I set &#039;AllowOverride All&#039; because I need mod_rewrite to work in this site. But we need to enable Rewrite module for this to work. If you don&#039;t need to override these settings set it to &#039;AllowOverride None&#039;</p>
<p><b>Enable Rewrite module in Apache</b><br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> a2enmod rewrite</pre></div></div>

<p>Restart Apache to make the changes in effect<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>apache2 restart</pre></div></div>

<p>We now have mod_rewrite working as well. A .htaccess file with rewrite rules has to be placed in the root directory of this site to have Search Engine Friendly URLs working.</p>
<p>I hope this guide will help you to setup a LAMP development environment in Ubuntu 8.04. If you come across any issues please feel free to write to me using the comment box. </p>
<p>Happy Coding&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazly.net/getting-lamp-to-work-in-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>My new ASUS X51R laptop and Ubuntu 8.04</title>
		<link>http://www.nazly.net/my-new-asus-x51r-laptop-and-ubuntu-8-04/</link>
		<comments>http://www.nazly.net/my-new-asus-x51r-laptop-and-ubuntu-8-04/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 04:31:19 +0000</pubDate>
		<dc:creator>Nazly</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[x51r]]></category>

		<guid isPermaLink="false">http://blog.nazly.net/my-new-asus-x51r-laptop-and-ubuntu-8-04/</guid>
		<description><![CDATA[After giving up my IBM Thinkpad laptop sometime back, I got used to working on Desktops for a while. But it didn&#039;t help me a great deal in organizing things when shifting my work from home to office and vice (&#8230;)<p><a href="http://www.nazly.net/my-new-asus-x51r-laptop-and-ubuntu-8-04/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>After giving up my IBM Thinkpad laptop sometime back, I got used to working on Desktops for a while. But it didn&#039;t help me a great deal in organizing things when shifting my work from home to office and vice versa. So again I started hunting for a laptop that will fulfill all my needs. Finally I settled with an ASUS X51R notebook that comes with a Dual Core 2Ghz processor, 1GB RAM, 256MB ATI VGA Card, 120GB Hard disk, DVD Writer, Wireless etc.. It turned out to be good deal at the end so I went for it.</p>
<p><img src="http://www.nazly.net/imgs/x51r.jpg" alt="http://www.nazly.net/imgs/x51r.jpg" border="0" /></p>
<p>I loaded my OS of choice Ubuntu 8.04 Hardy Heron on this and everything went very smoothly except that I couldn&#039;t get the wireless working. By running <i>lspci</i> the wireless card was shown as Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter which is an Atheros AR5007EG wireless card. The proprietary driver for Atheros was installed by Hardy but when I ran <i>iwconfig</i> this is what I got.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">lo        no wireless extensions.
&nbsp;
eth0      no wireless extensions.</pre></div></div>

<p>Few google searches resulted me about <a href="http://madwifi.org" target="_blank">madwifi</a>. <i>Madwifi is a team of volunteer developers working on Linux kernel drivers for Wireless LAN devices with Atheros chipsets.</i> I got madwifi installed and got my wireless card working. Here is how I did it.</p>
<p>First I disabled both proprietary drivers in System -&gt; Administration -&gt; Hardware drivers.</p>
<p>Then in the command prompt I did the following</p>
<p><b>Get this version of madwifi</b><br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #660033;">-c</span> <span style="color: #000000; font-weight: bold;">&lt;</span>a <span style="color: #007800;">href</span>=<span style="color: #ff0000;">&quot;http://snapshots.madwifi.org/special/madwifi-ng-r2756+ar5007.tar.gz&quot;</span> <span style="color: #007800;">target</span>=<span style="color: #ff0000;">&quot;_blank&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span>http:<span style="color: #000000; font-weight: bold;">//</span>snapshots.madwifi.org<span style="color: #000000; font-weight: bold;">/</span>special<span style="color: #000000; font-weight: bold;">/</span>madwifi-ng-r2756+ar5007.tar.gz<span style="color: #000000; font-weight: bold;">&lt;/</span>a<span style="color: #000000; font-weight: bold;">&gt;</span></pre></div></div>

<p><b>Untar the file</b><br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tar</span> xvf madwifi-ng-r2756+ar5007.tar.gz</pre></div></div>

<p><b>Move inside the directory</b><br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> madwifi-ng-r2756+ar5007</pre></div></div>

<p><b>You might need build-essential if you haven&#039;t compiled anything before</b><br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> build-essential</pre></div></div>

<p><b>Building madwifi and installing the modules</b><br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">make</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> modprobe ath_pci
<span style="color: #c20cb9; font-weight: bold;">sudo</span> modprobe wlan_scan_sta</pre></div></div>

<p><b>Loading module at boot</b><br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>modules</pre></div></div>

<p>Enter the line below in the last line of the file and save.<br />
<br /><b>ath_pci</b></p>
<p>Thats it. I restarted the machine and ran <i>iwconfig</i> again to check</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">lo        no wireless extensions.
&nbsp;
eth0      no wireless extensions.
&nbsp;
wifi0     no wireless extensions.
&nbsp;
ath0      IEEE 802.11g  ESSID:<span style="color: #ff0000;">&quot;&quot;</span>  Nickname:<span style="color: #ff0000;">&quot;&quot;</span>
          Mode:Managed  Frequency:<span style="color: #000000;">2.437</span> GHz  Access Point: Not-Associated   
          Bit Rate:<span style="color: #000000;">0</span> kb<span style="color: #000000; font-weight: bold;">/</span>s   Tx-Power:<span style="color: #000000;">17</span> dBm   <span style="color: #007800;">Sensitivity</span>=<span style="color: #000000;">1</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">1</span>  
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link <span style="color: #007800;">Quality</span>=<span style="color: #000000;">0</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">70</span>  Signal <span style="color: #007800;">level</span>=<span style="color: #000000;">0</span> dBm  Noise <span style="color: #007800;">level</span>=<span style="color: #000000;">0</span> dBm
          Rx invalid nwid:<span style="color: #000000;">0</span>  Rx invalid crypt:<span style="color: #000000;">0</span>  Rx invalid frag:<span style="color: #000000;">0</span>
          Tx excessive retries:<span style="color: #000000;">0</span>  Invalid misc:<span style="color: #000000;">0</span>   Missed beacon:<span style="color: #000000;">0</span></pre></div></div>

<p>As you can see its now showing that the wireless card is working properly. Thanks to <a href="http://madwifi.org" target="_blank">madwifi</a>.</p>
<p>When it came to my graphic card I had to use the ATI propriety driver to make full use of it. Since Hardy comes with compiz out of the box I managed to get the 3D desktop working without much hassle. </p>
<p>To get compiz working in Hardy there are two things to be done.<br />
<br />1. Goto System -&gt; Preferences &#8211; Appearance and click Visual Effects tab. Then tick Extra to get the effects working.<br />
<br />2. Install the Compiz Settings Manager.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> compizconfig-settings-manager</pre></div></div>

<p>After installing you can goto System -&gt; Preferences &#8211; Advanced Desktop Effects Settings to add/configure/remove effects related to compiz.</p>
<p>I also enabled Emerald themes to get out of the standard Gnome look. Here is how got emerald working. </p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> emerald</pre></div></div>

<p>Now if you goto System -&gt; Preferences &#8211; Emerald Theme Manager you can configure an Emerald theme of your choice. By default it doesn&#039;t come with any themes so you need to download themes from <a href="http://gnome-look.org/index.php?xcontentmode=103" target="_blank">Gnome-Look</a>.<br />
<br />However you need to tell compiz to use Emerald as its Window Decorator. To do that goto System -&gt; Preferences &#8211; Advanced Desktop Effects Settings and under Effects category click on the Window Decoration icon which will take you to its settings. In the &#039;Command&#039; field delete whatever is in there and add this value to that field</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">emerald --replace.</pre></div></div>

<p>Have fun..</p>
<p>I found a nice Emerald theme which kinda reflects the one used by Matt Farrell in the movie Die Hard 4.0. Here are few screeshots of my desktop. </p>
<p><b>3D desktop with compiz on Hardy</b><br />
<br /><a href="http://www.flickr.com/photos/nazly/2577565443/" title="Desktop 3D Cube by Nazly, on Flickr"><img src="http://farm4.static.flickr.com/3048/2577565443_cf19239eae.jpg" width="500" height="313" alt="Desktop 3D Cube" border="0" /></a></p>
<p><b>Desktop with new look theme</b><br />
<br /><a href="http://www.flickr.com/photos/nazly/2577569685/" title="New notebook new theme by Nazly, on Flickr"><img src="http://farm4.static.flickr.com/3157/2577569685_44a971118f.jpg" width="500" height="313" alt="New notebook new theme" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazly.net/my-new-asus-x51r-laptop-and-ubuntu-8-04/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Top 10 Google Products You Forgot All About</title>
		<link>http://www.nazly.net/top-10-google-products-you-forgot-all-about/</link>
		<comments>http://www.nazly.net/top-10-google-products-you-forgot-all-about/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 06:21:18 +0000</pubDate>
		<dc:creator>Nazly</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[products]]></category>

		<guid isPermaLink="false">http://blog.nazly.net/top-10-google-products-you-forgot-all-about/</guid>
		<description><![CDATA[LifeHacker has a nice article on &#039;Top 10 Google Products You Forgot All About&#039; which reminds us some of the Google Products that we are less familiar with. Even some we haven&#039;t heard about it at all. I first came (&#8230;)<p><a href="http://www.nazly.net/top-10-google-products-you-forgot-all-about/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://lifehacker.com/" target="_blank">LifeHacker</a> has a nice article on &#039;<a href="http://lifehacker.com/software/lifehacker-top-10/top-10-google-products-you-forgot-all-about-313530.php" target="_blank">Top 10 Google Products You Forgot All About</a>&#039; which reminds us some of the Google Products that we are less familiar with. Even some we haven&#039;t heard about it at all. I first came across &#039;Flight Simulator in Google Earth&#039; and &#039;Google SketchUp&#039; after reading this article. This list is just the Top10, so there are still some interesting products that we have missed out.. </p>
<p>The author of the article says:<br />
<br /><i>This was a tough list to winnow down, as Google&#039;s full product list is long and prodigious. In fact, we&#039;re still having regrets about leaving Patent Search, Google Moon, and Google Mars off the list. Update: I&#039;m particularly regretful about not including Grand Central or Google SMS, too.</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazly.net/top-10-google-products-you-forgot-all-about/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dapper -&gt; Edgy causing probs</title>
		<link>http://www.nazly.net/dapper-edgy-causing-probs/</link>
		<comments>http://www.nazly.net/dapper-edgy-causing-probs/#comments</comments>
		<pubDate>Mon, 13 Nov 2006 05:05:14 +0000</pubDate>
		<dc:creator>Nazly</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[edgy]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://blog.nazly.net/dapper-edgy-causing-probs/</guid>
		<description><![CDATA[Couple of weeks back I was getting to the edge of upgrading my Ubuntu Desktop from Dapper Drake to Edge Eft. Upgrading has been a very easy process in Ubuntu as last time too I upgraded from Breezy Badger to (&#8230;)<p><a href="http://www.nazly.net/dapper-edgy-causing-probs/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Couple of weeks back I was getting to the edge of upgrading my Ubuntu Desktop from Dapper Drake to Edge Eft. Upgrading has been a very easy process in Ubuntu as last time too I upgraded from Breezy Badger to Dapper Drake without any problems. With that in mind I started to upgrade it on my notebook on that day itself but didn&#039;t get a chance to make a post on how things went. In order to upgrade I ran this command.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gksu <span style="color: #ff0000;">&quot;update-manager -c -d&quot;</span></pre></div></div>

<p>It opened up the update manager with the message that Ubuntu 6.10 is available for upgrade. There was about 1GB to be downloaded so I left it to upgrade and went to sleep. By next day morning I upgraded to edgy. It was not up to the expectations but there was more problems when I realized that my wireless card has stopped working. It was working fine under Breezy and Dapper. Over the last couple of weeks I have been going through the forums and have found out lot of people have come across lot of problems trying to upgrade from Dapper to Edgy. Wireless issues have been a common thing. Currently I&#039;m settled with my Ethernet card though have to sort out the wireless issue. I even played around with ndiswrapper but have few issues with it. I might have to install edgy freshly if I&#039;m unable to fix it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazly.net/dapper-edgy-causing-probs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edgy Eft is out</title>
		<link>http://www.nazly.net/edgy-eft-is-out/</link>
		<comments>http://www.nazly.net/edgy-eft-is-out/#comments</comments>
		<pubDate>Fri, 27 Oct 2006 00:22:40 +0000</pubDate>
		<dc:creator>Nazly</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[edgy]]></category>

		<guid isPermaLink="false">http://blog.nazly.net/edgy-eft-is-out/</guid>
		<description><![CDATA[A lot has been happening this week and one being the release of Ubuntu 6.10 (Edgy Eft). It was released yesterday with a lot of enhancements and new features in order to make it a user friendly OS. Planning to (&#8230;)<p><a href="http://www.nazly.net/edgy-eft-is-out/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>A lot has been happening this week and one being the <a href="http://www.ubuntu.com/news/610released" target="_blank">release of Ubuntu 6.10 (Edgy Eft)</a>. It was released yesterday with a lot of enhancements and new features in order to make it a user friendly OS. Planning to upgrade to Edgy hopefully by today so I&#039;m almost on the edge now <img src="http://www.nazly.net//smiles/icon_wink.gif" alt="[Wink]" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazly.net/edgy-eft-is-out/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu Dapper &#8211; XserverFailover</title>
		<link>http://www.nazly.net/ubuntu-dapper-xserverfailover/</link>
		<comments>http://www.nazly.net/ubuntu-dapper-xserverfailover/#comments</comments>
		<pubDate>Tue, 22 Aug 2006 12:02:30 +0000</pubDate>
		<dc:creator>Nazly</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[xserver]]></category>

		<guid isPermaLink="false">http://blog.nazly.net/ubuntu-dapper-xserverfailover/</guid>
		<description><![CDATA[I came home after work in the evening and found out that the X Server failed to start after booting my laptop. The log didn&#039;t give me that much of a clue though I tried to update my xorg.conf using (&#8230;)<p><a href="http://www.nazly.net/ubuntu-dapper-xserverfailover/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>I came home after work in the evening and found out that the X Server failed to start after booting my laptop. The log didn&#039;t give me that much of a clue though I tried to update my xorg.conf using this command</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> dpkg-reconfigure <span style="color: #660033;">-phigh</span> xserver-xorg</pre></div></div>

<p>But that didn&#039;t help and was wondering what could have gone wrong. It was working well till I shut it down without any problems when I left work today evening. Suddenly I realised that I installed some updates via the Update Manager and it was the xserver-xorg update that I installed. Good thing I didn&#039;t update it on my desktop which also runs Ubuntu Dapper Drake. When I checked the Ubuntu Community blogs I found out that there is a problem with this update. And the best part is I found the solution for it and fixed it as well. If you haven&#039;t updated it please don&#039;t do it for now. If u have done already here are the links where I found the solution.<br />
<br /><a href="http://ubuntudemon.wordpress.com/2006/08/22/latest-dapper-xserver-xorg-upgrade-might-break-the-xserver/" target="_blank">Latest Dapper xserver-xorg upgrade might break the xserver</a></p>
<p>This is how I fixed it since xserver-xorg-core_1.0.2-0ubuntu10.4_i386.deb was not uploaded to the Ubuntu Servers.<br />
<br /><a href="http://www.ubuntuforums.org/showthread.php?t=241254" target="_blank">HOWTO solve the problem</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazly.net/ubuntu-dapper-xserverfailover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 6.06 LTS (Dapper Drake) Released</title>
		<link>http://www.nazly.net/ubuntu-6-06-lts-dapper-drake-released/</link>
		<comments>http://www.nazly.net/ubuntu-6-06-lts-dapper-drake-released/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 07:02:12 +0000</pubDate>
		<dc:creator>Nazly</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[drake]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.nazly.net/ubuntu-6-06-lts-dapper-drake-released/</guid>
		<description><![CDATA[Ubuntu 6.06 LTS has been released right on time with the code name &#039;Dapper Drake&#039;. Read the Release Notes to go through the improvements on Dapper Drake. Its something I have been waiting for since I started using Ubuntu 5.10 (&#8230;)<p><a href="http://www.nazly.net/ubuntu-6-06-lts-dapper-drake-released/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntu.com/news/606released" target="_blank">Ubuntu 6.06 LTS has been released</a> right on time with the code name &#039;Dapper Drake&#039;. Read the <a href="http://www.ubuntu.com/download/releasenotes/606" target="_blank">Release Notes</a> to go through the improvements on Dapper Drake. Its something I have been waiting for since I started using Ubuntu 5.10 (Breezy Badger) on my desktop few months back. Didn&#039;t get a time off to upgrade when it was on BETA stage as I was bit stuck with my work. No excuses now. I&#039;ll keep posted <img src="http://www.nazly.net//smiles/icon_wink.gif" alt="[Wink]" /></p>
<p>In the meantime there are <a href="https://wiki.ubuntu.com/DapperReleaseParties" target="_blank">Dapper Release Parties</a> happening all over the world and there is one <a href="https://wiki.ubuntu.com/SriLankanTeam/DapperReleaseParty" target="_blank">Dapper Release Party here in Sri Lanka</a> as well. Cool ha?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazly.net/ubuntu-6-06-lts-dapper-drake-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switch to Ubuntu</title>
		<link>http://www.nazly.net/switch-to-ubuntu/</link>
		<comments>http://www.nazly.net/switch-to-ubuntu/#comments</comments>
		<pubDate>Tue, 25 Apr 2006 21:01:10 +0000</pubDate>
		<dc:creator>Nazly</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[gnulinux]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.nazly.net/switch-to-ubuntu/</guid>
		<description><![CDATA[About 3 weeks back I successfully made a switch over to Linux Desktop and my pick was Ubuntu 5.10 (Breezy Badger). I would love to share few things in this step I took coz I feel it might help you (&#8230;)<p><a href="http://www.nazly.net/switch-to-ubuntu/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>About 3 weeks back I successfully made a switch over to Linux Desktop and my pick was Ubuntu 5.10 (Breezy Badger). I would love to share few things in this step I took coz I feel it might help you at some point. This is more an extended version of the <a href="http://www.nazly.net/post/the-magic-word-ubuntu-163/" target="_blank">post</a> I made about week back.</p>
<p>Ubuntu is my first experience for a Debian based distro. I have used Redhat since 6.3 and then upto 9 and after that have tried out Fedora Core 1 to Fedora Core 3. But not that much on the Desktop. I never got settled with it. But as a Server I found it very effective. </p>
<p><b>So Why picked Ubuntu for Desktop?</b><br />
<br />There was this buzz about Ubuntu being a great Desktop. There was lot of hype around it. After most of my friends suggested that its really suited for desktop I got it installed. I&#039;m amazed..</p>
<p>I love the way it handles users. By default the root account is locked. Using <a href="http://en.wikipedia.org/wiki/Sudo" target="_blank">sudo</a> the user will be able to run administrative commands. The thing I like about this is that I don&#039;t need to <a href="http://en.wikipedia.org/wiki/Su_%28computing%29" target="_blank">su</a> and it also prevents from crazy things happening when logged in as root. The root account can be enabled but not advisable. <a href="https://wiki.ubuntu.com/RootSudo" target="_blank">Read More</a> about it.</p>
<p>Package Management. Its Debian based so uses <a href="http://www.debian.org/doc/manuals/apt-howto/" target="_blank">apt</a>. Synaptic Package Manager ,the GUI for apt is very handy. And <a href="http://ubuntuforums.org/showthread.php?t=138405" target="_blank">Automatix</a> installed all the stuff I need for a perfect desktop.</p>
<p><b>How perfect was the switch?</b><br />
<br />I had concerns for switching to a Linux desktop. I&#039;m mainly a PHP/MySQL developer. So it is the platform I need to be in. Infact I was in the wrong place earlier. Now I perfectly fit in to the LAMP. I was using Macromedia Dreamweaver as my editor earlier coz I also have to work a lot on the HTML/XHTML pages. <a href="http://quanta.kdewebdev.org/" target="_blank">Quanta Plus</a> is a perfect alternate. I did try out Screem and Nvu. Seems to fit in perfectly. Currently using gedit as the phpeditor. Lately being playing around with <a href="http://www.jedit.org/" target="_blank">jEdit</a> and it seems a perfect editor.</p>
<p>I was using Mozilla Thunderbird as my Email client. So I was able to restore all my mails without any difficulty. I&#039;m not really a newbie to Linux so the switch didn&#039;t effect me that much. Infact I&#039;m having fun.</p>
<p><b>Few issues I came across</b><br />
<br />It was bundled with Mozilla Firefox 1.0.7. <a href="https://wiki.ubuntu.com/FirefoxNewVersion" target="_blank">This is how I installed</a> the new version of Mozilla Firefox 1.5.2.</p>
<p>Using the Synaptic Package Manager I got installed Apache2-PHP4-MySQL and with that installed phpMyAdmin as well just to try out. But for some reason PHP scripts were not parsed. I really didn&#039;t try to dig into it and felt comfortable compiling them to my needs. When I tried to remove them phpMyAdmin couldn&#039;t remove itself and on the Synaptic Package Manager it showed phpMyAdmin as a broken package. And due to this the rest of the packages I wanted to removed were not removed. And after doing some googling this is how I was able to get rid of it by modifying the installation script of phpMyAdmin.</p>
<p>Created a backup of the script<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">&nbsp;
nazly<span style="color: #000000; font-weight: bold;">@</span>ubuntu:~$ <span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>dpkg<span style="color: #000000; font-weight: bold;">/</span>info<span style="color: #000000; font-weight: bold;">/</span>
&nbsp;
nazly<span style="color: #000000; font-weight: bold;">@</span>ubuntu:<span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>dpkg<span style="color: #000000; font-weight: bold;">/</span>info$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> phpmyadmin.prerm phpmyadmin.prerm.orig</pre></div></div>

<p>Edit the script file<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">&nbsp;
nazly<span style="color: #000000; font-weight: bold;">@</span>ubuntu:<span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>dpkg<span style="color: #000000; font-weight: bold;">/</span>info$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> gedit phpmyadmin.prerm</pre></div></div>

<p>And commented line 12 by adding a # infront of it and saved the file.</p>
<p>Then used apt-get to remove phpMyAdmin<br />
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">&nbsp;
nazly<span style="color: #000000; font-weight: bold;">@</span>ubuntu:<span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>dpkg<span style="color: #000000; font-weight: bold;">/</span>info$ <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> remove phpmyadmin</pre></div></div>

<p>After that Synaptic Package Manager didn&#039;t show the phpMyAdmin package as broken and I was able to remove the rest of the packages. </p>
<p>I&#039;m able to connect to my PC with my Nokia 6230i via Bluetooth as I didn&#039;t have to install any driver as such.</p>
<p>So as far as I&#039;m concerned I&#039;m not missing anything at all.. I&#039;m very much satisfied with myself that I&#039;m doing the right thing as I always had this passion for Free &amp; OpenSource software.</p>
<p><a href="http://www.gnu.org/philosophy/free-sw.html" target="_blank">&quot;free&quot; as in &quot;free speech,&quot; not as in &quot;free beer.&quot;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazly.net/switch-to-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu 6.06 BETA</title>
		<link>http://www.nazly.net/ubuntu-6-06-beta/</link>
		<comments>http://www.nazly.net/ubuntu-6-06-beta/#comments</comments>
		<pubDate>Mon, 24 Apr 2006 04:22:46 +0000</pubDate>
		<dc:creator>Nazly</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[gnulinux]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.nazly.net/ubuntu-6-06-beta/</guid>
		<description><![CDATA[Ubuntu 6.06 (Dapper Drake) BETA has been released. This Beta Release has introduced the new Desktop CD, which can be used both to try Ubuntu &#039;live&#039; and to install the system. Installation can be perfomed using the new graphical installer (&#8230;)<p><a href="http://www.nazly.net/ubuntu-6-06-beta/">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntu.com/testing/dapperbeta" target="_blank">Ubuntu 6.06 (Dapper Drake) BETA</a> has been released. This Beta Release has introduced the new Desktop CD, which can be used both to try Ubuntu &#039;live&#039; and to install the system. Installation can be perfomed using the new graphical installer on the Desktop CD rather than the traditional installer on the install CD. </p>
<p>The new graphical installer will be a great addition to Ubuntu. There is also seem to be great improvement in the UI. Gotta try it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nazly.net/ubuntu-6-06-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

