<?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>Open source blog, linux, php, python, security &#187; ubuntu</title>
	<atom:link href="http://www.alonon.net/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alonon.net</link>
	<description></description>
	<lastBuildDate>Wed, 02 Jun 2010 08:11:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>

   <image>
    <title>Open source blog, linux, php, python, security</title>
    <url>http://1.gravatar.com/avatar/5152c5736f5f8dd9570ffb2f9068e8ab?s=</url>
    <link>http://www.alonon.net</link>
   </image>
		<item>
		<title>How to learn ubuntu version</title>
		<link>http://www.alonon.net/how-to-learn-ubuntu-version/</link>
		<comments>http://www.alonon.net/how-to-learn-ubuntu-version/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 20:18:51 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=264</guid>
		<description><![CDATA[To learn your ubuntu version/ release there are two ways that i know. first sudo cat /etc/lsb-release second sudo cat /etc/issue Tags: ubuntu, version Related posts User groups and Users in Ubuntu (0) Ubuntu 9.10, Karmic Koala, released‎ (0) install php apache mysql phpmyadmin (3) How to learn your linux release (3) Dns Cache with &#8230; <a href="http://www.alonon.net/how-to-learn-ubuntu-version/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To learn your ubuntu version/ release  there are two ways that i know.</p>
<p>first</p>
<blockquote><p>sudo cat /etc/lsb-release
</p></blockquote>
<p>second</p>
<blockquote><p>sudo cat /etc/issue</p></blockquote>

	Tags: <a href="http://www.alonon.net/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a>, <a href="http://www.alonon.net/tag/version/" title="version" rel="tag">version</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/user-groups-and-users-in-ubuntu/" title="User groups and Users in Ubuntu (March 16, 2010)">User groups and Users in Ubuntu</a> (0)</li>
	<li><a href="http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/" title="Ubuntu 9.10, Karmic Koala, released‎ (October 31, 2009)">Ubuntu 9.10, Karmic Koala, released‎</a> (0)</li>
	<li><a href="http://www.alonon.net/install-php-apache-mysql-phpmyadmin/" title="install php apache mysql phpmyadmin (January 1, 2009)">install php apache mysql phpmyadmin</a> (3)</li>
	<li><a href="http://www.alonon.net/how-to-learn-your-linux-release/" title="How to learn your linux release (May 18, 2009)">How to learn your linux release</a> (3)</li>
	<li><a href="http://www.alonon.net/dns-cache-with-dnsmasq/" title="Dns Cache with dnsmasq (September 5, 2009)">Dns Cache with dnsmasq</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/how-to-learn-ubuntu-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User groups and Users in Ubuntu</title>
		<link>http://www.alonon.net/user-groups-and-users-in-ubuntu/</link>
		<comments>http://www.alonon.net/user-groups-and-users-in-ubuntu/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 20:54:47 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=202</guid>
		<description><![CDATA[Today, i opened a new user (account) and gave ssh access a user on my linode vps. Opened new group Created new user Changed user group Check user group is true Giving ssh access to user Restarting sshd Lets firstly add a user in Ubuntu sudo adduser USERNAME Create new group in Ubuntu sudo addgroup &#8230; <a href="http://www.alonon.net/user-groups-and-users-in-ubuntu/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today, i opened  a new user (account) and gave ssh access a user on my linode vps.</p>
<ul>
<li>Opened new group</li>
<li>Created new user</li>
<li>Changed user group</li>
<li>Check user group is true</li>
<li>Giving ssh access to user</li>
<li>Restarting sshd</li>
<p>Lets firstly add a user in Ubuntu</p>
<blockquote><p>sudo adduser USERNAME</p>
</blockquote>
<p>Create new group in Ubuntu</p>
<blockquote><p>sudo addgroup GROUPNAME</p>
</blockquote>
<p>Change user group, you can do it with two way. You can edit file or delete user and add again with group</p>
<blockquote><p>sudo vi /etc/group</p>
</blockquote>
<p>change</p>
<blockquote><p>GROUPNAME:x:1002:<b>USERNAME</b></p>
</blockquote>
<p>or delete user and add again </p>
<blockquote><p>sudo userdel USERNAME <br />
sudo useradd USERNAME -g GROUPNAME</p>
</blockquote>
<p>Check user group or learn user group in Ubuntu</p>
<blockquote><p>id USERNAME</p>
</blockquote>
<p>Give ssh access to a user in Ubuntu</p>
<blockquote><p>sudo vi /etc/ssh/sshd_config </p>
</blockquote>
<p>change </p>
<blockquote><p>AllowUsers alonon OTHERUSERNAME NEWUSERNAME</p>
</blockquote>
<p>than</p>
<blockquote><p>sudo service ssh restart </p>
</blockquote>
<p>Also you can delete a user in ubuntu with </p>
<blockquote><p>sudo userdel USERNAME</p>
</blockquote>
<p>Group delete in Ubuntu</p>
<blockquote><p>sudo groupdel GROUPNAME</p>
</blockquote>

	Tags: <a href="http://www.alonon.net/tag/group/" title="group" rel="tag">group</a>, <a href="http://www.alonon.net/tag/ssh/" title="ssh" rel="tag">ssh</a>, <a href="http://www.alonon.net/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a>, <a href="http://www.alonon.net/tag/user/" title="user" rel="tag">user</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/" title="Ubuntu 9.10, Karmic Koala, released‎ (October 31, 2009)">Ubuntu 9.10, Karmic Koala, released‎</a> (0)</li>
	<li><a href="http://www.alonon.net/ssh-shell-commands/" title="SSH Shell Commands (March 26, 2009)">SSH Shell Commands</a> (0)</li>
	<li><a href="http://www.alonon.net/sending-email-in-ssh/" title="Sending e-mail in ssh (March 4, 2010)">Sending e-mail in ssh</a> (0)</li>
	<li><a href="http://www.alonon.net/install-php-apache-mysql-phpmyadmin/" title="install php apache mysql phpmyadmin (January 1, 2009)">install php apache mysql phpmyadmin</a> (3)</li>
	<li><a href="http://www.alonon.net/how-to-learn-ubuntu-version/" title="How to learn ubuntu version (April 3, 2010)">How to learn ubuntu version</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/user-groups-and-users-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apt-get commands cheat sheet</title>
		<link>http://www.alonon.net/apt-get-commands-cheat-sheet/</link>
		<comments>http://www.alonon.net/apt-get-commands-cheat-sheet/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 21:47:48 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=210</guid>
		<description><![CDATA[some apt-get commands Here is quick cheat sheet you will find handy while using apt-get at shell prompt: Syntax Description Example(s) apt-get install {package} Install the new package. If package is installed then try to upgrade to latest version apt-get install zipapt-get install lsof samba mysql-client apt-get remove {package} Remove/Delete an installed package except configuration &#8230; <a href="http://www.alonon.net/apt-get-commands-cheat-sheet/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>some apt-get commands</p>
<p>Here is quick cheat sheet you will find handy while using apt-get at shell prompt:</p>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#60834A" width="100%" >
<tr align=center>
<td width="33%" bgcolor="#E7EFE7"><b>Syntax</b></td>
<td width="33%" bgcolor="#E7EFE7"><b>Description</b></td>
<td width="34%" bgcolor="#E7EFE7"><b>Example(s)</b></td>
</tr>
<tr>
<td width="33%">apt-get install {package}</td>
<td width="33%">Install the new package. If package is installed then try to upgrade to latest version</td>
<td width="34%">apt-get install zip<br />apt-get install lsof samba mysql-client</td>
</tr>
<tr>
<td width="33%">apt-get remove {package}</td>
<td width="33%">Remove/Delete an installed package except configuration files</td>
<td width="34%">apt-get remove zip</td>
</tr>
<tr>
<td width="33%">apt-get &#8211;purge remove {package}</td>
<td width="33%">Remove/Delete everything including configuration files</td>
<td width="34%">apt-get &#8211;purge remove mysql-server</td>
</tr>
<tr>
<td width="33%">apt-get update<br />apt-get upgrade</td>
<td width="33%">Resynchronize the package index files and Upgrade the Debian Linux system including security update (Internet access required)</td>
<td width="34%">apt-get update<br />apt-get upgrade</td>
</tr>
<tr>
<td width="33%">apt-get update<br />apt-get dist-upgrade</td>
<td width="33%">
Usually use to upgrade to Debian distribution. For example Woody to Sarge upgrade. &#8216;dist-upgrade&#8217; in addition to performing the function of upgrade, also intelligently handles changing dependencies with new versions of packages; apt-get has a &#8220;smart&#8221; conflict resolution system, and  it  will  attempt  to  upgrade  the  most  important  packages  at the expense of less important ones if necessary.
</td>
<td width="34%">apt-get update<br />apt-get dist-upgrade</td>
</tr>
</table>

	Tags: <a href="http://www.alonon.net/tag/apt-get/" title="apt-get" rel="tag">apt-get</a>, <a href="http://www.alonon.net/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/user-groups-and-users-in-ubuntu/" title="User groups and Users in Ubuntu (March 16, 2010)">User groups and Users in Ubuntu</a> (0)</li>
	<li><a href="http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/" title="Ubuntu 9.10, Karmic Koala, released‎ (October 31, 2009)">Ubuntu 9.10, Karmic Koala, released‎</a> (0)</li>
	<li><a href="http://www.alonon.net/install-php-apache-mysql-phpmyadmin/" title="install php apache mysql phpmyadmin (January 1, 2009)">install php apache mysql phpmyadmin</a> (3)</li>
	<li><a href="http://www.alonon.net/how-to-learn-ubuntu-version/" title="How to learn ubuntu version (April 3, 2010)">How to learn ubuntu version</a> (0)</li>
	<li><a href="http://www.alonon.net/dns-cache-with-dnsmasq/" title="Dns Cache with dnsmasq (September 5, 2009)">Dns Cache with dnsmasq</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/apt-get-commands-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10, Karmic Koala, released‎</title>
		<link>http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/</link>
		<comments>http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 16:16:52 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=162</guid>
		<description><![CDATA[Ubuntu 9.10 has released, it has some new faetures, i shared a few of them. For more Store, sync and share Integrated &#8220;Ubuntu One&#8221; technology gives you 2 GB of online storage for free. Easily share files between your own and your friends&#8217; computers. Upgrade at low cost for more storage if you need it. &#8230; <a href="http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 9.10 has released, it has some new faetures, i shared a few of them. <a href="http://www.ubuntu.com/">For more</a></p>
<h2>Store, sync and share</h2>
<p><img class="alignright" src="http://www.ubuntu.com/files/masthead/910/tour/ubuntu-910-share-files.jpg" alt="" width="301" height="132" /><br />
Integrated &#8220;Ubuntu One&#8221; technology gives you 2 GB of online storage for free. Easily share files between your own and your friends&#8217; computers. Upgrade at low cost for more storage if you need it.<br />
<img src="http://www.ubuntu.com/files/masthead/910/tour/ubuntu-910-software-center.jpg" alt="" /></p>
<h2>Software Center</h2>
<p>Instant access to thousands of free and open-source                applications</p>
<p>Categories include: Education, Games, Sound and Video, Graphics,                Programming and Office.</p>
<p>Simply select the applications you want to use and the Software                Center will add them to your computer</p>
<p>No CDs, no licenses, no hassle.</p>
<h2>Download Ubuntu 9.10</h2>
<ul>
<li><a href="http://noncdn.releases.ubuntu.com//9.10/ubuntu-9.10-desktop-amd64.iso.torrent" target="_blank">Bittorent links (64 bit)</a> and <a href="http://noncdn.releases.ubuntu.com//9.10/ubuntu-9.10-desktop-i386.iso.torrent" target="_blank">32 bit</a></li>
<li><a href="http://mirror.its.uidaho.edu/pub/ubuntu-releases/9.10/ubuntu-9.10-desktop-i386.iso" target="_blank">Direct ISO CD Images 32 bit</a></li>
<li><a href="http://mirror.its.uidaho.edu/pub/ubuntu-releases/9.10/ubuntu-9.10-desktop-amd64.iso" target="_blank">Direct ISO CD Images 64 bit</a></li>
<li><a href="http://www.ubuntu.com/getubuntu/download" target="_blank">Mirror list</a></li>
</ul>

	Tags: <a href="http://www.alonon.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.alonon.net/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a>, <a href="http://www.alonon.net/tag/ubuntu-9-10/" title="ubuntu 9.10" rel="tag">ubuntu 9.10</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/user-groups-and-users-in-ubuntu/" title="User groups and Users in Ubuntu (March 16, 2010)">User groups and Users in Ubuntu</a> (0)</li>
	<li><a href="http://www.alonon.net/some-tips-for-pardus/" title="Some tips for Pardus (March 11, 2009)">Some tips for Pardus</a> (0)</li>
	<li><a href="http://www.alonon.net/sending-email-in-ssh/" title="Sending e-mail in ssh (March 4, 2010)">Sending e-mail in ssh</a> (0)</li>
	<li><a href="http://www.alonon.net/install-php-apache-mysql-phpmyadmin/" title="install php apache mysql phpmyadmin (January 1, 2009)">install php apache mysql phpmyadmin</a> (3)</li>
	<li><a href="http://www.alonon.net/how-to-learn-your-linux-release/" title="How to learn your linux release (May 18, 2009)">How to learn your linux release</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dns Cache with dnsmasq</title>
		<link>http://www.alonon.net/dns-cache-with-dnsmasq/</link>
		<comments>http://www.alonon.net/dns-cache-with-dnsmasq/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 20:24:11 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dns cache]]></category>
		<category><![CDATA[dnsmasq]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=137</guid>
		<description><![CDATA[To make a faster browsing , you can use dns cache. To understand why you should use dns cache, you should learn how dns works. With the each client request, dns try to find ip address for domain. Forexample for each you type www.google.com, your browser try to find google.com ips again. Dns cache is &#8230; <a href="http://www.alonon.net/dns-cache-with-dnsmasq/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To make a faster browsing , you can use dns cache.</p>
<p>To understand why you should use dns cache, you should learn how dns works.</p>
<p><img class="aligncenter" title="dns" src="http://www.yourdictionary.com/images/computer/DNS.GIF" alt="" width="348" height="754" /></p>
<p>With the each client request, dns try to find ip address for domain. Forexample for each you type www.google.com, your browser try to find google.com ips again. Dns cache is hold this ip in local, so you can access faster.</p>
<p>I&#8217;m using <a href="http://www.thekelleys.org.uk/dnsmasq/doc.html">dnsmasq</a> , to install in ubuntu.</p>
<blockquote><p>&#8220;sudo apt-get install dnsmasq&#8221;</p></blockquote>
<p>to configure (i&#8217;m using static ip, if you are using a dynamic ip more configuration might have to be done. )</p>
<p>open /etc/dhcp3/dhclient.conf</p>
<blockquote><p>&#8220;vi /etc/dhcp3/dhclient.conf&#8221;</p></blockquote>
<p>change</p>
<blockquote><p>#prepend domain-name-servers 127.0.0.1;</p></blockquote>
<p>with</p>
<blockquote><p>prepend domain-name-servers 127.0.0.1;</p></blockquote>
<p>Example:</p>
<p>dig ebay.com<br />
<span style="color: #999999;"><br />
; &lt;&lt;&gt;&gt; DiG 9.5.1-P2 &lt;&lt;&gt;&gt; ebay.com<br />
;; global options:  printcmd<br />
;; Got answer:<br />
;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 45431<br />
;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 0</span></p>
<p><span style="color: #888888;">;; QUESTION SECTION:<br />
;ebay.com.            IN    A</span></p>
<p><span style="color: #888888;">;; ANSWER SECTION:<br />
ebay.com.        2330    IN    A    66.211.160.88<br />
ebay.com.        2330    IN    A    66.135.205.13<br />
ebay.com.        2330    IN    A    66.135.205.14<br />
ebay.com.        2330    IN    A    66.135.221.10<br />
ebay.com.        2330    IN    A    66.135.221.11<br />
ebay.com.        2330    IN    A    66.211.160.87</span><br />
<strong><br />
<span style="color: #000000;">;; Query time: 140 msec</span></strong><br />
<span style="color: #888888;">;; SERVER: 127.0.0.1#53(127.0.0.1)<br />
;; WHEN: Sat Sep  5 23:21:51 2009<br />
;; MSG SIZE  rcvd: 122</span></p>
<p>After dns cache:</p>
<p><span style="color: #999999;">dig ebay.com</span></p>
<p><span style="color: #888888;">; &lt;&lt;&gt;&gt; DiG 9.5.1-P2 &lt;&lt;&gt;&gt; ebay.com<br />
;; global options:  printcmd<br />
;; Got answer:<br />
;; -&gt;&gt;HEADER&lt;&lt;- opcode: QUERY, status: NOERROR, id: 17990<br />
;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 0</span></p>
<p><span style="color: #888888;">;; QUESTION SECTION:<br />
;ebay.com.            IN    A</span></p>
<p><span style="color: #888888;">;; ANSWER SECTION:<br />
ebay.com.        2327    IN    A    66.211.160.87<br />
ebay.com.        2327    IN    A    66.135.221.11<br />
ebay.com.        2327    IN    A    66.135.221.10<br />
ebay.com.        2327    IN    A    66.135.205.14<br />
ebay.com.        2327    IN    A    66.135.205.13<br />
ebay.com.        2327    IN    A    66.211.160.88</span></p>
<p><strong><span style="color: #000000;">;; Query time: 0 msec</span></strong><span style="color: #888888;"><br />
;; SERVER: 127.0.0.1#53(127.0.0.1)<br />
;; WHEN: Sat Sep  5 23:21:54 2009<br />
;; MSG SIZE  rcvd: 122</span></p>
<p><span style="color: #999999;"><br />
</span></p>

	Tags: <a href="http://www.alonon.net/tag/dns-cache/" title="dns cache" rel="tag">dns cache</a>, <a href="http://www.alonon.net/tag/dnsmasq/" title="dnsmasq" rel="tag">dnsmasq</a>, <a href="http://www.alonon.net/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/user-groups-and-users-in-ubuntu/" title="User groups and Users in Ubuntu (March 16, 2010)">User groups and Users in Ubuntu</a> (0)</li>
	<li><a href="http://www.alonon.net/ubuntu-9-10-karmic-koala-released%e2%80%8e/" title="Ubuntu 9.10, Karmic Koala, released‎ (October 31, 2009)">Ubuntu 9.10, Karmic Koala, released‎</a> (0)</li>
	<li><a href="http://www.alonon.net/install-php-apache-mysql-phpmyadmin/" title="install php apache mysql phpmyadmin (January 1, 2009)">install php apache mysql phpmyadmin</a> (3)</li>
	<li><a href="http://www.alonon.net/how-to-learn-ubuntu-version/" title="How to learn ubuntu version (April 3, 2010)">How to learn ubuntu version</a> (0)</li>
	<li><a href="http://www.alonon.net/apt-get-commands-cheat-sheet/" title="apt-get commands cheat sheet (March 15, 2010)">apt-get commands cheat sheet</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/dns-cache-with-dnsmasq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install php apache mysql phpmyadmin</title>
		<link>http://www.alonon.net/install-php-apache-mysql-phpmyadmin/</link>
		<comments>http://www.alonon.net/install-php-apache-mysql-phpmyadmin/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 08:32:59 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=30</guid>
		<description><![CDATA[On ubuntu and kubuntu systems you can install php5 apache2 mysql and phpmyadmin with this command sudo apt-get install apache2 php5 php5-mysql php5-gd mysql-server phpmyadmin To enable mod_rewrite run this: sudo ln -sfn /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/ sudo /etc/init.d/apache2 restart Tags: apache, kubuntu, localhost, mysql, Php, phpmyadmin, ubuntu Related posts Ubuntu install GD support for apache (0) &#8230; <a href="http://www.alonon.net/install-php-apache-mysql-phpmyadmin/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>On ubuntu and kubuntu systems you can install php5 apache2 mysql and phpmyadmin with this command</p>
<blockquote><p>sudo apt-get install apache2 php5 php5-mysql php5-gd mysql-server phpmyadmin</p></blockquote>
<p>To enable mod_rewrite run this:</p>
<blockquote><p>sudo ln -sfn /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/<br />
sudo /etc/init.d/apache2 restart</p></blockquote>

	Tags: <a href="http://www.alonon.net/tag/apache/" title="apache" rel="tag">apache</a>, <a href="http://www.alonon.net/tag/kubuntu/" title="kubuntu" rel="tag">kubuntu</a>, <a href="http://www.alonon.net/tag/localhost/" title="localhost" rel="tag">localhost</a>, <a href="http://www.alonon.net/tag/mysql/" title="mysql" rel="tag">mysql</a>, <a href="http://www.alonon.net/tag/php/" title="Php" rel="tag">Php</a>, <a href="http://www.alonon.net/tag/phpmyadmin/" title="phpmyadmin" rel="tag">phpmyadmin</a>, <a href="http://www.alonon.net/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.alonon.net/ubuntu-install-gd-support-for-apach/" title="Ubuntu install GD support for apache (December 11, 2009)">Ubuntu install GD support for apache</a> (0)</li>
	<li><a href="http://www.alonon.net/mysql_insert_id/" title="mysql_insert_id (January 25, 2009)">mysql_insert_id</a> (0)</li>
	<li><a href="http://www.alonon.net/installing-apache-php-and-mysql-on-pardus/" title="installing apache php and mysql on Pardus (November 13, 2008)">installing apache php and mysql on Pardus</a> (0)</li>
	<li><a href="http://www.alonon.net/user-groups-and-users-in-ubuntu/" title="User groups and Users in Ubuntu (March 16, 2010)">User groups and Users in Ubuntu</a> (0)</li>
	<li><a href="http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/" title="Unlimited Subcategory with Adjacency List Model (February 1, 2009)">Unlimited Subcategory with Adjacency List Model</a> (8)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/install-php-apache-mysql-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
