热门关键字:  ubuntu  分区  函数  Fedora  linux系统进程

安装Ubuntu开始学习使用Linux

来源: 作者: 时间:2008-05-29 Tag: 点击:


重启便可在系统->手选项->屏幕分辨率中设置。

注:今天重新装了Ubuntu8.04,显卡能够识别,可以很好地设置分辨率,所以此步更为简单。

三、增加更新源(适合Ubuntu 8.04)

在终端中输入sudo gedit /etc/apt/sources.list命令,在打开的窗口中添加如下内容:

CODE:
deb http://debian.ustc.edu.cn/ubuntu/ hardy main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ hardy-security main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ hardy-updates main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ hardy-proposed main restricted universe multiverse
deb http://debian.ustc.edu.cn/ubuntu/ hardy-backports main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ hardy main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ hardy-security main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ hardy-updates main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ hardy-proposed main restricted universe multiverse
deb-src http://debian.ustc.edu.cn/ubuntu/ hardy-backports main restricted universe multiverse


说明:以上为中科大的更新源,在教育网内速度比较快,科学院系统尤其快。

保存后,在终端中输入sudo apt-get update会从更新源中下载新的软件列表。

四、添加中文输入法和中文支持

使用新立得软件包管理器,搜索scim关键字,在搜出结果中,选择和pinyin及zh有关的软件包,安装,重新启动便可以使用ctrl和space切换到中文输入法。使用新立得软件包管理器,搜索chinese关键字,在搜出结果中,有关的软件包安装,可以改善中文支持不够的地方。

五、安装其他软件

也使用新立得软件包管理器。
最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册