I stopped dual booting windows 10 just because it kept messing up my boot loader when it performed certain updates
- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: January 7th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Do you mean the delay between when you need to re-enter the superuser password?
I found this via an LLM:
To change the delay before needing to re-enter your
sudo
password, follow these steps:-
Open the terminal and run:
sudo visudo
-
Locate the line:
Defaults env_reset
-
Add the following line below it:
Defaults timestamp_timeout=<time-in-minutes>
Replace
<time-in-minutes>
with the desired timeout in minutes (e.g.,30
for 30 minutes). Setting it to0
requires a password every time, while a negative value disables the timeout entirely.
-
terminal@lemmy.mlto Linux@lemmy.ml•A local database with a command line interface? (sqlite?)8·1 year agoI think you would be better off using something like org-roam. It’s all text so script can still be used and it can be searched fast with ripgrep. Also org mode has loads of features that a homegrown system will never be able to catch up with
Hahah very true