<?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>Aknosis.com &#187; System Administration</title>
	<atom:link href="http://aknosis.com/category/system-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://aknosis.com</link>
	<description>Once you go Ak, you don&#039;t go back.</description>
	<lastBuildDate>Thu, 19 Jan 2012 00:06:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta name="generator" content="deStyle 0.9.3" />
		<item>
		<title>Quicktip: Read from stdin in PHP</title>
		<link>http://aknosis.com/2012/01/18/quicktip-read-from-stdin-in-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quicktip-read-from-stdin-in-php</link>
		<comments>http://aknosis.com/2012/01/18/quicktip-read-from-stdin-in-php/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 00:06:36 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[stdin]]></category>

		<guid isPermaLink="false">http://aknosis.com/?p=545</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://aknosis.com/2012/01/18/quicktip-read-from-stdin-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quicktip: Random string in unix</title>
		<link>http://aknosis.com/2011/07/12/quicktip-random-string-in-unix/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quicktip-random-string-in-unix</link>
		<comments>http://aknosis.com/2011/07/12/quicktip-random-string-in-unix/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 22:07:11 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[quicktips]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://aknosis.com/?p=496</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://aknosis.com/2011/07/12/quicktip-random-string-in-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing Up XenServer VMs via Command Line</title>
		<link>http://aknosis.com/2010/09/25/backing-up-xenserver-vms-via-command-line/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=backing-up-xenserver-vms-via-command-line</link>
		<comments>http://aknosis.com/2010/09/25/backing-up-xenserver-vms-via-command-line/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 15:41:21 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[xenserver]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=354</guid>
		<description><![CDATA[Quick and easy steps to backup a vm via the command line. On your host server: It&#8217;s that simple.]]></description>
		<wfw:commentRss>http://aknosis.com/2010/09/25/backing-up-xenserver-vms-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating MySQL Database Backups on the Command Line via mysqldump</title>
		<link>http://aknosis.com/2009/10/25/automating-mysql-database-backups-on-the-command-line-via-mysqldump/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automating-mysql-database-backups-on-the-command-line-via-mysqldump</link>
		<comments>http://aknosis.com/2009/10/25/automating-mysql-database-backups-on-the-command-line-via-mysqldump/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 05:54:30 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[shell scripting]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=278</guid>
		<description><![CDATA[Are you tired of manually running backups when you remember to? If you are running your own server, or have access to the shell and cron jobs this tip is for you! First off for a better understanding of mysqldump check out the MySQL reference manual. All mysqldump really does is output the necessary queries [...]]]></description>
		<wfw:commentRss>http://aknosis.com/2009/10/25/automating-mysql-database-backups-on-the-command-line-via-mysqldump/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apache: How to redirect all root domain traffic to www subdomain</title>
		<link>http://aknosis.com/2009/10/22/apache-how-to-redirect-all-root-domain-traffic-to-www-subdomain/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apache-how-to-redirect-all-root-domain-traffic-to-www-subdomain</link>
		<comments>http://aknosis.com/2009/10/22/apache-how-to-redirect-all-root-domain-traffic-to-www-subdomain/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 05:37:20 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=269</guid>
		<description><![CDATA[Problem: Traffic comes to http://aknosis.com/something/ but they really need to go to http://www.aknosis.com/something/. Solution: 301 Redirect via Apache with mod_rewrite. Simple easy addition to your httpd.conf or .htaccess, I placed mine right above my wordpress mod_rewrite rules. If you are using .htaccess just dump it in that file above the wordpress redirect, if you having [...]]]></description>
		<wfw:commentRss>http://aknosis.com/2009/10/22/apache-how-to-redirect-all-root-domain-traffic-to-www-subdomain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiding Unnecessary Response Headers Apache/PHP</title>
		<link>http://aknosis.com/2009/10/13/hiding-unnecessary-response-headers-apachephp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hiding-unnecessary-response-headers-apachephp</link>
		<comments>http://aknosis.com/2009/10/13/hiding-unnecessary-response-headers-apachephp/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 06:23:15 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=164</guid>
		<description><![CDATA[One way to help protect your website/server is to not tell everyone what platform and app versions everything is running on. If you were to request a php file from my site you see some response headers that could be useful to people looking to break in, cause havoc etc&#8230; Here is my request to [...]]]></description>
		<wfw:commentRss>http://aknosis.com/2009/10/13/hiding-unnecessary-response-headers-apachephp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Managing Linux Processes</title>
		<link>http://aknosis.com/2009/05/14/managing-linux-processes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=managing-linux-processes</link>
		<comments>http://aknosis.com/2009/05/14/managing-linux-processes/#comments</comments>
		<pubDate>Thu, 14 May 2009 07:48:46 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=97</guid>
		<description><![CDATA[Quick tip on managing linux processes, I always end up asking myself this and having to research how to do such things. So here are some quick tips to help you manage your linux processes. This is all done in bash, I&#8217;m not sure what is different with the other shells so ymmv. Here is [...]]]></description>
		<wfw:commentRss>http://aknosis.com/2009/05/14/managing-linux-processes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

