Showing posts with label does. Show all posts
Showing posts with label does. Show all posts
Saturday, November 19, 2016
When chsh simple does not work
When chsh simple does not work
I got into this problem lately in a Live environment of the new Ubuntu MATE release where no matter how many times I change the password using sudo passwd it simply does not effect chsh. So, when I type in
It asks for the password. And when I type the password in, it does not work. It simply says "PAM: Authentication Failure". Ok, so go for Googling. Later, I found out that all user home and shell infos are stored in a file located by /etc/passwd. Now you need root to do this. So how do you get root? For a Live system, thats simple. just type in
chsh -s /usr/bin/zsh
It should give you the # prompt so youre root now. Now just open the file using your favorite editor like
sudo -i
Then find your user name and change the string right after the last : on that line. Done. Reboot and go. For now, I seriously dont know why chsh didnt work. :( anybody have any clues?
nano /etc/passwd
Go to link download
Monday, August 29, 2016
Windows When your machine does not let you write to any USB device
Windows When your machine does not let you write to any USB device
Check this out. Worked for me [ http://superuser.com/questions/459507/usb-drive-becomes-write-protected-after-inserting-it ]
Go to link download
Subscribe to:
Posts (Atom)