@welshstu IS THAT A MASTODON TATTOO I SEE THERE
@Shanoa Happy birthday!
Pixelfed is a photo sharing social network, the Fediverse's alternative to Instagram.
You can find out more from the official website at:
The site has a server list and app list (click ☰ if you're on mobile).
The official @pixelfed apps are in public beta testing, and there are third party Pixelfed apps available such as @vernissage for iPhone and @PixelDroid for Android.
You can follow Pixelfed accounts from Mastodon, and Mastodon accounts from Pixelfed.
An improved, I think, version:
Destination:
$ nc -l -p 10002 | pv | gpg -d --no-symkey-cache | tar -x
Source:
$ tar -cv [folder] | gpg -c | nc [dest's hostname] 10002
The `tar` `-v` flag is moved to the source host, so that you can see `gpg -d`'s output better to check that it isn't decrypting bogus publickey-encrypted data.
This uses the `pv` command too, which is optional in the pipeline and is usually not installed. It behaves similar to `cat` but with a handy progress indicator.
@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?
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