Category: Linux

  • BeefText to Espanso

    BeefText to Espanso

    BeefText is an incredible little tool, but it only works on Windows. When switching to Linux, or at least to Linux-compatible tools, you’ll likely find Espanso to be the best you can get, but there’s no easy way to move from one to the other. Better said, there wasn’t! Utilizing space age technology, and with…

  • Awesome Lists

    Lots of great docker goodies to make your life better. Want to run some new services but you don’t even know what you’re missing? These are some great places to look

  • Gluetun – VPN for your containers

    Gluetun – VPN for your containers

    Setup both a VPN and local access for your containers in just a few moments using Gluetun! You can even use Pihole as your DNS! Gluetun Gluetun is a VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy…

  • Install Portainer in 10 seconds

    Install Portainer in 10 seconds

    Portainer is a container management software which offers an easy to use user interface for deploying and managing all your Docker needs! Here’s how to install it in 10 seconds Requirements If you don’t already have Docker, run the following command to install it! You need to do this on a user with root/sudo privileges.…

  • mkcert – HTTPS without a domain

    mkcert – HTTPS without a domain

    Managing your own CA is the best solution, but usually involves arcane commands, specialized knowledge and manual steps. mkcert SSL for services not exposed to the internet might seem like witchcraft, but even you can set up a local CA in no time! Here’s how TL;DR General usage The certificate files are in the directory…

  • Various fixes for software issues

    Over time I’ve had issues with software that were difficult or annoying to find the solution to, and I figured collecting some of these for future reference wouldn’t hurt. Ffmpeg Unrecognized option “vol” Use the ffmpeg from ShareX 15. The one bundled with ShareX 16 doesn’t have this option for some god forsaken reason Nginx…