🎉 Wow, another cryptic tool with a name resembling a tangled mass of letters: Spiped! 🚀 Because clearly, #SSH wasn't secure or confusing enough, now you can use this mystical pipe to send your data on a magical journey through a UNIX socket labyrinth. 🔐 Just remember, if you can pronounce it, you're already halfway to being a cryptographic wizard! 🧙‍♂️
https://www.tarsnap.com/spiped.html #cryptictools #Spiped #UNIXsocket #cryptography #HackerNews #ngated
Tarsnap - The spiped secure pipe daemon

The spiped secure pipe daemon

@deavmi #UnixSocket is more performant but you will need to use a proxy container. If you're interested how I made it work, check my github page.

https://github.com/madnuttah/unbound-docker/blob/main/doc/DETAILS.md#cachedb-redis

#redis, #pihole and #unbound. The holy trinity.

Oops, there's a code block off I see.

unbound-docker/doc/DETAILS.md at main · madnuttah/unbound-docker

🛡️ This Unbound Docker image is based on Alpine Linux with focus on security, privacy, performance and a small image size. And with Pi-hole in mind. - madnuttah/unbound-docker

GitHub
Understanding Unix Domain Sockets in Golang

In Golang, a socket is a communication endpoint that allows a program to send and receive data over a...

DEV Community 👩‍💻👨‍💻
@mayaeh 私の環境では、コメントアウトされてたので外す必要がありました
# Unix socket.
#
# Specify the path for the Unix socket that will be used to listen for
# incoming connections. There is no default, so Redis will not listen
# on a unix socket when not specified.
#
#unixsocket /var/run/redis/redis-server.sock
#unixsocketperm 700