tangetools/README

82 lines
2.2 KiB
Plaintext
Raw Normal View History

2012-03-06 14:47:41 +00:00
Tools developed by Ole Tange <ole@tange.dk>.
Probably not useful for you, but then again you never now.
2search - binary search through sorted text files.
blink - blink disks in a disk enclosure.
decrypt-root-with-usb - patch for cryptroot to decrypt root with key on USB.
duplicate-packets - duplicate packets on an interface. Useful if wifi is bad.
2017-07-06 18:06:39 +00:00
em - force emacs to run in terminal. Use xemacs if installed.
field - split on whitespace. Give the given field number. Supports syntax 1-3,6-
2015-02-08 19:54:41 +00:00
find-first-fail - find the lowest argument that makes a command fail.
forever - run the same command or list of commands every second.
2017-04-28 19:06:31 +00:00
G - shorthand for multi level grep.
2017-01-31 22:53:13 +00:00
gitnext - checkout next revision. Opposite of 'checkout HEAD^'.
gitundo - undo commit.
2017-04-28 19:06:31 +00:00
histogram - make and display a histogram on the command line.
2017-03-31 13:14:00 +00:00
2018-01-16 14:37:35 +00:00
mirrorpdf - mirror PDF-file horizontally.
neno - no error no output. Only print STDERR and STDOUT if the command fails.
off - turn off monitor.
pdfman - convert man page to pdf and display it using evince.
2017-04-28 19:06:31 +00:00
puniq - print unique lines the first time they are seen.
2017-01-31 22:53:13 +00:00
ramusage - display the ram usage of a program using `time -v`.
2017-03-31 13:14:00 +00:00
rand - generate (pseudo-)random data.
2016-05-22 22:27:43 +00:00
rclean - remove files with MD5 sums recorded by rrm (see below).
2016-05-22 22:43:10 +00:00
reniced - renice all commands running more than 1 CPU minute unless they are niced or whitelisted.
rina - run if no activity.
2017-07-17 02:34:22 +00:00
rn - move file(s)/dir(s) to .rm/ (wastebasket).
rrm - record file's MD5 sum before removing it (see rclean).
2016-05-22 22:43:10 +00:00
shython - shebang wrapper for cython.
2017-06-28 07:10:29 +00:00
sound-reload - reload sound system.
2017-06-13 18:11:34 +00:00
stdout - redirect both STDERR and STDOUT to STDOUT.
swapout - force swapping out.
2017-06-28 07:10:29 +00:00
2017-04-28 19:06:31 +00:00
T - tee stdout to and from temporary files.
timestamp - prepend timestamp to output.
tracefile - list files/dirs being accessed by program.
2017-04-28 19:06:31 +00:00
upsidedown - flip input upside down.
vid - play videos matching strings in descending order of size.
w4it-for-port-open - block until the given port opens on a given host.
2015-02-08 19:54:41 +00:00
wastebasket - VLC extension for moving current file to a wastebasket.
2017-02-11 21:26:58 +00:00
wifi-reload - reload wifi drivers.
2017-06-13 18:11:34 +00:00
wssh - shorthand for w4it-for-port-open $host 22; ssh $host
ytv - download video and play it as soon as it is partially downloaded.
yyyymmdd - date in ISO8601 compressed format.