Archiv
Lucid Lynx Suspend Problems with Radeon Driver
Ubuntu 9.10: Featuring the S.M.A.R.T. Notifier
Ubuntu 9.04: Update-Manager Verhalten umstellen
Skype Audio unter Ubuntu 8.10
Update: Leider scheint der Ton verzögert anzukommen (auch wenn man in der /etc/pulse/daemon.conf die beiden Werte noch anpasst), was bei Videoübertragung unschön ist.
Da ich momentan sehr viel skype hatte ich das Problem, dass ich während Skype online war, keine andere Audioquelle anhören konnte. Durch einen tollen Hinweis im PulseAudio Wiki ist dies jetzt wieder möglich. Mehr…
Pause-Taste sinnvoll belegen
Es hat sich für mich als praktisch erwiesen, die Pause-Taste welche sonst unbenutzt auf der Tastatur herumliegt zum Ausschalten des Bildschirmes zu nutzen. Dies schont zudem den Akku auf einem Laptop wenn man ihn kurzzeitig nicht benötigt (in Kombination mit dem Thinklight Plugin für Pidgin ist dies eine ganz praktische Sache – sofern man einen IBM hat). Mehr…
[ICQ] Pidgin 2.5.2 in Ubuntu Intrepid “zu alt”
Firefox: Flash and Sound (Update)
Update: In Intrepid Ibex this package is now called flashplugin-nonfree-extrasound.
Hi,
as some of you may have already recognized, in Ubuntu Hardy, normale sound applications and Flash in Firefox don’t play well. For example: if you first start Rhythmbox, hear some music and later run Firefox to watch some Youtube it plays without sound.
This problem is known and there is a solution! Just install libflashsupport.
Cite from the description:
Due to various bugs in the Flash 9 plugin sound output of Flash 9 through the pulseaudio soundserver doesn’t work properly. This library adds a clutch to make Flash 9 sound output in pulseaudio possible.
For further information see http://www.pulseaudio.org/ticket/43 and http://www.pulseaudio.org/wiki/FlashPlayer9Solution
Bye,
Sven
Bridging with Ubuntu Hardy
Hi there…
Situation: You have a computer which you want to connect to your already existing network infrastructure.
Problem: You don’t have any switch or hub available only a network card and an already connected computer.
Solution: Use bridging. Its just two clicks away… ok, not really – I don’t like clicking over ssh
So what I’ll tell you now is what I’ve learned from: http://www.barmasse.org/linux/praxishilfe/ubuntu/virtualbox.html and http://ubuntuforums.org/showthread.php?t=132515 (post from user “woedend”).
Open the file /etc/network/interfaces as root and add the lines:
auto br0
iface br0 inet dhcp
bridge_ports eth0 eth1
Then install the package bridge-utils and type as root:
/etc/init.d/networking restart
You’re dhcp server must be configured to give the br0 interface an IP address. After that, you can do everything with your external connected computer as if it where connected directly.
Bye
Sven
Ubuntu Hardy and NIS Server
Hi,
here is a walkthrough to set up a NIS server under Ubuntu Hardy, because the standard configuration is only for clients.
apt-get install nis
NIS domain: be creative
Then wait till the ypbind search is over (it tries very hard to find a server…) otherwise the package is not completely installed.
In the mean time, you can prepare the server.
/etc/yp.conf
ypserver 127.0.0.1
/etc/default/nis
NISSERVER = master
NISCLIENT = false
/etc/ypserv.securenets
# This line gives access to everybody. PLEASE ADJUST! Adjusted! ![]()
255.255.255.0 192.168.1.0
When the installation is complete, you can proceed with the following steps:
/usr/lib/yp/ypinit -m
/etc/init.d/nis restart
Congratulations, your NIS server is now running!
Bye,
Sven
Letzte Kommentare