The BT torrent is http://www.badongo.com/file/18102103
File name:ubuntu-9.10-desktop-i386.iso
Code:755414d98029f86ec36e8b4ad8e38ce26e10210a
Code:755414d98029f86ec36e8b4ad8e38ce26e10210a
The download URL
Have fun on ubuntu!!!
#!/bin/bash
# Program:
# This program help me to listen studentclassrom.
# Histor:
# 2009/10/21 MPDK First release
PATH=/bin: /sbin: /usr/bin: /usr/sbin: /usr/local/bin: /usr/local/sbin: ~/bin:
export PATH
read -p "please choose the day you want to listen:" day
mplayer mms://air.hihit.net/studio/${day}ba.wma
cd /path at where you download
tar -zxvf LiHeiProPC.ttf.tar.gz
sudo mv ExtractFile /usr/share/fonts/truetype/
sudo fc-cache -f -v
cd /path at where you download
chmod 755 newfonts.sh
http://abstract.desktopnexus.com/
And then, unzip to ~/.icon/. Finally, right-click on the desktop and keyin "B". Use your theme!!!http://www.gnome-look.org/
#the source of 2.6.30up!
deb http://archive.ubuntu.com/ubuntu/ karmic main restricted multiverse
deb-src http://archive.ubuntu.com/ubuntu/ karmic main restricted multiverse
# deb http://cz.archive.ubuntu.com/ubuntu jaunty main multivederseBy the upgrading kernel from 2.6.28 to 2.6.31, there are so many problem over there. For example, wireless can not be drove. Using the source, it may help you complete your kernel such that your kernel may be stable.
#the firefox upgrade to 3.5 and 3.6
# deb http://ppa.launchpad.net/fta/ppa/ubuntu jaunty main
# deb-src http://ppa.launchpad.net/fta/ppa/ubuntu jaunty mainI was a firefox user in the past, but now I'm not. Whatever, this source can help you to upgrade your firefox version.
#the google-chrome source
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty mainWelcome to the newest and most popular web browser, chromium, the open-source version of google chrome. But, The detail introduction was post in the past article, and please read yourself.
#a beautiful theme source
deb http://ppa.launchpad.net/bisigi/ppa/ubuntu jaunty mainI find it in Ubnutu 正體中文網 which share by a geek.
http://kernel.ubuntu.com/~kernel-ppa/mainline/All you need to download the following deb and install package by package.
1. linux-hearders-<version> _all.deb
2. linux-hearders-<version>_i386.deb (or "amd64" is a matter of your computer)
3. linux-image-<version>_i386.edb (similarly above)
4. linux-source-<version>_all.deb (Not necessary)After all, edit your sources.list by adding the following source
#the source of 2.6.30up!
deb http://tw.archive.ubuntu.com/ubuntu/ karmic main restricted multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu/ karmic main restricted multiverse
linux-Then I find the lower version and do complete removal. That's it.
sudo gedit /etc/apt/sources.list
#the google-chrome sourcedeb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty maindeb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
sudo aptitude install chromium-browser chromium-browser-l10n
sudo aptitude install flashplugin-nonfree (I guess you have installed it.)
sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/chromium-browser/plugins
chromium-browser --enable-pluginslspci | grep Audioat your terminal.
lsmod | grep snd3. To get the other information you may be need, you also can type
"lshw -c multimedia"Although, there are many ways to help you get your computer's information, but I feel the best way is to use alsa-info.sh which is a really powerful shell script.
"aplay -l"
"cat /proc/asound/cards"
"cat /proc/asound/card0/codec#* | grep Codec"
/etc/modporbe.d/alsa-base(.conf)First, to make sure what your card "codec" is. You can type
cat /proc/asound/card0/codec#* | grep CodecAnd then, you need to search the Codec name in the text
/usr/share/doc/alsa-base/drivers/ALSA-Configuration.txt.gzNote that there are many kind of Codec perhaps. So, pleas try much times.
options model=????? (????? is the value listed in ALSA-Configuration.tet)at the end of /etc/modprbe.d/alsa-base(.conf). And then, reboot. Hope you enjoy your music life.
http://git.alsa-project.org/?p=alsa-driver.git;a=blob_plain;f=utils/alsa-info.sh
But don’t just take my word for it. Check out some complaints from other people regarding Pango.
export MOZ_DISABLE_PANGO=1Then re-source:source .bashrc orsource .bash_profileAnd restart Firefox.mkdir /dev/shm/tmp
chmod 1777 /dev/shm/tmp
mount --bind /dev/shm/tmp /tmp
#!/bin/sh
# RamDisk tmp
PATH=/sbin:/bin:/usr/bin:/usr/sbin
mkdir /dev/shm/tmp
chmod 1777 /dev/shm/tmp
mount --bind /dev/shm/tmp /tmp
sudo chmod 755 /etc/init.d/ramtmp.sh
cd /etc/rcS.d
sudo ln -s ../init.d/ramtmp.sh S50ramtmp.sh