Entropia!

Notes to self and others

smtp-sink: grab all the mail!

I was recently asked if there's such a thing that can act like a mailserver and just save everything that comes in, and send nothing out. Turns out, Postfix has exactly such a thing, called smtp-sink. This is a small command-line utility that will listen on a port and accept incoming emails and save them to disk. The following command will li ...

ssh-agent and login managers: Set your own socket

For the longest time I just ran `eval ssh-agent` in the console prior to starting a GUI, but I sometimes need/want to use a graphical login manager, and this created a problem with setting/keeping the SSH_AUTH_SOCK environment variable across applications in the GUI. I needed a better way, and I wanted a simple one. This solution is based on an ...

jotta-cli: Making sense of it all

I wanted to back up my workstation to Jottacloud, and they make a command-line tool called jotta-cli which supports a number of operating systems. The documentation, on the other hand, leaves a few things to be desired. I've read the docs so you don't have to! Install Download the appropriate package from their website or use your favorite pack ...