<?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>Ubuntu Guy &#187; Random stuff</title>
	<atom:link href="http://ubuntuguy.com/blog/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntuguy.com</link>
	<description>Ubuntu tips and tricks from a random guy</description>
	<lastBuildDate>Fri, 26 Feb 2010 13:55:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mounting disks without root permissions</title>
		<link>http://ubuntuguy.com/uncategorized/mounting-disks-without-root-permissions/</link>
		<comments>http://ubuntuguy.com/uncategorized/mounting-disks-without-root-permissions/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 13:55:45 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Random stuff]]></category>
		<category><![CDATA[fat32]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://ubuntuguy.com/?p=73</guid>
		<description><![CDATA[A very common problem in a default Ubuntu installation &#8211; especially if you have windows disks in your pc &#8211; is that the system mounts disks with root permissions, which makes things a little harder. By harder I mean you can&#8217;t easily modify or delete files, etc.
The solution is easy, we need to tell Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>A very common problem in a default Ubuntu installation &#8211; especially if you have windows disks in your pc &#8211; is that the system mounts disks with root permissions, which makes things a little harder. By harder I mean you can&#8217;t easily modify or delete files, etc.<br />
The solution is easy, we need to tell Ubuntu to mount the disk using the permissions of our user account. Here is how we can do it:</p>
<h3>Determine uid of my user</h3>
<p>First of all we need to know the uid (user ID) of our user. Open a terminal and give this command:</p>
<p><code>id -u $USER</code></p>
<p>This will output a number(usually this will be 1000). Keep this number and let&#8217;s go to the next step:</p>
<h3>Set fstab to mount the disk as the current user</h3>
<p>First of all open the /etc/fstab configuration file as root:</p>
<p><code>gksu gedit /etc/fstab</code></p>
<p>You will see something like that:</p>
<p><quote>UUID=3C1850B51850703E	/media/disk	vfat	defaults	0	0</quote></p>
<p>Change the defaults to this:</p>
<p><quote>UUID=3C1850B51850703E	/media/disk	vfat	user,uid=1000,utf8	0	0</quote></p>
<p>Where 1000 is your actual userID. We are done, now every time you login the disk will be accessible from your account. In case your disk is NTFS this wont work, but there is another solution which is actually the simpler one:</p>
<h3>Configuring through graphical interface</h3>
<p>Install ntfs-config by <a href="apt:ntfs-config">clicking here</a>, or by executing the above command:</p>
<p><code>sudo apt-get install ntfs-config</code></p>
<p>Then execute the program by executing:</p>
<p><code>gksu ntfs-config</code></p>
<p>Click on both the options, and you are done <img src='http://ubuntuguy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuguy.com/uncategorized/mounting-disks-without-root-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;WARNING&#8221; &#8211; Linux commercial</title>
		<link>http://ubuntuguy.com/uncategorized/warning-linux-commercial/</link>
		<comments>http://ubuntuguy.com/uncategorized/warning-linux-commercial/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 20:21:23 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Random stuff]]></category>
		<category><![CDATA[commercial]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://ubuntuguy.com/?p=63</guid>
		<description><![CDATA[Ok I know this is a little bit old one but is one of the coolest linux related commercials I have ever seen. Enjoy  

]]></description>
			<content:encoded><![CDATA[<p>Ok I know this is a little bit old one but is one of the coolest linux related commercials I have ever seen. Enjoy <img src='http://ubuntuguy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/LAr3XbqUbjo&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/LAr3XbqUbjo&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuguy.com/uncategorized/warning-linux-commercial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link love Tuesday 2009-02-03</title>
		<link>http://ubuntuguy.com/uncategorized/link-love-tuesday-2009-02-03/</link>
		<comments>http://ubuntuguy.com/uncategorized/link-love-tuesday-2009-02-03/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 16:11:10 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Random stuff]]></category>
		<category><![CDATA[link series]]></category>

		<guid isPermaLink="false">http://ubuntuguy.com/?p=43</guid>
		<description><![CDATA[Bellow are some cool articles we found on other blogs recently. Feel free to send us your faves so we can add them in the next link series.

uSbuntu Live Creator &#8211; Create LiveUSBs from Windows using a GUI
Linus Torvalds ditches KDE 4 for GNOME
Ubuntu LoCo Teams: One Big Family
5 Ways To View CHM Files in [...]]]></description>
			<content:encoded><![CDATA[<p>Bellow are some cool articles we found on other blogs recently. Feel free to send us your faves so we can add them in the next <a href="http://ubuntuguy.com/tag/link-series/">link series</a>.</p>
<ul>
<li><a href="http://www.ubuntugeek.com/usbuntu-live-creator-create-liveusbs-from-windows-using-a-gui.html">uSbuntu Live Creator &#8211; Create LiveUSBs from Windows using a GUI</a></li>
<li><a href="http://linuxhelp.blogspot.com/2009/01/linus-torvalds-ditches-kde-4-for-gnome.html">Linus Torvalds ditches KDE 4 for GNOME</a></li>
<li><a href="http://www.jonobacon.org/2009/02/03/ubuntu-loco-teams-one-big-family/">Ubuntu LoCo Teams: One Big Family</a></li>
<li><a href="http://onlyubuntu.blogspot.com/2008/12/5-ways-to-view-chm-files-in-ubuntu.html">5 Ways To View CHM Files in Ubuntu Linux</a></li>
<li><a href="http://joey.ubuntu-rocks.org/blog/2009/01/29/the-ubuntu-nokia-experiment/">The Ubuntu Nokia experiment</a></li>
<li><a href="http://hehe2.net/linux-general/ext4-filesystem-explained-in-plain-english/">Ext4 Filesystem Explained in Plain English</a></li>
<li><a href="http://theubucon.blogspot.com/2007/02/ubucon-is-covered-in-eweek.html">The Ubucon is Covered</a> in <a href="http://www.eweek.com/article2/0,1895,2098141,00.asp">eWeek</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuguy.com/uncategorized/link-love-tuesday-2009-02-03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction</title>
		<link>http://ubuntuguy.com/uncategorized/introduction/</link>
		<comments>http://ubuntuguy.com/uncategorized/introduction/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 11:08:43 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Random stuff]]></category>

		<guid isPermaLink="false">http://ubuntuguy.com/?p=4</guid>
		<description><![CDATA[Hi,
My name is Nick and I am just a random guy that uses Ubuntu for his everyday computer needs. At the time I write this I am an Ubuntu user for just 2 months, yet I have some previous experience with Ubuntu as I am a web developer and I use linux in our servers.
The [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>My name is Nick and I am just a random guy that uses Ubuntu for his everyday computer needs. At the time I write this I am an Ubuntu user for just 2 months, yet I have some previous experience with Ubuntu as I am a web developer and I use linux in our servers.</p>
<p>The main purpose behind this blog, is to actually journal my ubuntu experience as a newbie &#8211; at least in the desktop area &#8211; and share with you tips and interesting stuff I found about it. I am so fascinated that finally linux is an operating system that can be used by anyone, and as a guy who makes a leaving through open source technologies (I am a LAMP developer) I feel that I have to promote it and contribute in any way I can.</p>
<p>If you have any ideas, suggestions or you just want to send me some hate mail, feel free to drop me a line to nikolas at webdigity dot com</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuguy.com/uncategorized/introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
