TinhTranDev Icon
TinhTran
TinhTranDev Icon
TinhTran
BlogAlbumAbout Me Dictionary

TinhTranDev IconTinhTranDev

TinhTranDev
Blog
Album
About Me
Dictionary
Published on
Friday, January 26, 2024

Useful Linux Tips

Authors
  • avatar
    Name
    Tinh Tran
    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

Next Article

Introduction to Basic Foundation 1 - Linear Algebra and Calculus
← Back to the blog
mailgithublinkedintwitter
Tran Tinh Nguyen
•
© 2025
•
TinhtranDev
Made with 🤍 using Nextjs and Tailwind - View Source