Skip to content

Instantly share code, notes, and snippets.

@ctrlouis
Last active December 30, 2021 17:22
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 ctrlouis/812ee7153a591a8c67b1f741b4aa384b to your computer and use it in GitHub Desktop.
Save ctrlouis/812ee7153a591a8c67b1f741b4aa384b to your computer and use it in GitHub Desktop.
Tips

Default user chmod

Folder : 775 find . -type d -print | xargs chmod 775

File : 664 find . -type f -print | xargs chmod 664

Packages Management

PPA

List manually added ppa :

sudo ls /etc/apt/sources.list.d

Remove ppa :

sudo rm -i /etc/apt/sources.list.d/PPA_Name.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment