<?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; in</title>
	<atom:link href="http://www.sys-admin.gr/tag/in/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>Plesk Billing 6.x  Fatal error: Unsupported operand types in..</title>
		<link>http://www.sys-admin.gr/70/plesk-billing/plesk-billing-6x-fatal-error-unsupported-operand-types-in/</link>
		<comments>http://www.sys-admin.gr/70/plesk-billing/plesk-billing-6x-fatal-error-unsupported-operand-types-in/#comments</comments>
		<pubDate>Sun, 17 May 2009 14:22:02 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Plesk Billing]]></category>
		<category><![CDATA[6.x]]></category>
		<category><![CDATA[Billing]]></category>
		<category><![CDATA[ERROR]]></category>
		<category><![CDATA[Fatal]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[operand]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[types]]></category>
		<category><![CDATA[Unsupported]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/?p=70</guid>
		<description><![CDATA[After a totally fresh installation of Plesk Billing , as you login as a simple client you may notice an PHP Fatal error (the webpage will be blank but the errors will be visible in the log files)To fix this download (check here) the installation files of PPB version 6.0.0  and replace the following files: [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/70/plesk-billing/plesk-billing-6x-fatal-error-unsupported-operand-types-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show Full Path in Shell (bash)</title>
		<link>http://www.sys-admin.gr/65/unixlinux-various/show-full-path-in-shell-bash/</link>
		<comments>http://www.sys-admin.gr/65/unixlinux-various/show-full-path-in-shell-bash/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 11:14:05 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Full]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Show]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/?p=65</guid>
		<description><![CDATA[Lets say you have to navigate to a long directory like /var/www/vhosts/mydomain.tld/httpdocs/myfolder/ etc even if you give the command &#8220;cd /var/www/vhosts/mydomain.tld/httpdocs/myfolder/&#8221; at your shell window you will see only your username and the last folder , something like &#8220;root /myfolder#&#8221; in order you view the full path without having to use the pwd command every [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/65/unixlinux-various/show-full-path-in-shell-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I setup all subdomains *.domain.tld to point to a domain domain.tld? &#124; wildcard dns in plesk</title>
		<link>http://www.sys-admin.gr/63/plesk/how-do-i-setup-all-subdomains-domaintld-to-point-to-a-domain-domaintld-wildcard-dns-in-plesk/</link>
		<comments>http://www.sys-admin.gr/63/plesk/how-do-i-setup-all-subdomains-domaintld-to-point-to-a-domain-domaintld-wildcard-dns-in-plesk/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 10:45:30 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[*.domain.tld]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[all]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[do]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[I]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[subdomains]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/?p=63</guid>
		<description><![CDATA[For that purpose you should add an entry into domain&#8217;s zone DNS  like: *.domain.com. CNAME domain.com. and configure Apache with the following line in the domain&#8217;s vhost.conf: ServerAlias *.domain.com After the changes have been made do not forget to restart apache (with &#8220;$PRODUCT_ROOT_D/admin/bin/websrvmng -a -v&#8221;) and BIND services to apply changes.]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/63/plesk/how-do-i-setup-all-subdomains-domaintld-to-point-to-a-domain-domaintld-wildcard-dns-in-plesk/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>xinetd[#]: Deactivating service smtp due to excessive incoming connections.  Restarting in 30 seconds.</title>
		<link>http://www.sys-admin.gr/54/security/xinetd-deactivating-service-smtp-due-to-excessive-incoming-connections-restarting-in-30-seconds/</link>
		<comments>http://www.sys-admin.gr/54/security/xinetd-deactivating-service-smtp-due-to-excessive-incoming-connections-restarting-in-30-seconds/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 11:55:37 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Mail Server]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[30]]></category>
		<category><![CDATA[connections]]></category>
		<category><![CDATA[deactivating]]></category>
		<category><![CDATA[due]]></category>
		<category><![CDATA[excessive]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[incoming]]></category>
		<category><![CDATA[restarting]]></category>
		<category><![CDATA[seconds]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[xinetd]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/security/54</guid>
		<description><![CDATA[This happened to a Plesk 8.x Linux (RH) server, the problem was that smtp service was up and running, and the queue was very light , but smtp wouldn&#8217;t accept any connections at port 25 even from localhost. In the /var/log/messages I saw this disturbing message: xinetd[#]: Deactivating service smtp due to excessive incoming connections. [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/54/security/xinetd-deactivating-service-smtp-due-to-excessive-incoming-connections-restarting-in-30-seconds/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>
	</channel>
</rss>

