Skip to content

Instantly share code, notes, and snippets.

@vpnwall-services
Last active June 6, 2023 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vpnwall-services/7a2e72fafb0dd2de72db8c6db875dd03 to your computer and use it in GitHub Desktop.
Save vpnwall-services/7a2e72fafb0dd2de72db8c6db875dd03 to your computer and use it in GitHub Desktop.
[LINUX 101] Linux 101 #linux #101 #green #symlinks #certificate #trust #self #signed

LINUX 101

  • De-greener chmod -R a-x,o-w,+X thatGreenFolderWithSubfolders/

  • Purge looped symlinks find . -follow -printf ""

  • Trust self-signed

cp cert.pem /usr/share/ca-certificates
cp cert.pem /usr/local/share/ca-certificates
dpkg-reconfigure ca-certificates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment