Author: barrelltitor

  • Call of Duty 3

    Call of Duty 3

    RPCS3 Emulation has come a long way. Almost every single PS3 game is playable, meaning you can fully finish it without any game breaking bugs. There’s also plenty of upscaling so games can look better than ever. There’s locally tracked trophies, keyboard and mouse compatibility, out of the box compatible with mostly any controller you…

  • Call of Duty

    Call of Duty

    A bit of background I love playing games on max difficulty. It feels like that’s the way the game was intended to be experienced, and at the end of the game I feel much more satisfied on a harder difficulty, and learn a lot more. A great example is the Arkham series. When I started…

  • Volumes and Bind Mounts

    Volumes and Bind Mounts

    Files inside the container are on a virtual filesystem. You cannot directly access the files inside the container, and the container cannot normally access your files. You should think of docker containers somewhat as Virtual Machines. Volumes are paths on the host mounted inside the container, allowing for persistent storage. Removing a container does not…

  • 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…

  • Portainer math

    Portainer math

    0.0> 0.0 but also 0.0 < 0.0 lol lmao even

  • World Digital Archive

    World Digital Archive

    Does programming make you dream in binary? I had a bit of a fever dream. You know how much media gets lost every second? More than you can imagine. Games, comics, movies, TV shows, fansubs(hey remember all those stylized, burnt in karaoke subs european anime channels used to show?). If you want to get into…

  • My “smart” light switch died

    I’ve been into smart technology for a few years, and you probably have too because this shit is forced down your throat on every purchase, which would be fine if the features actually worked and if they didn’t have potatoes for CPUs. The issue with anything smart is that it’s badly made. The very fragile…

  • 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…