From 7ac7ac0e33807bdcd838f7c7fbac8c8b3efef7725f6b2ef995f579ff1771422c Mon Sep 17 00:00:00 2001 From: Johannes Kattnig Date: Mon, 11 May 2026 16:04:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c3f7664..a69fe9e 100644 --- a/README.md +++ b/README.md @@ -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) * *(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 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.