Skip to main content

Posts

Showing posts with the label Linux

Ubuntu problem with accessing to .local domain

At work we have configured network with .local domain. But default setting on my Ubuntu 10.04 prevent me to access any resource which is configured in our network eg: "something.company.local". On Ubunt wiki i found solution for my problem:   sudo stop avahi-daemon This will stop avahi deamon. More info about this problem you can find on: Ubuntu Wiki

Restart ALSA driver on OpenSuse

From time to time it can happens that your sound driver stops to work completely or just for some application. In this case you need to restart your ALSA driver. Here you can see how you can do it on OpenSuse: start terminal and type  cd /etc/init.d/ sudo ./alsasound restart   After this your driver are restarted and you are ready to continue with your works ;).