<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Linux</title>
	
	<link>http://www.tainguyen.com</link>
	<description>It's changed my habit!</description>
	<lastBuildDate>Fri, 06 Jan 2012 02:20:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/narga-ubuntu" /><feedburner:info uri="narga-ubuntu" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://www.tainguyen.com/?pushpress=hub" /><item>
		<title>Linux is on the rise in 2012</title>
		<link>http://feedproxy.google.com/~r/narga-ubuntu/~3/gZ0DLZogsUE/</link>
		<comments>http://www.tainguyen.com/2012/01/05/linux-is-on-the-rise-in-2012/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 09:00:03 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[Linux News]]></category>
		<category><![CDATA[linux distro]]></category>

		<guid isPermaLink="false">http://www.narga.net/tainguyencom/?p=1</guid>
		<description><![CDATA[While Windows is frequently targeted by spyware, Linux is very secure and has managed to remain so. It is also faster than other operating systems which should prove to be very convenient for its users.  It looks as though people are catching on to these advantages and that the coming year will be a successful one for Linux.]]></description>
			<content:encoded><![CDATA[<p>Since the late 1990s, the Linux operating system has been available to consumers free of charge and easy to use. However there still remain many people who are sceptical about switching to this operating system so here are a few reasons to consider it. As already mentioned, it is free unlike Microsoft which asks users for a fee that can even be recurring. As well as this, Microsoft can only be used on one computer, whereas Linux can be used across as many different computers as required, with no charges incurred. If you are still not convinced, let&#8217;s have a look at some of the other advantages that the Linux operating system offers.<br />
<span id="more-1"></span>
<div id="attachment_95" class="wp-caption aligncenter" style="width: 495px"><img src="http://www.tainguyen.com/files/2012/01/toypenguins.jpg" alt="Linux is comming" title="Linux is comming" width="485" height="364" class="size-full wp-image-95" />
<p class="wp-caption-text">Linux is comming</p>
</div>
<p>Linux is an open source program. This means that users are able to customize the code in order to suit their needs, so that the program can be as convenient for everyone to use as possible. Windows does not offer such a luxury and this is a major disadvantage in such a system. Also, Linux is very reliable. If you are playing an exciting game of <a href="http://www.partypoker.it/">Partypoker</a> and do not want to be interrupted, then the last thing you need is to have to reboot. Thankfully this happens very infrequently with Linux when compared with other programs.</p>
<p>While Windows is frequently targeted by spyware, Linux is very secure and has managed to remain so. It is also faster than other operating systems which should prove to be very convenient for its users. One of the main things that users like about Linux is that they have such control over the program. The operating system is effectively in the hands of the users, who can alter the desktop look and features to suite their own needs. It looks as though people are catching on to these advantages and that the coming year will be a successful one for Linux.﻿ </p>
<img src="http://feeds.feedburner.com/~r/narga-ubuntu/~4/gZ0DLZogsUE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tainguyen.com/2012/01/05/linux-is-on-the-rise-in-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tainguyen.com/2012/01/05/linux-is-on-the-rise-in-2012/</feedburner:origLink></item>
		<item>
		<title>How to set root password in Ubuntu Live?</title>
		<link>http://feedproxy.google.com/~r/narga-ubuntu/~3/N4zlSpaQd4o/</link>
		<comments>http://www.tainguyen.com/2011/09/11/how-to-set-root-password-in-ubuntu-live/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 01:23:08 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[Tweaking Ubuntu]]></category>
		<category><![CDATA[shell command]]></category>

		<guid isPermaLink="false">http://www.tainguyen.com/?p=88</guid>
		<description><![CDATA[In Linux (and Unix in general), there is a SuperUser named Root. The Windows equivalent of Root is Administrators group. The SuperUser can do anything and everything, and thus doing daily work as the SuperUser can be dangerous.
By default, the root account in Ubuntu Live mode hasn't password. That's mean you can't do anythings with <strong>sudo</strong> command.]]></description>
			<content:encoded><![CDATA[<p>In Linux (and Unix in general), there is a SuperUser named Root. The Windows equivalent of Root is Administrators group. The SuperUser can do anything and everything, and thus doing daily work as the SuperUser can be dangerous.<br />
By default, the root account in Ubuntu Live mode hasn&#8217;t password. That&#8217;s mean you can&#8217;t do anythings with <strong>sudo</strong> command. Sometimes, you need the Live mode to recover, fix GRUB&#8230; and it&#8217;s required root privileges needed for the task at hand.<br />
To manually set a password for the root user, type in the following in the shell:</p>
<pre>sudo passwd</pre>
<p>After that you are asked to type in the new root password twice. Finally, your root user has its own password.</p>
<img src="http://feeds.feedburner.com/~r/narga-ubuntu/~4/N4zlSpaQd4o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tainguyen.com/2011/09/11/how-to-set-root-password-in-ubuntu-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tainguyen.com/2011/09/11/how-to-set-root-password-in-ubuntu-live/</feedburner:origLink></item>
		<item>
		<title>Safely remove PPA Repositories and revert changes made by PPAs</title>
		<link>http://feedproxy.google.com/~r/narga-ubuntu/~3/nHP_krgN4Mg/</link>
		<comments>http://www.tainguyen.com/2011/07/24/safely-remove-ppa-repositories-and-revert-changes-made/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 10:17:00 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[Tweaking Ubuntu]]></category>
		<category><![CDATA[Ubuntu Softwares]]></category>
		<category><![CDATA[Ubuntu commands]]></category>

		<guid isPermaLink="false">http://www.tainguyen.com/?p=86</guid>
		<description><![CDATA[PPA-Purge will reset all packages from a PPA to the standard versions released for your distribution. So basically its like a way to restore your system back to the way it was before you installed packages from a PPA]]></description>
			<content:encoded><![CDATA[<p><strong>PPA</strong> is Personal Package Archives allow you to upload Ubuntu source packages to be built and published as an apt repository by Launchpad. That&#8217;s mean you can get and install a tons of softwares which is distributed via PPA on Launchpad which can not be found in the Ubuntu official repository on Ubuntu ( since the Ubuntu official repo takes a conservative approach to updates and number of applications it includes in its official repository with focus on stability over latest and greatest packages). But a tons of softwares that install on your computer will be include with a tons of PPA. The provided packages are not guaranteed to be fully tested. There&#8217;s tonnes of PPAs out there that provide testing packages for early adopters. There&#8217;s a reason why PPA packages aren&#8217;t promoted more vigorously to the masses.</p>
<p>After a softwares that is installed from PPA, you can remove it if you don&#8217;t feel it works as you want, you can remove it then remove their PPAs. It&#8217;s remove very easily with one or some softwares, but it&#8217;s problem when you want remove a lots of  softwares from some PPAs. This problem can be solve by experienced users or you can make a batch command like experienced users with <a title="Batch actions to safely remove PPAs" href="https://launchpad.net/ppa-purge">PPA-Purge</a>. Ironically, the ppa-purge package itself is available on a PPA. How strange is that?</p>
<h3>What is PPA-Purge</h3>
<p><strong>PPA-Purge</strong> will reset all packages from a PPA to the standard versions released for your distribution. So basically its like a way to restore your system back to the way it was before you installed packages from a PPAs.</p>
<h3>How to use PPA-Purge</h3>
<ol>
<li>Install <strong>PPA-Purge</strong> from Ubuntu Repositories <img src='http://www.tainguyen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) (it has been added to the official Ubuntu repositories since version 10.10 Maverick Meerkat) by Terminal:
<pre>sudo apt-get install ppa-purge</pre>
</li>
<li>To use PPA Purge for any Ubuntu derivative, use the following command:
<pre>sudo ppa-purge -d  ppa:</pre>
<p>or it&#8217;s simpler with Ubuntu 10.10 and later:</p>
<pre>sudo ppa-purge ppa:/</pre>
</li>
</ol>
<p>Let&#8217;s try by yourself!</p>
<img src="http://feeds.feedburner.com/~r/narga-ubuntu/~4/nHP_krgN4Mg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tainguyen.com/2011/07/24/safely-remove-ppa-repositories-and-revert-changes-made/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tainguyen.com/2011/07/24/safely-remove-ppa-repositories-and-revert-changes-made/</feedburner:origLink></item>
		<item>
		<title>Playstation One Emulation on Ubuntu x86/amd64</title>
		<link>http://feedproxy.google.com/~r/narga-ubuntu/~3/S3EX1aehA0k/</link>
		<comments>http://www.tainguyen.com/2011/07/22/playstation-one-emulation-on-ubuntu/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 15:47:07 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[Ubuntu Video Games]]></category>
		<category><![CDATA[Video Game Emulators]]></category>

		<guid isPermaLink="false">http://www.tainguyen.com/?p=81</guid>
		<description><![CDATA[The PlayStation brand is a series of video game consoles created and developed by Sony Computer Entertainment. Spanning the fifth, sixth, and seventh generations of video gaming, the brand was first introduced on December 3, 1994 in Japan.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-83" src="http://www.tainguyen.com/files/2011/07/playstation_one.jpg" alt="Playstation One" width="400" height="439" />As you known, <a href="http://www.epsxe.com/" target="_blank">ePSXe</a> (<em>enhanced PSX emulator</em>) and <a href="http://psxemulator.gazaxian.com/" target="_blank">pSX</a> are most popular <strong>Sony Playstation One Emulation</strong>. In terms of gaming capability, both emulators worked equally well, ePSXe makes use of plug-ins to emulate GPU, SPU (sound), and CD-ROM drive functions&#8230; but almost ePSXe&#8217;s plugins isn&#8217;t works on Linux Environment; pSX is a clear winner since there is really nothing much to configure, just run then play!</p>
<p>So, I recommend <strong>pSX</strong> as <strong>Playstation One Emulator</strong> on Ubuntu x86/amd64. Let&#8217;s install it then play your favorite PSX games.</p>
<ul>
<li><span id="more-81"></span>pSX requires OpenGL library and gtkGLext to work. Make sure it&#8217;s installed. The package <strong>lib32gtkglext1_1.2.0-3.2-amd64.deb</strong> must be installed for 64bit/amd64 systems. This is not needed for 32bit systems.</li>
<li><strong>pSX requires having a playstation bios</strong> file to run. I can&#8217;t legally supply you with one, so just Google it with <em>scph1001.bin</em> keyword.</li>
<li>While running, <strong>due to a conflict with pSX and Pulseaudio</strong>, Pulseaudio is <strong>disabled while running</strong> pSX. This may make any program using it crash and will probably make the mixer/sound volume control unavailable while pSX is running. It should return to normal when pSX is closed. If not, close any program currently using sound. Sometimes, I need restart my  laptop because it&#8217;s not works.</li>
</ul>
<p>How to play a PSX game:</p>
<ul>
<li><a title="pSX" href="http://psxemulator.gazaxian.com/pSX_linux_1_13.tar.bz2">Download pSX</a> and then extract to your home folder.</li>
<li>Get <em>scph1001.bin</em>, move it into <strong>bios</strong> folder of pSX</li>
<li>Move or copy Playstation One game images into <strong>cdimages</strong> of pSX, cd images will be run smoother than original disk</li>
<li>Run pSX then config controler if you want.</li>
</ul>
<p>At this time, I&#8217;ve tried ePSXe and PCSX for Linux but it&#8217;s crash during testing time on Ubuntu 11.4 64bit, so I&#8217;ll write about these in next time.</p>
<img src="http://feeds.feedburner.com/~r/narga-ubuntu/~4/S3EX1aehA0k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tainguyen.com/2011/07/22/playstation-one-emulation-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tainguyen.com/2011/07/22/playstation-one-emulation-on-ubuntu/</feedburner:origLink></item>
		<item>
		<title>How to install XBMC on Ubuntu 11.04</title>
		<link>http://feedproxy.google.com/~r/narga-ubuntu/~3/kXLX4PWOeiM/</link>
		<comments>http://www.tainguyen.com/2011/07/17/how-to-install-xbmc-on-ubuntu-11-04/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 17:08:26 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[Ubuntu Softwares]]></category>
		<category><![CDATA[media center]]></category>

		<guid isPermaLink="false">http://www.tainguyen.com/?p=78</guid>
		<description><![CDATA[XBMC is an award-winning free and open source (GPL) software media player and entertainment hub for digital media. XBMC is available for Linux, OSX, Windows, and the original Xbox. Since Ubuntu 11.04 natty was released, the XBMC team not has any updates to make it can install from repository.]]></description>
			<content:encoded><![CDATA[<p><a title="XBMC" href="http://www.xbmc.org"><img class="alignleft size-full wp-image-79" src="http://www.tainguyen.com/files/2011/07/XBMC_Logo.jpg" alt="install XBMC on Ubuntu 11.04" width="405" height="230" />XBMC</a> is an award-winning free and open source (GPL) software media player and entertainment hub for digital media. XBMC is available for Linux, OSX, Windows, and the original Xbox. Since <a title="It’s finally here, Ubuntu 11.04 released" href="http://www.tainguyen.com/linux/2011/05/01/it-is-finally-here-ubuntu-11-04-released/">Ubuntu 11.04</a> natty was released, the XBMC team not has any updates to make it can install from repository. If you want install XBMC (current version is 10.1) on Ubuntu 11.04 (it&#8217;s still works well on Natty), let&#8217;s follows steps below:</p>
<ul>
<li>Add Stable XBMC Team PPA in to Ubuntu Repository with
<pre>sudo add-apt-repository ppa:team-xbmc</pre>
</li>
<li><strong>Don&#8217;t</strong> update Ubuntu sources list, you will get errors and can&#8217;t install xbmc, just go to <strong>Update Manager &gt; Settings &gt; Other Software</strong> then edit <em>ppa:team-xbmc </em>from <strong>natty</strong> to <strong>maverick</strong> because the current PPA of XBMC Team not has natty packages.</li>
<li>Update the Ubuntu Repositories then install XBMC
<pre>sudo apt-get update &amp;&amp; sudo apt-get install xbmc</pre>
</li>
</ul>
<p>You can install XBMC on Ubuntu 11.04 too with Unstable of XMBC Team <strong>ppa:team-xbmc/unstable</strong>, but I&#8217;m not recommend you to do this, it&#8217;s has a lot of errors.<br />
You can install another softwares like XBMC (in this time) on newest Ubuntu version.</p>
<img src="http://feeds.feedburner.com/~r/narga-ubuntu/~4/kXLX4PWOeiM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tainguyen.com/2011/07/17/how-to-install-xbmc-on-ubuntu-11-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tainguyen.com/2011/07/17/how-to-install-xbmc-on-ubuntu-11-04/</feedburner:origLink></item>
		<item>
		<title>MozillaThunderBird 5 Released! How to install it from PPA?</title>
		<link>http://feedproxy.google.com/~r/narga-ubuntu/~3/utFYulpTCEQ/</link>
		<comments>http://www.tainguyen.com/2011/07/10/mozillathunderbird-5-released-how-to-install-it-from-ppa/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 10:35:44 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[Ubuntu Softwares]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.tainguyen.com/?p=72</guid>
		<description><![CDATA[Mozilla decided to bump up the version of Mozilla Thunderbird to 5.0 from 3.1. Such a upgrade was meant to bring Thunderbird in line with the development status of Firefox, which has now reached version 5. Mozilla Thunderbird 5 promises to be a faster, more efficient and feature rich email client than its predecessor.]]></description>
			<content:encoded><![CDATA[<p>The final version of the desktop email client Thunderbird 5.0 has been released by Mozilla. The latest version of Thunderbird includes more than 390 improvements and performance enhancements that make Thunderbird more responsive, faster to start up and easier to use.</p>
<div id="attachment_77" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.tainguyen.com/files/2011/07/ThunderBird-5-600x324.png" alt="Mozilla Thunderbird 5" width="600" height="324" class="size-medium wp-image-77" />
<p class="wp-caption-text">Mozilla Thunderbird 5</p>
</div>
<p>Mozilla decided to bump up the version of Mozilla Thunderbird to 5.0 from 3.1. Such a upgrade was meant to bring Thunderbird in line with the development status of Firefox, which has now reached version 5. Mozilla Thunderbird 5 promises to be a faster, more efficient and feature rich email client than its predecessor.<br />
The latest version of Thunderbird has the following changes:</p>
<ul>
<li>More responsive and faster to start up and use</li>
<li>Thunderbird is based on the new Mozilla Gecko 5 engine</li>
<li>New Add-ons Manager</li>
<li>Revised account creation wizard to improve email setup</li>
<li>New Troubleshooting Information page</li>
<li>Tabs can now be reordered and dragged to different windows</li>
<li>Attachment sizes now displayed along with attachments</li>
<li>Plugins can now be loaded in RSS feeds by default</li>
<li>There are several theme fixes for Windows Vista and Windows 7</li>
<li>Support for Mac 32/64 bit Universal builds (Thunderbird no longer supports PowerPC on Mac)</li>
<li>Over 390 platform fixes that improve speed, performance, stability and security</li>
</ul>
<p>With the streamlining of the release cycle with the Firefox browser come additional similarities. Thunderbird now sports the very same add-on manager that Mozilla added to the Firefox browser earlier. The big version jump from Thunderbird 3.1 to 5 will definitely render some addons incompatible, but it&#8217;s not a big problem, let&#8217;s wait!<br />
The new version has not been publicly announced yet on the official Mozilla website, and Thunderbird users who are already running the program will not receive update notifications at this point in time.<br />
On Ubuntu, you can install or upgrade to the latest version of ThunderBird by using ThunderBird Stable PPA</p>
<pre>sudo apt-add-repository ppa:mozillateam/thunderbird-stable
sudo apt-get update
sudo apt-get install thunderbird</pre>
<p>Try it now!</p>
<img src="http://feeds.feedburner.com/~r/narga-ubuntu/~4/utFYulpTCEQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tainguyen.com/2011/07/10/mozillathunderbird-5-released-how-to-install-it-from-ppa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tainguyen.com/2011/07/10/mozillathunderbird-5-released-how-to-install-it-from-ppa/</feedburner:origLink></item>
		<item>
		<title>Make Broadcom Wireless Card working after install or upgrade to Ubuntu 11.4</title>
		<link>http://feedproxy.google.com/~r/narga-ubuntu/~3/R5aBKf8jyUg/</link>
		<comments>http://www.tainguyen.com/2011/07/04/make-broadcom-wireless-card-working-after-install-or-upgrade-to-ubuntu-11-4/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 16:15:29 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[Tweaking Ubuntu]]></category>
		<category><![CDATA[hardwares]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.tainguyen.com/?p=71</guid>
		<description><![CDATA[Have you ever installed or upgraded to Ubuntu 11.04 on laptop that has Broadcom Wireless Card? After that, you may got a slow connection or can't connect your laptop to internet! What is happened? May be after your Ubuntu installation, its unable to recognize &#38; install the broadcom driver through the hardware drivers.]]></description>
			<content:encoded><![CDATA[<p>Have you ever installed or upgraded to Ubuntu 11.04 on laptop that has Broadcom Wireless Card? After that, you may got a slow connection or can&#8217;t connect your laptop to internet! What is happened? May be after your Ubuntu installation, its unable to recognize &amp; install the broadcom driver through the hardware drivers.<br />
I have got a solution for this panic issue, following few step will resolve Broadcom wireless driver issue on Linux operating system (tested with Ubuntu 11.04).<br />
You need to connect to internet by wired connection, it&#8217;s work on default laptop.<br />
<strong>Step 1</strong>:</p>
<ul>
<li>Install <strong>b43-fwcutter</strong> package may be fixed this issue because the default installation of Ubuntu not make this package installed by default.</li>
<li>Restart your laptop then try to connect again, if not work then follow next step below.</li>
</ul>
<p><strong>Step 2</strong>:</p>
<ul>
<li>Install <strong>bcmwl-kernel-source</strong> package then reboot your laptop.</li>
<li>Once you connecting to the internet through wired connection, open a terminal &amp; type:
<pre>sudo apt-get update &amp;&amp; sudo apt-get –reinstall install bcmwl-kernel-source</pre>
</li>
<li>That’s it, just reboot your system. after a reboot, you can see driver installed and working.</li>
</ul>
<p>If not works again? Hmm.. try to find or ask on Ubuntu Forum because it&#8217;s not occured with me before. Hope this fix will be work with you.</p>
<img src="http://feeds.feedburner.com/~r/narga-ubuntu/~4/R5aBKf8jyUg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tainguyen.com/2011/07/04/make-broadcom-wireless-card-working-after-install-or-upgrade-to-ubuntu-11-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tainguyen.com/2011/07/04/make-broadcom-wireless-card-working-after-install-or-upgrade-to-ubuntu-11-4/</feedburner:origLink></item>
		<item>
		<title>How to prevent Ubuntu services autostart when boot-up your system</title>
		<link>http://feedproxy.google.com/~r/narga-ubuntu/~3/J7h_sNgz7xs/</link>
		<comments>http://www.tainguyen.com/2011/06/12/disable-ubuntu-services-autostart/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 15:55:20 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[Tweaking Ubuntu]]></category>
		<category><![CDATA[ubuntu services]]></category>

		<guid isPermaLink="false">http://www.tainguyen.com/?p=70</guid>
		<description><![CDATA[A Ubuntu service is an application that is either runing in the background waiting to be used, or carrying out essential tasks. When you install Ubuntu or softwares, there are many services which are enabled by default. Whenever Ubuntu starts, it also starts all these services, there could be so many services which you are no longer using or you have never used them before, so do you think that there is any need to start these services every time on the system boot up?]]></description>
			<content:encoded><![CDATA[<p>Liked another OS, Ubuntu (Linux) has many services running after booted into workspace. A Ubuntu service is an application that is either runing in the background waiting to be used, or carrying out essential tasks. When you install Ubuntu or softwares, there are many services which are enabled by default. Whenever Ubuntu starts, it also starts all these services, there could be so many services which you are no longer using or you have never used them before, so do you think that there is any need to start these services every time on the system boot up? The answer should definitely be “No” because these services are consuming your system’s resources and also slowing your system’s boot process.</p>
<div id="attachment_74" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.tainguyen.com/files/2011/06/Ubuntu-services-e1307894088623-600x383.png" alt="Disable Ubuntu services autostart" width="600" height="383" class="size-medium wp-image-74" />
<p class="wp-caption-text">Disable Ubuntu services autostart</p>
</div>
<p><span id="more-70"></span>Traditionally, Ubuntu provided various tools to manage services. There are various methods for managing access to system services:</p>
<ul>
<li> /etc/init.d/service</li>
<li> rcconf</li>
<li> update-rc.d</li>
<li>etc&#8230;</li>
</ul>
<p>You can install third party softwares to manage Ubuntu services as you want, just as BootUp Manager (bum), rcconf&#8230; But in this topi, I&#8217;ll tell you the way to prevent automatic run a services in Ubuntu with simple and powerful command:</p>
<pre>sudo update-rc.d -f service-names remove</pre>
<ul>
<li><strong>service-names</strong>: name of the service which will be disable, just as mysql, apache2&#8230;.</li>
<li><strong>-f option</strong>: force disable services</li>
<li><strong>remove</strong>: disable command</li>
</ul>
<p>If you want to enable a service automatic running, you can use the command below</p>
<pre>sudo update-rc.d service-names defaults</pre>
<p>Do as your self!</p>
<img src="http://feeds.feedburner.com/~r/narga-ubuntu/~4/J7h_sNgz7xs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tainguyen.com/2011/06/12/disable-ubuntu-services-autostart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tainguyen.com/2011/06/12/disable-ubuntu-services-autostart/</feedburner:origLink></item>
		<item>
		<title>How to install Linux Canon Printer Driver in Ubuntu</title>
		<link>http://feedproxy.google.com/~r/narga-ubuntu/~3/DDbQ8tqtnf4/</link>
		<comments>http://www.tainguyen.com/2011/06/03/how-to-install-linux-canon-printer-driver-in-ubuntu/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 16:01:05 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[Hardware in Linux]]></category>
		<category><![CDATA[Canon printer]]></category>

		<guid isPermaLink="false">http://www.tainguyen.com/?p=62</guid>
		<description><![CDATA[By default, the Canon Printer driver not available in Ubuntu. However, Canon kindly provide Linux drivers for their inkjet printers.
After hours of searching and trying various methods I finally found the solution! I managed to get my Canon LBP2900 installed on Ubuntu 11.4!]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-64" src="http://www.tainguyen.com/files/2011/06/Canon_PIXMA_iP1900.jpg" alt="Canon PIXMA iP1900" width="591" height="394" />By default, the Canon Printer driver not available in Ubuntu. However, Canon kindly provide Linux drivers for their inkjet printers.<br />
After hours of searching and trying various methods I finally found the solution! I managed to get my Canon LBP2900 installed on Ubuntu 11.4!<br />
These instructions will help get your LBPxxxx Canon Printer driver installed and automatically starting with monitor on:</p>
<ol>
<li>Ubuntu 11.04 &#8211; Natty</li>
<li>Ubuntu 10.10 &#8211; Maverick</li>
<li>Ubuntu 10.04 &#8211; Lucid</li>
</ol>
<p><span id="more-62"></span></p>
<h3>Using Package Repository</h3>
<p>The Canon CAPT printer driver is split into two packages: <em>cndrvcups-capt</em> and <em>cndrvcups-common</em> available from the <a title="Canon printer driver PPA" href="https://launchpad.net/%7Emichael-gruz/+archive/canon">Canon printer driver PPA</a>.  As of May 2011, this PPA contains 2.20 version of the Canon drivers,  build for i386 and amd64 on Lucid, Maverick and Natty. This is the  easiest way to install the drivers.</p>
<p>To add the PPA to your system and install the packages do:</p>
<pre>sudo add-apt-repository ppa:michael-gruz/canon
sudo apt-get update
sudo apt-get install cndrvcups-capt cndrvcups-common</pre>
<h3>Install without using the package repository</h3>
<p>Using the prebuilt packages from the package repository is the easiest way to install the Canon drivers. If for some reason you prefer to use the older install method that does not utilise a package repository, read the following instructions.<br />
Download <a href="http://support-in.canon-asia.com/contents/IN/EN/0900772407.html">Official Canon Printer Driver</a> then choose the right install package.<br />
Unfortunately, they&#8217;re not designed for Ubuntu and they are compiled to work only on a 32bit OS. Therefore the only solution for the one is to compile their own drivers using Canon’s sources, but not following Canon’s instructions.<br />
An alternative and more hassle-free solution would be to use an  automated BASH script that handles all the installing procedures and  works both on 32-bit and 64-bit systems (while the guide mentioned  before is useful only for people with 32-bit machines &amp; Ubuntu  10.10). The archive containing the script is located <a href="http://codebin.cotescu.com/canon/lbp_driver/CanonCAPTdriver.tar.gz">here</a>.<br />
The current supported printer models for the 1.90 release of the driver are: LBP-1120, LBP-1210, LBP2900, LBP3000, LBP3010, LBP3018, LBP3050, LBP3100, LBP3108, LBP3150, LBP3200, LBP3210, LBP3250, LBP3300, LBP3310, LBP3500, LBP5000, LBP5050, LBP5100, LBP5300, LBP7200C.<br />
Running the script is pretty easy:</p>
<pre>sudo ./canonLBP_install.sh PRINTER_MODEL</pre>
<p>where PRINTER_MODEL is one from the above. Any other printer model you would try to use will give you an error message and the script will exit.<br />
Make sure you have <strong>ESP Ghostscript</strong> and <strong>OpenPrinting Driver Interface</strong> installed on your system. If you are not sure, type following command into a terminal:</p>
<pre>% gs -h | grep opvp</pre>
<p>this should output:</p>
<pre>lj5mono ljet2p ljet3 ljet3d ljet4 ljet4d ljetplus nullpage opvp oprp pbm</pre>
<p>if you don’t get the correct line the OpenPrinting Driver Interface is not installed and you should install it before you proceed.<br />
To install the <strong>ESP Ghostscript</strong> which has the <strong>OpenPrinting Driver Interface</strong>, first, be an administrator, and open the file “/etc/apt/sources.list” of your system, and add the list by following two lines, and save the file.</p>
<pre>deb http://kmuto.jp/debian/mtu debian_dic main contrib non-free
deb http://ftp.jp.debian.org/debian stable main contrib non-free</pre>
<p>Next, install the new ESP Ghostscript by the following command.</p>
<pre>$ sudo apt-get update
$ sudo apt-get install gs-esp</pre>
<h3>Adding a printer</h3>
<p>Go to <strong>System-&gt;Administration-&gt;Printing</strong> add  printer. Choose &#8220;<strong>Add printer</strong>&#8220;. <strong>Do not choose USB Printer found by  Ubuntu here</strong>. Select &#8220;CAPT Printer&#8221;. You should see &#8220;ccp&#8221; in URI. Change  it so URI should become &#8220;ccp:/var/ccpd/fifo0&#8243;. Click &#8220;next&#8221;, find your  model and add your printer. Choose English variant if you see Japanese  and English variants. Also If you do not have you exact model in list,  choose nearest. For example, for LBP 810, I choose &#8220;LBP 1120&#8243;.<br />
To view your Canon printer information, type this command below into Terminal:</p>
<pre>$ sudo ccpdadmin</pre>
<p>you will get:</p>
<pre>Usage:
  ccpdadmin [-p Printer-name -o Printer-dev-path]
  ccpdadmin [-x Remove-Printer-name]

 CUPS_ConfigPath = /etc/cups/
 LOG Path        = None
 UI Port         = 59787

 Entry Num  : Spooler   : Backend       : FIFO path             : Device Path   : Status
 ----------------------------------------------------------------------------
     [0]    : LBP810    : ccp           : /var/ccpd/fifo0       : /dev/usb/lp0  :</pre>
<p>Now it is time to restart the system. If all goes well the system should restart and at the login page be able to print. This guide will not cover setting up cups for network printing.</p>
<p>After you login open a terminal and run:</p>
<pre>sudo /etc/init.d/ccpd status
Canon Printer Daemon for CUPS: ccpd: 1135 1131</pre>
<p>This shows the process Id&#8217;s for the two ccpd processes that should now be running. If you only see one then you still have a problem with the way the ccpd daemon is starting. Please check carefully you have completed all the steps above.</p>
<p>At this point you should be able to print a test page all being well.</p>
<p>If you run into problems try turning your printer off, restart your computer and only turn your printer on, after you have logged in.</p>
<img src="http://feeds.feedburner.com/~r/narga-ubuntu/~4/DDbQ8tqtnf4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tainguyen.com/2011/06/03/how-to-install-linux-canon-printer-driver-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tainguyen.com/2011/06/03/how-to-install-linux-canon-printer-driver-in-ubuntu/</feedburner:origLink></item>
		<item>
		<title>How to install Adobe Air in Ubuntu 11.4 64-bit</title>
		<link>http://feedproxy.google.com/~r/narga-ubuntu/~3/NhmDl0f-mBQ/</link>
		<comments>http://www.tainguyen.com/2011/06/02/how-to-install-adobe-air-in-ubuntu-11-4-64-bit/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 07:31:45 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[Ubuntu Softwares]]></category>
		<category><![CDATA[rich internet application]]></category>

		<guid isPermaLink="false">http://www.tainguyen.com/?p=58</guid>
		<description><![CDATA[Installing Adobe AIR 64-bit on Ubuntu can be quite tricky if you’re not quite familiar with the commands and if you’re new to Linux/Ubuntu. So for the sake of those users, I’m sharing this short step-by-step tutorial on how to install Adobe AIR 64-bit on Ubuntu.]]></description>
			<content:encoded><![CDATA[<div id="attachment_59" class="wp-caption aligncenter" style="width: 460px"><img src="http://www.tainguyen.com/files/2011/06/adobeair_ubuntu.png" alt="Install Adobe AIR in Ubuntu" width="450" height="214" class="size-full wp-image-59" />
<p class="wp-caption-text">Install Adobe AIR in Ubuntu</p>
</div>
<p>Have you ever tried to install Adobe Air in Ubuntu. I&#8217;ve installed Ubuntu 11.4 64bit and I find 64-bit binaries of AIR are not currently available. Right now Adobe AIR is only officially available for 32-bit Linux.<br />
Installing Adobe AIR 64-bit on Ubuntu can be quite tricky if you’re not quite familiar with the commands and if you’re new to Linux/Ubuntu. So for the sake of those users, I’m sharing this short step-by-step tutorial on how to install Adobe AIR 64-bit on Ubuntu.</p>
<ol>
<li><strong>Download</strong> the <strong>Adobe AIR installer</strong> – <a href="http://get.adobe.com/air/">http://get.adobe.com/air/</a></li>
<li>In a terminal window go to the directory containing the <strong>adobeair.deb</strong> file then create <strong>adobe-air-x64</strong> folder with command:
<pre>mkdir adobe-air-x64</pre>
</li>
<li>Extract the deb file to the adobe-air-x64 folder:
<pre>dpkg-deb -x adobeair.deb adobe-air-x64</pre>
</li>
<li>Extract the control files:
<pre>dpkg-deb --control adobeair.deb adobe-air-x64/DEBIAN</pre>
</li>
<li>Change the Architecture parameter from “i386″ to “all”:
<pre>sed -i "s/i386/all/" adobe-air-x64/DEBIAN/control</pre>
</li>
<li>Package the 64-bit deb file:
<pre>dpkg -b adobe-air-x64 adobeair-all.deb</pre>
</li>
</ol>
<p>Now you can install Adobe AIR on a 64-bit system by running <strong>adobeair-all.deb</strong> file.<br />
<em>Note: Some AIR application not works correct in Adobe AIR 64-bit.</em></p>
<img src="http://feeds.feedburner.com/~r/narga-ubuntu/~4/NhmDl0f-mBQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.tainguyen.com/2011/06/02/how-to-install-adobe-air-in-ubuntu-11-4-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.tainguyen.com/2011/06/02/how-to-install-adobe-air-in-ubuntu-11-4-64-bit/</feedburner:origLink></item>
	</channel>
</rss>

