Ubuntu11.04安装完全指南



点击面板主页,输入terminal进入命令界面。
优化
1、右键增强
a、添加右键菜单以管理员打开:
sudo apt-get install nautilus-gksu
b、添加右键菜单打开终端:
sudo apt-get install nautilus-open-terminal
c、重启ubuntu或者注销,右键多了这两样扩展 Nautilus功能的东西。
 
2、加装字体
不加微软字体,单机无所谓,一旦要局域网交换文件,就会遇到麻烦。
进入/home/~/.fonts,把所须微软字体扔到这文件夹里面就可以了(实际上并没有.fonts文件夹,自己建一个吧)
 
3、改输入法
打开ubuntu软件中心,找到已安装的ibus,直接卸载。
在ubuntu软件中心,寻找fcitx并且直接安装,你会发现已经是最新版。
重启电脑之后,按CTRL+空格键,即可调出使用。
 
4、处理火狐
只要在安装初始页面里,统统勾选安装,好像是“第三方……”等,记不请了,然后安装完,火狐就已经有了Flash插件。
我们只要加装插件就好了,进入火狐插件主页,分别搜索Adblock Plus、FireGestures、DownloadHelper,下载安装重启火狐即可。
当然,有时我们也会追新,用起每日版火狐,但最后不满意想换回来,我们可以通过改源的办法找回火狐4。方法如下:
a、用下面的命令删除火狐4每日版
sudo apt-get remove firefox-4.0
如果你没有使用每日版,跳过这个步骤。
b、添加火狐稳定版PPA
sudo add-apt-repository ppa:mozillateam/firefox-stable
c、更新软件列表
sudo apt-get update
d、使用命令安装火狐4正式版
sudo apt-get install firefox
安装之后,你可以在“应用程序>互联网>火狐网络浏览器”里找到火狐4。
 
5、加装wine
打开软件中心,找到winetricks,同时勾选附加组件wine,然后安装。我们就会同时装好wine与winetricks。当然,wine是1.3.15版,其实已经够用了。实在想追新的话,打开终端,先后输入
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.3
就可以安装最新版wine。
其实,我个人感觉,winetricks比wine还重要,会帮我们的大忙。
 
6、加装Dreamweaver 8.0
下载Dreamweaver 8.0,直接用wine打开并安装即可。但是站点文件存储位置设定时,需要注意更改默认的c……到自己ubuntu下的想要的位置。
 
7、加装证券
a、下载东兴证券超强版,双击exe可执行文件,直接通过wine安装。
b、安装好后,我们会发现,用wine双击TdxW.exe,却怎么也打不开东兴证券超强版。
如果在终端里,用wine双击TdxW.exe,我们会发现缺少了dll库文件。实际上,缺少的是mfc42.dll。
这时,我们打开winetricks,选择select the dafault wineprefix进入,再选择install a windows dll or component,然后勾选mfc42.dll安装,最后顺手也把ie7也勾选安装了,这样一般来说,以后wine微软软件所需的库文件就不会少了。
c、修改股票软件系统字体(否则中文乱码)
乱码是因为默认状态下的字体LINUX下没有,请在系统设置中把字体都设置成UBUNTU自带的文泉驿,或者你起先已经安上的微软字体。
进入“工具—系统设置—外观-字体设置”,一项一项修改设置,把字体调成中文字体,并且一定要选择中文编码。
 
8、修改软件源
早期版本,我们习惯了一安装好,就修改软件源。其实,这个版本,已经不用换软件源了。因为,系统为你自动选择的中国服务器,我感觉网速已经十分理想,换源就多此一举了。
的确,在默认菜单中,我们没有看到软件源的菜单项,需要的话,在“系统——首选项——主菜单”里添加就是了。
当然,你也可以在终端里sudo gedit /etc/apt/sources.list,换上你习惯的源。
 
有几个源值得大家试用,如163源、搜狐源、骨头源、中科大源。
 
网易
deb http://mirrors.163.com/ubuntu/ natty main universe restricted multiverse
deb-src http://mirrors.163.com/ubuntu/ natty main universe restricted multiverse
deb http://mirrors.163.com/ubuntu/ natty-security universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ natty-security universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ natty-updates universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ natty-proposed universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ natty-proposed universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ natty-backports universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ natty-backports universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ natty-updates universe main multiverse restricted
 
搜狐
deb http://mirrors.shlug.org/ubuntu/ natty main universe restricted multiverse
deb-src http://mirrors.shlug.org/ubuntu/ natty main universe restricted multiverse
deb http://mirrors.shlug.org/ubuntu/ natty-security universe main multiverse restricted
deb-src http://mirrors.shlug.org/ubuntu/ natty-security universe main multiverse restricted
deb http://mirrors.shlug.org/ubuntu/ natty-updates universe main multiverse restricted
deb http://mirrors.shlug.org/ubuntu/ natty-proposed universe main multiverse restricted
deb-src http://mirrors.shlug.org/ubuntu/ natty-proposed universe main multiverse restricted
deb http://mirrors.shlug.org/ubuntu/ natty-backports universe main multiverse restricted
deb-src http://mirrors.shlug.org/ubuntu/ natty-backports universe main multiverse restricted
deb-src http://mirrors.shlug.org/ubuntu/ natty-updates universe main multiverse restricted
 
骨头源
deb http://ubuntu.srt.cn/ubuntu/ natty main universe restricted multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ natty main universe restricted multiverse
deb http://ubuntu.srt.cn/ubuntu/ natty-security universe main multiverse restricted
deb-src http://ubuntu.srt.cn/ubuntu/ natty-security universe main multiverse restricted
deb http://ubuntu.srt.cn/ubuntu/ natty-updates universe main multiverse restricted
deb http://ubuntu.srt.cn/ubuntu/ natty-proposed universe main multiverse restricted
deb-src http://ubuntu.srt.cn/ubuntu/ natty-proposed universe main multiverse restricted
deb http://ubuntu.srt.cn/ubuntu/ natty-backports universe main multiverse restricted
deb-src http://ubuntu.srt.cn/ubuntu/ natty-backports universe main multiverse restricted
deb-src http://ubuntu.srt.cn/ubuntu/ natty-updates universe main multiverse restricted
 
中科大
deb http://mirrors.ustc.edu.cn/ubuntu/ natty main restricted universe multiverse
deb http://mirrors.ustc.edu.cn/ubuntu/ natty-backports main restricted universe multiverse
deb http://mirrors.ustc.edu.cn/ubuntu/ natty-proposed main restricted universe multiverse
deb http://mirrors.ustc.edu.cn/ubuntu/ natty-security main restricted universe multiverse
deb http://mirrors.ustc.edu.cn/ubuntu/ natty-updates main restricted universe multiverse
deb-src http://mirrors.ustc.edu.cn/ubuntu/ natty main restricted universe multiverse
deb-src http://mirrors.ustc.edu.cn/ubuntu/ natty-backports main restricted universe multiverse
deb-src http://mirrors.ustc.edu.cn/ubuntu/ natty-proposed main restricted universe multiverse
deb-src http://mirrors.ustc.edu.cn/ubuntu/ natty-security main restricted universe multiverse
deb-src http://mirrors.ustc.edu.cn/ubuntu/ natty-updates main restricted universe multiverse
 

 
 
作者 AbstractForever

相关内容

    暂无相关文章