they/she 🏳️🌈🏳️⚧️🌱 https://animalclock.org/uk/
Remove the trailing dot from the url: https://arxiv.org/pdf/2307.03958.pdf
I’ve used wireguard for a few years. The container isn’t essential, but I prefer to have all my service configs contained and separate from the host OS.
So basically you’ll just have one WAN->LAN port forward for Wireguard. Connect to that remotely, and you’ll be able to access everything inside your LAN.
She’s dead, sis. Try Mulch if you specifically want a chromium-based browser. I use it as a backup for sites which don’t work correctly under Firefox. You can add the divestos repo to your Fdroid client for auto updates.
+1 for ddg’s bang operators. I use !w for Wikipedia, !gsc for Google scholar, !py for Python docs, !pypi, !imdb, and !tvdb frequently. Here’s a searchable list: https://duckduckgo.com/bangs
Does your .bashrc actually source .bash_profile? Add
[ ! -f "~/.bash_profile" ] || . "~/.bash_profile"
(.bash_profile doesn’t exist or source it) to the end if not.