16 lines
1020 B
Markdown
16 lines
1020 B
Markdown
# Knowledge Base
|
|
|
|
Welcome to my personal archive of technical documentation, cheat sheets, and "Today I Learned" notes.
|
|
|
|
## Topics
|
|
|
|
* **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.
|