Ole Tanges personal tools
Go to file
2017-03-20 22:43:31 +01:00
blink blink: Blink RAID device md? blinks all the devices in the RAID. 2013-02-19 13:35:48 +01:00
blockip puniq: man page 2017-01-07 21:33:04 +01:00
bsearch Merge branch 'master' of gitlab.com:ole.tange/tangetools 2016-08-13 20:41:59 +02:00
em blink: Blink a harddisk enclosure 2012-04-27 17:11:47 +02:00
field field (I never got the hang of cut) 2012-03-18 16:52:38 +01:00
forever Added forever and tracefile 2012-03-13 16:25:45 +01:00
G Added G. 2017-01-31 23:53:13 +01:00
gitnext gitnext: Checkout next revision. Opposite of 'checkout HEAD^'. 2016-08-13 20:35:07 +02:00
goodpasswd goodpasswd: man page. 2016-05-23 00:27:43 +02:00
histogram Fixed division by 0 if run with a file argument. 2014-08-05 00:24:16 +02:00
mtrr histogram: basic --input --format support. 2013-10-16 02:23:47 +02:00
neno gitnext: Checkout next revision. Opposite of 'checkout HEAD^'. 2016-08-13 20:35:07 +02:00
not not: negate the output value of a program. 2012-12-03 14:16:03 +01:00
overlaydevice overlaydevice: Initial version. 2013-07-10 18:35:56 +02:00
puniq puniq: man page 2017-01-07 21:33:04 +01:00
ramusage ramusage: Initial version. 2016-10-03 20:55:13 +02:00
rand rand: Parallelize generation. 2016-11-19 00:58:53 +01:00
reniced reniced: Runtime adjusted to 300 sec. Nicelevel 15. 2012-05-29 16:13:22 +02:00
rn timestamp: fixed --iso. 2015-02-08 20:54:41 +01:00
rrm rrm: Convert from MD5 to SHA256. 2017-03-20 22:43:31 +01:00
stdout Add stdout. 2012-03-13 22:53:02 +01:00
summer summer,mtrr: Added. 2013-04-07 14:03:20 +02:00
swapout swapout: added 2012-12-11 00:58:15 +01:00
timestamp Makefile: Use template. 2016-05-23 00:55:10 +02:00
tracefile tracefile: add --dir. 2016-05-23 01:04:47 +02:00
transpose Merge branch 'master' of gitlab.com:ole.tange/tangetools 2016-08-13 20:41:59 +02:00
upsidedown upsidedown: < > now treated as parenthesis. 2014-07-10 22:13:47 +02:00
w4it-for-port-open timestamp: fixed --iso. 2015-02-08 20:54:41 +01:00
wastebasket WasteBasket.lua: Code reorg. 2017-02-12 01:26:14 +01:00
wssh Makefile: Use template. 2016-05-23 00:55:10 +02:00
zram-init reniced: Better explanation of what happened. 2012-05-15 15:32:27 +02:00
LICENSE Add license 2016-05-22 22:10:09 +00:00
Makefile rrm: Convert from MD5 to SHA256. 2017-03-20 22:43:31 +01:00
README WasteBasket.lua: added. 2017-02-11 22:26:58 +01:00

Tools developed by Ole Tange <ole@tange.dk>.

Probably not useful for you, but then again you never now.

bsearch - binary search through sorted text files.

em - Force emacs to run in terminal. Use xemacs if installed.

field - Split on space. Give the given field number. Supports syntax 1-3,6-

forever - Run the same command or list of commands every second.

G - short hand for multi level grep.

gitnext - Checkout next revision. Opposite of 'checkout HEAD^'.

neno - No error no output. Only print STDERR and STDOUT if the command fails.

puniq - Print unique lines the first time they are seen.

rand - Generate (pseudo-)random data

rclean - Remove files with MD5 sums recorded by rrm (see below).

reniced - Renice all commands running more than 1 CPU minute unless they are niced or whitelisted.

rn - Move file(s)/dir(s) to ~/.rm/ (wastebasket).

rrm - Record file's MD5 sum before removing it.

stdout - Redirect both STDERR and STDOUT to STDOUT.

tracefile - List files/dirs being accessed by program.

w4it-for-port-open - Block until the given port opens on a given host.

wastebasket - VLC extension for moving current file to a wastebasket

wssh - Shorthand for w4it-for-port-open $host 22; ssh $host