Feeds:
Posts
回應

Archive for the ‘ubuntu’ Category

Grub background

sudo apt-get install startupmanager grub-splashimages System -> Administration

Read Full Post »

Miro

$ sudo gedit /etc/sources.list add ‘deb http://ftp.osuosl.org/pub/pculture.org/miro/linux/repositories/ubuntu hardy/’ $ sudo apt-get update $ sudo apt-get install miro ubuntu-restricted-extras $ miro

Read Full Post »

Change desktop

$ sudo wget http://www.psychocats.net/ubuntu/defaultthunar.sh $ cd [directory] $ sudo chmod +x defaultthunar.sh $ ./defaultthunar.sh

Read Full Post »

P7zip

是個免費且壓縮強大的壓縮格式 $ sudo apt-get install p7zip p7zip-full

Read Full Post »

Realplayer 11 Gold

$ sudo wget http://www.real.com/realcom/R?href=http://forms.real.com/real/player/download.html?f=unix/RealPlayer11GOLD.deb $ sudo dpkg -i RealPayer11GOLD.deb $ sudo wget http://www.debian-multimedia.org/pool/main/w/w32codecs/w32codecs_20071007-0.1_i386.deb $ sudo dpkg -i w32codecs_20071007-0.1_i386.deb or $ cd (directory) $ sudo chmod a+x RealPlayer11GOLD.bin $ ./RealPlayer11GOLD.bin

Read Full Post »

Play RMVB

$ sudo apt-get install gstreamer0.10-pitfdll gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse $ sudo apt-get install libxine1-ffmpeg totem-xine ffmpeg lame faad sox mjpegtools libxine1-bin $ sudo apt-get install gcc-3.3-base libstdc++5 $ sudo wget http://www.debian-multimedia.org/pool/main/w/w32codecs/w32codecs_20071007-0.1_i386.deb $ sudo dpkg -i w32codecs_20071007-0.1_i386.deb $ sudo gedit ~/.xine/catalog.cache 這時請用「/decode_real」尋找需要改的地方,總共你會找到2處,仔細辨別這兩處的 id 是不同的,分別為 id=realadec 與 id=realvdec,將 [/usr/lib/xine/plugins/1.20/xineplug_decode_real.so] id 為 realadec 的 decoder_priority 改到 10

Read Full Post »

PDF Editor

$ sudo apt-get install pdfedit nas libqt3-mt-psql libqt3-mt-mysql libqt3-mt-odbc audiooss

Read Full Post »

Mounting NTFS

$ sudo apt-get install ntfs-3g ntfs-config $ sudo fdisk -l | grep NTFS $ cd /media $ sudo mkdir (directory) $ sudo gedit /etc/fstab /dev/(drive) /media/(directory) ntfs-3g defaults,locale=en_US.utf8 0 0 ( if need ) repeat the above comand line

Read Full Post »

Virtual Box

Goto website http://www.virtualbox.org/wiki/Linux_Downloads Update the source list using the following command sudo apt-get update First you need to install dkms using the following command sudo apt-get install dkms Install virualbox using the following command sudo apt-get install virtualbox-2.2 (91.3MB) 户添加到vboxusers组 sudo usermod -G vboxusers -a [user] sudo reboot configuration OS, 384M ram, 10GB VHD, ALSA [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.