<?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>Muthii's blog</title>
	<atom:link href="http://muthii.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://muthii.com/blog</link>
	<description>Just another page out of my life</description>
	<lastBuildDate>Thu, 26 Aug 2010 19:03:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Black screen FreeNX/NX</title>
		<link>http://muthii.com/blog/?p=319</link>
		<comments>http://muthii.com/blog/?p=319#comments</comments>
		<pubDate>Thu, 26 Aug 2010 19:03:55 +0000</pubDate>
		<dc:creator>muthii</dc:creator>
				<category><![CDATA[Old]]></category>
		<category><![CDATA[black screen]]></category>
		<category><![CDATA[freenx]]></category>
		<category><![CDATA[nx]]></category>

		<guid isPermaLink="false">http://muthii.com/blog/?p=319</guid>
		<description><![CDATA[I have been running my FreeNX for several years with no problem then all of a sudden I tried to log in today and I received a black screen. After several searches I found out that it&#8217;s a problem with the window manager temporary files being corrupt. Just to test I changed the settings on [...]]]></description>
			<content:encoded><![CDATA[<p>I have been running my FreeNX for several years with no problem then all of a sudden I tried to log in today and I received a black screen. After several searches I found out that it&#8217;s a problem with the window manager temporary files being corrupt. Just to test I changed the settings on my nx client to use another window manager &#8220;KDE&#8221; in the system and it worked. To resolve the issue I SSHed into the box and deleted all gconfd, orbit and mapping tmp folders/files for the affected user. Tried to reconnect again and it worked. </p>
]]></content:encoded>
			<wfw:commentRss>http://muthii.com/blog/?feed=rss2&amp;p=319</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Linux CMDs</title>
		<link>http://muthii.com/blog/?p=304</link>
		<comments>http://muthii.com/blog/?p=304#comments</comments>
		<pubDate>Mon, 09 Aug 2010 19:50:38 +0000</pubDate>
		<dc:creator>muthii</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Great Linux Cmds]]></category>

		<guid isPermaLink="false">http://muthii.com/blog/?p=304</guid>
		<description><![CDATA[In this post I will be making a list of great Linux cmd&#8217;s that I find all over the net one great place to stop by is commandlinefu.com they have a great deal of important linux cmd&#8217;s. First cmd is mtr, it combines your ping and netstat cmd&#8217;s. In CentOS you have to su- to [...]]]></description>
			<content:encoded><![CDATA[<p>In this post I will be making a list of great Linux cmd&#8217;s that I find all over the net one great place to stop by is <a title="Commandlinefu" href="http://www.commandlinefu.com/commands/browse" target="_blank">commandlinefu.com</a> they have a great deal of important linux cmd&#8217;s.</p>
<p>First cmd is mtr, it combines your ping and netstat cmd&#8217;s. In CentOS you have to su- to run this cmd:</p>
<p>mtr google.com</p>
<p>The following cmd I just started using recently and it has been a life saver I don&#8217;t know how I went all that time without it. The cmd is screen it works like your <a title="TightVNC" href="http://www.tightvnc.com/" target="_blank">VNC</a> or <a title="FreeNX" href="http://wiki.centos.org/HowTos/FreeNX" target="_blank">NX</a> but for the terminal, it is especially handy if you SSH into your box but you don&#8217;t want to leave the terminal running waiting for a task to finish, you just start a screen run your cmd and detach from the screen. Now even if your connection gets disconnected or you disconnect yourself all you have to do when you connect again is run &#8220;screen -dR&#8221; and you are connected back to your earlier session and you can check on the progress of your task. To list screen instances &#8220;screen -ls&#8221;.</p>
<p>screen</p>
<p>Ctrl+a   -&gt;pressing this twice moves to the next screen</p>
<p>Ctrl+a+c  -&gt;adds a new screen to you screen instance</p>
<p>Ctrl+a+d -&gt;detach from screen session</p>
<p>Ctrl+d  -&gt;exit a screen</p>
<p>screen -dR   -&gt;connect to/start a screen session</p>
<p><strong>Mount a drive world writeable</strong></p>
<p>mount -t ntfs-3g -o umask=000 /dev/drive /mnt/mountpoint</p>
<p>mount -t cifs -o umask=000,username=username,password=password //ipaddress/folder /mnt/mountpoint</p>
<p>by adding the option umask=000 any user can write to the mounted folder, this comes in handy when you want to write to a mounted drive as a regular user.  I have had a problem with some slack based distro&#8217;s not accepting this option in the current format and might need to play around with the mask cmd placement to see what works.</p>
]]></content:encoded>
			<wfw:commentRss>http://muthii.com/blog/?feed=rss2&amp;p=304</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update vs Clean Install</title>
		<link>http://muthii.com/blog/?p=301</link>
		<comments>http://muthii.com/blog/?p=301#comments</comments>
		<pubDate>Sat, 22 May 2010 15:22:40 +0000</pubDate>
		<dc:creator>muthii</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[upgrade vs clean install]]></category>

		<guid isPermaLink="false">http://muthii.com/blog/?p=301</guid>
		<description><![CDATA[I just upgraded to CentOS 5.5 and while talking to a friend of mine we got into talking about updating vs clean install. After my update I had to restore to an image before the update as my mail system was not working, checked all packages contained in the update and zeroed the cause to [...]]]></description>
			<content:encoded><![CDATA[<p>I just upgraded to CentOS 5.5 and while talking to a friend of mine we got into talking about updating vs clean install. After my update I had to restore to an image before the update as my mail system was not working, checked all packages contained in the update and zeroed the cause to a sendmail update. Which was disabling my current MTA &#8220;postfix&#8221;. I fixed that and another issue with my open office and I was ready to go. While my friend prefers to just do a clean install.</p>
<p>To me it just comes down to preference, if you have a heavily customized system it&#8217;s time saving to just do an upgrade, but if you are running a generic system with few modifications a clean install might be the best way for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://muthii.com/blog/?feed=rss2&amp;p=301</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Upgrading CentOS</title>
		<link>http://muthii.com/blog/?p=299</link>
		<comments>http://muthii.com/blog/?p=299#comments</comments>
		<pubDate>Sun, 16 May 2010 14:30:12 +0000</pubDate>
		<dc:creator>muthii</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Scripts]]></category>

		<guid isPermaLink="false">http://muthii.com/blog/?p=299</guid>
		<description><![CDATA[Do a back up a recoverable system backup or a backup for all important docs you have on system before you proceed with the commands below yum clean all yum update glibc\* yum update yum\* rpm\* python\* yum clean all yum update reboot Check  your  new version with : lsb_release  -a]]></description>
			<content:encoded><![CDATA[<p>Do a back up a recoverable system backup or a backup for all important docs you have on system before you proceed with the commands below</p>
<p>yum clean all<br />
yum update glibc\*<br />
yum update yum\* rpm\* python\*<br />
yum clean all<br />
yum update<br />
reboot</p>
<p>Check  your  new version with :</p>
<p>lsb_release  -a</p>
]]></content:encoded>
			<wfw:commentRss>http://muthii.com/blog/?feed=rss2&amp;p=299</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IP change notification by email</title>
		<link>http://muthii.com/blog/?p=297</link>
		<comments>http://muthii.com/blog/?p=297#comments</comments>
		<pubDate>Sun, 16 May 2010 14:24:11 +0000</pubDate>
		<dc:creator>muthii</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Scripts]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[IP change notification]]></category>

		<guid isPermaLink="false">http://muthii.com/blog/?p=297</guid>
		<description><![CDATA[I had installed ipupdate while trying out dnsexit.com and loved its simplicity, dnsexit.com provides a great service but in the end I chose to stick with my current registrar lqconsulting who is a major supporter of Linux users, they also run linuxquestions.org of which am a member. I had tried to configure ddclient to work [...]]]></description>
			<content:encoded><![CDATA[<p>I had installed ipupdate while trying out dnsexit.com and loved its simplicity, dnsexit.com provides a great service but in the end I chose to stick with my current registrar <a title="Lqconsulting.com" href="http://www.lqconsulting.com/client/check.php" target="_blank">lqconsulting</a> who is a major supporter of Linux users, they also run linuxquestions.org of which am a member. I had tried to configure ddclient to work with my registrar but I did not have enough info about my registrar&#8217;s requirements of the client to work with their site. So in the mean time I have edited ipupdate to send me an email everytime my ip address changes while still doing evrything else it does. I prefer it this way over updating my registrar, since I do a lot of remoting in and it takes a few minutes before a new IP is updated to nameservers &#8220;around 20min&#8221;, but if I already have my new IP in my mail when it changes I don&#8217;t have to wait until nameservers update my site IP for me to be able to remote in. I have provided the edited file below for anyone who wants to use it also the tar,rpm and deb files that install it.</p>
<p>For install instructions go <a title="Dnsexit.com" href="http://www.dnsexit.com/Direct.sv?cmd=ipClients" target="_blank">to</a>:</p>
<p><a href="http://www.muthii.com/dls/ipupdate.pl.tar.bz2">My edited file</a><br />
You can replace the installations ipupdate.pl with mine for v1.6-2 or just copy over my additions to them whichever works for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://muthii.com/blog/?feed=rss2&amp;p=297</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My first 5k Run</title>
		<link>http://muthii.com/blog/?p=293</link>
		<comments>http://muthii.com/blog/?p=293#comments</comments>
		<pubDate>Sat, 08 May 2010 23:10:57 +0000</pubDate>
		<dc:creator>muthii</dc:creator>
				<category><![CDATA[Health]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Getting in shape]]></category>

		<guid isPermaLink="false">http://muthii.com/blog/?p=293</guid>
		<description><![CDATA[I went for my first 5k run today, got there late had to run through a street full of people, I don&#8217;t know what was my time as race had already started when we got there but when I crossed the finish line clock was at 35 min, am excited just to have been there. [...]]]></description>
			<content:encoded><![CDATA[<p>I went for my first 5k run today, got there late had to run through a street full of people, I don&#8217;t know what was my time as race had already started when we got there but when I crossed the finish line clock was at 35 min, am excited just to have been there.<br />
Note to self come with stop watch next time come early. I will scan my race number put it here just as a reminder for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://muthii.com/blog/?feed=rss2&amp;p=293</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting back in the game</title>
		<link>http://muthii.com/blog/?p=285</link>
		<comments>http://muthii.com/blog/?p=285#comments</comments>
		<pubDate>Tue, 27 Apr 2010 00:54:01 +0000</pubDate>
		<dc:creator>muthii</dc:creator>
				<category><![CDATA[Health]]></category>
		<category><![CDATA[Getting in shape]]></category>

		<guid isPermaLink="false">http://muthii.com/blog/?p=285</guid>
		<description><![CDATA[Am definitely getting back to form I went running on my long course(6Ml) and made it back yeah!!! &#8220;without walking, looking forward to the 5k run next  week. Am running 4ml in 35 min, the route has enough inclines to give me a chill every time I get ready to go out for a run. [...]]]></description>
			<content:encoded><![CDATA[<p>Am definitely getting back to form I went running on my long course(6Ml) and made it back yeah!!! &#8220;without walking, looking forward to the 5k run next  week. Am running 4ml in 35 min, the route has enough inclines to give me a chill every time I get ready to go out for a run. That is one of the main reasons I just can&#8217;t do treadmills, they don&#8217;t replicate enough the experience of running in the outdoors.</p>
]]></content:encoded>
			<wfw:commentRss>http://muthii.com/blog/?feed=rss2&amp;p=285</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Age sucks</title>
		<link>http://muthii.com/blog/?p=283</link>
		<comments>http://muthii.com/blog/?p=283#comments</comments>
		<pubDate>Fri, 09 Apr 2010 01:50:51 +0000</pubDate>
		<dc:creator>muthii</dc:creator>
				<category><![CDATA[Health]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Getting in shape]]></category>

		<guid isPermaLink="false">http://muthii.com/blog/?p=283</guid>
		<description><![CDATA[Today I went running and ended up walking home. No it wasn&#8217;t a new course I went running just one I haven&#8217;t run in a long time but for my excuse it was also the hottest day yet this year 86F. I just started running again a few weeks ago after recovering from a foot [...]]]></description>
			<content:encoded><![CDATA[<p>Today I went running and ended up walking home. No it wasn&#8217;t a new course I went running just one I haven&#8217;t run in a long time but for my excuse it was also the hottest day yet this year 86F. I just started running again a few weeks ago after recovering from a foot injury. I started out with a short course for the first few weeks and thought I was ready to go back to where I was before, but my body was not co-operating. I became so dehydrated I stopped sweating, next I started getting mini cramps in my legs, and that&#8217;s when I knew my run was over, I walked home for the first time in my life. I have seen it happen to some of my training buddies before but never to me.<br />
It also seems the older you get your body slows down more than you think, it certainly gets harder to lose those few pounds you gained over Xmas, and you take longer than you used to to get used to working out again it definitely hurts more too.</p>
]]></content:encoded>
			<wfw:commentRss>http://muthii.com/blog/?feed=rss2&amp;p=283</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Trying out new distros</title>
		<link>http://muthii.com/blog/?p=277</link>
		<comments>http://muthii.com/blog/?p=277#comments</comments>
		<pubDate>Mon, 29 Mar 2010 06:17:45 +0000</pubDate>
		<dc:creator>muthii</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux compatible]]></category>

		<guid isPermaLink="false">http://muthii.com/blog/?p=277</guid>
		<description><![CDATA[The one good thing about Linux is the range of distributions available. Every few months I will load a new Distribution on my flash drive or make a Live cd and try it out. I am currently trying out Linux Mint and I like it, I would definitely recommend it for new users it comes [...]]]></description>
			<content:encoded><![CDATA[<p>The one good thing about Linux is the range of distributions available. Every few months I will load a new Distribution on my flash drive or make a Live cd and try it out. I am currently trying out <a title="Linux Mint" href="http://www.linuxmint.com/" target="_blank">Linux Mint</a> and I like it, I would definitely recommend it for new users it comes loaded with most apps that you need day to day. It&#8217;s eye candy is one of the best I have checked out so far, I even loaded it onto one of my old boxes that am planning on donating.</p>
]]></content:encoded>
			<wfw:commentRss>http://muthii.com/blog/?feed=rss2&amp;p=277</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find and Identify Device ID&#8217;s</title>
		<link>http://muthii.com/blog/?p=279</link>
		<comments>http://muthii.com/blog/?p=279#comments</comments>
		<pubDate>Sun, 14 Mar 2010 06:22:03 +0000</pubDate>
		<dc:creator>muthii</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[find device id]]></category>

		<guid isPermaLink="false">http://muthii.com/blog/?p=279</guid>
		<description><![CDATA[If you help fix people&#8217;s computers you will come across devices that windows will not have drivers for or you may be having problems downloading them from the machine manufacturer site, here is a quick way to go about it. Go to Device Manager right click on unrecognised device there will be an exclamation mark [...]]]></description>
			<content:encoded><![CDATA[<p>If you help fix people&#8217;s computers you will come across devices that windows will not have drivers for or you may be having problems downloading them from the machine manufacturer site, here is a quick way to go about it.</p>
<p>Go to <strong>Device Manager</strong> right click on unrecognised device there will be an exclamation mark on it click <strong>Properties</strong> -&gt;<strong>Details</strong> and select <strong>Hardwae ID&#8217;s</strong> from the property drop down list. <strong>VID_</strong> and <strong>VEN_</strong> are used to identify vendors and <strong>PID_</strong> and <strong>DEV_</strong> identify Product ID. The HEX value following Product ID &#8220;PID_/DEV_&#8221; or Vendor ID &#8220;VID_/VEN_&#8221; is what you use in your search to identify the device.</p>
<p>Now go to <a title="PCI Vendor &amp; Device list" href="http://pcidatabase.com/" target="_blank">pcidatabase.com</a> enter your product or vendor id to such for your device.</p>
]]></content:encoded>
			<wfw:commentRss>http://muthii.com/blog/?feed=rss2&amp;p=279</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
