<?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>DebianZone &#187; Others</title>
	<atom:link href="http://debianzone.org/category/trivial/others/feed/" rel="self" type="application/rss+xml" />
	<link>http://debianzone.org</link>
	<description>All About Debian</description>
	<lastBuildDate>Tue, 29 Jun 2010 11:18:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Chrome released for debian distros</title>
		<link>http://debianzone.org/chrome-released-for-debian-distros/</link>
		<comments>http://debianzone.org/chrome-released-for-debian-distros/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 10:07:34 +0000</pubDate>
		<dc:creator>smanne</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[chrome]]></category>

		<guid isPermaLink="false">http://debianzone.org/chrome-released-for-debian-distros/</guid>
		<description><![CDATA[Finally google released chrome browser for debian based distros. After running for hours i feel its stable and working fine
Download Google chrome for Debian
For developers it has developer tools which looks like firebug, but it`s not so power full like firebug, to open developer tools click
ctrl + shift + i
It also supports extensions and themes
At [...]]]></description>
			<content:encoded><![CDATA[<p>Finally google released chrome browser for debian based distros. After running for hours i feel its stable and working fine</p>
<p><a href="http://www.google.com/chrome/eula.html?platform=linux_ubuntu_i386">Download Google chrome for Debian</a></p>
<p>For developers it has developer tools which looks like firebug, but it`s not so power full like firebug, to open developer tools click</p>
<pre>ctrl + shift + i</pre>
<p>It also supports <a href="https://chrome.google.com/extensions">extensions</a> and <a href="https://tools.google.com/chrome/intl/en/themes/index.html">themes</a></p>
<p>At present i can say it as just an alternate browser, but not total replacement for firefox, let me test the stability of chrome for some more time</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=52433f20-75a3-834c-916f-88025056635c" alt="" /></div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fdebianzone.org%2Fchrome-released-for-debian-distros%2F&amp;linkname=Chrome%20released%20for%20debian%20distros">Share/Bookmark</a>]]></content:encoded>
			<wfw:commentRss>http://debianzone.org/chrome-released-for-debian-distros/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Free ubuntu CD</title>
		<link>http://debianzone.org/free-ubuntu-cd/</link>
		<comments>http://debianzone.org/free-ubuntu-cd/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 17:47:33 +0000</pubDate>
		<dc:creator>smanne</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[free cd]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://debianzone.com/?p=33</guid>
		<description><![CDATA[If you are facing problem in downloading large files of linux distibutions, Ubuntu is giving a great offer, you can request free CDs from ubuntu it is totally free and ships to any part of world.
Request Free CD
Share/Bookmark]]></description>
			<content:encoded><![CDATA[<p>If you are facing problem in downloading large files of linux distibutions, Ubuntu is giving a great offer, you can request free CDs from ubuntu it is totally free and ships to any part of world.</p>
<p><a href="https://shipit.ubuntu.com/" target="_blank">Request Free CD</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fdebianzone.org%2Ffree-ubuntu-cd%2F&amp;linkname=Free%20ubuntu%20CD">Share/Bookmark</a>]]></content:encoded>
			<wfw:commentRss>http://debianzone.org/free-ubuntu-cd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail alert for ssh login</title>
		<link>http://debianzone.org/mail-alert-for-ssh-login/</link>
		<comments>http://debianzone.org/mail-alert-for-ssh-login/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 17:38:27 +0000</pubDate>
		<dc:creator>smanne</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[mail alert]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://debianzone.com/mail-alert-for-ssh-login/</guid>
		<description><![CDATA[To get a mail when some logged into your linux system then follow this steps
Edit .bashrc in root folder /root

vi .bashrc

Add following line at end of the file

echo 'ALERT - Root Shell Access (server name) on:' `date`
 `who` &#124; mail -s &#34;Alert: Root Access from `who &#124; cut -d&#34;(&#34; -f2 &#124; cut -d&#34;)&#34;
 -f1`&#34; yourmail@gmail.com
Share/Bookmark]]></description>
			<content:encoded><![CDATA[<p>To get a mail when some logged into your linux system then follow this steps<br />
Edit .bashrc in root folder /root</p>
<pre class="brush: bash;">
vi .bashrc
</pre>
<p>Add following line at end of the file</p>
<pre class="brush: bash;">
echo 'ALERT - Root Shell Access (server name) on:' `date`
 `who` | mail -s &quot;Alert: Root Access from `who | cut -d&quot;(&quot; -f2 | cut -d&quot;)&quot;
 -f1`&quot; yourmail@gmail.com</pre>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fdebianzone.org%2Fmail-alert-for-ssh-login%2F&amp;linkname=Mail%20alert%20for%20ssh%20login">Share/Bookmark</a>]]></content:encoded>
			<wfw:commentRss>http://debianzone.org/mail-alert-for-ssh-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->