<?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>The Ubersexual Man &#187; linux</title>
	<atom:link href="http://www.theubersexualman.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theubersexualman.com</link>
	<description>A man in every day life</description>
	<lastBuildDate>Wed, 12 May 2010 00:30:53 +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>Symlinking made easy in unix/linux</title>
		<link>http://www.theubersexualman.com/2008/08/18/symlinking-made-easy-in-unixlinux/</link>
		<comments>http://www.theubersexualman.com/2008/08/18/symlinking-made-easy-in-unixlinux/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 19:40:40 +0000</pubDate>
		<dc:creator>Drwndx</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[symlink]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.theubersexualman.com/?p=53</guid>
		<description><![CDATA[So, you&#8217;ve decided you want to setup a symlink, well look no further! It is a fun tool that is most commonly used to set up a shortcut or a filesystem redirect.  Well the full explaination of one and how it works can be found at this page .  But really, it is quite simple:
ln [...]]]></description>
			<content:encoded><![CDATA[<p>So, you&#8217;ve decided you want to setup a symlink, well look no further! It is a fun tool that is most commonly used to set up a shortcut or a filesystem redirect.  Well the full explaination of one and how it works can be found at this <a title="ln" href="http://unixhelp.ed.ac.uk/CGI/man-cgi?ln">page</a> .  But really, it is quite simple:</p>
<p>ln -s target linkname</p>
<p>target=where you want to the shortcut to go</p>
<p>linkname=where you want to name the shortcut</p>
<p>Here are a couple examples:</p>
<p>Say you&#8217;re tired of typing in a full path to something like a web root, you can setup something like this:</p>
<p>ln -s /var/www/vhosts/google.com/httpdocs/ /root/google.com</p>
<p>Then when you log in as root, you can just do cd google.com and be dumped into web root</p>
<p>Alternatively, say you moved mission critical files for a program like libs to a different dir for tidiness reasons and adjusting the code would take too long, you can just symlink it to save time!</p>
<p>ln -s newdir olddir</p>
<p>so ln -s /usr/local/php5 /usr/local/php4 would direct all calls to the php4 dir to the php5 dir, where all of your new libs are.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theubersexualman.com/2008/08/18/symlinking-made-easy-in-unixlinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Wonders of Virtual Box</title>
		<link>http://www.theubersexualman.com/2008/07/15/the-wonders-of-virtual-box/</link>
		<comments>http://www.theubersexualman.com/2008/07/15/the-wonders-of-virtual-box/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 19:21:13 +0000</pubDate>
		<dc:creator>Drwndx</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[none]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.theubersexualman.com/?p=50</guid>
		<description><![CDATA[Ever wanted to run Linux or Unix distros while running your Windows, Mac, or even *nix desktop?
Well, I recently had the need to, as I am testing out different distros, in earnest attempt to find one I like for dual booting with my Windows laptop.
To check it out go to VirtualBox.org .  The usability [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to run Linux or Unix distros while running your Windows, Mac, or even *nix desktop?</p>
<p>Well, I recently had the need to, as I am testing out different distros, in earnest attempt to find one I like for dual booting with my Windows laptop.<br />
To check it out go to <a href="http://www.virtualbox.org/">VirtualBox.org</a> .  The usability is pretty simple, but has some nicely advanced features.</p>
<p>Screen Shots after the jump:<span id="more-50"></span><br />
<img src="http://drwndx.com/vbox1.png" alt="" /></p>
<p><img src="http://drwndx.com/vbox2.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theubersexualman.com/2008/07/15/the-wonders-of-virtual-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing out Fedora 9&#8217;s new USB kit</title>
		<link>http://www.theubersexualman.com/2008/06/23/testing-out-fedora-9s-new-usb-kit/</link>
		<comments>http://www.theubersexualman.com/2008/06/23/testing-out-fedora-9s-new-usb-kit/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 16:57:32 +0000</pubDate>
		<dc:creator>Drwndx</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.theubersexualman.com/?p=46</guid>
		<description><![CDATA[I have had a spare 1G thumb drive lying around, a gimme from a conference my company went to, and really haven&#8217;t decided what to do with it yet.  In lieu of this, I went searching for some distros to put on it.  Obviously the prime choice is Damn Small Linux but I [...]]]></description>
			<content:encoded><![CDATA[<p>I have had a spare 1G thumb drive lying around, a gimme from a conference my company went to, and really haven&#8217;t decided what to do with it yet.  In lieu of this, I went searching for some distros to put on it.  Obviously the prime choice is <a href="http://www.damnsmalllinux.org/" target="_blank">Damn Small Linux</a> but I wanted to see what else was available.  After some fine Google searching, I came across <a href="http://fedoraproject.org/" target="_blank">Fedora 9</a>&#8217;s new <a href="https://fedorahosted.org/liveusb-creator" target="_blank">Live USB Creator</a></p>
<p>Now, I know all good admins hate Fedora with a passion, but hey, this is for the sake of testing stuff out!</p>
<p>So I downloaded the tool via this link: <a href="https://fedorahosted.org/releases/l/i/liveusb-creator/liveusb-creator-2.5.zip" target="_blank">Download</a></p>
<p>Once you download, extract, and run the exe, you get this screen:</p>
<p><img src="http://drwndx.com/png/fedorausb.png" alt="http://drwndx.com/png/fedorausb.png" /></p>
<p>Here is where the tool excels immediately:</p>
<p>You can use an existing live cd you have downloaded to your pc, or you this tool will download it for you.</p>
<p>Here are the different distros you can choose from:</p>
<p><img src="http://drwndx.com/png/distrochoices.png" alt="http://drwndx.com/png/distrochoices.png" /></p>
<p>I did not have an active live cd on my machine, so I let the tool download one for me.  I went with Fedora 9 KDE , as Fedora doesn&#8217;t seem like Fedora without a GUI .</p>
<p>The persistent overlay function is highly valuable as it sets your working storage space.  Typically you will want to set this to at least 205M but, ultimately this is up to you.</p>
<p>So, I was able to finally test out the USB key, and man, the new KDE is amazing.  Almost makes me want to take out my centos system and load in this new Fedora 9.   Fortunately though, I wont be as CentOS is better for OpenVZ .</p>
<p>So, in summary, this system is truly bad ass, especially for you rack monkeys out there that are tired of live cds, and want to make easy live keys.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theubersexualman.com/2008/06/23/testing-out-fedora-9s-new-usb-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Munin monitors your soul</title>
		<link>http://www.theubersexualman.com/2008/05/02/munin-monitors-your-soul/</link>
		<comments>http://www.theubersexualman.com/2008/05/02/munin-monitors-your-soul/#comments</comments>
		<pubDate>Fri, 02 May 2008 18:46:50 +0000</pubDate>
		<dc:creator>Drwndx</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux magazine]]></category>
		<category><![CDATA[munin]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[Opensource]]></category>
		<category><![CDATA[sourceforge]]></category>

		<guid isPermaLink="false">http://www.theubersexualman.com/?p=26</guid>
		<description><![CDATA[So thanks to an article in this months Linux Magazine I found a new monitoring toy called Munin .  It is a wonderful monitoring tool that pairs well with Nagios as being intensive in results, but light in resource usage. I suggest checking it out for sure.  I even have a handy dandy guide [...]]]></description>
			<content:encoded><![CDATA[<p>So thanks to an article in this months <a href="http://www.linux-mag.com/">Linux Magazine</a> I found a new monitoring toy called <a href="http://munin.projects.linpro.no/">Munin</a> .  It is a wonderful monitoring tool that pairs well with <a href="http://www.nagios.org/">Nagios</a> as being intensive in results, but light in resource usage. I suggest checking it out for sure.  I even have a handy dandy guide I found for centos installs : <a href="http://blog.jploh.com/2007/06/14/how-to-install-munin-on-centos/">http://blog.jploh.com/2007/06/14/how-to-install-munin-on-centos/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theubersexualman.com/2008/05/02/munin-monitors-your-soul/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
