Page 1 of 1

Password

Posted: Mon Dec 23, 2019 9:11 am
by AsgharO
Hello Guys! I have just installed MX Linux in my machine, and during the installation i could not progress with out putting a password and now when i open some applications it asks me the password which is very annoying can you guys show me how to remove the password from this system? Thank you.

Re: Password

Posted: Mon Dec 23, 2019 9:28 am
by oops
Hello & welcome,
Which applications ?, because for system appli. it is the normal behavior.

Re: Password

Posted: Mon Dec 23, 2019 9:32 am
by notfound
AsgharO wrote: Mon Dec 23, 2019 9:11 am Hello Guys! I have just installed MX Linux in my machine, and during the installation i could not progress with out putting a password and now when i open some applications it asks me the password which is very annoying can you guys show me how to remove the password from this system? Thank you.
First, welcome to Linux. This is going to be a journey.

Imagine you decided that instead of buying a car at a dealership, you would rather have full control over every aspect of the vehicle, so you ordered a kit... and it arrived in a box that said "some assembly required". You can't just turn the key and make it go.

Linux is different from Windows in many ways... one of those ways is that admin changes that could affect your computer are blocked by the password. This is one of the main security features of Linux. You could conceivably disable this feature, but everyone here will tell you not to.

You will have to learn new ways of thinking about how an operating system works, and what is asked of you as the user. I would suggest doing some reading or watching some basic Youtube tutorials on Linux just to get the feel for it. Good luck!

Re: Password

Posted: Mon Dec 23, 2019 9:40 am
by AsgharO
oops wrote: Mon Dec 23, 2019 9:28 am Hello & welcome,
Which applications ?, because for system appli. it is the normal behavior.
Well, like Adblock from applications.

Re: Password

Posted: Mon Dec 23, 2019 9:41 am
by AsgharO
notfound wrote: Mon Dec 23, 2019 9:32 am
AsgharO wrote: Mon Dec 23, 2019 9:11 am Hello Guys! I have just installed MX Linux in my machine, and during the installation i could not progress with out putting a password and now when i open some applications it asks me the password which is very annoying can you guys show me how to remove the password from this system? Thank you.
First, welcome to Linux. This is going to be a journey.

Imagine you decided that instead of buying a car at a dealership, you would rather have full control over every aspect of the vehicle, so you ordered a kit... and it arrived in a box that said "some assembly required". You can't just turn the key and make it go.

Linux is different from Windows in many ways... one of those ways is that admin changes that could affect your computer are blocked by the password. This is one of the main security features of Linux. You could conceivably disable this feature, but everyone here will tell you not to.

You will have to learn new ways of thinking about how an operating system works, and what is asked of you as the user. I would suggest doing some reading or watching some basic Youtube tutorials on Linux just to get the feel for it. Good luck!
Hmm Okay, Thank you.

Re: Password

Posted: Mon Dec 23, 2019 10:00 am
by gimcrack
AsgharO wrote: Mon Dec 23, 2019 9:11 am Hello Guys! I have just installed MX Linux in my machine, and during the installation i could not progress with out putting a password and now when i open some applications it asks me the password which is very annoying can you guys show me how to remove the password from this system? Thank you.
That's what you want, security. Nothing gets by until you say it does. The system waits for your permission, password first . Don't you want to be secure or not?

Re: Password

Posted: Mon Dec 23, 2019 10:03 am
by Bonzoo2525
Generally on a Debian based system you'll have 3 password instances.
First is login for you .User Bobb@MX19. passwd= XYPDF. This can be rounded out with auto login by checking that box on installation or in MXtools.You'll also need it when logging in to the desktop after logging out rather than shut down or restart.

#2 is the keyring passwd which you are asked upon installation or opening of some things like Chrome or Chromium.
I auto-login as user( since I'm the only one on this machine) with a fast and super easy to type user passwd .LKJUIO9 or SHIIT44 or something similar
I do the same for that idiotic keyring. Something like DAWG77 or Dude01 is fine.

Last is a root password
Root is where the security lies. You want something somewhat complicated Wife&Dog&YourFullName&SC15982&454Chev
You'll need this using su or sudo in a terminal, running synaptic,mx package installer, gparted and other important things where screwups arent allowed.

Re: Password

Posted: Mon Dec 23, 2019 10:13 am
by oops
AsgharO wrote: Mon Dec 23, 2019 9:40 am
oops wrote: Mon Dec 23, 2019 9:28 am Hello & welcome,
Which applications ?, because for system appli. it is the normal behavior.
Well, like Adblock from applications.
... In this case, you can also use first : block-advert.sh via the terminal (need first the root password too) ... and after, the plugin for your web browser.

Code: Select all

su root
block-advert.sh
exit