<?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>101TECH &#187; Sys Admin</title>
	<atom:link href="http://www.101tech.net/category/sys-admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.101tech.net</link>
	<description>IT Solutions Done Right!</description>
	<lastBuildDate>Tue, 03 Jan 2012 16:12:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to configure IPFW on Snow Leopard</title>
		<link>http://www.101tech.net/2011/12/30/how-to-configure-ipfw-on-snow-leopard/</link>
		<comments>http://www.101tech.net/2011/12/30/how-to-configure-ipfw-on-snow-leopard/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 16:51:59 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=560</guid>
		<description><![CDATA[<a href="http://www.101tech.net/2011/12/30/how-to-configure-ipfw-on-snow-leopard/" title="How to configure IPFW on Snow Leopard"></a>Snow Leopard&#8217;s default, GUI based firewall is convenient, but not very configurable. You can block or allow certain applications, but you can&#8217;t filter at the port or host level, can&#8217;t NAT, etc&#8230; Fortunately, OS X 10.6 and earlier comes with &#8230;<p class="read-more"><a href="http://www.101tech.net/2011/12/30/how-to-configure-ipfw-on-snow-leopard/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.101tech.net/2011/12/30/how-to-configure-ipfw-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup DNS on macos from command line</title>
		<link>http://www.101tech.net/2011/12/30/setup-dns-on-macos-from-command-line/</link>
		<comments>http://www.101tech.net/2011/12/30/setup-dns-on-macos-from-command-line/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 15:52:54 +0000</pubDate>
		<dc:creator>moti</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=556</guid>
		<description><![CDATA[<a href="http://www.101tech.net/2011/12/30/setup-dns-on-macos-from-command-line/" title="Setup DNS on macos from command line"></a>If you get to remotely manage mac users over ssh, the networksetup command is a great tool. The full manual is here : https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man8/networksetup.8.html Here&#8217;s how to setup a dns server: 1. find the interface name networksetup -listnetworkserviceorder 2. your &#8230;<p class="read-more"><a href="http://www.101tech.net/2011/12/30/setup-dns-on-macos-from-command-line/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.101tech.net/2011/12/30/setup-dns-on-macos-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join multiple lines together using TR</title>
		<link>http://www.101tech.net/2011/11/30/join-multiple-lines-together-using-tr/</link>
		<comments>http://www.101tech.net/2011/11/30/join-multiple-lines-together-using-tr/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 01:05:34 +0000</pubDate>
		<dc:creator>moti</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=481</guid>
		<description><![CDATA[<a href="http://www.101tech.net/2011/11/30/join-multiple-lines-together-using-tr/" title="Join multiple lines together using TR"></a>tr &#8220;\\n&#8221; &#8220;,&#8221;]]></description>
		<wfw:commentRss>http://www.101tech.net/2011/11/30/join-multiple-lines-together-using-tr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APG ( automated password generator ) runs slow on CentOS</title>
		<link>http://www.101tech.net/2011/11/01/apg-automated-password-generator-runs-slow-on-centos/</link>
		<comments>http://www.101tech.net/2011/11/01/apg-automated-password-generator-runs-slow-on-centos/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 18:21:16 +0000</pubDate>
		<dc:creator>moti</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=476</guid>
		<description><![CDATA[<a href="http://www.101tech.net/2011/11/01/apg-automated-password-generator-runs-slow-on-centos/" title="APG ( automated password generator ) runs slow on CentOS"></a>I use apg to generate random password all the time. On a new vpn server I built, apg was taking a long time to generate a pass, I traced it back to &#8220;not enough entropy&#8221; You can see how much &#8230;<p class="read-more"><a href="http://www.101tech.net/2011/11/01/apg-automated-password-generator-runs-slow-on-centos/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.101tech.net/2011/11/01/apg-automated-password-generator-runs-slow-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OCSinventory install on FreeBSD &#8211; Apache-DBI error</title>
		<link>http://www.101tech.net/2010/10/15/ocsinventory-install-on-freebsd-apache-dbi-error/</link>
		<comments>http://www.101tech.net/2010/10/15/ocsinventory-install-on-freebsd-apache-dbi-error/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 20:13:41 +0000</pubDate>
		<dc:creator>moti</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Sys Admin]]></category>

		<guid isPermaLink="false">http://www.101tech.net/?p=413</guid>
		<description><![CDATA[<a href="http://www.101tech.net/2010/10/15/ocsinventory-install-on-freebsd-apache-dbi-error/" title="OCSinventory install on FreeBSD - Apache-DBI error "></a>some ports depend on apache 1.3 and die with error : Error from bsd.apache.mk. apache20 is installed (or APACHE_PORT is defined) and port requires 1.3. solution : make install WITH_MODPERL2=yes]]></description>
		<wfw:commentRss>http://www.101tech.net/2010/10/15/ocsinventory-install-on-freebsd-apache-dbi-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

