logo
logo
BlogProjectsAbout

K J

Kai Jun's Blog
Blog
Projects
About
Published on
Friday, January 26, 2024

Useful Linux Tips

Authors
  • avatar
    Name
    Kai Jun Han
    Twitter

Make sudo Remember password for longer

sudo visudo

add Defaults timestamp_timeout=300 at the end

Auto mount drive on booting the machine

sudo vim /etc/fstab

add /dev/{drive_name} /media/path/to/mount ext4 defaults 0 0

To Be Continued...

View on GitHub

Tags

EnglishLinuxnoteguide

Previous Article

WSL Troubleshooting

Next Article

Install Microsoft Edge On Linux
← Back to the blog
mailgithublinkedintwitter
Kai Jun Han
•
© 2025
•
Kai Jun Portfolio Site™
Made with 🤍 using Nextjs and Tailwind - View Source