My Keepass Setting
```
`Options > Advanced > Start and Exit`:
x Remember and ...
v Automatically save ...
`Options > Advanced > Auto-Type - Sending`:
v Allow interleaved ...
`Options > Advanced > Advanced`:
x Automatically search key files ...
x Remember key sources ...
x Remember working directories.
`Options > Advanced > Start and Exit`:
x Remember and ...
v Automatically save ...
`Options > Advanced > Auto-Type - Sending`:
v Allow interleaved ...
`Options > Advanced > Advanced`:
x Automatically search key files ...
x Remember key sources ...
x Remember working directories.
`Options > Interface > Main Window`:
v Minimize main window after copying ...
`Options > Interface > lower button labeled Select List Font`:
Display utf-8 characters e.g. CJK. instead of □ □ □
Font: Noto Sans CJK SC Size: 12.
`Options > Security`:
v Lock workspace after... 60
```
```bash
# destroy database path string and key file path string:
shred -u ~/.recently-used
echo '' > ~/.recently-used
# sudo chattr +i ~/.recently-used
## -i immutable. BUG.
```
Side by side copy:
```
Tools > Options > Advanced> Start and Exit, Limit to single instance.
```
Sync with WebDAV link:
```
Tools > Triggers > add...
Properties:
Name: sync
v Enabled
v Initially on
comments: blah blah
Events: add...
Event: Saved database file
File/URL - Comparison: Equals
Actions: add 3...
1:
Action: Change trigger on/off state
New state: Off
2:
Action: Synchronize active database with a file/URL
File/URL: https://dav.example.com/keepass/{DB_NAME}
IO Connection - User Name: yours
IO Connection - Password: ******
3:
Action: Change trigger on/off state
New state: On
```
```bash
# destroy database path string and key file path string:
shred -u ~/.recently-used
echo '' > ~/.recently-used
# sudo chattr +i ~/.recently-used
## -i immutable. BUG.
```
Side by side copy:
```
Tools > Options > Advanced> Start and Exit, Limit to single instance.
```
Sync with WebDAV link:
```
Tools > Triggers > add...
Properties:
Name: sync
v Enabled
v Initially on
comments: blah blah
Events: add...
Event: Saved database file
File/URL - Comparison: Equals
Actions: add 3...
1:
Action: Change trigger on/off state
New state: Off
2:
Action: Synchronize active database with a file/URL
File/URL: https://dav.example.com/keepass/{DB_NAME}
IO Connection - User Name: yours
IO Connection - Password: ******
3:
Action: Change trigger on/off state
New state: On
```
评论
发表评论