<?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>Marslert Guy - A walking guy to the M@rs &#187; Ubuntu stuff</title>
	<atom:link href="http://marslert.com/blog/category/ubuntu-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://marslert.com/blog</link>
	<description>M@rsGuy</description>
	<lastBuildDate>Tue, 21 Jul 2009 17:41:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MPD error: problems getting a response from &quot;localhost&quot; on port 6600 : Connection refused</title>
		<link>http://marslert.com/blog/2009/02/16/mpd-error-problems-getting-a-response-from-localhost-on-port-6600-connection-refused/</link>
		<comments>http://marslert.com/blog/2009/02/16/mpd-error-problems-getting-a-response-from-localhost-on-port-6600-connection-refused/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 14:34:22 +0000</pubDate>
		<dc:creator>marslert</dc:creator>
				<category><![CDATA[Ubuntu stuff]]></category>
		<category><![CDATA[conky]]></category>

		<guid isPermaLink="false">http://marslert.com/blog/?p=115</guid>
		<description><![CDATA[Additional sharing for conky part which I shared at http://marslert.com/blog/2007/10/02/conky/ . I was trying to install conky to monitor my laptop process as I found that my firefox keep hogging. The installation is pretty simple and straight forward as any ubuntu users knew Unfortunately, I got problem for this installation whereby some MPD error was [...]]]></description>
			<content:encoded><![CDATA[<p>Additional sharing for conky part which I shared at http://marslert.com/blog/2007/10/02/conky/ .</p>
<p>I was trying to install conky to monitor my laptop process as I found that my firefox keep hogging. The installation is pretty simple and straight forward as any ubuntu users knew <img src='http://marslert.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Unfortunately, I got problem for this installation whereby some MPD error was throwing after I executed conky.</p>
<blockquote><p>$ conky<br />
Conky: desktop window (12000c1) is subwindow of root window (59)<br />
Conky: window type &#8211; override<br />
Conky: drawing to created window (3400001)<br />
Conky: drawing to double buffer<br />
Conky: MPD error: problems getting a response from &#8220;localhost&#8221; on port 6600 : Connection refused</p>
<p>Conky: MPD error: problems getting a response from &#8220;localhost&#8221; on port 6600 : Connection refused</p>
<p>Conky: MPD error: problems getting a response from &#8220;localhost&#8221; on port 6600 : Connection refused</p>
<p>Conky: MPD error: problems getting a response from &#8220;localhost&#8221; on port 6600 : Connection refused</p></blockquote>
<p>Even though MPD configuration is commented in conky configuration, the error is still throwing. Hmmm, what shall do? Lets install MPD through Synaptic Package Manager to solve problem. Yeah. my conky is rocking now <img src='http://marslert.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://marslert.com/blog/2009/02/16/mpd-error-problems-getting-a-response-from-localhost-on-port-6600-connection-refused/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dhclient eth0</title>
		<link>http://marslert.com/blog/2008/12/18/dhclient-eth0/</link>
		<comments>http://marslert.com/blog/2008/12/18/dhclient-eth0/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 16:57:47 +0000</pubDate>
		<dc:creator>marslert</dc:creator>
				<category><![CDATA[Ubuntu stuff]]></category>

		<guid isPermaLink="false">http://marslert.com/blog/?p=77</guid>
		<description><![CDATA[A sweet command learned from a senior for retrieving a new IP from a bridged or NAT network. Useful when working in some virtual OS to retrieve IP. Even you can kill the process of dhclient if there is problem for retrieving new IP. First of all, run ps aux &#124; grep dhclient to grab [...]]]></description>
			<content:encoded><![CDATA[<p>A sweet command learned from a senior for retrieving a new IP from a bridged or NAT network.</p>
<p>Useful when working in some virtual OS to retrieve IP.</p>
<p>Even you can kill the process of dhclient if there is problem for retrieving new IP.</p>
<p>First of all, run</p>
<blockquote><p>ps aux | grep dhclient</p></blockquote>
<p>to grab the PID and kill it. After that, execute again dhclient eth0.</p>
]]></content:encoded>
			<wfw:commentRss>http://marslert.com/blog/2008/12/18/dhclient-eth0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Select the default Ubuntu Display Manager</title>
		<link>http://marslert.com/blog/2008/12/18/select-the-default-ubuntu-display-manager/</link>
		<comments>http://marslert.com/blog/2008/12/18/select-the-default-ubuntu-display-manager/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 16:49:59 +0000</pubDate>
		<dc:creator>marslert</dc:creator>
				<category><![CDATA[Ubuntu stuff]]></category>

		<guid isPermaLink="false">http://marslert.com/blog/?p=73</guid>
		<description><![CDATA[If you have one day installed any other Display Manager to your Ubuntu, set it as default DM and do not know how to revert the original DM &#62; GNOME, you should execute below command which will solve your problem sudo dpkg-reconfigure gdm I experienced this caused I installed KDE to my system]]></description>
			<content:encoded><![CDATA[<p>If you have one day installed any other Display Manager to your Ubuntu, set it as default DM and do not know how to revert the original DM &gt; GNOME, you should execute below command which will solve your problem</p>
<blockquote><p>sudo dpkg-reconfigure gdm</p></blockquote>
<p>I experienced this caused I installed KDE to my system <img src='http://marslert.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://marslert.com/blog/2008/12/18/select-the-default-ubuntu-display-manager/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>dpkg was interrupted</title>
		<link>http://marslert.com/blog/2007/12/08/dpkg-was-interrupted-you-must-manually-run-dpkg-configure-a/</link>
		<comments>http://marslert.com/blog/2007/12/08/dpkg-was-interrupted-you-must-manually-run-dpkg-configure-a/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 09:25:14 +0000</pubDate>
		<dc:creator>marslert</dc:creator>
				<category><![CDATA[Ubuntu stuff]]></category>

		<guid isPermaLink="false">http://marslert.com/blog/?p=43</guid>
		<description><![CDATA[dpkg was interrupted, you must manually run &#8216;dpkg &#8211;configure -a How we get this error? It could be there is any interruption when running apt-get update. Based on my understanding, I have installed some broken program. I need to reconfigure the last broken installed program. This is the magic word can use to fix this [...]]]></description>
			<content:encoded><![CDATA[<p><strong>dpkg was interrupted, you must manually run &#8216;dpkg &#8211;configure -a</strong></p>
<p>How we get this error? It could be there is any interruption when running <em>apt-get update</em>.</p>
<p>Based on my understanding, I have installed some broken program. I need to reconfigure the last broken installed program.</p>
<p>This is the magic word can use to fix this problem,</p>
<blockquote><p>sudo dpkg &#8211;configure -a &amp;&amp; sudo apt-get -f install</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://marslert.com/blog/2007/12/08/dpkg-was-interrupted-you-must-manually-run-dpkg-configure-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Root partition full</title>
		<link>http://marslert.com/blog/2007/12/08/root-partition-full/</link>
		<comments>http://marslert.com/blog/2007/12/08/root-partition-full/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 09:18:43 +0000</pubDate>
		<dc:creator>marslert</dc:creator>
				<category><![CDATA[Ubuntu stuff]]></category>

		<guid isPermaLink="false">http://marslert.com/blog/?p=42</guid>
		<description><![CDATA[Somehow, my root partition full even though has 3.7GB disk space. I got this error when update my Ubuntu. So the update command just hang at Terminal and little message prompted me for this I able to clear some space by this command, sudo apt-get clean However, I know there might be some other way [...]]]></description>
			<content:encoded><![CDATA[<p>Somehow, my root partition full even though has 3.7GB disk space. I got this error when update my Ubuntu. So the update command just hang at Terminal and little message prompted me for this <img src='http://marslert.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I able to clear some space by this command,</p>
<blockquote><p>sudo apt-get clean</p></blockquote>
<p>However, I know there might be some other way which I still looking on. I will keep on share if any update on this topic.</p>
]]></content:encoded>
			<wfw:commentRss>http://marslert.com/blog/2007/12/08/root-partition-full/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Unable to load Deluge</title>
		<link>http://marslert.com/blog/2007/11/17/unable-to-load-deluge/</link>
		<comments>http://marslert.com/blog/2007/11/17/unable-to-load-deluge/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 14:23:44 +0000</pubDate>
		<dc:creator>marslert</dc:creator>
				<category><![CDATA[Ubuntu stuff]]></category>

		<guid isPermaLink="false">http://marslert.com/blog/?p=40</guid>
		<description><![CDATA[My experience when installed Deluge which I have installed but unable to load it. For first time when load Deluge, it will require to make some configuration adjustment. If there is any error during the configuration. Your Deluge will not able to load. So, we need to re-configure the setting. But, the previous adjustment config [...]]]></description>
			<content:encoded><![CDATA[<p>My experience when installed Deluge which I have installed but unable to load it. For first time when load Deluge, it will require to make some configuration adjustment. If there is any error during the configuration. Your Deluge will not able to load.</p>
<p>So, we need to re-configure the setting. But, the previous adjustment config file have to remove.</p>
<p>Deluge config file store at ~/.config/Deluge/ . Just remove Deluge directory and launch Deluge again and you will prompt for the adjustment configure again. You may decide to backup the directory before remove, but will not have problem if delete it <img src='http://marslert.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="http://marslert.com/blog/wp-content/uploads/2007/11/droplet.thumbnail.png" alt="droplet.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://marslert.com/blog/2007/11/17/unable-to-load-deluge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>gksudo</title>
		<link>http://marslert.com/blog/2007/11/16/gksudo/</link>
		<comments>http://marslert.com/blog/2007/11/16/gksudo/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 08:39:49 +0000</pubDate>
		<dc:creator>marslert</dc:creator>
				<category><![CDATA[Ubuntu stuff]]></category>

		<guid isPermaLink="false">http://marslert.com/blog/?p=39</guid>
		<description><![CDATA[When you have prompted with a message state : You need to have root privileges , when opened an application. There are few ways actually to deal with this, type $ sudo application_name , to run under root user type $ gksudo &#62; a screen will display which you may type the application launch command [...]]]></description>
			<content:encoded><![CDATA[<p>When you have prompted with a message state : You need to have root privileges , when opened an application. There are few ways actually to deal with this,</p>
<ol>
<li>type $ sudo application_name , to run under root user</li>
<li>type $ gksudo &gt; a screen will display which you may type the application launch command</li>
<li>right click on application properties &gt; Launchers &gt; add gksudo at the command field there. When execute the application next time, it will run under root privileges</li>
</ol>
<p>Thats it if have some application that require root privileges to do something.</p>
]]></content:encoded>
			<wfw:commentRss>http://marslert.com/blog/2007/11/16/gksudo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blank Screen after 10 minute with xserver-xgl</title>
		<link>http://marslert.com/blog/2007/11/14/blank-screen-after-10-minute-with-xserver-xgl-turn-on/</link>
		<comments>http://marslert.com/blog/2007/11/14/blank-screen-after-10-minute-with-xserver-xgl-turn-on/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 03:02:58 +0000</pubDate>
		<dc:creator>marslert</dc:creator>
				<category><![CDATA[Ubuntu stuff]]></category>

		<guid isPermaLink="false">http://marslert.com/blog/?p=38</guid>
		<description><![CDATA[How to get rid if the screen turn to blank when watch movie or etc after 10 minute. Well, I checked that it consider a bug when look at launchpad. But, there is a way to work around by add below line to Xorg.conf, Section &#8220;ServerFlags&#8221; Option &#8220;blank time&#8221; &#8220;0&#8243; Option &#8220;standby time&#8221; &#8220;0&#8243; Option [...]]]></description>
			<content:encoded><![CDATA[<p>How to get rid if the screen turn to blank when watch movie or etc after 10 minute.  Well, I checked that it consider a bug when look at <a href="https://bugs.launchpad.net/ubuntu/+source/xserver-xgl/+bug/125947" target="_blank">launchpad</a>. But, there is a way to work around by add below line to Xorg.conf,</p>
<blockquote><p> Section &#8220;ServerFlags&#8221;<br />
Option &#8220;blank time&#8221; &#8220;0&#8243;<br />
Option &#8220;standby time&#8221; &#8220;0&#8243;<br />
Option &#8220;suspend time&#8221; &#8220;0&#8243;<br />
Option &#8220;off time&#8221; &#8220;0&#8243;<br />
Option &#8220;screen blank&#8221; &#8220;0&#8243;<br />
EndSection</p></blockquote>
<p>Try again after restart your system.</p>
]]></content:encoded>
			<wfw:commentRss>http://marslert.com/blog/2007/11/14/blank-screen-after-10-minute-with-xserver-xgl-turn-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animated Appearance at Ubuntu</title>
		<link>http://marslert.com/blog/2007/11/11/animated-appearance-at-ubuntu/</link>
		<comments>http://marslert.com/blog/2007/11/11/animated-appearance-at-ubuntu/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 16:48:28 +0000</pubDate>
		<dc:creator>marslert</dc:creator>
				<category><![CDATA[Ubuntu stuff]]></category>

		<guid isPermaLink="false">http://marslert.com/blog/?p=36</guid>
		<description><![CDATA[An error appeared when I change the setting of Appearance at my Ubuntu setting; The Composite extension is not available Fixed it by install &#8216;xserver-xgl&#8217; through Synaptic Package Manager. Then you will get your Ubuntu be more animated. Reason : ATI&#8217;s drivers do not directly support Compiz, need to install a piece of software called [...]]]></description>
			<content:encoded><![CDATA[<p>An error appeared when I change the setting of Appearance at my Ubuntu setting;</p>
<blockquote><p>The Composite extension is not available</p></blockquote>
<p>Fixed it by install &#8216;xserver-xgl&#8217; through Synaptic Package Manager.  Then you will get your Ubuntu be more animated.</p>
<p>Reason : ATI&#8217;s drivers do not directly support Compiz, need to install a piece of software called XGL.</p>
]]></content:encoded>
			<wfw:commentRss>http://marslert.com/blog/2007/11/11/animated-appearance-at-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Synaptic GPG Error</title>
		<link>http://marslert.com/blog/2007/10/20/synaptic-gpg-error/</link>
		<comments>http://marslert.com/blog/2007/10/20/synaptic-gpg-error/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 16:41:18 +0000</pubDate>
		<dc:creator>marslert</dc:creator>
				<category><![CDATA[Ubuntu stuff]]></category>

		<guid isPermaLink="false">http://marslert.com/blog/?p=31</guid>
		<description><![CDATA[Any error similar like &#8220;W: GPG error: http://my.archive.ubuntu.com feisty-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key &#8220; Try to edit /etc/apt/sources.list Change all http://my.archive.ubuntu.com to http://archive.ubuntu.com http://my.archive.ubuntu.com is the repositories server for Malaysia.]]></description>
			<content:encoded><![CDATA[<p>Any error similar like</p>
<blockquote><p>&#8220;W: GPG error: http://my.archive.ubuntu.com feisty-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com></ftpmaster@ubuntu.com>&#8220;</p></blockquote>
<p>Try to edit /etc/apt/sources.list</p>
<p>Change all</p>
<blockquote><p>http://my.archive.ubuntu.com</p></blockquote>
<p>to</p>
<blockquote><p>http://archive.ubuntu.com</p></blockquote>
<p>http://my.archive.ubuntu.com is the repositories server for Malaysia.</p>
]]></content:encoded>
			<wfw:commentRss>http://marslert.com/blog/2007/10/20/synaptic-gpg-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
