<?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; Shell</title>
	<atom:link href="http://www.sys-admin.gr/tag/shell/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>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>Connections check shell script</title>
		<link>http://www.sys-admin.gr/30/unixlinux-various/connections-check-shell-script/</link>
		<comments>http://www.sys-admin.gr/30/unixlinux-various/connections-check-shell-script/#comments</comments>
		<pubDate>Mon, 04 Jun 2007 13:22:47 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[connections]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/unixlinux-various/30</guid>
		<description><![CDATA[This is a very simple script to run and check how many connections each service (Apache,MySQL,SMTP (qmail)) has. You only have to fill this: {mysq_ladmin_pass} with your mysql administrator password. #!/bin/sh pass={mysq_ladmin_pass} echo &#8220;Apache Connections (port 80):&#8221; `netstat -an &#124;grep :80 &#124;wc -l` echo &#8220;MySQL Connections (port 3306):&#8221; `mysqladmin -uadmin -p&#8221;$pass&#8221; processlist &#124;wc -l` echo [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/30/unixlinux-various/connections-check-shell-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common SSH Commands &#8211; Linux Shell Commands</title>
		<link>http://www.sys-admin.gr/13/unixlinux-various/common-ssh-commands-linux-shell-commands/</link>
		<comments>http://www.sys-admin.gr/13/unixlinux-various/common-ssh-commands-linux-shell-commands/#comments</comments>
		<pubDate>Tue, 29 May 2007 12:03:57 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[Common]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://sys-admin.gr/archives/unixlinux-various/13</guid>
		<description><![CDATA[We&#8217;ve put together some of the more frequently used SSH commands or linux shell commands, and organized them by name so you can easily find a command, their description and how to use it. This guide will continue to be updated and should not be considered a complete list of SSH commands or linux shell [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/13/unixlinux-various/common-ssh-commands-linux-shell-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

