@lack That's pretty slick, and just one command on the source host, no need to manually enter the command on the destination host. This does ofc require ssh to be set up on the hosts though.
I didn't think about it, but since my command uses `gpg -d`, a malicious actor *could* send something publickey-encrypted, yeah... one would need to check its output (which currently could get drowned in tar's verbose mode output). Also, adding --no-symkey-cache to gpg -d might be a good idea in this case.
Just found out a really neat, convenient way to transfer folders encrypted and peer-to-peer on Unix/Linux.
Destination:
$ nc -l -p 10002 | gpg -d | tar -xv
Source:
$ tar -c [folder] | gpg -c | nc [dest's hostname] 10002
I was aware of something like this before, but hadn't polished it off.
#Unix #Linux #commandLine #lifehack
@dos I want one of these devices :')
@kyle That's really neat.
Among the list of reasons modern cars are unappealing to me: in addition to uploading location data, they also sometimes have cameras that upload video to the vendor. In this case employees at Tesla found the juiciest videos and shared them internally:
@carlrichell Maybe a silly question, but are you planning on experimenting with getting them slim enough to fit in a laptop?
@theologicalscribbles@mastodon.social
@Big_Diggity This seems like a "noob" question, but where exactly do we get the meaning of 'word of God'?
@Big_Diggity
@theologicalscribbles@mastodon.social And let's not forget to mention salvation and Heaven 😊
Hello there!
I boost a lot of posts, but I have a few things to say every now and then.
I am largely fine with boosting posts from people I disagree with even on significant, dividing issues. I usually don't, however, if they actively advocate for these ideas... so it goes :/
#Christian #coding #HaikuOS #Linux #privacy #FOSS #Fediverse #SmashBros #SSBU #LegendOfZelda
#fedi22
Note: social.librem.one doesn't support DMs