- 论坛徽章:
- 0
|
1.配置网络:
network-admin
内容自己填写吧
2.修改 /etc/apt/sources.list
注释掉所有信息,在最后加入:
deb http://cn.archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu/ edgy-security main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu/ edgy-security main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
进行系统的升级
apt-get update
apt-get dist-upgrade
3.修改 /boot/grub/menu.lst
更改默认启动为启动windows(看清楚有多少启动选项)
default 0 --> default 6
4.修改 /etc/fstab
因为ntfs文件系统无法写操作。所以注释掉 type 为 ntfs 的行
5.安装输入法 scim
apt-get install im-switch scim scim-modules-table scim-pinyin scim-qtimm scim-tables-zh
配置输入法
im-switch -s scim
6.汉化 firefox
apt-get install mozilla-firefox-locale-zh-cn
7.升级 vim
apt-get install vim
修改/etc/vim/vimrc,在最后加入
set nu
syn on
8.安装 chm , pdf 阅读器
apt-get install acroread gnochm
9.安装 ftp 软件
apt-get install gftp
10.安装 zip , rar 解压缩软件
apt-get install rar unzip
11.安装翻译软件
apt-get install stardict
插入字典
http://stardict.sourceforge.net/Dictionaries.php
在这里慢慢找你想要的字典吧
可以参考如下文章:
http://blog.chinaunix.net/u/31826/showart_246511.html
http://blog.chinaunix.net/u/32800/showart_260181.html
不错啊
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/23367/showart_249897.html |
|