Archive for August, 2009

Add printer in Ubuntu, Linux

Little tips how to add network or regular printer to Ubuntu. Go to System>Admin>Printers. Then New > Printer. Here you choose if you have a network or regular (ex USB). If you have network just enter the IP address and then serch. After you have to select printer for install drivers. All mine networks printer [...]


Install font in Ubuntu, Linux

This is how i did when i needed to add some windows fonts under Ubuntu. Go to your home folder, filesystem > home > yourusername. Now show hidden files and folders by press: ctrl+h Look for .fonts, if its not exist just make a new folder with name: .fonts Just drag your ttf files into [...]


.local domain message Ubuntu, Linux

I was getting a message when i connected to my wireless network that said I hade .local domain thats not recommended. To get this dissapere I just wrote this two command into the terminal and rebooted. After that it worked fine: sudo sed -i -e’/AVAHI_DAEMON_DETECT_LOCAL/s/1/0/’ /etc/default/avahi-daemon sudo service avahi-daemon start Did see it on: http://ubuntu-se.org/phpBB3/viewtopic.php?f=17&t=41977&hilit=dom%C3%A4n#p340853 [...]