- 論壇徽章:
- 0
|
http://hi.baidu.com/nfubuntu
很不錯(cuò)>
大家可以從http://www.ubuntustudio.org 下載到他的DVD版 把他刻錄成DVD 然后從你的電腦里啟動(dòng)他
在啟動(dòng)選項(xiàng)里 選擇 install ubuntu studio
ubuntu上網(wǎng),通過(guò)銳捷認(rèn)證,靜態(tài)ip
myxrgsu
no -d
7.04中文輸入法安裝
sudo apt-get install language-support-zh
查看系統(tǒng)版本
1.內(nèi)核 uname -r
uname - print system information
2.發(fā)行版 cat /etc/issue
編譯之前要安裝好下面的編譯器:
sudo apt-get install build-essential bin86 kernel-package
sudo apt-get install libqt3-headers libqt3-mt-dev
sudo apt-get install bootcd-mkinitramfs
下載 linux-2.6.22.7.tar.bz2
cd Destop
sudo cp linux-2.6.22.7.tar.bz2 /usr/src
cd /usr/src
sudo tar -jxvf linux-2.6.22.7.tar.bz2
cd linux-2.6.22.7
sudo make xconfig
sudo make
sudo make modules_install
sudo make install
sudo mkinitramfs -o /boot/initrd.img-2.6.22.7-generic
編譯后修改/boot/grub/menu.lst
title [color="#ff0000"]Ubuntu, kernel 2.6.22.7
root (hd0,8)
kernel [color="#ff0000"]/boot/vmlinuz-2.6.22.7 root=UUID=ec8c8633-d344-488a-9c73-cf9766fc2d1d ro quiet splash locale=zh_CN
initrd [color="#339966"]/boot/initrd.img-2.6.22.7[color="#ff0000"]-generic
make modules_install后的提示信息
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map 2.6.22.7; fi
make install后的提示信息
sh /usr/src/linux-2.6.22.7/arch/i386/boot/install.sh 2.6.22.7 arch/i386/boot/bzImage System.map "/boot"
In order to use the new kernel image you have just installed, you
will need to reboot the machine. First, however, you will need to
either make a bootable floppy diskette, re-run LILO, or have GRUB
installed.
Checking for ELILO...No
GRUB is installed. To automatically switch to new kernels, point your
default entry in menu.lst to /boot/vmlinuz-2.6.22.7
realplay
sudo gedit /usr/bin/realplay
在第二行也就是“#!/bin/sh”的下一行加入 CODE代碼:
GTK_IM_MODULE=xim; export GTK_IM_MODULE
mplayer播放器
sudo apt-get install mplayer
解碼器:
sudo apt-get install beep-media-player totem-xine w32codecs libxine-extracodecs
如何安裝 RAR ZIP壓縮/解壓縮程序
安裝
sudo apt-get install rar unrar
建立軟鏈接
sudo ln -fs /usr/bin/rar /usr/bin/unrar
這樣,以后只要在命令行輸入unrar,就可以解壓或者壓縮文件了,安裝完成后,歸檔管理器也同時(shí)集成了rar組件
安裝
sudo apt-get install zip unzip
建立軟鏈接
sudo ln -fs /usr/bin/rar /usr/bin/unrar
安裝詞霸星際譯王
(1)安裝主程序
sudo apt-get install stardict stardict-common
(2)安裝字典
sudo apt-get install ??
或者下載辭典放到 /usr/share/stardict/dic/
安裝電騾amule
命令行輸入:sudo apt-get install amule
FTP客戶(hù)端fFTP
sudo apt-get install gftp
本文來(lái)自ChinaUnix博客,如果查看原文請(qǐng)點(diǎn):http://blog.chinaunix.net/u/17956/showart_389150.html |
|