<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: A Few Linux Tips and Tricks</title>
	<atom:link href="http://tylermuth.wordpress.com/2008/04/30/a-few-linux-tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://tylermuth.wordpress.com/2008/04/30/a-few-linux-tips-and-tricks/</link>
	<description>Technology with a focus on Oracle, Application Express and Linux</description>
	<lastBuildDate>Fri, 13 Nov 2009 11:47:58 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: linux tips</title>
		<link>http://tylermuth.wordpress.com/2008/04/30/a-few-linux-tips-and-tricks/#comment-1555</link>
		<dc:creator>linux tips</dc:creator>
		<pubDate>Fri, 21 Nov 2008 13:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://tylermuth.wordpress.com/?p=65#comment-1555</guid>
		<description>Great tips. You can use multiple windows in screen. 

All commands start with CTRL-A, then another key for the command itself. If you really want to send a CTRL-A to your application (Like to go to the beginning of the current line in bash for example, hit CTRL-A twice.)

CTRL-A CTRL-D Detach your current session

“screen -rd” to get back to it

CTRL-A CTRL-C create another “window”
CTRL-A CTRL-N next window
CTRL-A CTRL-P previous window
CTRL-A ” see list of current windows
CTRL-A [ Copy mode… you can see the scrollback buffer with this. Esc to exit
CTRL-A ? Help for further stuff.
CTRL-A 1 jump to first screen CTRL-A 2 (2nd screen etc)</description>
		<content:encoded><![CDATA[<p>Great tips. You can use multiple windows in screen. </p>
<p>All commands start with CTRL-A, then another key for the command itself. If you really want to send a CTRL-A to your application (Like to go to the beginning of the current line in bash for example, hit CTRL-A twice.)</p>
<p>CTRL-A CTRL-D Detach your current session</p>
<p>“screen -rd” to get back to it</p>
<p>CTRL-A CTRL-C create another “window”<br />
CTRL-A CTRL-N next window<br />
CTRL-A CTRL-P previous window<br />
CTRL-A ” see list of current windows<br />
CTRL-A [ Copy mode… you can see the scrollback buffer with this. Esc to exit<br />
CTRL-A ? Help for further stuff.<br />
CTRL-A 1 jump to first screen CTRL-A 2 (2nd screen etc)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Memeriksa Listen Port di Linux : :: Mujie on the Net ::</title>
		<link>http://tylermuth.wordpress.com/2008/04/30/a-few-linux-tips-and-tricks/#comment-1494</link>
		<dc:creator>Memeriksa Listen Port di Linux : :: Mujie on the Net ::</dc:creator>
		<pubDate>Sun, 31 Aug 2008 13:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://tylermuth.wordpress.com/?p=65#comment-1494</guid>
		<description>[...] http://tylermuth.wordpress.com/2008/04/30/a-few-linux-tips-and-tricks/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://tylermuth.wordpress.com/2008/04/30/a-few-linux-tips-and-tricks/" rel="nofollow">http://tylermuth.wordpress.com/2008/04/30/a-few-linux-tips-and-tricks/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio</title>
		<link>http://tylermuth.wordpress.com/2008/04/30/a-few-linux-tips-and-tricks/#comment-1491</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Thu, 28 Aug 2008 22:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://tylermuth.wordpress.com/?p=65#comment-1491</guid>
		<description>Hey Tyler, my blog has finally settled in its new home: http://blogs.oracle.com/sergio  You may want to update the link in this post.

Sergio</description>
		<content:encoded><![CDATA[<p>Hey Tyler, my blog has finally settled in its new home: <a href="http://blogs.oracle.com/sergio" rel="nofollow">http://blogs.oracle.com/sergio</a>  You may want to update the link in this post.</p>
<p>Sergio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: psychicchatonline</title>
		<link>http://tylermuth.wordpress.com/2008/04/30/a-few-linux-tips-and-tricks/#comment-1484</link>
		<dc:creator>psychicchatonline</dc:creator>
		<pubDate>Sun, 17 Aug 2008 09:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://tylermuth.wordpress.com/?p=65#comment-1484</guid>
		<description>&lt;strong&gt;psychicchatonline...&lt;/strong&gt;

...</description>
		<content:encoded><![CDATA[<p><strong>psychicchatonline&#8230;</strong></p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prodlife</title>
		<link>http://tylermuth.wordpress.com/2008/04/30/a-few-linux-tips-and-tricks/#comment-1354</link>
		<dc:creator>prodlife</dc:creator>
		<pubDate>Thu, 15 May 2008 03:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://tylermuth.wordpress.com/?p=65#comment-1354</guid>
		<description>Excellent tips! Netcat is completely new to me and very cool.

My favorite linux tricks are rather simple:
- use of rlwrap to add command line history to sqlplus (learned this from Lutz Hartmann)
- liberal use of aliases to make everything easier - tailalert, vialert, cdbdump, vitns, etc, etc</description>
		<content:encoded><![CDATA[<p>Excellent tips! Netcat is completely new to me and very cool.</p>
<p>My favorite linux tricks are rather simple:<br />
- use of rlwrap to add command line history to sqlplus (learned this from Lutz Hartmann)<br />
- liberal use of aliases to make everything easier &#8211; tailalert, vialert, cdbdump, vitns, etc, etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gandolf989</title>
		<link>http://tylermuth.wordpress.com/2008/04/30/a-few-linux-tips-and-tricks/#comment-1333</link>
		<dc:creator>Gandolf989</dc:creator>
		<pubDate>Thu, 01 May 2008 14:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://tylermuth.wordpress.com/?p=65#comment-1333</guid>
		<description>Great tips!!! Although I am afraid to use python to publish directories. That&#039;s why I have putty...

Of course being unix/linux you can pipe it to a grep -v &quot;timed out&quot; and then &gt; to a log file and filter out the closed ports leaving only interesting ports. I already did a partial scan of my Debian linux box. I just need to figure out a reasonable max value for the range. I also like this because it lists the default ports for things I did not know had default ports.

17 (qotd): Connection timed out -- quote of the day?!?!?!?

Thanks!</description>
		<content:encoded><![CDATA[<p>Great tips!!! Although I am afraid to use python to publish directories. That&#8217;s why I have putty&#8230;</p>
<p>Of course being unix/linux you can pipe it to a grep -v &#8220;timed out&#8221; and then &gt; to a log file and filter out the closed ports leaving only interesting ports. I already did a partial scan of my Debian linux box. I just need to figure out a reasonable max value for the range. I also like this because it lists the default ports for things I did not know had default ports.</p>
<p>17 (qotd): Connection timed out &#8212; quote of the day?!?!?!?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frits Hoogland</title>
		<link>http://tylermuth.wordpress.com/2008/04/30/a-few-linux-tips-and-tricks/#comment-1332</link>
		<dc:creator>Frits Hoogland</dc:creator>
		<pubDate>Thu, 01 May 2008 11:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://tylermuth.wordpress.com/?p=65#comment-1332</guid>
		<description>Oops! It&#039;s &quot;sort -n&quot; (numeric)</description>
		<content:encoded><![CDATA[<p>Oops! It&#8217;s &#8220;sort -n&#8221; (numeric)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frits Hoogland</title>
		<link>http://tylermuth.wordpress.com/2008/04/30/a-few-linux-tips-and-tricks/#comment-1331</link>
		<dc:creator>Frits Hoogland</dc:creator>
		<pubDate>Thu, 01 May 2008 11:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://tylermuth.wordpress.com/?p=65#comment-1331</guid>
		<description>Forgive me for playing wiseguy, but disk usage by folder can be done more easy the following way:

du -sm /home/* &#124; sort -r

Please mind that (I&#039;ve been told) mii-tool is deprecated and succeeded by ethtool.
One other very convenient thing of ethtool (and where I used to use mii-tool for) is inspecting network interfaces for connectivity.
Besides that: ethtool also shows speed and duplex setting, which can influence performance (severely, if NFS is used ;-)</description>
		<content:encoded><![CDATA[<p>Forgive me for playing wiseguy, but disk usage by folder can be done more easy the following way:</p>
<p>du -sm /home/* | sort -r</p>
<p>Please mind that (I&#8217;ve been told) mii-tool is deprecated and succeeded by ethtool.<br />
One other very convenient thing of ethtool (and where I used to use mii-tool for) is inspecting network interfaces for connectivity.<br />
Besides that: ethtool also shows speed and duplex setting, which can influence performance (severely, if NFS is used <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Scott</title>
		<link>http://tylermuth.wordpress.com/2008/04/30/a-few-linux-tips-and-tricks/#comment-1330</link>
		<dc:creator>John Scott</dc:creator>
		<pubDate>Thu, 01 May 2008 10:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://tylermuth.wordpress.com/?p=65#comment-1330</guid>
		<description>Tyler,

I love the blinking lights tip, I&#039;ve certainly been in that situation before and it&#039;s a great way to know which cable not to pull out ;)

The other command that I love for digging down and finding out which programs are listening on which ports is the &#039;lsof&#039; command, it&#039;s a very useful one if you either don&#039;t know which ports a particular program listens on, or (vice-versa) want to know which program is the one listening on a particular port.

John.</description>
		<content:encoded><![CDATA[<p>Tyler,</p>
<p>I love the blinking lights tip, I&#8217;ve certainly been in that situation before and it&#8217;s a great way to know which cable not to pull out <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The other command that I love for digging down and finding out which programs are listening on which ports is the &#8216;lsof&#8217; command, it&#8217;s a very useful one if you either don&#8217;t know which ports a particular program listens on, or (vice-versa) want to know which program is the one listening on a particular port.</p>
<p>John.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
