<?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"
	>

<channel>
	<title>LINUX ADMINISTRATION NOTES &#38; CODE SNIPPETS</title>
	<atom:link href="http://www.linuxbloggers.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxbloggers.org</link>
	<description>pTCsxunH</description>
	<pubDate>Wed, 12 Nov 2008 21:27:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Google offers free Mysql database</title>
		<link>http://linuxbloggers.org/google-offers-free-mysql-database/</link>
		<comments>http://linuxbloggers.org/google-offers-free-mysql-database/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 21:27:28 +0000</pubDate>
		<dc:creator>linux</dc:creator>
		
		<category><![CDATA[Fun and Linux]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://linuxconfig.wordpress.com/?p=115</guid>
		<description><![CDATA[Search engine is very powerful tool but not just for search but also for beginner hacking. Some mysqladmin web tools are indexed with google which make them available for search. By searching with keywords:

“phpMyAdmin” “running on” inurl:”main.php” site:com
“phpMyAdmin” “running on” inurl:”main.php” site:org
or
“phpMyAdmin” “running on” inurl:”main.php” site:net
etc.
we can get a results for all google indexed mysqladmin. [...]]]></description>
		<wfw:commentRss>http://linuxbloggers.org/google-offers-free-mysql-database/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Display date-clock with simple bash command and while loop</title>
		<link>http://linuxbloggers.org/display-date-clock-with-simple-bash-command-and-while-loop/</link>
		<comments>http://linuxbloggers.org/display-date-clock-with-simple-bash-command-and-while-loop/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 22:25:55 +0000</pubDate>
		<dc:creator>linux</dc:creator>
		
		<category><![CDATA[Administration]]></category>

		<category><![CDATA[Bash]]></category>

		<category><![CDATA[Commands]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Scripting]]></category>

		<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://linuxconfig.wordpress.com/?p=113</guid>
		<description><![CDATA[Here is a simple example on how to display date/watch with simple bash command:

$ while true; do clear; date; sleep 1; done
]]></description>
		<wfw:commentRss>http://linuxbloggers.org/display-date-clock-with-simple-bash-command-and-while-loop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>List only hidden files with ls command</title>
		<link>http://linuxbloggers.org/list-only-hidden-files-with-ls-command/</link>
		<comments>http://linuxbloggers.org/list-only-hidden-files-with-ls-command/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 01:32:38 +0000</pubDate>
		<dc:creator>linux</dc:creator>
		
		<category><![CDATA[Commands]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://linuxconfig.wordpress.com/?p=110</guid>
		<description><![CDATA[We all know how to list non-hidden and hidden files with ls command on shell. However I could not find out how to list only hidden files ( starting with &#8220;.&#8221; ) with only ls command. One, but not complete solution could by to using TAB key. For example ls . and pressing 2xTAB will [...]]]></description>
		<wfw:commentRss>http://linuxbloggers.org/list-only-hidden-files-with-ls-command/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
