How to make sudo remember my password and how to add an application to startup
- by Bragboy
I guess this should be a simple thing for ubuntu users out there. I have two questions.
Whenever I need to run some command that requires permission from root, I run as sudo followed by that command. It would be nice if that does not prompt for password (but I should still be issuing a sudo to make sure that I know what I am doing). How to do this?
Every time I start my system, I go to terminal and start my VPN using sudo vpnc. This is almost everytime! How to automate this to a startup script?
Help much appreciated! Thanks