<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>MYNITOR.COM</title>
	
	<link>http://www.mynitor.com</link>
	<description>When the real business don't work out, make it a blog.</description>
	<lastBuildDate>Thu, 04 Mar 2010 16:42:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/mynitor" /><feedburner:info uri="mynitor" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Subversion self tutorial</title>
		<link>http://feedproxy.google.com/~r/mynitor/~3/TQfV0iVWzB0/</link>
		<comments>http://www.mynitor.com/2010/03/04/subversion-self-tutorial/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 16:37:27 +0000</pubDate>
		<dc:creator>madiga</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://www.mynitor.com/?p=699</guid>
		<description><![CDATA[




Subversion is an open-source version control system similar to CVS except it&#8217;s supposed to be a replacement for CVS.  It has some advantages of over CVS such as better management of files and directories, renaming, branching as of course reverting.
As I&#8217;ve indicated before, one of the main reasons I keep adding articles to this [...]]]></description>
			<content:encoded><![CDATA[<p>Subversion is an open-source version control system similar to CVS except it&#8217;s supposed to be a replacement for CVS.  It has some advantages of over CVS such as better management of files and directories, renaming, branching as of course reverting.</p>
<p>As I&#8217;ve indicated before, one of the main reasons I keep adding articles to this blog is for my own reference as well.  This way at some point in the future, If I need to lookup something, I can simply visit the site and find what I need.</p>
<p>At the same time, I hope that these short articles also benefit some of you as well.</p>
<ul>
<li>Create a repository <em>mynitor.com:</em></li>
</ul>
<pre>$ cd /data/repositories

$ svnadmin create mynitor.com</pre>
<ul>
<li>Import project <em>mynitor.com:</em></li>
</ul>
<pre>$ svn mkdir file:///data/repositories/mynitor.com

$ cd /home/mynitor.com

$ svn import file:///data/repositories/mynitor.com</pre>
<ul>
<li>Checkout mynitor.com project, make changes and re-submit to svn:</li>
</ul>
<pre>$ svn checkout file:///data/repositories/mynitor.com

$ svn commit</pre>
<ul>
<li>Compare revisions:</li>
</ul>
<pre>$ svn compare -r R1:R2 [filename]</pre>
<ul>
<li>Revert to previous version</li>
</ul>
<pre>$ svn update -r R</pre>
<ul>
<li>Checkout over HTTP if server is using WebDAV</li>
</ul>
<pre>$ svn co --username mynitor --password myblog 

http://svn.mynitor.com/mynitor/branches/live/</pre>
<ul>
<li>And my favorite, checkout over SSH</li>
</ul>
<pre> $ svn co svn+ssh://mynitor@svn.mynitor.com/mynitor/branches/live/</pre>
<p>You will find <strong>svn help</strong> very helpful.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d699').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d699" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.mynitor.com/2010/03/04/subversion-self-tutorial/&amp;submitHeadline=Subversion+self+tutorial&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.mynitor.com/2010/03/04/subversion-self-tutorial/&amp;title=Subversion+self+tutorial" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.mynitor.com/2010/03/04/subversion-self-tutorial/&amp;title=Subversion+self+tutorial" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.mynitor.com/2010/03/04/subversion-self-tutorial/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.mynitor.com/2010/03/04/subversion-self-tutorial/&amp;title=Subversion+self+tutorial" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.mynitor.com/2010/03/04/subversion-self-tutorial/&amp;bm_description=Subversion+self+tutorial" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.mynitor.com/2010/03/04/subversion-self-tutorial/&amp;T=Subversion+self+tutorial" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.mynitor.com/2010/03/04/subversion-self-tutorial/&amp;title=Subversion+self+tutorial" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.mynitor.com/2010/03/04/subversion-self-tutorial/&amp;title=Subversion+self+tutorial" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.mynitor.com/2010/03/04/subversion-self-tutorial/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.mynitor.com/2010/03/04/subversion-self-tutorial/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Subversion+self+tutorial+@+http://www.mynitor.com/2010/03/04/subversion-self-tutorial/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.mynitor.com/2010/03/04/subversion-self-tutorial/&amp;t=Subversion+self+tutorial" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d699').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d699').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>
<p><a href="http://feedads.g.doubleclick.net/~a/F9i7ys37KslM671izDgkdP2pr4M/0/da"><img src="http://feedads.g.doubleclick.net/~a/F9i7ys37KslM671izDgkdP2pr4M/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/F9i7ys37KslM671izDgkdP2pr4M/1/da"><img src="http://feedads.g.doubleclick.net/~a/F9i7ys37KslM671izDgkdP2pr4M/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/mynitor/~4/TQfV0iVWzB0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mynitor.com/2010/03/04/subversion-self-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.mynitor.com/2010/03/04/subversion-self-tutorial/</feedburner:origLink></item>
		<item>
		<title>Daemonize any process in Linux</title>
		<link>http://feedproxy.google.com/~r/mynitor/~3/Pl4Y7GiXz8E/</link>
		<comments>http://www.mynitor.com/2010/02/28/daemonize-any-process-in-linux/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 18:34:24 +0000</pubDate>
		<dc:creator>madiga</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[nohup]]></category>

		<guid isPermaLink="false">http://www.mynitor.com/?p=691</guid>
		<description><![CDATA[Any user or admin more than likely faced or will face a situation where their command will take a long time to complete and at the same time you&#8217;d want to logout and go home.  If user&#8217;s shell exits, it sends a SIGHUP signal to it&#8217;s children killing them all.
Well one of the reasons why [...]]]></description>
			<content:encoded><![CDATA[<p>Any user or admin more than likely faced or will face a situation where their command will take a long time to complete and at the same time you&#8217;d want to logout and go home.  If user&#8217;s shell exits, it sends a SIGHUP signal to it&#8217;s children killing them all.</p>
<p>Well one of the reasons why Linux is so awesome is that it has a solution for almost any situation.  So in this case, if the job is preceded by the nohup command, the program ignores SIGHUP and will continue to run on the system until completion. Processes run by nohup are immnue to SIGHUP and SIGQUIT signals.</p>
<p>By using nohup, it releases the command to the system level and it becomes independent of your shell and functions as a system daemon.  You can also run your command and redirect output to a log to scan through later.  Here are some examples of using nohup:</p>
<blockquote><p>$ nohup myprogram &amp;</p></blockquote>
<ul>
<li>The above command starts myprogram in the background in such a way that the subsequent logout does not stop it.  By default, nohup.out is created and captures all the output.</li>
</ul>
<blockquote><p>$ nohup myprogram &gt; /tmp/output.log 2&gt;&amp;1 &amp;</p></blockquote>
<ul>
<li>The above redirect output to a file other than the nohup.out.</li>
</ul>
<p>If you already have something running in bg without using the nohup command, you can easily bring nohup to the picture:</p>
<blockquote><p>$ myprogram &amp;<br /> $ nohup -p `pgrep myprogram`</p></blockquote>
<ul>
<li>myprogram is now preceded by nohup.</li>
</ul>
<blockquote><p>$ nohup find / -name &#8216;*&#8217; -size +1000k &gt; log.txt</p></blockquote>
<ul>
<li>The above example runs the find command, detaches itself in bg as a daemon and continues to run until completion.</li>
</ul>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d691').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d691" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.mynitor.com/2010/02/28/daemonize-any-process-in-linux/&amp;submitHeadline=Daemonize+any+process+in+Linux&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.mynitor.com/2010/02/28/daemonize-any-process-in-linux/&amp;title=Daemonize+any+process+in+Linux" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.mynitor.com/2010/02/28/daemonize-any-process-in-linux/&amp;title=Daemonize+any+process+in+Linux" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.mynitor.com/2010/02/28/daemonize-any-process-in-linux/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.mynitor.com/2010/02/28/daemonize-any-process-in-linux/&amp;title=Daemonize+any+process+in+Linux" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.mynitor.com/2010/02/28/daemonize-any-process-in-linux/&amp;bm_description=Daemonize+any+process+in+Linux" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.mynitor.com/2010/02/28/daemonize-any-process-in-linux/&amp;T=Daemonize+any+process+in+Linux" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.mynitor.com/2010/02/28/daemonize-any-process-in-linux/&amp;title=Daemonize+any+process+in+Linux" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.mynitor.com/2010/02/28/daemonize-any-process-in-linux/&amp;title=Daemonize+any+process+in+Linux" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.mynitor.com/2010/02/28/daemonize-any-process-in-linux/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.mynitor.com/2010/02/28/daemonize-any-process-in-linux/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Daemonize+any+process+in+Linux+@+http://www.mynitor.com/2010/02/28/daemonize-any-process-in-linux/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.mynitor.com/2010/02/28/daemonize-any-process-in-linux/&amp;t=Daemonize+any+process+in+Linux" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d691').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d691').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>
<p><a href="http://feedads.g.doubleclick.net/~a/oJCWbaTKfm47TDlFdJNLsRizufQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/oJCWbaTKfm47TDlFdJNLsRizufQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/oJCWbaTKfm47TDlFdJNLsRizufQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/oJCWbaTKfm47TDlFdJNLsRizufQ/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/mynitor/~4/Pl4Y7GiXz8E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mynitor.com/2010/02/28/daemonize-any-process-in-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.mynitor.com/2010/02/28/daemonize-any-process-in-linux/</feedburner:origLink></item>
		<item>
		<title>Kubuntu is awesome!</title>
		<link>http://feedproxy.google.com/~r/mynitor/~3/rMrIYkYOF9g/</link>
		<comments>http://www.mynitor.com/2010/02/27/kubuntu-is-awesome/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 06:08:22 +0000</pubDate>
		<dc:creator>madiga</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[kbuntu]]></category>

		<guid isPermaLink="false">http://www.mynitor.com/?p=681</guid>
		<description><![CDATA[Why do many people use Gnome as their window manager for Linux?  It seems Ubuntu.com markets the distribution which contains Gnome pre-installed. For example, the live CD contains Gnome and for this reason many new users seem to think this is their limitation as far desktop interface goes.
However if there are users who are transitioning [...]]]></description>
			<content:encoded><![CDATA[<p>Why do many people use Gnome as their window manager for Linux?  It seems Ubuntu.com markets the distribution which contains Gnome pre-installed. For example, the live CD contains Gnome and for this reason many new users seem to think this is their limitation as far desktop interface goes.</p>
<p>However if there are users who are transitioning from Window to Linux for the first time, then KDE is probably a more suitable candidate for it&#8217;s familiar style to Windows and ease of moving around. </p>
<p>Gnome feels more of a Unix desktop for average Linux users but with KDE, new users would immediately find themselves very comfortable with it.</p>
<p>Just click on the big &#8220;K&#8221; icon and you&#8217;ll see the familiar look and feel that Windows has.   So my advice for what it&#8217;s worth is to give KDE a try.  Download the Kubuntu distribution instead and give it a shot instead of the default distribution.  If you already have Ubuntu installed and want to give KDE a try, simply type:</p>
<blockquote><p>sudo apt-get install kubuntu-desktop</p></blockquote>
<p>You can decide to use kdm (KDE) or gdm (Gnome) as your default but you can keep it as gdm for now and if you like KDE more, you can always make it a default later.  The login process usually asks if you want to make KDE your default or not.</p>
<p>If you find yourself not liking KDE, then simply remove by typing:</p>
<blockquote><p>sudo aptitude remove kubuntu-desktop</p></blockquote>
<p>Enjoy KDE, I am.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d681').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d681" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.mynitor.com/2010/02/27/kubuntu-is-awesome/&amp;submitHeadline=Kubuntu+is+awesome%21&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.mynitor.com/2010/02/27/kubuntu-is-awesome/&amp;title=Kubuntu+is+awesome%21" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.mynitor.com/2010/02/27/kubuntu-is-awesome/&amp;title=Kubuntu+is+awesome%21" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.mynitor.com/2010/02/27/kubuntu-is-awesome/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.mynitor.com/2010/02/27/kubuntu-is-awesome/&amp;title=Kubuntu+is+awesome%21" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.mynitor.com/2010/02/27/kubuntu-is-awesome/&amp;bm_description=Kubuntu+is+awesome%21" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.mynitor.com/2010/02/27/kubuntu-is-awesome/&amp;T=Kubuntu+is+awesome%21" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.mynitor.com/2010/02/27/kubuntu-is-awesome/&amp;title=Kubuntu+is+awesome%21" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.mynitor.com/2010/02/27/kubuntu-is-awesome/&amp;title=Kubuntu+is+awesome%21" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.mynitor.com/2010/02/27/kubuntu-is-awesome/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.mynitor.com/2010/02/27/kubuntu-is-awesome/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Kubuntu+is+awesome%21+@+http://www.mynitor.com/2010/02/27/kubuntu-is-awesome/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.mynitor.com/2010/02/27/kubuntu-is-awesome/&amp;t=Kubuntu+is+awesome%21" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d681').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d681').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>
<p><a href="http://feedads.g.doubleclick.net/~a/Vh__tf5KcCXg_yN4kdGWz9g1TCg/0/da"><img src="http://feedads.g.doubleclick.net/~a/Vh__tf5KcCXg_yN4kdGWz9g1TCg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Vh__tf5KcCXg_yN4kdGWz9g1TCg/1/da"><img src="http://feedads.g.doubleclick.net/~a/Vh__tf5KcCXg_yN4kdGWz9g1TCg/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/mynitor/~4/rMrIYkYOF9g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mynitor.com/2010/02/27/kubuntu-is-awesome/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.mynitor.com/2010/02/27/kubuntu-is-awesome/</feedburner:origLink></item>
		<item>
		<title>Command line calculator for Linux, calculate big with bc</title>
		<link>http://feedproxy.google.com/~r/mynitor/~3/72Wlp7OfDvM/</link>
		<comments>http://www.mynitor.com/2010/02/25/command-line-calculator-for-linux-calculate-big-with-bc/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 04:03:59 +0000</pubDate>
		<dc:creator>madiga</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.mynitor.com/?p=676</guid>
		<description><![CDATA[If you&#8217;re a command line freak, you&#8217;ve probably use expr for common math calculations but did you know that the bc command allows you to do similar math calculations and is  more powerful when it comes to bigger calculations?
bc is  a  language  that  supports arbitrary precision numbers with interactive execution [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re a command line freak, you&#8217;ve probably use <strong>expr </strong>for common math calculations but did you know that the <strong>bc </strong>command allows you to do similar math calculations and is  more powerful when it comes to bigger calculations?</p>
<blockquote><p><strong>bc </strong>is  a  language  that  supports arbitrary precision numbers with interactive execution of statements.  There are some similarities in the syntax to  the  C  programming  language.   A standard math library is available by command line option.  If requested, the math library is defined before processing any files.  bc starts by processing code from all the files  listed on  the command line in the order listed.  After all files have been processed, bc reads from the standard input.  All code is executed as it is read.  (If a file contains  a  command  to halt the processor, bc will never read from the standard input.)</p></blockquote>
<p>If the above man page description don&#8217;t make any sense yet, then just remember that <strong>bc </strong>is a command line calculator.  The nice thing about<strong> bc</strong> is that it accepts inputs from files, from standard output and this allows the command line user to pipe data out for quick calculations.  The syntax for basic calculation is very similar to <a href="http://www.google.com/help/features.html#calculator">Google&#8217;s calculator.</a></p>
<p>Here are some basic examples:</p>
<blockquote><p><strong>$ cat file.txt</strong><br />
<strong>5+5</strong><br />
<strong>$ bc &lt; file.txt</strong><br />
<strong>10<br />
$ </strong><strong>echo 2+2 | bc<br />
</strong> <strong> 4<br />
</strong></p></blockquote>
<p>It&#8217;s possible to use basic math with variables:</p>
<blockquote><p><strong>$ A=9<br />
$ B=6<br />
$ C=$ ((A+B))<br />
$ echo $C<br />
15</strong></p></blockquote>
<p>Some more basic examples of addition, subtraction, multiplication and division:</p>
<blockquote><p><strong>$  echo &#8216;50+20&#8242; | bc<br />
70<br />
$ echo &#8216;50-20&#8242; | bc<br />
30<br />
$  echo &#8216;50*20&#8242; | bc<br />
1000<br />
$  echo &#8216;50/20&#8242; | bc<br />
2</strong></p></blockquote>
<p>There is a variable called scale and using it adds number of digits which follow the decimal point.  By default scale is 0.  So the above example shows 2 but if scale variable was used, the result could be displayed in x # of digits.</p>
<blockquote><p><strong>$ echo &#8217;scale=1;50/20&#8242; | bc<br />
2.5</strong></p></blockquote>
<p>How about square root, and power:</p>
<blockquote><p><strong>$ echo &#8217;scale=15;sqrt(8)&#8217; | bc<br />
2.828427124746190<br />
$  echo &#8216;4^4&#8242; | bc<br />
256</strong></p></blockquote>
<p>Convert from decimal to hexadecimal, from decimal to binary and from binary back to decimal:</p>
<blockquote><p><strong>$ echo &#8216;obase=16;255&#8242; | bc<br />
FF<br />
$ echo &#8216;obase=2;22&#8242; | bc<br />
10110<br />
$  echo &#8216;ibase=2;obase=A;10110&#8242; | bc<br />
22</strong></p></blockquote>
<p><strong>bc </strong>in interactive mode:</p>
<blockquote><p><strong>$ bc<br />
4*4<br />
16<br />
13*13<br />
169<br />
scale=10<br />
199/3<br />
66.3333333333<br />
2^32<br />
4294967296</strong></p></blockquote>
<p>As you can see, it&#8217;s not shy about displaying the big value results.  Here are some more resources to help you explore bc further:</p>
<ol>
<li><strong>man bc </strong>(Yes man page, it&#8217;s got everything you&#8217;ll need)<strong> </strong></li>
</ol>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d676').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d676" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.mynitor.com/2010/02/25/command-line-calculator-for-linux-calculate-big-with-bc/&amp;submitHeadline=Command+line+calculator+for+Linux%2C+calculate+big+with+bc&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.mynitor.com/2010/02/25/command-line-calculator-for-linux-calculate-big-with-bc/&amp;title=Command+line+calculator+for+Linux%2C+calculate+big+with+bc" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.mynitor.com/2010/02/25/command-line-calculator-for-linux-calculate-big-with-bc/&amp;title=Command+line+calculator+for+Linux%2C+calculate+big+with+bc" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.mynitor.com/2010/02/25/command-line-calculator-for-linux-calculate-big-with-bc/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.mynitor.com/2010/02/25/command-line-calculator-for-linux-calculate-big-with-bc/&amp;title=Command+line+calculator+for+Linux%2C+calculate+big+with+bc" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.mynitor.com/2010/02/25/command-line-calculator-for-linux-calculate-big-with-bc/&amp;bm_description=Command+line+calculator+for+Linux%2C+calculate+big+with+bc" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.mynitor.com/2010/02/25/command-line-calculator-for-linux-calculate-big-with-bc/&amp;T=Command+line+calculator+for+Linux%2C+calculate+big+with+bc" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.mynitor.com/2010/02/25/command-line-calculator-for-linux-calculate-big-with-bc/&amp;title=Command+line+calculator+for+Linux%2C+calculate+big+with+bc" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.mynitor.com/2010/02/25/command-line-calculator-for-linux-calculate-big-with-bc/&amp;title=Command+line+calculator+for+Linux%2C+calculate+big+with+bc" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.mynitor.com/2010/02/25/command-line-calculator-for-linux-calculate-big-with-bc/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.mynitor.com/2010/02/25/command-line-calculator-for-linux-calculate-big-with-bc/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Command+line+calculator+for+Linux%2C+calculate+big+with+bc+@+http://www.mynitor.com/2010/02/25/command-line-calculator-for-linux-calculate-big-with-bc/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.mynitor.com/2010/02/25/command-line-calculator-for-linux-calculate-big-with-bc/&amp;t=Command+line+calculator+for+Linux%2C+calculate+big+with+bc" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d676').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d676').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>
<p><a href="http://feedads.g.doubleclick.net/~a/n-oJvqZz-gOrA8Qx_lxO1q4Ltrw/0/da"><img src="http://feedads.g.doubleclick.net/~a/n-oJvqZz-gOrA8Qx_lxO1q4Ltrw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/n-oJvqZz-gOrA8Qx_lxO1q4Ltrw/1/da"><img src="http://feedads.g.doubleclick.net/~a/n-oJvqZz-gOrA8Qx_lxO1q4Ltrw/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/mynitor/~4/72Wlp7OfDvM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mynitor.com/2010/02/25/command-line-calculator-for-linux-calculate-big-with-bc/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.mynitor.com/2010/02/25/command-line-calculator-for-linux-calculate-big-with-bc/</feedburner:origLink></item>
		<item>
		<title>14 useful ARP monitoring tools</title>
		<link>http://feedproxy.google.com/~r/mynitor/~3/4rE_TrbhlO0/</link>
		<comments>http://www.mynitor.com/2010/02/13/14-useful-arp-monitoring-tools/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 02:50:28 +0000</pubDate>
		<dc:creator>madiga</dc:creator>
				<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.mynitor.com/?p=658</guid>
		<description><![CDATA[Some say ARP is an old school crap that it&#8217;s no longer useful in this modern day and age.  Those who say this, don&#8217;t know what it&#8217;s all about.  ARP is used to link IP address to a system&#8217;s physical MAC address in a local network, this is how the servers identify each other.
By understanding [...]]]></description>
			<content:encoded><![CDATA[<p>Some say ARP is an old school crap that it&#8217;s no longer useful in this modern day and age.  Those who say this, don&#8217;t know what it&#8217;s all about.  ARP is used to link IP address to a system&#8217;s physical MAC address in a local network, this is how the servers identify each other.</p>
<p>By understanding ARP and knowing how to use the arp utility, one can troubleshoot network related issues faster.  In this article, we&#8217;ve put together 14 tools specifically used to to deal with ARP related monitoring and troubleshooting.</p>
<h4>1) Arping</h4>
<p>- an ARP level ping utility. It&#8217;s good for finding out if an IP is taken before you have routing to that subnet. It can also ping MAC addresses directly.</p>
<ul>
<li><a href="http://www.habets.pp.se/synscan/programs.php?prog=arping">Download from here</a></li>
</ul>
<h4>2) arp-scan</h4>
<p>-  sends ARP (Address Resolution Protocol) queries to the specified targets, and displays any responses that are received. It allows any part of the outgoing ARP packets to be changed, allowing the behavior of targets to non-standard ARP packets to be examined. The IP address and hardware address of received packets are displayed, together with the vendor details. These details are obtained from the IEEE OUI and IAB listings, plus a few manual entries. It includes arp-fingerprint, which allows a system to be fingerprinted based on how it responds to non-standard ARP packets.</p>
<ul>
<li><a href="http://www.nta-monitor.com/tools/arp-scan/">Download from here</a></li>
</ul>
<h4>3)  arpalert</h4>
<p>- uses ARP address monitoring to help prevent unauthorized connections on the local network. If an illegal connection is detected, a program or script is launched, which could be used to send an alert message, for example.</p>
<ul>
<li><a href="http://www.arpalert.org/">Download from here</a></li>
</ul>
<h4>4)  parprouted</h4>
<p>- a daemon for transparent IP (Layer 3) proxy ARP bridging. This is useful for creation of transparent firewalls and bridging networks with different MAC protocols. Also, unlike standard bridging, proxy ARP bridging allows to bridge Ethernet networks behind wireless nodes without using WDS or layer 2 bridging.</p>
<ul>
<li><a href="http://hazardous-area.org/parprouted/">Download from here</a></li>
</ul>
<h4>5)  ARPSpoofDetector</h4>
<p>-performs active and passive detection of ARP spoofing and IP (IPv4) address collision. The program can send healing packets with regular ARP information.</p>
<ul>
<li><a href="http://www.netmasters.cz/index.php?option=com_content&amp;task=view&amp;id=27&amp;Itemid=52">Download from here</a></li>
</ul>
<h4>6)  Local IP Takeover</h4>
<p>- provides network link redundancy within a single server that has multiple network interface cards (NICs) with each NIC connected to separate network switches. If the primary NIC fails (i.e. it cannot ping its default gateway), the &#8220;service&#8221; IP (the IP that the outside world connects to) will automatically float to the secondary NIC and a specially crafted ARP (utilizing send_arp) will be broadcast on the local network, thereby instructing all other hosts to update their local ARP cache. The result is minimal service downtime. Plus, no manual intervention is required in the event that a network card, cable, or switch breaks.</p>
<ul>
<li><a href="http://sentinel.dk/lipt/">Download from here</a></li>
</ul>
<h4>7) ARP Tools</h4>
<p>- Collection of libnet and libpcap based ARP utilities. It currently contains ARP Discover (arpdiscover), an Ethernet scanner based on ARP protocol; ARP Flood (arpflood), an ARP request flooder; and ARP Poison (arppoison), for poisoning switches&#8217; MAC address tables.</p>
<ul>
<li><a href="http://www.burghardt.pl/2007/12/arp-tools/">Download from here</a></li>
</ul>
<h4>8 )  Gnome ARP</h4>
<p>- an ARP monitoring program written on Gnome with the GTK toolkit and Ruby. It takes ARP tables and some system variables via SNMP and ARP protocols and determines whether any machines have changed their IP address. It is useful for detecting new machines on the network and detecting which machine have changed addresses. It is intended especially for network admins.</p>
<ul>
<li><a href="http://projects.comu.edu.tr/garp/">Download from here</a></li>
</ul>
<h4>9) Arphound</h4>
<p>- a tool that listens to all traffic on an ethernet network interface. It reports IP/MAC address pairs as well as events such as IP conflicts, IP changes, IP addresses with no RDNS, various ARP spoofing, and packets not using the expected gateway. Reporting is done to stdout, to a specified file, or to syslog in a format that can be easily parsed by scripts.</p>
<ul>
<li><a href="http://www.nottale.net/index.php?project=arphound">Download from here</a></li>
</ul>
<h4>10)  wakearp</h4>
<p>- a small utility to induce ARP resolution for any listening IP address in the local /24 subnet.</p>
<ul>
<li><a href="http://www.elifulkerson.com/projects/wakearp.php">Download from here</a></li>
</ul>
<h4>11)  MasarLabs NoArp</h4>
<p>- a Linux kernel module that filters and drops unwanted ARP requests. It is useful when you need to add an alias to the loopback interface to use a load balancer.</p>
<ul>
<li><a href="http://www.masarlabs.com/noarp/">Download from here</a></li>
</ul>
<h4>12)  Antidote</h4>
<p>- a detector for ARP poisoning on a switched network.</p>
<ul>
<li><a href="http://antidote.sourceforge.net/">Download from here</a></li>
</ul>
<h4>13)  arprelease</h4>
<p>- a small libnet-based tool to flush ARP cache entries from devices like Cisco routers to move an IP from one Linux box to another.</p>
<ul>
<li><a href="http://arprelease.sourceforge.net/">Download from here</a></li>
</ul>
<h4>14)  ARPoison</h4>
<p>- a network analysis tool that sends ARP packets to/from specified hardware and protocol addresses.</p>
<ul>
<li><a href="http://arpoison.sourceforge.net/">Download from here</a></li>
</ul>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d658').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d658" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.mynitor.com/2010/02/13/14-useful-arp-monitoring-tools/&amp;submitHeadline=14+useful+ARP+monitoring+tools&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.mynitor.com/2010/02/13/14-useful-arp-monitoring-tools/&amp;title=14+useful+ARP+monitoring+tools" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.mynitor.com/2010/02/13/14-useful-arp-monitoring-tools/&amp;title=14+useful+ARP+monitoring+tools" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.mynitor.com/2010/02/13/14-useful-arp-monitoring-tools/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.mynitor.com/2010/02/13/14-useful-arp-monitoring-tools/&amp;title=14+useful+ARP+monitoring+tools" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.mynitor.com/2010/02/13/14-useful-arp-monitoring-tools/&amp;bm_description=14+useful+ARP+monitoring+tools" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.mynitor.com/2010/02/13/14-useful-arp-monitoring-tools/&amp;T=14+useful+ARP+monitoring+tools" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.mynitor.com/2010/02/13/14-useful-arp-monitoring-tools/&amp;title=14+useful+ARP+monitoring+tools" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.mynitor.com/2010/02/13/14-useful-arp-monitoring-tools/&amp;title=14+useful+ARP+monitoring+tools" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.mynitor.com/2010/02/13/14-useful-arp-monitoring-tools/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.mynitor.com/2010/02/13/14-useful-arp-monitoring-tools/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+14+useful+ARP+monitoring+tools+@+http://www.mynitor.com/2010/02/13/14-useful-arp-monitoring-tools/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.mynitor.com/2010/02/13/14-useful-arp-monitoring-tools/&amp;t=14+useful+ARP+monitoring+tools" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d658').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d658').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>
<p><a href="http://feedads.g.doubleclick.net/~a/2_L-GZz671cXK1QpWzFORG4K7I8/0/da"><img src="http://feedads.g.doubleclick.net/~a/2_L-GZz671cXK1QpWzFORG4K7I8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/2_L-GZz671cXK1QpWzFORG4K7I8/1/da"><img src="http://feedads.g.doubleclick.net/~a/2_L-GZz671cXK1QpWzFORG4K7I8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/mynitor/~4/4rE_TrbhlO0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mynitor.com/2010/02/13/14-useful-arp-monitoring-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.mynitor.com/2010/02/13/14-useful-arp-monitoring-tools/</feedburner:origLink></item>
		<item>
		<title>15 Remote Desktop Solutions for Linux.</title>
		<link>http://feedproxy.google.com/~r/mynitor/~3/7CZKd85QE3A/</link>
		<comments>http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 03:58:03 +0000</pubDate>
		<dc:creator>madiga</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.mynitor.com/?p=653</guid>
		<description><![CDATA[There are a wide range of remote desktop applications that are available that can be used to connect to Windows environment but there aren&#8217;t too many that can be used to remote desktop from Linux to Linux or Windows to Linux. With this I mean, getting entire desktop of remote Linux environment on your local [...]]]></description>
			<content:encoded><![CDATA[<p>There are a wide range of remote desktop applications that are available that can be used to connect to Windows environment but there aren&#8217;t too many that can be used to remote desktop from Linux to Linux or Windows to Linux. With this I mean, getting entire desktop of remote Linux environment on your local workstation.</p>
<p>Most people who are used to a Unix-style environment know that a machine can be reached over the network at the shell level using utilities like telnet or ssh. And some people realize that X Windows output can be redirected back to the client workstation. But many people don&#8217;t realize that it is easy to use an entire desktop over the network. There are a several of open source applications that can be used to achieve this.</p>
<p><strong>1)  VNC (Virtual Network Computing</strong>) is a remote display system which allows the user to view the desktop of a remote machine anywhere on the internet. It can also be directed through SSH for security.</p>
<p>Basically you install VNC server on the server and install client on your local PC. Setup is extremely easy and server is very stable. On client side, you can set the resolution and connect to IP of VNC server. It can be a bit slow compared to Windows remote desktop and also has the tendency to take more time refreshing over low-bandwidth links. All in all VNC is an amazing piece of free software that gets the job done.</p>
<p>There is RealVNC , TightVNC and UltraVNC. Each has it&#8217;s advantages and disadvantages. Most popular one is RealVNC but if you&#8217;re upto it, experiment with all three and choose the one that works for you best. By default, communication between client and server is in clear text on port 5900. However, you can easily route all traffic via SSH tunnel. Here is a quick way of setting it up if you have access to command line shell:</p>
<pre>ssh -ND 5900 &lt;user&gt;@remote.server.com</pre>
<p>When you get prompted, enter your password. Pop open VNC client and connect to &#8216;localhost&#8217;. This&#8217;ll route your connection to VNC server on remote machine.</p>
<p>You can download VNC from:</p>
<ul>
<li><a onclick="return true;return top.js.OpenExtLink(window,event,this)" href="http://www.realvnc.com/download.html" target="_blank">http://www.realvnc.com/download.html</a></li>
<li><a onclick="return true;return top.js.OpenExtLink(window,event,this)" href="http://www.tightvnc.com/download.html" target="_blank">http://www.tightvnc.com/download.html</a></li>
<li><a href="http://www.uvnc.com/">http://www.uvnc.com/</a></li>
</ul>
<p><strong>2)  Then there is FreeNX. </strong>FreeNX is a system that allows you to access your desktop from another machine over the internet. You can use this to login graphically to your desktop from a remote location. One example of its use would be to have a FreeNX server set up on your home computer, and graphically logging in to the home computer from your work computer, using a FreeNX client. It provides near local speed application responsiveness over high latency, low bandwidth links.</p>
<p>FreeNX can be configured to run via SSH without any tunneling. It binds to your existing SSH install. Instead of guiding you through the installation of FreeNX in this article, you can visit the following URLs that&#8217;ll guide you through the installation on Ubuntu:</p>
<ul>
<li><a href="https://help.ubuntu.com/community/FreeNX">https://help.ubuntu.com/community/FreeNX</a></li>
<li><a href="http://ubuntuforums.org/showthread.php?t=97277&amp;highlight=freenx">http://ubuntuforums.org/showthread.php?t=97277&amp;highlight=freenx</a></li>
<li><a href="http://freenx.berlios.de/">http://freenx.berlios.de/</a> (FreeNX homepage)</li>
</ul>
<p><strong>3)  The third free application is </strong><strong>2X Terminal Server for Linux.</strong> 2X TerminalServer for Linux is an Open Source project, licensed under the GPL and is free of charge. As far as performance goes, NoMachine&#8217;s technology is on par with Windows&#8217; own Remote Desktop Protocol (RDP) suite, better than VNC. Both X2 and FreeNX is based on NoMachine technology.</p>
<p>Here are some quick links if you&#8217;re interested in using this software:</p>
<ul>
<li>Download at <a href="http://www.2x.com/terminalserver/download.htm">http://www.2x.com/terminalserver/download.htm </a></li>
<li>Forum is at <a href="http://www.2x.com/forums">http://www.2x.com/forums</a></li>
</ul>
<p><strong>4) Then there is is XDMCP.</strong> The X Display Manager Control Protocol uses UDP port 177. Compared to the list above, it&#8217;s not as easy to setup for remote desktop but it&#8217;s the original way of doing this on Linux. You can get setup instructions and other tips in the following URL:</p>
<ul>
<li><a href="http://www.tldp.org/HOWTO/XDMCP-HOWTO/intro.html">http://www.tldp.org/HOWTO/XDMCP-HOWTO/intro.html</a></li>
</ul>
<p><strong>5) CygwinX.</strong> A complete Linux emulation on Windows.  You’ll find every tool and app that you have on Linux on Cygwin.</p>
<ul>
<li>Get it from <a href="http://www.cygwin.com/">http://www.cygwin.com/</a></li>
</ul>
<p><strong>6) XRDP.</strong> RDP server that runs on Linux, thus allowing you to use Windows Remote Desktop Client or rdesktop to connect.</p>
<ul>
<li>Get it from <a href="http://sourceforge.net/projects/xrdp/">http://sourceforge.net/projects/xrdp/</a></li>
</ul>
<p><strong>7) x2vnc</strong> &#8211; great little utility that allows you to tie a linux and windows (or anything that can run the vncserver) together with a ingle keyboard/mouse, avoiding the need for a switcher box. Mousing cross screens transparently switches between machines, and cut and aste works.</p>
<ul>
<li>Get it from <a href="http://fredrik.hubbe.net/x2vnc.html">http://fredrik.hubbe.net/x2vnc.html</a></li>
</ul>
<p><strong>8 ) Xming</strong> &#8211; t’s a great and lightweight implementation of X11 for Windows that allows you to connect to a Linux box.</p>
<ul>
<li>You can read about it at <a href="http://freedesktop.org/wiki/Xming">http://freedesktop.org/wiki/Xming</a></li>
</ul>
<p><strong>9) KDE Desktop Sharing (formerly krfb)</strong> &#8211; part of KDE since version 3.1. It is located in the kdenetwork package. If your distribution splits the KDE applications into separate packets, you may find the client as ‘krdc’ and the server as ‘krfb’. Also uses VNC technology.</p>
<p><strong>10) X-Win32 </strong>- Top rated PC X server solutions for Windows PCs connecting to remote Unix and Linux host systems. Works well over SSH.</p>
<ul>
<li>Get it from <a href="http://www.starnet.com/products/xwin32/">http://www.starnet.com/products/xwin32/</a></li>
</ul>
<p><strong>11) Single Click UltraVNC</strong> &#8211; In case you would like to remote control without any software installed on the target computer you need UltraVNC SC. The user on the to be controlled computer needs to simply click on a web page and remote controlling begins.</p>
<ul>
<li>Get it from here <a href="http://ultravnc.sourceforge.net/addons/singleclick.html">http://ultravnc.sourceforge.net/addons/singleclick.html</a></li>
</ul>
<p><strong>12) CrossLoop</strong> &#8211; CrossLoop is a FREE secure screen sharing utility designed for people of all technical skill levels. CrossLoop extends the boundaries of VNC’s traditional screen sharing by enabling non-technical users to get connected from anywhere on the Internet in seconds without changing any firewall or router settings.</p>
<ul>
<li>Get it from <a href="http://www.crossloop.com/">http://www.crossloop.com/</a></li>
</ul>
<p><strong>13) Thinstation</strong> &#8211; Although not a remote desktop app but worth mentioning here. Thin client linux distro for terminals using std. x86 hw. It can boot from network, pxe, syslinux,loadlin, CD, floppy or flash-disk and connect to servers using VNC, RDP, XDM, SSH and etc.</p>
<ul>
<li>Get it from <a href="http://sourceforge.net/projects/thinstation/">http://sourceforge.net/projects/thinstation</a></li>
</ul>
<p><strong>14) rdesktop </strong>- an open source client for Windows NT Terminal Server and Windows 2000/2003 Terminal Services, capable of natively speaking Remote Desktop Protocol (RDP) in order to present the user’s NT desktop. rdesktop currently runs on most UNIX based platforms with the X Window System, and other ports should be fairly straightforward.</p>
<ul>
<li>Download from: <a href="http://www.rdesktop.org/">http://www.rdesktop.org/</a></li>
</ul>
<p>While you’re at it, get grdesktop from (http://www.nongnu.org/grdesktop/). It is a GNOME frontend, for rdesktop. It can save several connections (including their options), and browse the network for available terminal servers.</p>
<p><strong>15) ssh -X</strong> &#8211; You can check out this great article written by a slashdot user sometime ago.</p>
<ul>
<li>Read it here <a href="http://slashdot.org/%7ETrolling4Dollars/journal/69740">http://slashdot.org/~Trolling4Dollars/journal/69740</a></li>
</ul>
<h3><span style="text-decoration: underline;"><strong>Windows to Mac / Mac to Windows<br />
</strong></span></h3>
<p>1) RDP Client for Mac allows you to connect to a Windows-based computer and work with programs and files on that computer from your Macintosh computer.</p>
<ul>
<li><a href="http://www.microsoft.com/mac/downloads.aspx?pid=download&amp;location=/mac/download/misc/rdc_update_103.xml&amp;secid=80&amp;ssid=10&amp;flgnosysreq=True">Download it here</a></li>
</ul>
<p>2) OSXVnc &#8211; Vine Server is a full featured VNC server for Mac OS X providing remote access to the GUI, keyboard and mouse using Vine Viewer or any other VNC client.</p>
<ul>
<li>Download it from<a href="http://www.redstonesoftware.com/products/vine/server/vineosx/index.html"> http://www.redstonesoftware.com/products/vine/server/vineosx/index.html</a></li>
</ul>
<p>3) Chicken of the VNC &#8211; A VNC client allows one to display and interact with a remote computer screen. In other words, you can use Chicken of the VNC to interact with a remote computer as though it’s right next to you.</p>
<ul>
<li>Download it from <a href="http://sourceforge.net/projects/cotvnc/">http://sourceforge.net/projects/cotvnc/</a></li>
</ul>
<p>Unfortunately I was not able to find too many available to connect to Mac from Windows other than VNC. I think Windows need to support RDP into Mac. Many people would benefit from this.</p>
<p>If I am missing anything from the list, please let me know.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d653').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d653" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/&amp;submitHeadline=15+Remote+Desktop+Solutions+for+Linux.&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/&amp;title=15+Remote+Desktop+Solutions+for+Linux." rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/&amp;title=15+Remote+Desktop+Solutions+for+Linux." rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/&amp;title=15+Remote+Desktop+Solutions+for+Linux." rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/&amp;bm_description=15+Remote+Desktop+Solutions+for+Linux." rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/&amp;T=15+Remote+Desktop+Solutions+for+Linux." rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/&amp;title=15+Remote+Desktop+Solutions+for+Linux." rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/&amp;title=15+Remote+Desktop+Solutions+for+Linux." rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+15+Remote+Desktop+Solutions+for+Linux.+@+http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/&amp;t=15+Remote+Desktop+Solutions+for+Linux." rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d653').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d653').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>
<p><a href="http://feedads.g.doubleclick.net/~a/YuymLqczn-zd2b3fNd_jtmp43UA/0/da"><img src="http://feedads.g.doubleclick.net/~a/YuymLqczn-zd2b3fNd_jtmp43UA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/YuymLqczn-zd2b3fNd_jtmp43UA/1/da"><img src="http://feedads.g.doubleclick.net/~a/YuymLqczn-zd2b3fNd_jtmp43UA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/mynitor/~4/7CZKd85QE3A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		<feedburner:origLink>http://www.mynitor.com/2010/02/07/15-remote-desktop-solutions-for-linux/</feedburner:origLink></item>
		<item>
		<title>Tiny Linux Command Reference</title>
		<link>http://feedproxy.google.com/~r/mynitor/~3/g2ejEYeejhg/</link>
		<comments>http://www.mynitor.com/2010/02/05/tiny-linux-command-reference/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 23:29:46 +0000</pubDate>
		<dc:creator>madiga</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.mynitor.com/?p=648</guid>
		<description><![CDATA[



Tiny Linux Command Reference







ls
List files/directories in a directory


cat &#60;filename&#62;
Read a file.


cp
Copy a file


mv
Move a file


rm
Delete a file


chmod
Changes file access permissions


chown
Changes file ownership


grep
Looks for patterns in files


ln
Create&#8217;s &#8220;links&#8221; between files and directories


wc
Word count


find
Find files and directories.


locate
Locate a file name/directory


file &#60;filename&#62;
Guess type of file


touch 
Create an empty file


od
View binary files and data


pwd
Print working directory


hostname
Print name of localhost


whoami
Print [...]]]></description>
			<content:encoded><![CDATA[<table style="height: 36px;" border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td colspan="2" height="18">
<h4 style="text-align: center;"><strong><span style="text-decoration: underline;">Tiny Linux Command Reference</span></strong></h4>
</td>
</tr>
<tr>
<td width="21%" height="18"></td>
<td width="79%" height="18"></td>
</tr>
<tr>
<td width="21%" height="18"><strong>ls</strong></td>
<td width="79%" height="18">List files/directories in a directory</td>
</tr>
<tr>
<td width="21%"><strong>cat &lt;filename&gt;</strong></td>
<td width="79%">Read a file.</td>
</tr>
<tr>
<td width="21%"><strong>cp</strong></td>
<td width="79%">Copy a file</td>
</tr>
<tr>
<td width="21%"><strong>mv</strong></td>
<td width="79%">Move a file</td>
</tr>
<tr>
<td width="21%"><strong>rm</strong></td>
<td width="79%">Delete a file</td>
</tr>
<tr>
<td width="21%"><strong>chmod</strong></td>
<td width="79%">Changes file access permissions</td>
</tr>
<tr>
<td width="21%"><strong>chown</strong></td>
<td width="79%">Changes file ownership</td>
</tr>
<tr>
<td width="21%"><strong>grep</strong></td>
<td width="79%">Looks for patterns in files</td>
</tr>
<tr>
<td width="21%"><strong>ln</strong></td>
<td width="79%">Create&#8217;s &#8220;links&#8221; between files and directories</td>
</tr>
<tr>
<td width="21%"><strong>wc</strong></td>
<td width="79%">Word count</td>
</tr>
<tr>
<td width="21%"><strong>find</strong></td>
<td width="79%">Find files and directories.</td>
</tr>
<tr>
<td width="21%"><strong>locate</strong></td>
<td width="79%">Locate a file name/directory</td>
</tr>
<tr>
<td width="21%"><strong>file &lt;filename&gt;</strong></td>
<td width="79%">Guess type of file</td>
</tr>
<tr>
<td width="21%"><strong>touch </strong></td>
<td width="79%">Create an empty file</td>
</tr>
<tr>
<td width="21%"><strong>od</strong></td>
<td width="79%">View binary files and data</td>
</tr>
<tr>
<td width="21%" height="18"><strong>pwd</strong></td>
<td width="79%" height="18">Print working directory</td>
</tr>
<tr>
<td width="21%"><strong>hostname</strong></td>
<td width="79%">Print name of localhost</td>
</tr>
<tr>
<td width="21%"><strong>whoami</strong></td>
<td width="79%">Print login name</td>
</tr>
<tr>
<td width="21%"><strong>id</strong></td>
<td width="79%">Print user id</td>
</tr>
<tr>
<td width="21%"><strong>date</strong></td>
<td width="79%">Print or change date on system</td>
</tr>
<tr>
<td width="21%"><strong>time &lt;command&gt;</strong></td>
<td width="79%">Determine the amount of time it takes for a process to complete</td>
</tr>
<tr>
<td width="21%" height="21"><strong>who</strong></td>
<td width="79%" height="21">Check who is logged on the system</td>
</tr>
<tr>
<td width="21%"><strong>last</strong></td>
<td width="79%">Show users last logged-in</td>
</tr>
<tr>
<td width="21%"><strong>uptime</strong></td>
<td width="79%">Check system uptime as well as load average details</td>
</tr>
<tr>
<td width="21%"><strong>ps</strong></td>
<td width="79%">List process run by user</td>
</tr>
<tr>
<td width="21%"><strong>ps auxw</strong></td>
<td width="79%">List all the process on the system</td>
</tr>
<tr>
<td width="21%"><strong>top</strong></td>
<td width="79%">Keep listing currently running processes</td>
</tr>
<tr>
<td width="21%"><strong>uname -a</strong></td>
<td width="79%">Info about your local server</td>
</tr>
<tr>
<td width="21%"><strong>lsmod</strong></td>
<td width="79%">Show the kernel modules currently loaded</td>
</tr>
<tr>
<td width="21%"><strong>dmesg</strong></td>
<td width="79%">Print kernel messages</td>
</tr>
<tr>
<td width="21%"><strong>tail</strong></td>
<td width="79%">Similar to cat, but only reads the end of the file</td>
</tr>
<tr>
<td width="21%"><strong>head</strong></td>
<td width="79%">Similar to tail, but only reads the top of the file</td>
</tr>
<tr>
<td width="21%"><strong>more</strong></td>
<td width="79%">Llike cat, but opens the file one screen at a time rather<br />
than all at once</td>
</tr>
<tr>
<td width="21%"><strong>less</strong></td>
<td width="79%">Like more, but less. (LOL *BURP*)</td>
</tr>
<tr>
<td width="21%" height="18"><strong>netstat</strong></td>
<td width="79%" height="18">Shows all current network connections.</td>
</tr>
<tr>
<td width="21%" height="18"><strong>ifconfig</strong></td>
<td width="79%" height="18">Display info on the network interfaces</td>
</tr>
<tr>
<td width="21%" height="18"><strong>ping</strong></td>
<td width="79%" height="18">Sends test packets to a specified server</td>
</tr>
<tr>
<td width="21%" height="18"><strong>nslookup </strong></td>
<td width="79%" height="18">Lookup a host/domain.</td>
</tr>
<tr>
<td width="21%" height="18"><strong>dig</strong></td>
<td width="79%" height="18">Similar to nslookup.</td>
</tr>
<tr>
<td width="21%" height="18"><strong>sudo</strong></td>
<td width="79%" height="18">You know, sudo.</td>
</tr>
<tr>
<td width="21%" height="18"><strong>kill</strong></td>
<td width="79%" height="18">terminate a system process</td>
</tr>
<tr>
<td width="21%"><strong>killall</strong></td>
<td width="79%">Kill program(s) by name</td>
</tr>
<tr>
<td width="21%"><strong>du</strong></td>
<td width="79%">Shows disk usage.</td>
</tr>
<tr>
<td width="21%"><strong>free</strong></td>
<td width="79%">Memory info</td>
</tr>
<tr>
<td width="21%"><strong>man</strong></td>
<td width="79%">Display the contents of the system manual pages</td>
</tr>
<tr>
<td width="21%"><strong>reboot </strong></td>
<td width="79%">Reboot the machine.</td>
</tr>
<tr>
<td width="21%"><strong>tar</strong></td>
<td width="79%">Creating and Extracting .tar files</td>
</tr>
<tr>
<td width="21%"><strong>gzip </strong></td>
<td width="79%">Compress in gzip</td>
</tr>
<tr>
<td width="21%"><strong>zip</strong></td>
<td width="79%">Compress in zip</td>
</tr>
<tr>
<td width="21%"><strong>unzip</strong></td>
<td width="79%">Uncompress a zip file</td>
</tr>
<tr>
<td width="21%"><strong>compress</strong></td>
<td width="79%">Compress files .Z</td>
</tr>
<tr>
<td width="21%"><strong>uncompress</strong></td>
<td width="79%">Uncompress .Z files</td>
</tr>
<tr>
<td width="21%"><strong>bzip2</strong></td>
<td width="79%">Compress files in bzip2 forma</td>
</tr>
</tbody>
</table>
<p><strong>Also check out<a href="http://www.mynitor.com/2009/11/24/the-ultimate-linux-reference-guide-for-newbies/"> </a></strong><strong><strong><a href="http://www.mynitor.com/2009/11/24/the-ultimate-linux-reference-guide-for-newbies/">The Ultimate Linux Reference Guide for Newbies</a> </strong></strong></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d648').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d648" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.mynitor.com/2010/02/05/tiny-linux-command-reference/&amp;submitHeadline=Tiny+Linux+Command+Reference&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.mynitor.com/2010/02/05/tiny-linux-command-reference/&amp;title=Tiny+Linux+Command+Reference" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.mynitor.com/2010/02/05/tiny-linux-command-reference/&amp;title=Tiny+Linux+Command+Reference" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.mynitor.com/2010/02/05/tiny-linux-command-reference/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.mynitor.com/2010/02/05/tiny-linux-command-reference/&amp;title=Tiny+Linux+Command+Reference" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.mynitor.com/2010/02/05/tiny-linux-command-reference/&amp;bm_description=Tiny+Linux+Command+Reference" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.mynitor.com/2010/02/05/tiny-linux-command-reference/&amp;T=Tiny+Linux+Command+Reference" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.mynitor.com/2010/02/05/tiny-linux-command-reference/&amp;title=Tiny+Linux+Command+Reference" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.mynitor.com/2010/02/05/tiny-linux-command-reference/&amp;title=Tiny+Linux+Command+Reference" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.mynitor.com/2010/02/05/tiny-linux-command-reference/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.mynitor.com/2010/02/05/tiny-linux-command-reference/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Tiny+Linux+Command+Reference+@+http://www.mynitor.com/2010/02/05/tiny-linux-command-reference/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.mynitor.com/2010/02/05/tiny-linux-command-reference/&amp;t=Tiny+Linux+Command+Reference" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d648').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d648').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>
<p><a href="http://feedads.g.doubleclick.net/~a/_G4Vs2nm-pje5zOTEZVAxCfWDGU/0/da"><img src="http://feedads.g.doubleclick.net/~a/_G4Vs2nm-pje5zOTEZVAxCfWDGU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/_G4Vs2nm-pje5zOTEZVAxCfWDGU/1/da"><img src="http://feedads.g.doubleclick.net/~a/_G4Vs2nm-pje5zOTEZVAxCfWDGU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/mynitor/~4/g2ejEYeejhg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mynitor.com/2010/02/05/tiny-linux-command-reference/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.mynitor.com/2010/02/05/tiny-linux-command-reference/</feedburner:origLink></item>
		<item>
		<title>Cool Desktop Multiplier</title>
		<link>http://feedproxy.google.com/~r/mynitor/~3/ZPlfzYQSEBI/</link>
		<comments>http://www.mynitor.com/2010/02/04/cool-desktop-multiplier/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 02:59:07 +0000</pubDate>
		<dc:creator>madiga</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.mynitor.com/?p=646</guid>
		<description><![CDATA[I came across this neat application called Userful Desktop Multiplier. It is a virtualized X server that turns one computer into ten &#8220;workstations&#8221; by using extra video cards, keyboards, and monitors. This approach offers significantly higher performance and lower hardware costs than Thin Client or LTSP.
It installs on most popular Linux distributions (Red Hat, Novell/SuSE, [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this neat application called Userful Desktop Multiplier. It is a virtualized X server that turns one computer into ten &#8220;workstations&#8221; by using extra video cards, keyboards, and monitors. This approach offers significantly higher performance and lower hardware costs than Thin Client or LTSP.</p>
<p>It installs on most popular Linux distributions (Red Hat, Novell/SuSE, Fedora, Mandriva, Xandros, Linspire, Ubuntu, etc.). It supports USB touch screens (Elotouch, Microtouch), card-swipes, barcode scanners, as well as all virtually all video cards supported by X. It features easy setup and graphical configuration. <a href="http://userful.com/products/free-2-user">Download it from here.</a></p>
<p><img title="Desktop Multiplier" src="http://blog.lxpages.com/images/53040.gif" alt="Desktop Multiplier" width="400" height="300" align="absmiddle" /></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d646').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d646" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.mynitor.com/2010/02/04/cool-desktop-multiplier/&amp;submitHeadline=Cool+Desktop+Multiplier&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.mynitor.com/2010/02/04/cool-desktop-multiplier/&amp;title=Cool+Desktop+Multiplier" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.mynitor.com/2010/02/04/cool-desktop-multiplier/&amp;title=Cool+Desktop+Multiplier" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.mynitor.com/2010/02/04/cool-desktop-multiplier/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.mynitor.com/2010/02/04/cool-desktop-multiplier/&amp;title=Cool+Desktop+Multiplier" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.mynitor.com/2010/02/04/cool-desktop-multiplier/&amp;bm_description=Cool+Desktop+Multiplier" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.mynitor.com/2010/02/04/cool-desktop-multiplier/&amp;T=Cool+Desktop+Multiplier" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.mynitor.com/2010/02/04/cool-desktop-multiplier/&amp;title=Cool+Desktop+Multiplier" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.mynitor.com/2010/02/04/cool-desktop-multiplier/&amp;title=Cool+Desktop+Multiplier" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.mynitor.com/2010/02/04/cool-desktop-multiplier/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.mynitor.com/2010/02/04/cool-desktop-multiplier/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Cool+Desktop+Multiplier+@+http://www.mynitor.com/2010/02/04/cool-desktop-multiplier/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.mynitor.com/2010/02/04/cool-desktop-multiplier/&amp;t=Cool+Desktop+Multiplier" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d646').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d646').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>
<p><a href="http://feedads.g.doubleclick.net/~a/E0WQBdykGc92tWlVZwhb70YTDdI/0/da"><img src="http://feedads.g.doubleclick.net/~a/E0WQBdykGc92tWlVZwhb70YTDdI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/E0WQBdykGc92tWlVZwhb70YTDdI/1/da"><img src="http://feedads.g.doubleclick.net/~a/E0WQBdykGc92tWlVZwhb70YTDdI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/mynitor/~4/ZPlfzYQSEBI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mynitor.com/2010/02/04/cool-desktop-multiplier/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.mynitor.com/2010/02/04/cool-desktop-multiplier/</feedburner:origLink></item>
		<item>
		<title>15 methods to boost your PHP based website’s performance</title>
		<link>http://feedproxy.google.com/~r/mynitor/~3/kIRtY0uD_fs/</link>
		<comments>http://www.mynitor.com/2010/02/03/15-methods-to-boost-your-php-based-websites-performance/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 04:02:53 +0000</pubDate>
		<dc:creator>madiga</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[caching]]></category>

		<guid isPermaLink="false">http://www.mynitor.com/?p=641</guid>
		<description><![CDATA[PHP is great for writing quick dynamic stuff for your website. Just a couple of lines of code can be written in 2 mins to insert or retrieve data from db. But with ease there is also some pain&#8230; the downside is that each request for a dynamic page can trigger multiple db queries, processing [...]]]></description>
			<content:encoded><![CDATA[<p>PHP is great for writing quick dynamic stuff for your website. Just a couple of lines of code can be written in 2 mins to insert or retrieve data from db. But with ease there is also some pain&#8230; the downside is that each request for a dynamic page can trigger multiple db queries, processing of output, and finally formatting to display on browser. This process can eventually be slow on larger sites or slower servers.</p>
<p>In this article, we&#8217;ve put together the list of caching plugins and techniques which can be used to improve your website performance.</p>
<ol>
<li> <a href="http://www.addedbytes.com/articles/caching-output-in-php/">Caching output in PHP</a> &#8211; Caching of output in PHP is made easier by the use of the output buffering functions built in to PHP 4 and above.</li>
<p></p>
<li><a href="http://www.theukwebdesigncompany.com/articles/php-caching.php">PHP Caching to Speed up Dynamically Generated Site</a>s &#8211; Instead of regenerating the page every time, the scripts running this site generate it the first time they&#8217;re asked to, then store a copy of what they send back to your browser. The next time a visitor requests the same page, the script will know it&#8217;d already generated one recently, and simply send that to the browser without all the hassle of re-running database queries or searches.</li>
<p></p>
<li><a href="http://us.php.net/apc">Alternative PHP Cache</a> &#8211; A free and open opcode cache for PHP. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.</li>
<p></p>
<li><a href="http://acme-web-design.info/php-cache-kit.htm">PHP-Cache-Kit</a> &#8211; Dramatically speed up your site with this easy-to-use PHP caching kit. A slim little PHP class which allow you to quickly and easily implement module-level caching into your PHP projects.</li>
<p></p>
<li><a href="http://unearth.sourceforge.net">Unearth PHP Cache Engine</a> &#8211; A flexible, easy-to-use system for caching PHP pages. It is really intended to cache a series of parts of a single page independently, each with its own refresh requirements. Caching of this sort can dramatically decrease page rendering time.</li>
<p></p>
<li><a href="http://stefangabos.blogspot.com/2007/03/zebra-php-framework-php-cache-class.html">PHP Cache Class</a> &#8211; A PHP class that caches output generated by PHP files and uses the cached version instead of generating the content again and again. Cache files expire after a specified amount of time.</li>
<p></p>
<li><a href="http://www.php-accelerator.co.uk/">PHP Accelerator</a> &#8211; A plugin PHP Zend engine extension that provides a PHP script cache and is capable of delivering a substantial acceleration of PHP scripts without requiring any script changes, loss of dynamic content, or other application compromises.</li>
<p></p>
<li><a href="http://cesars.users.phpclasses.org/browse/package/3972.html">gCache</a> &#8211; A PHP class that can be used to capture and cache Web page content. It can store cached content in files of a given directory.</li>
<p></p>
<li><a href="http://skycache.pureftpd.org/">Skycache</a> &#8211; A free, lightweight, and fast page cache for PHP 4 and PHP 5. Once a dynamic page has been computed, it is stored in a page cache. If a query for the same URL is made afterwards, the content is immediately served from the cache instead of processing the script again. The end result is a significant speedup and a slightly reduced server load.</li>
<p></p>
<li><a href="http://eaccelerator.net">eAccelerator</a> &#8211; A further development of the mmcache PHP accelerator and encoder. It increases the performance of PHP scripts by caching them in a compiled state, so that the overhead of compiling is almost completely eliminated.</li>
<p></p>
<li><a href="http://www.ake.nu/software/phpffc/">PHP FastFileCache</a> &#8211; Caches output from dynamic PHP scripts, and stores them in files for fast retrieval under high server load. It supports a global timeout setting for maximum cache age, as well as per-file timeout overrides. It also implements file locking, to prevent data corruption and unnecessary processing.</li>
<p></p>
<li><a href="http://www.andrewsw.com/pages/CacheIt">CacheIt</a> &#8211; A PHP class designed to facilitate caching.</li>
<p></p>
<li><a href="http://turck-mmcache.sourceforge.net/">Turck MMCache for PHP</a> &#8211; A free PHP accelerator, optimizer, encoder, and dynamic content cache. It increases performance of PHP scripts by caching them in a compiled state, so that the overhead of compiling is almost completely eliminated.</li>
<p></p>
<li><a href="http://www.tinybutstrong.com">TinyButStrong</a> &#8211; A template class for PHP that allows you to generate HTML pages using MySQL, PostgreSQL, SQLite in native, and any other databases.</li>
<p></p>
<li><a rel="bookmark" href="http://blog.lxpages.com/2007/04/05/boost-website-performance-in-15-seconds/"> </a><a href="http://www.mynitor.com/2009/12/16/increase-your-website-performance-in-under-5-seconds/">Boost website performance in 5 seconds!</a> &#8211; Not exactly caching but simple enough to implement a quick fix.</li>
<p>
</ol>
<p>Did we miss something?  Please let us know in the comment area.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d641').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d641" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.mynitor.com/2010/02/03/15-methods-to-boost-your-php-based-websites-performance/&amp;submitHeadline=15+methods+to+boost+your+PHP+based+website%26%238217%3Bs+performance&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.mynitor.com/2010/02/03/15-methods-to-boost-your-php-based-websites-performance/&amp;title=15+methods+to+boost+your+PHP+based+website%26%238217%3Bs+performance" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.mynitor.com/2010/02/03/15-methods-to-boost-your-php-based-websites-performance/&amp;title=15+methods+to+boost+your+PHP+based+website%26%238217%3Bs+performance" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.mynitor.com/2010/02/03/15-methods-to-boost-your-php-based-websites-performance/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.mynitor.com/2010/02/03/15-methods-to-boost-your-php-based-websites-performance/&amp;title=15+methods+to+boost+your+PHP+based+website%26%238217%3Bs+performance" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.mynitor.com/2010/02/03/15-methods-to-boost-your-php-based-websites-performance/&amp;bm_description=15+methods+to+boost+your+PHP+based+website%26%238217%3Bs+performance" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.mynitor.com/2010/02/03/15-methods-to-boost-your-php-based-websites-performance/&amp;T=15+methods+to+boost+your+PHP+based+website%26%238217%3Bs+performance" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.mynitor.com/2010/02/03/15-methods-to-boost-your-php-based-websites-performance/&amp;title=15+methods+to+boost+your+PHP+based+website%26%238217%3Bs+performance" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.mynitor.com/2010/02/03/15-methods-to-boost-your-php-based-websites-performance/&amp;title=15+methods+to+boost+your+PHP+based+website%26%238217%3Bs+performance" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.mynitor.com/2010/02/03/15-methods-to-boost-your-php-based-websites-performance/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.mynitor.com/2010/02/03/15-methods-to-boost-your-php-based-websites-performance/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+15+methods+to+boost+your+PHP+based+website%26%238217%3Bs+performance+@+http://www.mynitor.com/2010/02/03/15-methods-to-boost-your-php-based-websites-performance/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.mynitor.com/2010/02/03/15-methods-to-boost-your-php-based-websites-performance/&amp;t=15+methods+to+boost+your+PHP+based+website%26%238217%3Bs+performance" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d641').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d641').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>
<p><a href="http://feedads.g.doubleclick.net/~a/hcMfStzoxDbervuhoJymVmYLQls/0/da"><img src="http://feedads.g.doubleclick.net/~a/hcMfStzoxDbervuhoJymVmYLQls/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/hcMfStzoxDbervuhoJymVmYLQls/1/da"><img src="http://feedads.g.doubleclick.net/~a/hcMfStzoxDbervuhoJymVmYLQls/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/mynitor/~4/kIRtY0uD_fs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mynitor.com/2010/02/03/15-methods-to-boost-your-php-based-websites-performance/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		<feedburner:origLink>http://www.mynitor.com/2010/02/03/15-methods-to-boost-your-php-based-websites-performance/</feedburner:origLink></item>
		<item>
		<title>Top 8 MySQL Management Tools</title>
		<link>http://feedproxy.google.com/~r/mynitor/~3/gkYFydeQ8MA/</link>
		<comments>http://www.mynitor.com/2010/02/01/top-8-mysql-management-tools/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 23:33:11 +0000</pubDate>
		<dc:creator>madiga</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.mynitor.com/?p=637</guid>
		<description><![CDATA[A large percentage of small to medium sized websites depend on Mysql server to support their db infrastructure. Working with it is as easy is saying it and for some reason there are numerous web and non-web administration software written specifically to manage a Mysql server and sites running on it. This article lists quite [...]]]></description>
			<content:encoded><![CDATA[<p>A large percentage of small to medium sized websites depend on Mysql server to support their db infrastructure. Working with it is as easy is saying it and for some reason there are numerous web and non-web administration software written specifically to manage a Mysql server and sites running on it. This article lists quite a few of them which you may find useful.</p>
<ol>
<li> <span style="font-size: xx-small;"><a href="http://www.ng-admin.com/">NG-Admin</a> &#8211; </span>designed for the content management of MySQL databases. It allows the user to browse, add, edit, and delete data. It is somewhat similar to phpMyAdmin, but specializes in editing the content of Web sites, not the database structures. Its features are very easy to use and highly tunable.</li>
<p></p>
<li><span style="font-size: xx-small;"><a href="http://phpminiadmin.sourceforge.net">PHP Mini SQL Admin</a></span><strong><span style="font-size: xx-small;"> &#8211; </span></strong>a light, standalone script for accessing MySQL databases. It is intended for Web developers.</li>
<p></p>
<li><span style="font-size: xx-small;"><a href="http://www.flashmyadmin.org">FlashMyAdmin </a></span>- Flash-based MySQL administration project. It features multiple database management, import/export (SQL, XML, CSV), internationalization, and help. It also allows video, audio, images, and movieclip files to be shown directly within the interface.</li>
<p></p>
<li><a href="http://www.phpmyadmin.net/"><span style="font-size: xx-small;">phpMyAdmin </span></a><strong><span style="font-size: xx-small;">- </span></strong>a tool written in PHP intended to handle the administration of MySQL over the Web. It can create, rename, and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, create dumps of tables and databases, export/import CSV data and administrate one single database and multiple MySQL servers.</li>
<p></p>
<li><span style="font-size: xx-small;"><a href="http://sourceforge.net/projects/jspmyadmin/"> jspMyAdmin</a></span> &#8211; a clone of the very popular phpMyAdmin, but written in JSP. It provides MySQL database administration over the Web.</li>
<p></p>
<li><span style="font-size: xx-small;"><a href="http://www.rolandu.com/technology/ruidb/"> RUIDB</a></span> &#8211; a simple tool for working with MySQL using a Web browser. It was made to enable users with little knowledge of MySQL to add/edit/delete/view table rows. It is also a nice tool for admins or Web site authors.</li>
<p></p>
<li><span style="font-size: xx-small;"><a href="http://koodb.sourceforge.net"> KooDB</a></span> &#8211; a MySQL database administration frontend that features an intuitive interface. It aims to give substantial control over MySQL without adding all the complicated options of phpMyAdmin.</li>
<p></p>
<li><span style="font-size: xx-small;"><a href="http://www.mysql.com/products/tools/administrator/">MySQL Administrator</a></span> &#8211; a powerful visual administration console for MySQL, which allows the user to easily administer their MySQL environment, and gain better visibility of how their databases are operating. It is available with native GUI interfaces for Windows, Linux, and Mac OS X.</li>
<p>
</ol>
<p>There are others but who cares once you get used to administration via command line, nothing comes even close to beating it.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d637').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d637" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.mynitor.com/2010/02/01/top-8-mysql-management-tools/&amp;submitHeadline=Top+8+MySQL+Management+Tools&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.mynitor.com/2010/02/01/top-8-mysql-management-tools/&amp;title=Top+8+MySQL+Management+Tools" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.mynitor.com/2010/02/01/top-8-mysql-management-tools/&amp;title=Top+8+MySQL+Management+Tools" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.mynitor.com/2010/02/01/top-8-mysql-management-tools/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.mynitor.com/2010/02/01/top-8-mysql-management-tools/&amp;title=Top+8+MySQL+Management+Tools" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http://www.mynitor.com/2010/02/01/top-8-mysql-management-tools/&amp;bm_description=Top+8+MySQL+Management+Tools" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http://www.mynitor.com/2010/02/01/top-8-mysql-management-tools/&amp;T=Top+8+MySQL+Management+Tools" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.mynitor.com/2010/02/01/top-8-mysql-management-tools/&amp;title=Top+8+MySQL+Management+Tools" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.mynitor.com/2010/02/01/top-8-mysql-management-tools/&amp;title=Top+8+MySQL+Management+Tools" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.mynitor.com/2010/02/01/top-8-mysql-management-tools/" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http://www.mynitor.com/2010/02/01/top-8-mysql-management-tools/" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Top+8+MySQL+Management+Tools+@+http://www.mynitor.com/2010/02/01/top-8-mysql-management-tools/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.mynitor.com/2010/02/01/top-8-mysql-management-tools/&amp;t=Top+8+MySQL+Management+Tools" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.mynitor.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d637').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d637').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>
<p><a href="http://feedads.g.doubleclick.net/~a/rXH_3MUfbaZjbbo2rddJFGEVBN8/0/da"><img src="http://feedads.g.doubleclick.net/~a/rXH_3MUfbaZjbbo2rddJFGEVBN8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/rXH_3MUfbaZjbbo2rddJFGEVBN8/1/da"><img src="http://feedads.g.doubleclick.net/~a/rXH_3MUfbaZjbbo2rddJFGEVBN8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/mynitor/~4/gkYFydeQ8MA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.mynitor.com/2010/02/01/top-8-mysql-management-tools/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.mynitor.com/2010/02/01/top-8-mysql-management-tools/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 1.076 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-06 19:11:50 -->
