Skip to content

Instantly share code, notes, and snippets.

@MartinBrugnara
Created May 15, 2018 21:21
Show Gist options
  • Save MartinBrugnara/56058365c69599f8bd930453c1cf94a6 to your computer and use it in GitHub Desktop.
Save MartinBrugnara/56058365c69599f8bd930453c1cf94a6 to your computer and use it in GitHub Desktop.
Elementary OS setup
Hide users:
sudo vim /var/lib/AccountsService/users/<username>
```
[User]
SystemAccount=true
```
Install scanner (default lib is too old and buggy)
```
sudo add-apt-repository ppa:rolfbensch/sane-git
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get -f install
sudo apt install libsane-extras
```
Key-manger
```
sudo apt install seahorse
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment