<?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>A Question,No Answer..... &#187; Linux</title>
	<atom:link href="http://testing.blog.qrobo.com/archives/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://testing.blog.qrobo.com</link>
	<description>Just another QroboPress weblog</description>
	<lastBuildDate>Fri, 20 Nov 2009 11:57:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple Unix/Linux Text Editing Command</title>
		<link>http://testing.blog.qrobo.com/archives/288</link>
		<comments>http://testing.blog.qrobo.com/archives/288#comments</comments>
		<pubDate>Fri, 20 Nov 2009 11:06:10 +0000</pubDate>
		<dc:creator>tester</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://testing.blog.qrobo.com/archives/288</guid>
		<description><![CDATA[




<p>-Print</p>
<p>cat</p>
<p> synopsis   : cat [OPTION]&#8230; [FILE]&#8230; </p>
</p>
 description: concatenate files and print on the standard output 
<p>
<p>tac</p>
<p> synopsis   : tac [OPTION]&#8230; [FILE]&#8230; </p>
<p> description: concatenate and print files in reverse</p>
<p>-Compare </p>
<p>cmp</p>
<p> synopsis   : cmp [-c] [-i N] [-l] [-s] [-v] file1 file2</p>
<p>description: compare two files</p>
<p>diff</p>
<p> synopsis   : diff [-b] [-i] [-t] [-w] [-c] [-C] [-e] [...]]]></description>
		<wfw:commentRss>http://testing.blog.qrobo.com/archives/288/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Debian Server&#8217;s basic security configuration</title>
		<link>http://testing.blog.qrobo.com/archives/166</link>
		<comments>http://testing.blog.qrobo.com/archives/166#comments</comments>
		<pubDate>Sun, 19 Jul 2009 13:52:07 +0000</pubDate>
		<dc:creator>tester</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://testing.blog.qrobo.com/?p=166</guid>
		<description><![CDATA[




<p>If you using the Debian Web Server, Check these security configurations.</p>
<p>&#160;</p>
<p>======Changing TELNET banner======</p>
<p># more /etc/issue.net      !!!!!WARNNING!!!!!! %h&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;== Warnning Message</p>

<p>&#160;</p>
<p>======Disable ICMP ECHO======</p>
<p># echo 1 &#62; /proc/sys/net/ipv4/icmp_echo_ignore_all       or       # more /etc/sysctl.conf      #   [...]]]></description>
		<wfw:commentRss>http://testing.blog.qrobo.com/archives/166/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache2 configuration(Rewrite module)</title>
		<link>http://testing.blog.qrobo.com/archives/168</link>
		<comments>http://testing.blog.qrobo.com/archives/168#comments</comments>
		<pubDate>Sun, 05 Jul 2009 15:32:36 +0000</pubDate>
		<dc:creator>tester</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Apache2]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Rewrite]]></category>

		<guid isPermaLink="false">http://testing.blog.qrobo.com/?p=168</guid>
		<description><![CDATA[<p>My WEB Server has the two home pages(phpBB3,mediawiki) in my own user’s paths.&#160; </p>
<p>I have installed phpBB3 in the path ~/public_html/phpBB3 and mediawiki in the path ~/public_html/wiki</p>
<p>And My WEB Server&#8217;s document root path was changed to user&#8217;s ~/public_html.</p>
<p></p>
<p>debian:/etc/apache2/sites-available# more default</p>




<p>&#60;/Directory&#62;</p>
<p>RewriteEngine on</p>
<p>RewriteCond %{REQUEST_METHOD} ^TRACE</p>
<p>RewriteRule .* &#8211; [F]</p>
<p>RewriteCond %{HTTP_HOST} !^$</p>
<p>RewriteRule ^/wiki(.*)$ /home/test/public_html/wiki/$1</p>
<p>&#60;==The path specified by http://domain/wiki is&#160; [...]]]></description>
		<wfw:commentRss>http://testing.blog.qrobo.com/archives/168/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Country IP database(IP blocks)</title>
		<link>http://testing.blog.qrobo.com/archives/135</link>
		<comments>http://testing.blog.qrobo.com/archives/135#comments</comments>
		<pubDate>Wed, 01 Jul 2009 23:38:59 +0000</pubDate>
		<dc:creator>tester</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Crack]]></category>
		<category><![CDATA[iptables]]></category>

		<guid isPermaLink="false">http://testing.blog.qrobo.com/?p=135</guid>
		<description><![CDATA[<p>I had operated a private server. The Server&#8217;s OS was Linux DEBIAN.</p>
<p>Cracking was critical problem to my Server Because I&#8217;m not professional. I could not find out whether the Sever was broken into&#8230;</p>
<p>So I had used the Linux&#8217;s iptables package.</p>
<p>Refer to next homepage. This site have the information for indivisual Country&#8217;s IP blocks. It can [...]]]></description>
		<wfw:commentRss>http://testing.blog.qrobo.com/archives/135/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql commands for beginners..</title>
		<link>http://testing.blog.qrobo.com/archives/5</link>
		<comments>http://testing.blog.qrobo.com/archives/5#comments</comments>
		<pubDate>Sun, 21 Jun 2009 23:44:14 +0000</pubDate>
		<dc:creator>tester</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[beginners]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://testing.blog.qrobo.com/?p=5</guid>
		<description><![CDATA[<p>This will be a Quick Mysql command Reference for beginners. </p>
<p>0. Starting of Mysql</p>
<p>&#62; mysqladmin password &#8220;new_password&#8221;</p>
<p>Specify a root&#8217;s password&#8230;</p>
<p>&#62; mysql -u root -p</p>
<p>&#160;Connect</p>
<p>mysql&#62; create database [db_name];</p>
<p>&#160;Create database&#8230;.</p>
<p>mysql&#62; create user &#8216;user_name&#8217;@'localhost&#8217; identified by &#8216;password&#8217;;</p>
<p>&#160;Create DB user&#8230;.first method..</p>
<p>mysql&#62; insert into user values(&#8217;localhost&#8217;,'user_name&#8217;,password(&#8217;password&#8217;),&#8217;N',&#8217;N',&#8217;N',
&#8216;N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;,'N&#8217;);</p>
<p>&#160;Create DB user.second method..according to a version,may vary N&#8217;s number.</p>
<p>mysql&#62; flush privileges;</p>
<p>mysql&#62; grant all privileges [...]]]></description>
		<wfw:commentRss>http://testing.blog.qrobo.com/archives/5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
