722
Old timers know (sh.itjust.works)
you are viewing a single comment's thread
view the rest of the comments
[-] 30p87@feddit.de 2 points 1 week ago

Netcat is basically just a utility to listen on a socket, or connect to one, and send or receive arbitrary data. And as, in Linux, everything is a file, which means you can handle every part of your system (eg. block devices [physical or virtual disks]) like a normal file, i.e. text, you can just transfer a block device (e.g. /dev/sda3) over raw sockets.

this post was submitted on 22 Jun 2024
722 points (98.7% liked)

Programmer Humor

18253 readers
998 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS