<?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>Sys Admin Guides, How To&#039;s, etc  by Marios Maravelias &#187; and</title>
	<atom:link href="http://www.sys-admin.gr/tag/and/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sys-admin.gr</link>
	<description>where prophets and madmen...walk hand in hand</description>
	<lastBuildDate>Fri, 07 May 2010 10:44:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Exporting and Importing SSL Certificate in Windows IIS Server</title>
		<link>http://www.sys-admin.gr/39/iis/exporting-and-importing-in-windows-iis-server/</link>
		<comments>http://www.sys-admin.gr/39/iis/exporting-and-importing-in-windows-iis-server/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 14:22:00 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[exporting]]></category>
		<category><![CDATA[importing]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/iis/39</guid>
		<description><![CDATA[Exporting/Backing up your Certificate/Private Key in IIS (.pfx file format) 1.) Start &#62; Run 2.) Type in MMC and click OK 3.) Go into the File Tab &#62; select Add/Remove Snap-in&#8230; 4.) Click on Add &#62; Double Click on Certificates and click on Add &#62; OK 5.) Select Computer Account 6.) Select Local Computer 7.) [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/39/iis/exporting-and-importing-in-windows-iis-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unix: Find strings inside files and folders</title>
		<link>http://www.sys-admin.gr/33/unixlinux-various/find-strings-inside-files-and-folders/</link>
		<comments>http://www.sys-admin.gr/33/unixlinux-various/find-strings-inside-files-and-folders/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 14:09:07 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[inside]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[strings]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/unixlinux-various/33</guid>
		<description><![CDATA[The easyiest way is this: find {path} -type f -exec grep -l {string_to_search} {} \; in which you only replaceÂ {path} with the path you want to search , and {string_to_search} with the string you are looking for inside the files.]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/33/unixlinux-various/find-strings-inside-files-and-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>301 Page Redirects using PHP and .htaccess</title>
		<link>http://www.sys-admin.gr/29/apache/301-page-redirects-using-php-and-htaccess/</link>
		<comments>http://www.sys-admin.gr/29/apache/301-page-redirects-using-php-and-htaccess/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 13:17:21 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Redirects]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[Using]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/apache/29</guid>
		<description><![CDATA[During the life of a website, its quite common for pages to move around or to &#8216;re-structure&#8217; your site&#8217;s files and folders. However, you can come across issues when people linking to your page go to their &#8216;stale&#8217; bookmark of your site, and find that page is missing &#8211; in fact, they&#8217;ll get a &#8216;404 [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/29/apache/301-page-redirects-using-php-and-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block LIBWWW-PERL and web addresses to protect your site from botnets</title>
		<link>http://www.sys-admin.gr/23/apache/block-libwww-perl-and-web-addresses-to-protect-your-site-from-botnets/</link>
		<comments>http://www.sys-admin.gr/23/apache/block-libwww-perl-and-web-addresses-to-protect-your-site-from-botnets/#comments</comments>
		<pubDate>Thu, 31 May 2007 13:46:00 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[addresses]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[Block]]></category>
		<category><![CDATA[botnets]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[libwww]]></category>
		<category><![CDATA[LIBWWW-PERL]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[Protect]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[your]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/apache/23</guid>
		<description><![CDATA[Not only do I block all accesses from libwww-perl, I also log what they were looking for which turns up an amazing amount of botnet hits on a daily basis just randomly hitting websites trying to find a way inside. The first trick to securing your site from the script kiddies is to block any [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/23/apache/block-libwww-perl-and-web-addresses-to-protect-your-site-from-botnets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows: Using Group Policies to Restrict Programs (Protect from Viruses and Worms)</title>
		<link>http://www.sys-admin.gr/16/security/using-group-policies-to-restrict-programs-protect-from-viruses-and-worms/</link>
		<comments>http://www.sys-admin.gr/16/security/using-group-policies-to-restrict-programs-protect-from-viruses-and-worms/#comments</comments>
		<pubDate>Tue, 29 May 2007 12:43:03 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[2000]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2k3]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Group]]></category>
		<category><![CDATA[Policies]]></category>
		<category><![CDATA[Programs]]></category>
		<category><![CDATA[Protect]]></category>
		<category><![CDATA[Restrict]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Using]]></category>
		<category><![CDATA[Viruses]]></category>
		<category><![CDATA[Worms]]></category>

		<guid isPermaLink="false">http://sys-admin.gr/archives/security/16</guid>
		<description><![CDATA[You can use a group policy to protect your server from known viruses that require an executable to run. For example, Sobig.F and Blaster are two fine examples. Go to Run &#62; Type MMC to open the Microsoft Management Console. Select File &#62; Add/Remove Snap-in &#62; Add &#62; Group Policy Object Editior Allow it to [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/16/security/using-group-policies-to-restrict-programs-protect-from-viruses-and-worms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimize and Tweak High-Traffic Servers (apache)</title>
		<link>http://www.sys-admin.gr/15/unixlinux-various/optimize-and-tweak-high-traffic-servers/</link>
		<comments>http://www.sys-admin.gr/15/unixlinux-various/optimize-and-tweak-high-traffic-servers/#comments</comments>
		<pubDate>Tue, 29 May 2007 12:19:41 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[High]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[Tweak]]></category>

		<guid isPermaLink="false">http://sys-admin.gr/archives/unixlinux-various/15</guid>
		<description><![CDATA[Focus: Linux, Apache 1.3+, [PHP], [MySQL] Notes: Use at your own risk. Summary If you are reaching the limits of your server running Apache serving a lot of dynamic content, you can either spend thousands on new equipment or reduce bloat to increase your server capacity by anywhere from 2 to 10 times. This article [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/15/unixlinux-various/optimize-and-tweak-high-traffic-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

