feat: add pwd mgmt setup

This commit is contained in:
dancingCycle 2022-02-14 04:01:49 -05:00
parent a010ca3055
commit 0b12d01e1e
2 changed files with 12 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Documentation for artitrary setups
* [Setup RDP Client](doc/setup-rdc.md)
* [Setup PM2](doc/setup-pm2.md)
* [Setup NPM](doc/setup-npm.md)
* [Setup Password Manager](doc/setup-pwd-mgmt.md)
* [Create Group and User](doc/create-grp-usr.md)
* To-do List
* gitk

11
doc/setup-pwd-mgmt.md Normal file
View File

@ -0,0 +1,11 @@
# Setup Password Manager
* get the latest version of installed packages and refresh the repository cache
```
sudo apt update
```
* install Keepass2 directly from the official repository
```
sudo apt install keepass2 --no-install-recommends
```