Noob Question Thread: Ask Any Questions About Linux!

https://lemmy.ml/post/14261893

Noob Question Thread: Ask Any Questions About Linux! - Lemmy

I thought I’ll make this thread for all of you out there who have questions but are afraid to ask them. This is your chance! I’ll try my best to answer any questions here, but I hope others in the community will contribute too!

Is there a way to remove having to enter my password for everything?

Wake computer from Screensaver? Password.
Install something? Password.
Updates (biggest one. Updates should in my opinion just work without, because being up to date is important for security reasons)? Password.

I understand sudo needs a password,but all the other stuff I just want off. The frequency is rediculous. I don’t ever leave my house with my computer, and I don’t want to enter a password for my wife everytime she wants to use it.

These are all valid reasons to request a password 🤔

  • Wake computer from Screensaver? Password.

Check your screen saver settings. Dunno which desktop environment you’re using. KDE should allow you to not enter a password for this.

  • Install something? Password.
  • Updates (biggest one. Updates should in my opinion just work without, because being up to date is important for security reasons)? Password.

Installing stuff runs sudo in the background hence the password prompt. Updates = installing stuff. Look up “passwordless sudo”. At this point, when do you even want a password to be shown? If you don’t need a password, get rid of it entirely.

Anti Commercial AI thingy

CC BY-NC-SA 4.0

Deed - Attribution-NonCommercial-ShareAlike 4.0 International - Creative Commons

At this point, when do you even want a password to be shown? If you don’t need a password, get rid of it entirely.

Do you still do this by just pressing enter when you change your password? (i.e. entering no password as your password)

Yep, using an empty password should work. They keyring will also need an empty password.

Anti Commercial AI thingy

CC BY-NC-SA 4.0

Is it possible to remove login password and sudo password on 20.04 LTS permanently?

The situation arise when I want to exchange my used laptop which requires password authentication during login and while issuing sudo commands. The other party wants no password at all. Is that even

Ask Ubuntu