<?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; linux</title>
	<atom:link href="http://www.sys-admin.gr/tag/linux/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>Linux Plesk  how to add www to a subdomain</title>
		<link>http://www.sys-admin.gr/62/plesk/linux-plesk-how-to-add-www-to-a-subdomain/</link>
		<comments>http://www.sys-admin.gr/62/plesk/linux-plesk-how-to-add-www-to-a-subdomain/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 10:39:29 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[subdomain]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/?p=62</guid>
		<description><![CDATA[To create www prefix for subdomains you need to take the following steps: 1) Create vhost.conf file in the /home/httpd/vhosts/domain.com/subdomains/subdomain/conf directory with the following content: ServerAlias www.subdomain.domain.com 2) Add appropriate A record to the DNS zone of the domain in Server-&#62;Domains-&#62;domain.com-&#62;DNS (specify this domain&#8217;s IP address instead of 192.168.1.1): www.subdomain.domain.com.          A     192.168.1.1 3) Run wersrvmng [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/62/plesk/linux-plesk-how-to-add-www-to-a-subdomain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BBCLONE installation in Plesk (linux) &#8211; HOW TO</title>
		<link>http://www.sys-admin.gr/59/plesk/bbclone-installation-in-plesk-linux-how-to/</link>
		<comments>http://www.sys-admin.gr/59/plesk/bbclone-installation-in-plesk-linux-how-to/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 10:15:27 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[BBCLONE]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/?p=59</guid>
		<description><![CDATA[After you install BBCLONE from Plesk&#8217;s applications , its not working at all, you can navigate to its page but it doesnt count anything. In order to make it start counting you have to do the following: 1)Add the following to your .htaccess : AddType application/x-httpd-php .htm .html php_value auto_append_file &#8220;/home/httpd/vhosts/domain.tld/httpdocs/count.php&#8221; The path needs to [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/59/plesk/bbclone-installation-in-plesk-linux-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to kill multiple tasks/scirpts</title>
		<link>http://www.sys-admin.gr/52/unixlinux-various/how-to-kill-multiple-tasksscirpts/</link>
		<comments>http://www.sys-admin.gr/52/unixlinux-various/how-to-kill-multiple-tasksscirpts/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 11:41:28 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[-9]]></category>
		<category><![CDATA[-c]]></category>
		<category><![CDATA[aux]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[kill]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[ps]]></category>
		<category><![CDATA[scirpts]]></category>
		<category><![CDATA[tasks]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[top]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/unixlinux-various/52</guid>
		<description><![CDATA[I guess most of you did face situtation where you type top and see a lots of unknown or mysterious scripts/utils running that take over top screen and your machine resources. most of the times these scripts (like the irc bots that I encountered) run via perl and disguise them selfs using names like : [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/52/unixlinux-various/how-to-kill-multiple-tasksscirpts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to manage open_basedir option in Linux Plesk Servers</title>
		<link>http://www.sys-admin.gr/49/plesk/how-to-manage-open_basedir-option-in-linux-plesk-servers/</link>
		<comments>http://www.sys-admin.gr/49/plesk/how-to-manage-open_basedir-option-in-linux-plesk-servers/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 10:46:06 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[manage]]></category>
		<category><![CDATA[open_basedir]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/plesk/49</guid>
		<description><![CDATA[They way to do such change in plesk 7,5 and in 8,x is different so follow the instructions below: *********7.5 PLESK ONLY ******** I made it work. For example if you want to change the Just make a file : open_basedir option for a site located inside the httpsdocs (just like I did) go to [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/49/plesk/how-to-manage-open_basedir-option-in-linux-plesk-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grub Error 22</title>
		<link>http://www.sys-admin.gr/48/unixlinux-various/grub-error-22/</link>
		<comments>http://www.sys-admin.gr/48/unixlinux-various/grub-error-22/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 11:47:05 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[22]]></category>
		<category><![CDATA[ERROR]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/unixlinux-various/48</guid>
		<description><![CDATA[Lets say you have installed 2 OS in your pc Windows &#38; Linux in separate partitions and you use GRUB as a boot loader, then if you some day decide to remove the linux partition (asÂ I did) you will face an error uppon reboot , that will be GRUB Error 22, thats because grub [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/48/unixlinux-various/grub-error-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux &#8211; automatic ftp</title>
		<link>http://www.sys-admin.gr/46/ftp/linux-automatic-ftp/</link>
		<comments>http://www.sys-admin.gr/46/ftp/linux-automatic-ftp/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 13:43:56 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Ftp]]></category>
		<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[netrc]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/ftp/46</guid>
		<description><![CDATA[YouÂ automate ftp with the unix shell, all you need is a .netrc file which will contain the info for each server you want to connect to. machineÂ Â Â Â place.you.connect.to loginÂ Â Â Â USERIDGoesHere passwordÂ Â Â Â PasswordGoesHere save the file and quit, go back in the command line and give [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/46/ftp/linux-automatic-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

