FRI FEB 27,2009

  感觉好久没来这里写东西了!

  今天对于我来说,又是学习UBUTU的一个新开始。本来是打算在新的版本出来之后再把整个硬盘给全部格成EXT3,可是昨天在安装新的GOOGLEEARTH的时候可能出了一些错误,结果今天开机时进不了图形界面,只能进命令行的,没法,只好重装。一直都有把XP删了,今天终于机会来了,呵呵,虽然时机不是很对!

  先说说今天的安装过程吧。


  首先,当然是把自己的资料先拷贝出来。

  设置BIOS,把光驱设为第一启动盘,把系统碟放进光驱,选择安装!然后一切按提示操作。到了分区的那一步时,我选择了第二个,好象是叫“指导--把整个硬盘.......“,在进度到了82% CONFIGURE APT时,等了很久,没装过的人还以为出了什么差错呢,因为选的是ENGLISH版本,所以不用下载语言包,所以在86%的时候没有停了很久。系统安装结束,要求重启,在关机过程中它会要求你取出光碟。


  重启完,接下来就是配置系统了。第一要事就是把源给换掉,sudo gedit /etc/apt/sources.list

  在网上搜了一下,决定先用下面的源暂时用着先:

deb http://tw.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu intrepid-proposed main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu intrepid main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-updates main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-backports main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu intrepid-proposed main restricted universe multiverse

 

换完源之后呢要更新:sudo apt-get update

sudo apt-get dist-upgrade

详细操作可参照官方网站:http://wiki.ubuntu.org.cn/%E6%B7%BB%E5%8A%A0%E5%85%B6%E4%BB%96%E8%BD%AF%E4%BB%B6%E5%BA%93


接着就是解决中文输入法问题了: 

1、首先安装scim-qtimm、im-switch和scim-tables-zh。

  命令行为:

  # sudo apt-get install scim-qtimm im-switch scim-tables-zh

  然后输入命令,通过im-switch配置,继续命令

  # im-switch -z en_US -s scim

2、system menu → Administration → Language Support。

      把“Enabled support to enter complex characters”前的框给勾上,确认。

3、重新启动X-Window(Ctrl+Alt+BackSpace)

详细操作可参照网站:http://hi.baidu.com/linsyyang/blog/item/829bef388873a822b8998fba.html

                                        http://blog.sina.com.cn/s/blog_5ece57310100caff.html     


 

 还要配置的C,C++编程环境:

刚装好的系统中已经有GCC了,但是这个GCC什么文件都不能编译,因为没有一些必须的头文件,所以要安装build-essential这个软件包,安装了这个包会自动安装上g++,libc6-dev,linux -libc-dev,libstdc++6-4.1-dev等一些必须的软件和头文件的库。

    可以在新立得里面搜索build-essential或输入下面命令:

    代码:
    sudo apt-get install build-essential

详细操作可参照网站:http://linux.chinaitlab.com/c/771807.html

 

  换一个较好的终端(至少占用较少内存),这里选用 rxvt-unicode:

  可以使用 sudo apt-get install rxvt-unicode 命令来安装它.

  修改用户配置文件 ~/.Xresources 来设定它。修改全局配置文件 /etc/X11/Xresources/Xresources ,则对所有用户生效,只有       root 才可以修改此文件。可在文件中直接使用下面内容:

 !设置字体分辨率
Xft.dpi:96
!窗口大小
URxvt.geometry:80x40+80+80

URxvt.preeditType:OverTheSpot
URxvt.imFont:fixed
URxvt.visualBell:true
URxvt.inheritPixmap:true
URxvt.foreground:antiquewhite
URxvt.background:black
URxvt.tintColor:antiquewhite
! normal setting
URxvt.termName:rxvt-unicode
URxvt.cursorBlink:false
URxvt.saveLines:65535
URxvt.scrollBar_right:true
URxvt.scrollTtyKeypress:true
URxvt.scrollTtyOutput::false
URxvt.scrollWithBuffer:false
URxvt.scrollstyle:plain
URxvt.inputMethod:scim
URxvt.font:7x14,xft:AR PL New Sung
Rxvt.preeditType:Root

 

参考网站:http://linux.chinaunix.net/techdoc/net/2008/12/29/1055642.shtml

参考资料:UBUNTU部落,下载地址:http://bbs.chinaitlab.com/viewthread.php?tid=277542&highlight=Ubuntu

 

ubuntu下刚安装的时候是不能解压rar文件的,只有在安装了解压工具之后,才可以解压。
安装的方法很简单只有一下语句
sudo apt-get install rar
这样就可以安装了
删除是以下语句
sudo apt-get install unrar

参考网站:http://www.linuxdiyf.com/viewarticle.php?id=90158

 

安装chm格式阅读软件chmsee:sudo apt-get install chmsee

 

安装MySQL:sudo apt-get install mysql-client-5.0

                          sudo apt-get install mysql-server-5.0

参考网站:http://blog.csdn.net/l176266956/archive/2009/01/12/3759056.aspx

 

w32codecs:

http://ftp.ubuntu.org.cn/home/bora/package/
ubuntu
ubuntuftp
参考地址: http://forum.ubuntu.org.cn/viewtopic.php?f=74&t=164664

 

QT:

sudo apt-get install qt4-dev-tools qt4-doc qt4-qtconfig qt4-demos qt4-designer

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值