<?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>PHP Architect blog &#187; ubuntu</title>
	<atom:link href="http://www.php-architect.com/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-architect.com/blog</link>
	<description>PHP, MySQL, ZF, Python, Linux, Mac, C++, Java, Flex, Air, ActionScript &#38; apps development.</description>
	<lastBuildDate>Sun, 13 Jun 2010 18:25:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=8222</generator>
		<item>
		<title>Installing Zend Server on Ubuntu 10.04</title>
		<link>http://www.php-architect.com/blog/2010/06/06/installing-zend-server-on-ubuntu-10-04/</link>
		<comments>http://www.php-architect.com/blog/2010/06/06/installing-zend-server-on-ubuntu-10-04/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 11:45:45 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dependency]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[zendserver]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=420</guid>
		<description><![CDATA[I have been having issues trying to install Zend Server on Ubuntu 10.04 following the steps here http://files.zend.com/help/Zend-Server-5-Community-Edition/zend-server.htm#deb_installation.htm the problem was because there is a missing dependency for the &#8220;libmysqlclient15off&#8221; MySQL client library to solve this, I had to install &#8220;libmysqlclient15off&#8221; from here (select the one that matches your architecture) http://archive.ubuntu.com/ubuntu/pool/universe/m/mysql-dfsg-5.0/ Then install it using [...]


Related posts:<ol><li><a href='http://www.php-architect.com/blog/2009/11/11/fix-for-zend-studio-7-button-problems-in-ubuntu-9-10-karmic-koala/' rel='bookmark' title='Permanent Link: Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;'>Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;</a></li>
<li><a href='http://www.php-architect.com/blog/2010/05/01/installing-java-plugin-for-firefox-on-ubuntu-10-4-lucid/' rel='bookmark' title='Permanent Link: Installing Java plugin for Firefox on Ubuntu 10.4 (Lucid)'>Installing Java plugin for Firefox on Ubuntu 10.4 (Lucid)</a></li>
<li><a href='http://www.php-architect.com/blog/2010/05/01/getting-wireless-to-work-on-lenovo-thinkpad-t400-with-ubuntu-10-4-lucid/' rel='bookmark' title='Permanent Link: Getting Wireless to work on Lenovo Thinkpad T400 with Ubuntu 10.4 Lucid'>Getting Wireless to work on Lenovo Thinkpad T400 with Ubuntu 10.4 Lucid</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have been having issues trying to install Zend Server on Ubuntu 10.04 following the steps here <a href="http://files.zend.com/help/Zend-Server-5-Community-Edition/zend-server.htm#deb_installation.htm" target="_blank">http://files.zend.com/help/Zend-Server-5-Community-Edition/zend-server.htm#deb_installation.htm</a><br />
the problem was because there is a missing dependency for the &#8220;libmysqlclient15off&#8221; MySQL client library</p>
<p>to solve this, I had to install &#8220;libmysqlclient15off&#8221; from here (select the one that matches your architecture)</p>
<p><a href="http://archive.ubuntu.com/ubuntu/pool/universe/m/mysql-dfsg-5.0/" target="_blank">http://archive.ubuntu.com/ubuntu/pool/universe/m/mysql-dfsg-5.0/</a></p>
<p>Then install it using the command line :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> libmysqlclient15off_5.1.30really5.0.83-0ubuntu3_i386.deb</pre></div></div>

<p>after that running the installation for Zend server from through repositories, will work with no interruptions.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.php-architect.com/blog/2009/11/11/fix-for-zend-studio-7-button-problems-in-ubuntu-9-10-karmic-koala/' rel='bookmark' title='Permanent Link: Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;'>Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;</a></li>
<li><a href='http://www.php-architect.com/blog/2010/05/01/installing-java-plugin-for-firefox-on-ubuntu-10-4-lucid/' rel='bookmark' title='Permanent Link: Installing Java plugin for Firefox on Ubuntu 10.4 (Lucid)'>Installing Java plugin for Firefox on Ubuntu 10.4 (Lucid)</a></li>
<li><a href='http://www.php-architect.com/blog/2010/05/01/getting-wireless-to-work-on-lenovo-thinkpad-t400-with-ubuntu-10-4-lucid/' rel='bookmark' title='Permanent Link: Getting Wireless to work on Lenovo Thinkpad T400 with Ubuntu 10.4 Lucid'>Getting Wireless to work on Lenovo Thinkpad T400 with Ubuntu 10.4 Lucid</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2010/06/06/installing-zend-server-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Wireless to work on Lenovo Thinkpad T400 with Ubuntu 10.4 Lucid</title>
		<link>http://www.php-architect.com/blog/2010/05/01/getting-wireless-to-work-on-lenovo-thinkpad-t400-with-ubuntu-10-4-lucid/</link>
		<comments>http://www.php-architect.com/blog/2010/05/01/getting-wireless-to-work-on-lenovo-thinkpad-t400-with-ubuntu-10-4-lucid/#comments</comments>
		<pubDate>Sat, 01 May 2010 09:59:37 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[lenovo]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[realtek]]></category>
		<category><![CDATA[semiconductir]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=381</guid>
		<description><![CDATA[I struggled for a while to get my wireless card work after installing / upgrading Ubuntu on my T400 Thinkpad. My T400 came with wireless card : Realtek Semiconductor . To get it working, I followed these steps : 1- Open nautilus sudo nautilus 2- Browse to /lib/modules/ 3- Search for any rtl8192se and remove [...]


Related posts:<ol><li><a href='http://www.php-architect.com/blog/2010/05/01/installing-java-plugin-for-firefox-on-ubuntu-10-4-lucid/' rel='bookmark' title='Permanent Link: Installing Java plugin for Firefox on Ubuntu 10.4 (Lucid)'>Installing Java plugin for Firefox on Ubuntu 10.4 (Lucid)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I struggled for a while to get my wireless card work after installing / upgrading Ubuntu on my T400 Thinkpad.</p>
<p>My T400 came with wireless card : Realtek Semiconductor .</p>
<p>To get it working, I followed these steps :</p>
<p>1- Open nautilus</p>

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

<p>2- Browse to /lib/modules/</p>
<p>3- Search for any rtl8192se and remove them</p>
<p>4-Download the drivers from Realtek website (Search for RTL8192SE)<br />
<a href="http://218.210.127.131/downloads/downloadsView.aspx?Langid=1&amp;PNid=48&amp;PFid=48&amp;Level=5&amp;Conn=4&amp;DownTypeID=3&amp;GetDown=false&amp;Downloads=true#RTL8192SE" target="_blank">Click to go to Realtek Website</a></p>
<p>5- Install the drivers</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> build-essential linux-source-2.6.32
<span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-xzvf</span> rtl8192se_linux_2.6.0015.0127.2010.tar.gz
<span style="color: #7a0874; font-weight: bold;">cd</span> rtl8192se_linux_2.6.0015.0127.2010
<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;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">su</span>
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span>
modprobe r8192se_pci</pre></div></div>

<p>6- Reboot and it should be working out of the box.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.php-architect.com/blog/2010/05/01/installing-java-plugin-for-firefox-on-ubuntu-10-4-lucid/' rel='bookmark' title='Permanent Link: Installing Java plugin for Firefox on Ubuntu 10.4 (Lucid)'>Installing Java plugin for Firefox on Ubuntu 10.4 (Lucid)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2010/05/01/getting-wireless-to-work-on-lenovo-thinkpad-t400-with-ubuntu-10-4-lucid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Java plugin for Firefox on Ubuntu 10.4 (Lucid)</title>
		<link>http://www.php-architect.com/blog/2010/05/01/installing-java-plugin-for-firefox-on-ubuntu-10-4-lucid/</link>
		<comments>http://www.php-architect.com/blog/2010/05/01/installing-java-plugin-for-firefox-on-ubuntu-10-4-lucid/#comments</comments>
		<pubDate>Sat, 01 May 2010 09:41:17 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[JAVA]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=379</guid>
		<description><![CDATA[After upgrading from Ubuntu 9.10 to 10.4, I had some issues getting Java to work with Firefox, after checking the software center, I found that the Java plugin has been removed. To get this fixed, I simply followed the steps in here http://ubuntuforums.org/showpost.php?p=9008918&#38;postcount=32 and it worked well after that. Related posts:Installing Zend Server on Ubuntu [...]


Related posts:<ol><li><a href='http://www.php-architect.com/blog/2010/06/06/installing-zend-server-on-ubuntu-10-04/' rel='bookmark' title='Permanent Link: Installing Zend Server on Ubuntu 10.04'>Installing Zend Server on Ubuntu 10.04</a></li>
<li><a href='http://www.php-architect.com/blog/2010/05/01/getting-wireless-to-work-on-lenovo-thinkpad-t400-with-ubuntu-10-4-lucid/' rel='bookmark' title='Permanent Link: Getting Wireless to work on Lenovo Thinkpad T400 with Ubuntu 10.4 Lucid'>Getting Wireless to work on Lenovo Thinkpad T400 with Ubuntu 10.4 Lucid</a></li>
<li><a href='http://www.php-architect.com/blog/2009/11/11/fix-for-zend-studio-7-button-problems-in-ubuntu-9-10-karmic-koala/' rel='bookmark' title='Permanent Link: Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;'>Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>After upgrading from Ubuntu 9.10 to 10.4, I had some issues getting Java to work with Firefox, after checking the software center, I found that the Java plugin has been removed.</p>
<p>To get this fixed, I simply followed the steps in here <a href="http://ubuntuforums.org/showpost.php?p=9008918&amp;postcount=32" target="_blank">http://ubuntuforums.org/showpost.php?p=9008918&amp;postcount=32</a> and it worked well after that.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.php-architect.com/blog/2010/06/06/installing-zend-server-on-ubuntu-10-04/' rel='bookmark' title='Permanent Link: Installing Zend Server on Ubuntu 10.04'>Installing Zend Server on Ubuntu 10.04</a></li>
<li><a href='http://www.php-architect.com/blog/2010/05/01/getting-wireless-to-work-on-lenovo-thinkpad-t400-with-ubuntu-10-4-lucid/' rel='bookmark' title='Permanent Link: Getting Wireless to work on Lenovo Thinkpad T400 with Ubuntu 10.4 Lucid'>Getting Wireless to work on Lenovo Thinkpad T400 with Ubuntu 10.4 Lucid</a></li>
<li><a href='http://www.php-architect.com/blog/2009/11/11/fix-for-zend-studio-7-button-problems-in-ubuntu-9-10-karmic-koala/' rel='bookmark' title='Permanent Link: Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;'>Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2010/05/01/installing-java-plugin-for-firefox-on-ubuntu-10-4-lucid/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;</title>
		<link>http://www.php-architect.com/blog/2009/11/11/fix-for-zend-studio-7-button-problems-in-ubuntu-9-10-karmic-koala/</link>
		<comments>http://www.php-architect.com/blog/2009/11/11/fix-for-zend-studio-7-button-problems-in-ubuntu-9-10-karmic-koala/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:59:55 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[zendstudio]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=349</guid>
		<description><![CDATA[After updating to Ubuntu 9.10 &#8220;Karmic Koala&#8221;, i had some problems with Zend Studio GUI, some buttons when clicked appear to be pressed, but no action follows. After searching for a while i found this fix in Zend support pages, and it solved the issue here is the link for the fix : http://kb.zend.com/index.php?View=entry&#38;EntryID=435 No [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>After updating to Ubuntu 9.10 &#8220;Karmic Koala&#8221;, i had some problems with Zend Studio GUI, some buttons when clicked appear to be pressed, but no action follows.</p>
<p>After searching for a while i found this fix in Zend support pages, and it solved the issue</p>
<p>here is the link for the fix :<br />
<a href="http://kb.zend.com/index.php?View=entry&amp;EntryID=435">http://kb.zend.com/index.php?View=entry&amp;EntryID=435</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2009/11/11/fix-for-zend-studio-7-button-problems-in-ubuntu-9-10-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desktop Linux For The Windows Power User</title>
		<link>http://www.php-architect.com/blog/2009/05/21/desktop-linux-for-the-windows-power-user/</link>
		<comments>http://www.php-architect.com/blog/2009/05/21/desktop-linux-for-the-windows-power-user/#comments</comments>
		<pubDate>Fri, 22 May 2009 02:43:22 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[Favorites]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[jaunty]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=326</guid>
		<description><![CDATA[Very nice article about Ubuntu 9.04 &#8220;Jaunty&#8221;, posted by Adam Overa yesterday on tomshardware.com Click here to read : http://www.tomshardware.com/reviews/ubuntu-linux-guide,2293.html Highlights : Introduction Understanding Partitions Partitioning Installation Booting Ubuntu for the first time Ubuntu Desktop Updating Ubuntu system &#38; drivers How to install software on Ubuntu Codecs for multimedia playback on Ubuntu Getting help online [...]


Related posts:<ol><li><a href='http://www.php-architect.com/blog/2010/05/01/good-solaris-how-to-list/' rel='bookmark' title='Permanent Link: Good Solaris How To list'>Good Solaris How To list</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Very nice article about Ubuntu 9.04 &#8220;Jaunty&#8221;, posted by Adam Overa yesterday on tomshardware.com</p>
<p>Click here to read : <a href="http://www.tomshardware.com/reviews/ubuntu-linux-guide,2293.html" target="_blank">http://www.tomshardware.com/reviews/ubuntu-linux-guide,2293.html</a></p>
<p><strong>Highlights :</strong></p>
<ul>
<li>Introduction</li>
<li>Understanding Partitions</li>
<li>Partitioning</li>
<li>Installation</li>
<li>Booting Ubuntu for the first time</li>
<li>Ubuntu Desktop</li>
<li>Updating Ubuntu system &amp; drivers</li>
<li>How to install software on Ubuntu</li>
<li>Codecs for multimedia playback on Ubuntu</li>
<li>Getting help online</li>
</ul>
<p>Enjoy reading &amp; feel the freedom, Long live Ubuntu <img src='http://www.php-architect.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.php-architect.com/blog/2010/05/01/good-solaris-how-to-list/' rel='bookmark' title='Permanent Link: Good Solaris How To list'>Good Solaris How To list</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2009/05/21/desktop-linux-for-the-windows-power-user/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu / Open Source Presentation in Cairo Univeristy</title>
		<link>http://www.php-architect.com/blog/2009/04/29/307/</link>
		<comments>http://www.php-architect.com/blog/2009/04/29/307/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 14:23:41 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[ieee]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=307</guid>
		<description><![CDATA[IEEE has organized an open source week in Cairo University, for Engineering Students, i have been happy to be recommended to present the first day. http://www.ieee-cusb.org/home/index.php?option=com_content&#38;view=article&#38;id=78:open-source-week I started with a presentation about Open Source, definitions and different lisences, and what is the whole story about, then a presnentation about Ubuntu and a live Demonstration, then [...]


Related posts:<ol><li><a href='http://www.php-architect.com/blog/2009/11/11/fix-for-zend-studio-7-button-problems-in-ubuntu-9-10-karmic-koala/' rel='bookmark' title='Permanent Link: Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;'>Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>IEEE has organized an open source week in Cairo University, for Engineering Students, i have been happy to be recommended to present the first day.<br />
<a title="IEEE Open Source week" href="http://www.ieee-cusb.org/home/index.php?option=com_content&amp;view=article&amp;id=78:open-source-week" target="_blank">http://www.ieee-cusb.org/home/index.php?option=com_content&amp;view=article&amp;id=78:open-source-week</a></p>
<p>I started with a presentation about Open Source, definitions and different lisences, and what is the whole story about, then a presnentation about Ubuntu and a live Demonstration, then installation session where more than 150 Ubuntu CD was distributed.</p>
<p>The audience was about 200 student, and some graduates also, was a great day, it is such a pleasure to help people kiss the blue screen of death Goodbye <img src='http://www.php-architect.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.php-architect.com/blog/2009/11/11/fix-for-zend-studio-7-button-problems-in-ubuntu-9-10-karmic-koala/' rel='bookmark' title='Permanent Link: Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;'>Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2009/04/29/307/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable Remote Desktop on Ubuntu from Terminal</title>
		<link>http://www.php-architect.com/blog/2009/02/24/how-to-enable-remote-desktop-on-ubuntu-from-terminal/</link>
		<comments>http://www.php-architect.com/blog/2009/02/24/how-to-enable-remote-desktop-on-ubuntu-from-terminal/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 14:36:26 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=135</guid>
		<description><![CDATA[The remote desktop function in ubuntu is a nice handy one, to enable it from terminal first ssh to the server you wanna remote desktop, then install tightvncserver sudo apt-get install tightvncserver then run it tightvncserver it will ask you to set a password for using this option and it will return the x desktop [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>The remote desktop function in ubuntu is a nice handy one, to enable it from terminal<br />
first ssh to the server you wanna remote desktop, then install tightvncserver</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> tightvncserver</pre></div></div>

<p>then  run it</p>

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

<p>it will ask you to set a password for using this option and it will return the x desktop id.<br />
Now go to Applications -&gt; Internet -&gt;Remote Desktop Viewer, and enter the address of the machine followed by the x desktop id like this :</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">servername:1</pre></div></div>

<p>where 1 is the x server id.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2009/02/24/how-to-enable-remote-desktop-on-ubuntu-from-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting bin image to iso on Ubuntu</title>
		<link>http://www.php-architect.com/blog/2009/02/04/converting-bin-image-to-iso-on-ubuntu/</link>
		<comments>http://www.php-architect.com/blog/2009/02/04/converting-bin-image-to-iso-on-ubuntu/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 10:39:23 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[bchunk]]></category>
		<category><![CDATA[bin]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[iso]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=168</guid>
		<description><![CDATA[Well, first you have to install bchunk sudo apt-get install bchunk then use the command as following to convert the image bchunk image.bin image.cue image.iso and the bin image will be converted to iso one in the same folder. No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Well, first you have to install bchunk</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> bchunk</pre></div></div>

<p>then use the command as following to convert the image</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">bchunk image.bin image.cue image.iso</pre></div></div>

<p>and the bin image will be converted to iso one in the same folder.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2009/02/04/converting-bin-image-to-iso-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable sudo password prompt in Linux</title>
		<link>http://www.php-architect.com/blog/2008/12/24/how-to-disable-sudo-password-prompt-in-linux/</link>
		<comments>http://www.php-architect.com/blog/2008/12/24/how-to-disable-sudo-password-prompt-in-linux/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 01:29:57 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[super user]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=94</guid>
		<description><![CDATA[well, sometimes i want to execute commands as super user without being asked for password each time to do that to do that its pretty easy open the terminal and type this command : sudo visudo and uncomment the following line : # %sudo ALL=NOPASSWD: ALL save the file by pressing escape then typing :wq [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>well, sometimes i want to execute commands as super user without being asked for password each time to do that</p>
<p>to do that its pretty easy</p>
<p>open the terminal and type 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> visudo</pre></div></div>

<p>and uncomment the following line :</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;"># %sudo ALL=NOPASSWD: ALL</pre></div></div>

<p>save the file by pressing escape then typing :wq and pressing enter.</p>
<p>from now on you will not be asked when executing the command as super user using sudo.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2008/12/24/how-to-disable-sudo-password-prompt-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.10 Intrepid &#8211; Fix Static IP &amp; Network Manager Problem</title>
		<link>http://www.php-architect.com/blog/2008/11/04/ubuntu-810-interpid-fix-static-ip-network-manager-problem/</link>
		<comments>http://www.php-architect.com/blog/2008/11/04/ubuntu-810-interpid-fix-static-ip-network-manager-problem/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 19:18:41 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[eth0]]></category>
		<category><![CDATA[interfaces]]></category>
		<category><![CDATA[interpid]]></category>
		<category><![CDATA[network manager]]></category>
		<category><![CDATA[networkmanager]]></category>
		<category><![CDATA[ubuntu 8.10]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=121</guid>
		<description><![CDATA[Hey all, today i have installed the new release of Ubuntu, 8.10 Intrepid but i had a problem setting my IP to a static one, when i do this through the network manager, and when i edited the network files manually nothing worked, so here is the steps i followed to solve the problem : [...]


Related posts:<ol><li><a href='http://www.php-architect.com/blog/2009/11/11/fix-for-zend-studio-7-button-problems-in-ubuntu-9-10-karmic-koala/' rel='bookmark' title='Permanent Link: Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;'>Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Hey all,</p>
<p>today i have installed the new release of Ubuntu, 8.10 Intrepid</p>
<p>but i had a problem setting my IP to a static one, when i do this through the network manager, and when i edited the network files manually nothing worked, so here is the steps i followed to solve the problem :</p>
<p>first i removed the network 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> update-rc.d <span style="color: #660033;">-f</span> NetworkManager remove</pre></div></div>

<p>then i added my network configuration by editing the file /etc/network/interfaces</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>network<span style="color: #000000; font-weight: bold;">/</span>interfaces</pre></div></div>

<p>so it looks like</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.xxx
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.xxx</pre></div></div>

<p>then i edited the file /etc/resolv.conf to add my DNS</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;">nano</span> <span style="color: #660033;">-w</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>resolv.conf</pre></div></div>

<p>to look like</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;"># Generated by NetworkManager
nameserver 192.168.1.xxx</pre></div></div>

<p>then i restart the networking by :</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>networking restart</pre></div></div>

<p>if u still have problems, i suggest you restart the machine and check, the above steps is how i got my network up .</p>
<p>enjoy the new Ubuntu <img src='http://www.php-architect.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.php-architect.com/blog/2009/11/11/fix-for-zend-studio-7-button-problems-in-ubuntu-9-10-karmic-koala/' rel='bookmark' title='Permanent Link: Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;'>Fix for Zend Studio 7 Button Problems in Ubuntu 9.10 &#8220;Karmic Koala&#8221;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2008/11/04/ubuntu-810-interpid-fix-static-ip-network-manager-problem/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
