<?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; with</title>
	<atom:link href="http://www.sys-admin.gr/tag/with/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>How do I mount /tmp partition with &#8216;noexec&#8217; option.</title>
		<link>http://www.sys-admin.gr/34/security/how-do-i-mount-tmp-partition-with-noexec-option/</link>
		<comments>http://www.sys-admin.gr/34/security/how-do-i-mount-tmp-partition-with-noexec-option/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 12:10:05 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[do]]></category>
		<category><![CDATA[hardening]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[I]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[noexec]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[tmp]]></category>
		<category><![CDATA[with]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/security/34</guid>
		<description><![CDATA[It is recommended to create /tmp as separate partition and mount it with &#8216;noexec&#8217; and &#8216;nosuid&#8217; options. &#8216;noexec&#8217; disables the executable file attribute within an entire filesystem, effectively preventing any files within that filesystem from being executed.&#8216;nosuid&#8217; disables the SUID file-attribute within an entire filesystem. This prevents SUID attacks on, say, the /tmp filesystem.- If [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/34/security/how-do-i-mount-tmp-partition-with-noexec-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Email Contact form with Captcha</title>
		<link>http://www.sys-admin.gr/21/php/contact-form-with-captcha/</link>
		<comments>http://www.sys-admin.gr/21/php/contact-form-with-captcha/#comments</comments>
		<pubDate>Wed, 30 May 2007 13:43:20 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[anti]]></category>
		<category><![CDATA[antispam]]></category>
		<category><![CDATA[Captcha]]></category>
		<category><![CDATA[Contact]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[verification]]></category>
		<category><![CDATA[with]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/php/21</guid>
		<description><![CDATA[PHP Contact form with image verification. If you use a normal contact form then spammers will fond a way to automatically send junk messages through that form, so you need a way to verify that the sender is an actual person and not an automated script. A good solution for this is to use an [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/21/php/contact-form-with-captcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lock a folder with .htaccess</title>
		<link>http://www.sys-admin.gr/6/apache/lock-folder-with-htaccess/</link>
		<comments>http://www.sys-admin.gr/6/apache/lock-folder-with-htaccess/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 08:50:32 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[Lock]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[with]]></category>

		<guid isPermaLink="false">http://sys-admin.gr/archives/apache/6</guid>
		<description><![CDATA[To do this you have to create a username/password file, and a .htaccess 1)Inside the folder you want to lock (using ssh) run the command: htpasswd -c {.passfilename} {username} {pass} and press enter. {.passfilename} = the filename in which login/pass will be stored , its better to put an &#8220;.&#8221; to make it hidden {username} [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/6/apache/lock-folder-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSSQL Login failed &#8230; not associated with a trusted SQL server connection</title>
		<link>http://www.sys-admin.gr/3/mssql/login-failed-not-associated-with-a-trusted-sql-server-connection/</link>
		<comments>http://www.sys-admin.gr/3/mssql/login-failed-not-associated-with-a-trusted-sql-server-connection/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 11:46:53 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[associated]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[not]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[trusted]]></category>
		<category><![CDATA[with]]></category>

		<guid isPermaLink="false">http://sys-admin.gr/?p=3</guid>
		<description><![CDATA[Do the following: * Open The SQL Server Enterprise Manager * Start menu &#62; Programs &#62; Microsoft SQL Server &#62; Enterprise Manager) * Expand the tree-control until you can your server * Right click on the server name and &#8220;SQL Server Properties (Configure)&#8221; window will open * Select the Security tab * For &#8220;Authentication&#8221;, select [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/3/mssql/login-failed-not-associated-with-a-trusted-sql-server-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

