logo
logo
BlogAlbumProjectsAbout

A Z
U R

Azur's DigiAtelier
Blog
Album
Projects
About
Published on
Friday, January 26, 2024

Useful Linux Tips

Authors
  • avatar
    Name
    Zixuan Chen
    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
Zixuan Chen (Amos)
•
© 2024
•
Azurtelier™
Made with 🤍 using Nextjs and Tailwind - View Source