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
Are you running arch on the metal or through crostini/crouton? The second option probably will only respect chromeos’ power management settings, but you may be able to flash a full uefi payload and get rid of chromeos completely with https://mrchromebox.tech/#fwscript
+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.