Ann Onymous@lemmy.blahaj.zonetoLinux@lemmy.ml•Thousands of images on Docker Hub leak auth secrets, private keysEnglish
1·
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.
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.