smbmount被改没了,现在用cifs作为文件系统加载Windows共享文件夹:
mount -t cifs //winhost/sharedfolder /mnt/winfs
mount -t cifs -o username=xxx,password=yyy //winhost/sharedfolder /mnt/winfs
mount -t cifs //winhost/sharedfolder /mnt/winfs
mount -t cifs -o username=xxx,password=yyy //winhost/sharedfolder /mnt/winfs
posted @ 2007-07-29 14:07 eygneph 阅读(72) 评论(0) 编辑
As usual, assume you're installed with fc6. Make sure your yum works well, repository is set to the official url and mirrorlist.
1) yum install mplayer
2) yum install mplayer-gui
3) vi /etc/mplayer/mplayer.conf
vo = sdl
ao = sdl
4) In control panel, set sound system to OSS(Open Sound System) and click apply.
And you're finished!
Tips: Never use GUI preference to save your options, it will overwrite your video and audio settings.
If you happened to do so, never mind, edit ~.mplayer/gui.conf, change vo and ao option to sdl and restart MPlayer.
1) yum install mplayer
2) yum install mplayer-gui
3) vi /etc/mplayer/mplayer.conf
vo = sdl
ao = sdl
4) In control panel, set sound system to OSS(Open Sound System) and click apply.
And you're finished!
Tips: Never use GUI preference to save your options, it will overwrite your video and audio settings.
If you happened to do so, never mind, edit ~.mplayer/gui.conf, change vo and ao option to sdl and restart MPlayer.
posted @ 2007-07-29 13:58 eygneph 阅读(96) 评论(0) 编辑
