Comment Re:SSH (Score 1) 357
i find
echo "whatever" /dev/tcp/127.0.0.1/1234
or
echo "whatever" /dev/udp/127.0.0.1/1234
much easier sometimes.
--
http://smr.moved.in/
why do we still have the gcc output name as a.out to default. while the the executable format is elf. isn't it misleading.
A bug in the code is worth two in the documentation.