Live and recent posts from across the Fediverse tagged #unixlike, aggregated by home.social.
#unixlike
Moving files from a #FreeBSD VPS to a #Linux host for backup, with #tar, #bzip2 and #netcat
tar c lib* | bzip2 -cz4 | nc -l 9999
On the otherside:
nc server.address 9999 > backup.tar.bz2
#Unix #Unixlike