<?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>TechBytes &#187; Ubuntu Desktop</title>
	<atom:link href="http://www.asim.pk/tag/ubuntu-desktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.asim.pk</link>
	<description>Technology Bytes</description>
	<lastBuildDate>Fri, 20 Jan 2012 12:48:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing / re-installing and Configuring phpMyAdmin on Ubuntu</title>
		<link>http://www.asim.pk/2009/06/17/installing-re-installing-and-configuring-phpmyadmin-on-ubuntu/</link>
		<comments>http://www.asim.pk/2009/06/17/installing-re-installing-and-configuring-phpmyadmin-on-ubuntu/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 11:23:38 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache2]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=372</guid>
		<description><![CDATA[phpMyAdmin is a very common and handy tool that most of the developers use. It is available on almost every server. Installing phpMyAdmin on Ubuntu server is even easier, you just need to but what if we accidently skip the &#8230; <a href="http://www.asim.pk/2009/06/17/installing-re-installing-and-configuring-phpmyadmin-on-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.phpmyadmin.net/" target="_blank">phpMyAdmin</a></strong> is a very common and handy tool that most of the developers use. It is available on almost every server.</p>
<p>Installing phpMyAdmin on Ubuntu server is even easier, you just need to</p>
<pre class="brush: plain; title: ; notranslate">sudo apt-get install phpmyadmin</pre>
<p>but what if we accidently skip the configuration screen where phpmyadmin makes modifications to apache?</p>
<p>Dont worry just do the following</p>
<p>Edit Apache&#8217;s configuration file (assuming you are using apache2)</p>
<pre class="brush: plain; title: ; notranslate">sudo nano /etc/apache2/apache2.conf
# better to use the following command instead of the one above
#gksudo gedit /etc/apache2/apache2.conf</pre>
<p>Add the following line of code inside apache2.conf:</p>
<pre class="brush: plain; title: ; notranslate">Include /etc/phpmyadmin/apache.conf</pre>
<p>Now restart Apache:</p>
<pre class="brush: plain; title: ; notranslate">sudo /etc/init.d/apache2 restart</pre>
<p>Go to <strong>/phpmyadmin/</strong> and login with your mysql username and password.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/06/17/installing-re-installing-and-configuring-phpmyadmin-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intall Apache, MySQL and PHP on Ubuntu &#8211; Part 2</title>
		<link>http://www.asim.pk/2009/03/04/intall-apache-mysql-and-php-on-ubuntu-part-2/</link>
		<comments>http://www.asim.pk/2009/03/04/intall-apache-mysql-and-php-on-ubuntu-part-2/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 12:52:03 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=289</guid>
		<description><![CDATA[Few weeks ago I wrote an article on how to setup Xampp package on Ubuntu. Today, I am revisiting this. I came across a great article straight from the Ubuntu community, it is very simple, very strraight forward to setup &#8230; <a href="http://www.asim.pk/2009/03/04/intall-apache-mysql-and-php-on-ubuntu-part-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Few weeks ago I wrote an article on <a href="http://www.asim.pk/2009/01/09/intall-apache-mysql-and-php-on-ubuntu-810/" target="_blank">how to setup Xampp package on Ubuntu</a>. Today, I am revisiting this.</p>
<p>I came across a great article straight from the Ubuntu community, it is very simple, very strraight forward to setup Apache / MySQL and PHP on your Ubuntu box (server or desktop)</p>
<p>Read the <a href="https://help.ubuntu.com/community/ApacheMySQLPHP" target="_blank"><strong>article here</strong></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/03/04/intall-apache-mysql-and-php-on-ubuntu-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Setting default gateway / ip etc</title>
		<link>http://www.asim.pk/2009/01/22/ubuntu-setting-default-gateway-ip-etc/</link>
		<comments>http://www.asim.pk/2009/01/22/ubuntu-setting-default-gateway-ip-etc/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 09:37:02 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Gateway]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Network Interface]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[Ubuntu Server]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=199</guid>
		<description><![CDATA[If you want to specify a default gateway or ip address for your Ubuntu installation, try the following steps. Open SSH and type this command You can edit everything there as shown in the screenshot below (click to enlarge)]]></description>
			<content:encoded><![CDATA[<p>If you want to specify a default gateway or ip address for your Ubuntu installation, try the following steps.</p>
<p>Open SSH and type this command</p>
<pre class="brush: plain; title: ; notranslate">sudo nano /etc/network/interfaces</pre>
<p>You can edit everything there as shown in the screenshot below (click to enlarge)</p>
<p><a href="http://www.asim.pk/wp-content/uploads/2009/01/interfaces.png" rel="lightbox[199]"><img class="aligncenter size-medium wp-image-200" title="Ubuntu network interface" src="http://www.asim.pk/wp-content/uploads/2009/01/interfaces-300x187.png" alt="Ubuntu network interface" width="300" height="187" /></a></p>
<pre class="brush: plain; title: ; notranslate">
auto eth0
iface eth0 inet static
        address 192.168.1.231
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.255
        gateway 192.168.1.77
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 192.168.1.253 192.168.1.226
        dns-search nextbridge.org
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/01/22/ubuntu-setting-default-gateway-ip-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intall Apache, MySQL and PHP on Ubuntu 8.10</title>
		<link>http://www.asim.pk/2009/01/09/intall-apache-mysql-and-php-on-ubuntu-810/</link>
		<comments>http://www.asim.pk/2009/01/09/intall-apache-mysql-and-php-on-ubuntu-810/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 19:01:39 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[LAMPP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=182</guid>
		<description><![CDATA[WARNING: Please use this method to install Apache, PHP and MySQL because its more suitable for most of your needs and has options to auto-upgrade your installation. The following method is obsolete and not recommended. After trying to install Apache, &#8230; <a href="http://www.asim.pk/2009/01/09/intall-apache-mysql-and-php-on-ubuntu-810/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong><big>WARNING:</big></strong> <a href="http://www.asim.pk/2009/03/04/intall-apache-mysql-and-php-on-ubuntu-part-2/">Please use this method to install Apache, PHP and MySQL</a> because its more suitable for most of your needs and has options to auto-upgrade your installation. <strong>The following method is obsolete and not recommended.</strong></p>
<p>After trying to install Apache, MySQL and PHP on Ubuntu 8.10 via several methods listed over the web. I opted for <a href="http://www.xampp.org/" target="_blank"><strong>xampp package for linux</strong></a>.</p>
<p>It is as easy as ABC</p>
<p>Download the <a href="http://www.apachefriends.org/en/xampp-linux.html#374"><strong>xampp linux package from their official website</strong></a></p>
<pre class="brush: plain; title: ; notranslate">wget http://nchc.dl.sourceforge.net/sourceforge/xampp/xampp-linux-1.7.tar.gz</pre>
<p>(<em>I have selected <a href="http://www.nchc.org.tw/"><b>NCHC, Taiwan</b></a> as the mirror to download this package, you may try another</em>)</p>
<p>Extract the files</p>
<pre class="brush: plain; title: ; notranslate">sudo tar xvfz xampp-linux-1.7.tar.gz -C /opt</pre>
</p>
<p>Chmod the files to have nobody ownership</p>
<pre class="brush: plain; title: ; notranslate">sudo chown -R nobody:root /opt/lampp/</pre>
</p>
<p>Configure xampp security</p>
<pre class="brush: plain; title: ; notranslate">sudo /opt/lampp/lampp security</pre>
</p>
<p>Start xampp with this command</p>
<pre class="brush: plain; title: ; notranslate">sudo /opt/lampp/lampp start</pre>
</p>
<p>Stop xampp</p>
<pre class="brush: plain; title: ; notranslate">sudo /opt/lampp/lampp stop</pre>
</p>
<p>Restart xampp</p>
<pre class="brush: plain; title: ; notranslate">sudo /opt/lampp/lampp restart</pre>
</p>
<p>Login to ftp using the username <strong>nobody</strong> and the password that you have set up in the &#8220;xampp security&#8221;</p>
<p>To uninstall xampp</p>
<pre class="brush: plain; title: ; notranslate">sudo rm -fr /opt/lampp</pre>
</p>
<p><strong>Enjoy!!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/01/09/intall-apache-mysql-and-php-on-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Download files from a http authenticated directory using wget</title>
		<link>http://www.asim.pk/2009/01/08/download-files-from-a-http-authenticated-directory-using-wget/</link>
		<comments>http://www.asim.pk/2009/01/08/download-files-from-a-http-authenticated-directory-using-wget/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 07:52:42 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=178</guid>
		<description><![CDATA[I wanted to download something off a sub-domain using wget that I have password protected using .htaccess so the following command was NOT working Luckily, we can pass two arguments to the same command and tell wget what the username &#8230; <a href="http://www.asim.pk/2009/01/08/download-files-from-a-http-authenticated-directory-using-wget/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I wanted to download something off a sub-domain using <a href="http://en.wikipedia.org/wiki/Wget" target="_blank"><em>wget</em></a> that I have password protected using .htaccess<br />
so <strong>the following command was NOT working</strong></p>
<pre class="brush: plain; title: ; notranslate">wget http://secure.asim.pk/myfiles.tar </pre>
<p><strong>Luckily</strong>, we can pass two arguments to the same command and tell <a href="http://en.wikipedia.org/wiki/Wget" target="_blank"><em>wget</em></a> what the username and password is</p>
<pre class="brush: plain; title: ; notranslate">wget http://secure.asim.pk/myfiles.tar --http-user=myuser --http-password=mypass </pre>
<p><strong>Works Great!!</strong></p>
<p>If you are using Ubuntu 8.10, have not enabled root user and trying to download to a directory that has &#8220;nobody&#8221; or &#8220;root&#8221; as owner then try pre-pending it with <a href="http://en.wikipedia.org/wiki/Sudo" target="_blank"><em>sudo</em></a></p>
<pre class="brush: plain; title: ; notranslate">sudo wget http://secure.asim.pk/myfiles.tar --http-user=myuser --http-password=mypass </pre>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/01/08/download-files-from-a-http-authenticated-directory-using-wget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Webmin in Ubuntu</title>
		<link>http://www.asim.pk/2009/01/08/how-to-install-webmin-in-ubuntu-810/</link>
		<comments>http://www.asim.pk/2009/01/08/how-to-install-webmin-in-ubuntu-810/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 20:35:57 +0000</pubDate>
		<dc:creator>Asim Zeeshan</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu 8.10]]></category>
		<category><![CDATA[Ubuntu Desktop]]></category>
		<category><![CDATA[Webmin]]></category>

		<guid isPermaLink="false">http://www.asim.pk/?p=168</guid>
		<description><![CDATA[From the little help that I can get over the internet, I found out that you need to install the following packages to prepare the system for Webmin installation. Run the following command over SSH or Ubuntu Desktop&#8217;s terminal window &#8230; <a href="http://www.asim.pk/2009/01/08/how-to-install-webmin-in-ubuntu-810/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>From the little help that I can get over the internet, I found out that you need to install the following packages to prepare the system for Webmin installation.</p>
<p>Run the following command over SSH or Ubuntu Desktop&#8217;s terminal window (Applications -&gt; Accessories -&gt; Terminal).</p>
<pre class="brush: plain; title: ; notranslate">sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl </pre>
<p><em>(Learn <a href="http://www.asim.pk/2009/01/08/configuring-ssh-on-ubuntu-810/"><strong>how to configure SSH on Ubuntu 8.10</strong></a> if you want to have a remote access to your Ubuntu box)</em>.</p>
<p>Download the latest version of Webmin by running the following command (visit <a href="http://www.webmin.com/download.html"><em>webmin download section</em></a> for newer versions)</p>
<pre class="brush: plain; title: ; notranslate">wget http://ignum.dl.sourceforge.net/project/webadmin/webmin/1.500/webmin_1.500_all.deb </pre>
<p><a href="http://www.asim.pk/wp-content/uploads/2009/01/downloading_webmin.jpg" rel="lightbox[168]"><img class="aligncenter size-medium wp-image-170" title="Downloading Webmin" src="http://www.asim.pk/wp-content/uploads/2009/01/downloading_webmin-300x225.jpg" alt="Downloading Webmin" width="300" height="225" /></a><br />
<em>Downloading Webmin</em></p>
<p>After the package has been downloaded, run the following command to install it</p>
<pre class="brush: plain; title: ; notranslate">sudo dpkg -i webmin_1.500_all.deb </pre>
<p>You should now be able to login to Webmin at the URL https://localhost:10000/ using root or any other user with sudo access.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asim.pk/2009/01/08/how-to-install-webmin-in-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

