Ann Onymous@lemmy.blahaj.zonetoLinux@lemmy.ml•Thousands of images on Docker Hub leak auth secrets, private keysEnglish
2·
1 year agoRemove the trailing dot from the url: https://arxiv.org/pdf/2307.03958.pdf
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.
+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.