Any undocumented and seldom maintained quick hacks ends up here. Majority is unusable for anyone else, but maybe someone can found something useful here.
Any undocumented and seldom maintained quick hacks ends up here. Majority is unusable for anyone else, but maybe someone can found something useful here.
It's script for sed(1)
editor, but wrapped in shell script
<span style="t">
is used by
Linux Software
#!/bin/bash sed -e 's/&/&/g' -e 's/</\</g' -e 's/>/\>/g' \ -e 's/</<span class="t">\</g' \ -e 's/>/\><\/span>/g'
Some time ago I wanted to modify image of hard disk with DOS-style partitions, so I've written trivial filesystem using fuse in order to allow easy manipulation with such images.
pfs.tar.bz2Simple tool for measuring data flow thru pipe. Data can be either discarded or sent to stdout.
byc.tar.gz
Simplest way to generate version 4 (random) UUID on Linux (unix with
reasonable /dev/urandom
).
Simple program for symetric encryption (AES) combined with HMAC authentication (something like HMAC-SHA-256) of arbitrary files.
sse.tar.gz