Penguin
Diff: AdvancedUserTips
EditPageHistoryDiffInfoLikePages

Differences between version 25 and previous revision of AdvancedUserTips.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 25 Last edited on Saturday, July 8, 2006 3:24:50 pm by AristotlePagaltzis Revert
Older page: version 24 Last edited on Saturday, July 8, 2006 3:24:20 pm by AristotlePagaltzis Revert
@@ -3,9 +3,9 @@
 * In a similar vein, you can get the dynamic linker to show you how external symbols in executables get resolved. See [LD_DEBUG]. 
  
 * procinfo(8) gives a nice summary of the [Kernel] information available in the <tt>/proc</tt> FileSystem, such as memory/[CPU] usage, KernelModule~s, [IRQ] usage, devices and supported FileSystems. See ProcFileSystem 
  
-* netstat(8) shows active connections, including tcp(7), udp(7) and unix(7) socket connections. <tt>netstat -anAinet</tt> shows all [TCP] and [UDP] [Ports ] that are open on your machine – very handy. 
+* netstat(8) shows active connections, including tcp(7), udp(7) and unix(7) socket connections. <tt>netstat -anAinet</tt> shows all [TCP] and [UDP] [Port ]s that are open on your machine – very handy. 
  
 * Depending on the permissions on certain executables, you can start another [X] server as a normal user. (Default [Slackware] lets you, [Debian] doesn't.) To use virtual terminal 8 (which is normally unused), do <tt>xinit /usr/bin/X11/xterm -display :1.0 -- /usr/bin/X11/Xwrapper :1.0 vt08</tt>. Now if you run [X] programs with <tt>$DISPLAY</tt> set to <tt>:1</tt> instead of <tt>:0</tt>, they go to the server running on vt 8. See xinit(1), Xwrapper(1) 
  
 * Store all your data in [CVS] (or SubVersion, or...). It's great. If you're bored, store <tt>/etc</tt> in [CVS] too :)