<?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>Geekdom</title>
	<atom:link href="http://geekdom.wesmo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://geekdom.wesmo.com</link>
	<description>Geeks of the World Unite!</description>
	<lastBuildDate>Wed, 16 May 2012 20:35:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Linux systemd can be your friend</title>
		<link>http://geekdom.wesmo.com/2012/05/16/linux-systemd-can-be-your-friend/</link>
		<comments>http://geekdom.wesmo.com/2012/05/16/linux-systemd-can-be-your-friend/#comments</comments>
		<pubDate>Wed, 16 May 2012 20:15:39 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[systemd]]></category>

		<guid isPermaLink="false">http://geekdom.wesmo.com/?p=317</guid>
		<description><![CDATA[systemd messes with your mind.  Definitely.  The easy management of /etc/init.d/ files or /etc/rc.d files is easy to grasp; easy to get the mind around a simple ordering of complex events. Replace that with systemd, and the brain wants to revolt. But there are some upsides to this trend.  systemd is smart.  It can do [...]]]></description>
			<content:encoded><![CDATA[<p>systemd messes with your mind.  Definitely.  The easy management of /etc/init.d/ files or /etc/rc.d files is easy to grasp; easy to get the mind around a simple ordering of complex events. Replace that with systemd, and the brain wants to revolt.</p>
<p>But there are some upsides to this trend.  systemd is smart.  It can do a lot in parallel.  Yes, &#8216;systemctl enable myapp.service&#8217; is a heck of a lot to type.  Yet, systemd gives you features like:</p>
<p>systemd-analyze blame</p>
<p>&nbsp;</p>
<p>systemctl &#8211;order</p>
<p>and, one of the really cool ones:</p>
<p>systemd-analyze plot &gt; plot.svg &amp;&amp; eog plot.svg</p>
]]></content:encoded>
			<wfw:commentRss>http://geekdom.wesmo.com/2012/05/16/linux-systemd-can-be-your-friend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is this &#8220;notty&#8221; host?</title>
		<link>http://geekdom.wesmo.com/2012/05/15/what-is-this-notty-host/</link>
		<comments>http://geekdom.wesmo.com/2012/05/15/what-is-this-notty-host/#comments</comments>
		<pubDate>Tue, 15 May 2012 17:06:49 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[no tty]]></category>
		<category><![CDATA[non-interactive]]></category>
		<category><![CDATA[notty]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://geekdom.wesmo.com/?p=313</guid>
		<description><![CDATA[In looking at the process listing on a linux server, an administrator may see a process listed as &#8220;sshd: root@notty&#8221;. An administrator, even a seasoned one, may immediately wonder &#8220;what is this &#8216;notty&#8217; host?&#8221; and start down the path of trying to determine what host that is. However, sit back and take a deep breath: [...]]]></description>
			<content:encoded><![CDATA[<p>In looking at the process listing on a linux server, an administrator may see a process listed as &#8220;sshd: root@notty&#8221;. An administrator, even a seasoned one, may immediately wonder &#8220;what is this &#8216;notty&#8217; host?&#8221; and start down the path of trying to determine what host that is.</p>
<p>However, sit back and take a deep breath: &#8220;notty&#8221; means &#8220;NO TTY&#8221;.  In other words, there is no TTY associated to the process, which means that the process was initiated remotely. In this case, a non-interactive process was initiated remotely over SSH.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekdom.wesmo.com/2012/05/15/what-is-this-notty-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Clear / Remove the GUID Partition Table (GPT) from a drive</title>
		<link>http://geekdom.wesmo.com/2012/05/12/remove_gpt_from_a_drive/</link>
		<comments>http://geekdom.wesmo.com/2012/05/12/remove_gpt_from_a_drive/#comments</comments>
		<pubDate>Sat, 12 May 2012 17:16:43 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[fat32]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[GPT]]></category>
		<category><![CDATA[guid parition table]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://geekdom.wesmo.com/?p=307</guid>
		<description><![CDATA[If a drives has a GPT (GUID Parition Table) on it, Windows 7 and Linux will happily use it.  HOWEVER, all of the add-on tools to format a partition on that drive as fat32 (for those that are using large drives) do not understand that partition table type. To clear the GPT entirely from a [...]]]></description>
			<content:encoded><![CDATA[<p>If a drives has a GPT (GUID Parition Table) on it, Windows 7 and Linux will happily use it.  HOWEVER, all of the add-on tools to format a partition on that drive as fat32 (for those that are using large drives) do not understand that partition table type.</p>
<p>To clear the GPT entirely from a linux machine:</p>
<pre> parted /dev/sdc
 mklabel msdos
 quit</pre>
]]></content:encoded>
			<wfw:commentRss>http://geekdom.wesmo.com/2012/05/12/remove_gpt_from_a_drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Find Out Who or What is Listening on that Port (linux)</title>
		<link>http://geekdom.wesmo.com/2012/04/23/how-to-find-out-who-or-what-is-listening-on-that-port-linux/</link>
		<comments>http://geekdom.wesmo.com/2012/04/23/how-to-find-out-who-or-what-is-listening-on-that-port-linux/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 16:38:07 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[listening]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[what]]></category>
		<category><![CDATA[who]]></category>

		<guid isPermaLink="false">http://geekdom.wesmo.com/?p=304</guid>
		<description><![CDATA[This comes up every now and then, and it is one of those commands that is hard to remember. There are a number of ways to do this, but this one is easy. It has to be run by root, though. netstat -lnptu &#124; grep theportnumber]]></description>
			<content:encoded><![CDATA[<p>This comes up every now and then, and it is one of those commands that is hard to remember.  There are a number of ways to do this, but this one is easy.  It has to be run by root, though.</p>
<p>netstat -lnptu | grep theportnumber</p>
]]></content:encoded>
			<wfw:commentRss>http://geekdom.wesmo.com/2012/04/23/how-to-find-out-who-or-what-is-listening-on-that-port-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limiting access via SSH</title>
		<link>http://geekdom.wesmo.com/2012/04/18/limiting-access-via-ssh/</link>
		<comments>http://geekdom.wesmo.com/2012/04/18/limiting-access-via-ssh/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 19:55:47 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://geekdom.wesmo.com/?p=297</guid>
		<description><![CDATA[Generally, it is a bad idea to allow regular users on a linux server.  OpenSSH provides directives to control who does and does not have access via ssh: AllowUsers AllowGroups DenyUsers DenyGroups Any one of those directives can be used.  AllowUsers and AllowGroups is defined as &#8220;allow only the users or the users of the [...]]]></description>
			<content:encoded><![CDATA[<p>Generally, it is a bad idea to allow regular users on a linux server.  OpenSSH provides directives to control who does and does not have access via ssh:</p>
<pre>AllowUsers
AllowGroups
DenyUsers
DenyGroups</pre>
<p>Any one of those directives can be used.  AllowUsers and AllowGroups is defined as &#8220;allow only the users or the users of the listed groups to have access to the system&#8221;.  DenyUsers and DenyGroups is defined as &#8220;allow all users except those listed or allow all users except those who are in the listed groups&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://geekdom.wesmo.com/2012/04/18/limiting-access-via-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

