Update README.md
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user