Mosh Install Checklist

Install Mosh on both ends allow udp access for mosh on the server (the example is for the ufw firewall) sudo ufw allow 60000:61000/udp connect like normal. if using a different port do this mosh user@domain.com --ssh="ssh -p 2222"

May 19, 2020 · Mario Jason Braganza

Miniflux Service Fails to Start at Boot

Pleased as punch, with my Miniflux instance. RSS, is how I catch up with everything newsy and techy and with what people I want to hear from, have to say. I love it. I did face one teensy issue with it though. Every time I rebooted my machine, the Miniflux service would fail to start. I would just manually do a systemctl restart miniflux and it would start right up, with that innocent doggy face. ...

May 14, 2020 · Mario Jason Braganza

Stuffing variables into a config file for Miniflux

Something I learnt recently as I moved hosts for my Miniflux instance. I can just take all the variables I want (like feed refresh times, the base url or the address/port Miniflux listens on); and then stuff it into a config file and then launch miniflux like so … miniflux -c 'path/to/file' Pretty handy! P.S. The entire list of variables is here.

September 23, 2019 · Mario Jason Braganza

List Comprehensions, A Story in 3 Pictures

1. You take, this here list. 2. Chew on it. 3. And spit it out, just like a cow. I reposted this, because I called comprehensions, expressions in the older post. Sorry!

August 23, 2019 · Mario Jason Braganza