Update README.md

This commit is contained in:
2026-05-11 16:04:20 +02:00
parent ff9b7132ae
commit 7ac7ac0e33

View File

@@ -7,5 +7,9 @@ Welcome to my personal archive of technical documentation, cheat sheets, and "To
* **Python**: [Pip, Virtual Envs, and Tooling](docs/python/pip-env-vars.md) * **Python**: [Pip, Virtual Envs, and Tooling](docs/python/pip-env-vars.md)
* *(More topics coming soon...)* * *(More topics coming soon...)*
### TODO move into seperate file: how to edit sudo , use with caution as this might break the system and reduces security.
#### To make the system not asking for the password all the time add ", timestamp_timeout=-1" to "Defaults env_reset" that can be opened with "sudo visudo". Change the -1 to a other number if a spesific minute of time is needed.
#### To make the system not requireing each terminal to verify with a password add ", !tty_tickets" to "Defaults env_reset" this way there is only one ticket and not multiple for each terminal. Meaning one password ulocks the whole system.
## About ## About
This repository serves as a digital garden for my development knowledge. It is structured to potentially be hosted as a static documentation site in the future. This repository serves as a digital garden for my development knowledge. It is structured to potentially be hosted as a static documentation site in the future.