7
votes
UNIX socket implementation for Java?
Checkout the JUDS library. It is a Java Unix Domain Socket library...
http://code.google.com/p/juds/
…
0
votes
How to attach a file using mail command on Linux?
My answer needs base64 in addition to mail, but some uuencode versions can also do base64 with -m, or you can forget about mime and use the plain uuencode output...
FROM=me@mydom …
