Tools
From AdminWiki
(Difference between revisions)
		
		
 (+ gawk, sed)  | 
		|||
| (11 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| + | This is a landing page for tools to small to have their own section but important and useful enough to be left unnamed.  | ||
| + | |||
= Filesystem =  | = Filesystem =  | ||
| Line 5: | Line 7: | ||
= Networking =  | = Networking =  | ||
| - | * [  | + | * [http://www.bitwizard.nl/mtr/ mtr] -- matt's traceroute. ncurses-based traceroute utility.  | 
| + | * [http://www.scl.ameslab.gov/netpipe/ netpipe] -- network performance tester. Helps verifying if gbit means gbit or "more than 100mbit".  | ||
= Editors =  | = Editors =  | ||
| - | * [vim]  | + | * [[vim]]  | 
| + | * [[emacs]]  | ||
| + | |||
| + | = Scripting =  | ||
| + | |||
| + | * [[bash]]  | ||
| + | * [[perl]]  | ||
| + | * [[CLI]]  | ||
| + | * [[gawk]]  | ||
| + | * [[sed]]  | ||
| + | |||
| + | = Other =  | ||
| + | |||
| + | * [http://www.weitz.de/regex-coach/ Regex Coach] - Interactive tool for debugging regular expressions.  | ||
| + | * [[gcc]]  | ||
Latest revision as of 09:48, 10 April 2009
This is a landing page for tools to small to have their own section but important and useful enough to be left unnamed.
Contents | 
Filesystem
Networking
- mtr -- matt's traceroute. ncurses-based traceroute utility.
 - netpipe -- network performance tester. Helps verifying if gbit means gbit or "more than 100mbit".
 
Editors
Scripting
Other
- Regex Coach - Interactive tool for debugging regular expressions.
 - gcc