Ubuntu : Install PDF printer Get cups-pdf installed. Open up a terminal session (or use Synaptic) and type the following:
sudo apt-get install cups-pdf
Finished install. Then&n…Read More
Ubuntu : Edit resolve.conf filesolution :
#sudo vim /etc/resolvconf/resolv.conf.d/base
then add:
nameserver 8.8.8.8
nameserver 8.8.44
then update :
#sudo resolvconf -u…Read More
Ubuntu : Enable root loginSolution 1. Edit #/etc/ssh/sshd_config
Change PermitRootLogin prohibit-password to yes
Solution 2. Run the command
#sudo sed -i 's/prohibit-passwor…Read More
0 comments:
Post a Comment