Ole Tanges personal tools
Go to file
2016-05-23 01:04:47 +02:00
blink blink: Blink RAID device md? blinks all the devices in the RAID. 2013-02-19 13:35:48 +01: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
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 neno: now with ctrl-c 2012-03-14 10:54:17 +01: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
rand rand: added. 2016-05-23 00:18:31 +02: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 Makefile: Use template. 2016-05-23 00:55:10 +02: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 transpose-par.pl: Parallelized transpose with paste. 2013-10-28 00:44:47 +01: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
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 tracefile: add --dir. 2016-05-23 01:04:47 +02:00
README Makefile: added rrm. 2016-05-23 00:43:10 +02:00

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

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

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

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

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

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

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.

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