https://github.com/velvox/security-practices
A list on basic and advanced security practices focussed on privacy and security
https://github.com/velvox/security-practices
cybersecurity opsec personal
Last synced: 3 months ago
JSON representation
A list on basic and advanced security practices focussed on privacy and security
- Host: GitHub
- URL: https://github.com/velvox/security-practices
- Owner: Velvox
- License: mit
- Created: 2024-10-02T18:02:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-18T16:17:12.000Z (about 1 year ago)
- Last Synced: 2025-04-19T05:21:31.451Z (about 1 year ago)
- Topics: cybersecurity, opsec, personal
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This is an comprehensive list on the hardening of certain systems or applications
*Velvox is not responsible for any damage during or after the implementations of any recommendations placed in this repositoty.
## Operating systems
We provide simple implementation lists of popular operating systems
### Windows
[Check our Windows Hardening guide](/Windows/README.md)
## Applications (Windows)
### Microsoft Edge (Browser)
[Check our Edge Hardening guide](/Windows/Browsers/Edge/README.md)
### Miscellaneous
Just an bunch of random things that don't realy fit any catogory above
[Code Siging with selfsigned certificates](/Miscellaneous/CodeSigingGuide.md)
[Updating Windows without waiting untill Microsoft pushes it (from windowslatest.com)](https://www.windowslatest.com/2024/10/15/get-windows-11-24h2-quickly-and-skip-microsofts-wait-with-registry-group-policy-editor/)
[TOTP with PAM (Debian)](/Miscellaneous/PamTotp.md)