搞不懂的ubutnu

拿ubuntu的source.list安裝一些東西,結果debian不能上網了.......
好像root端被殺了.............. 
先不談拿ubuntu的apt來玩debian這件事 
我了解到一件事
原來main之前的單字表示版本>"< 所以說要找不同版本的東西,就改source.list就可以了
10.4
deb http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiverse
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe main multiverse restricted
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricted
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-backports main multiverse restricted universe
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe main multiverse restricted
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-backports universe main multiverse restricted
9.10

# 國家高速網路與計算中心
deb ftp://os.nchc.org.tw/ubuntu karmic-updates main restricted universe multiverse
deb ftp://os.nchc.org.tw/ubuntu karmic main universe multiverse restricted
deb ftp://os.nchc.org.tw/ubuntu karmic-backports main universe multiverse restricted
deb ftp://os.nchc.org.tw/ubuntu karmic-proposed main universe multiverse restricted
deb ftp://os.nchc.org.tw/ubuntu karmic-security main restricted universe multiverse
deb ftp://os.nchc.org.tw/ubuntu karmic-proposed main universe multiverse restricted
deb ftp://os.nchc.org.tw/ubuntu karmic-security mai
 
9.04 
deb http://gb.archive.ubuntu.com/ubuntu/ jaunty universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ jaunty universe
deb http://gb.archive.ubuntu.com/ubuntu/ jaunty-updates universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ jaunty-updates universe
 

讓我的"大"A6耳機有聲音

看來許多華碩A系列產品都有這個問題,耳機沒有聲音。
目前測試 debain505 i386
#atp-get install alsa-utils
把以下文字
options snd-hda-intel model=z71v position_fix=1
貼到:
/etc/modprobe.d/alsa-base
看論壇ubuntu要貼到
/etc/modprobe.d/sound

重新開機,搞定!

debian 6
貼到
/etc/modprobe.d/alsa-base
/etc/modprobe.d/alsa-base.conf
/etc/modprobe.d/sound

reboot

linux 常用的播放器

兩個好用的linux音樂播放器

Amarok

Exaile

兩個都非常不錯,而且apt就有了,方便又好用的東西

另外下面留給.......影音播放器>"< 目前還找不到比較好又方便的播放器 不過目前用的Mplayer,debain原有的播放器 想看rmvb可以參考以下網頁

以下內容取自 How to play rmvb in mplayer

This tutorial will take you step by step through installing all of the software necessary to play rmvb (RealMedia Variable Bitrate) files in Ubuntu Linux.
Though the steps and screenshots are specific to Ubuntu, they will likely be similar for other versions of Linux. With that said, be sure to read the MPlayer README file if you’re not using Ubuntu. Similar to some of the other tutorials on Simplehelp, this is almost certainly not the only way to play .rmvb files in Ubuntu, but it’s the easiest way I could find. If you know of a easier method, by all means please feel free to leave a comment.
  1. The first step in playing .rmvb files in Ubuntu is to use the Synaptic Package Manager to install MPlayer. When you mark MPlayer for installation, you’ll be prompted to install additional software packages (if they’re not already installed).
  2. play rmvb files in ubuntu linux click to enlarge
  3. After MPlayer has been installed, exit out of the Synaptic Package Manager and visit the MPlayer binary codec download page. Download the codec package for your platform (for example, if you’re using a 32bit Intel or AMD processor, download the Linux x86 package). Save the file to your desktop (or home folder). Once the download has completed, double-click that file. Select the folder to uncompress, and click the Extract button.
    play rmvb files in ubuntu linux
    click to enlarge

  4. Choose a location to extract the files (your desktop is ideal) and again click Extract.
  5. play rmvb files in ubuntu linux click to enlarge
  6. Make sure the files extracted correctly. They’ll be in a folder titled essential-date.
  7. play rmvb files in ubuntu linux
  8. Open up a Terminal by selecting Applications -> Accessories -> Terminal.
  9. play rmvb files in ubuntu linux
  10. Enter the following commands (and your password when prompted):
    cd Desktop
    cd essential-date
    sudo mkdir /usr/lib/codecs
    sudo cp * /usr/lib/codecs
  11. play rmvb files in ubuntu linux click to enlarge
  12. NOTE: you may need to install libstdc++5 to get .rmvb files to play. Even though it might not be necessary for you, it can’t hurt to install (the package isn’t very big). Run the command: sudo apt-get install libstdc++5 in a Terminal, or use Synaptic and search for libstdc++5. Thanks to everyone who commented (see comments below) for the tip.
  13. Launch MPLayer by selecting Applications -> Sound & Video -> MPlayer Movie Player. Right-click in the Mplayer – Video window and select Preferences from the menu.
  14. play rmvb files in ubuntu linux
  15. Select the Video tab and change the Available drivers: to x11 X11 (XImage/Shm).
  16. play rmvb files in ubuntu linux click to enlarge
  17. Select the Codecs & demuxer tab and change the Video codec family: to RealVideo decoder and the Audio codec family: to FFmpeg/libavcodec audio decoders. When you’re done, click OK and close down MPlayer.
  18. play rmvb files in ubuntu linux click to enlarge
  19. Locate one of your .rmvb files, right-click it and select Properties.
  20. play rmvb files in ubuntu linux
  21. Select the Open With tab and change whatever the default is to MPlayer Movie Player. Click Close.
  22. play rmvb files in ubuntu linux click to enlarge
  23. Double-click any of your .rmvb files and they should open up in MPlayer and start playing.
  24. play rmvb files in ubuntu linux

linux 掛載光碟

#apt-get install fuseiso

#mkdir DVDISO //創造任意一個資料夾

#fuseiso DVD.iso DVDISO //掛載到DVDISO

#cd DVDISO

#fusermount -u DVDISO //卸載