49 lines
1.6 KiB
Markdown
49 lines
1.6 KiB
Markdown
|
|
|
|
## Quickstart
|
|
There you go
|
|
```
|
|
git clone
|
|
dc idmgr
|
|
eval "$( bin/idmgr shell)"
|
|
```
|
|
|
|
|
|
## Future doc
|
|
|
|
Other scripts of interest to implement:
|
|
|
|
* Pass mod:
|
|
** Install firefox
|
|
** Install Chromium
|
|
* Encrypt mod:
|
|
* https://github.com/essentialkaos/mkcryptpasswd
|
|
* https://github.com/dyne/Tomb (Need root :( )
|
|
* https://github.com/nodesocket/cryptr => AES encyption, very nice
|
|
* https://github.com/vitalibarozzi/Flying-Tower , nice alt on upper link, best client !
|
|
* https://github.com/Tinram/GPGit Encrypt with gpg
|
|
* https://github.com/burianvlastimil/openssl-file-encryption-decryption-shell-scripts , aes256
|
|
* https://github.com/alexanderepstein/Bash-Snippets : many snippets
|
|
* https://github.com/elasticdog/transcrypt: Git transparent encryption , boaf, pk pas ...
|
|
* https://github.com/josh/senv : Encrypt env variables
|
|
* https://github.com/abemassry/wsend-gpg: Send a file to a remote
|
|
* https://github.com/SixArm/gpg-encrypt : encrypt/decrypt
|
|
* https://github.com/rolandshoemaker/raziel : Encrypted auto installer, why not ?
|
|
* https://github.com/morishin/locker : Password file encryption, with edition possible, pretty cool
|
|
* https://github.com/windowsrefund/safe : Dir encrypter
|
|
* https://github.com/chadoe/luks-triple-unlock : unlock luks
|
|
|
|
* Proactive sec:
|
|
* https://blog.kintoandar.com/2012/01/attack-detection-and-notification-with.html : iptables IDS
|
|
|
|
* VPN modules:
|
|
* https://github.com/kintoandar/shell_scripts/blob/master/automation/vpn_ssh.sh
|
|
* ssh_rport
|
|
|
|
* x509 mod:
|
|
** pkictl
|
|
* Backup:
|
|
** https://github.com/ccztux/glsysbackup
|
|
* Other scripts
|
|
** https://github.com/tzhenghao/MagicSnippets
|