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 ...