Notes to Self
I have a hard time organizing some of my thoughts — they become scattered in text files over a dozen accounts, or start cluttering my inbox as emails to myself (all helpfully titled read me or look at this tomorrow). So here, with luck and dilligence, is a collection of useful things I’m reminding myself to look at later.
Like this one:
fs sysname -newsys i386_linux26 foo
ln -s @sys/@sys test
test is now i386_linux26/foo
Fedora 7 KVM Virtualization How-To
Quickie netcat speed test:
server: nc -v -v -l -n 2222 > /dev/null
client: dd if=/dev/zero bs=1M count=500 |nc -v -v server 2222