Chinaunix首页 | 论坛 | 博客
  • 博客访问: 434680
  • 博文数量: 61
  • 博客积分: 2286
  • 博客等级: 大尉
  • 技术积分: 550
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-27 22:04
文章分类

全部博文(61)

文章存档

2018年(2)

2017年(1)

2013年(2)

2012年(8)

2011年(6)

2010年(8)

2009年(13)

2008年(21)

我的朋友

分类: LINUX

2008-05-28 17:46:10

第一次的安装记录随着我的第一个ubuntu的卸载而灰飞烟灭
所以这次俺把它放到网上备份

还不是很熟悉linux系统,只是一点点的学习和积累,会随着使用的深入,一点点的增加学习笔记,此外有不对的地方会陆续更改

血泪史:对于不熟悉的系统,更改前一定要先备份

ubuntu8.04
1.
更新源/etc/apt/sources.list
deb ftp://openware.byr.edu.cn/pub/mirror/ubuntu/ hardy main multiverse restricted universe
deb ftp://openware.byr.edu.cn/pub/mirror/ubuntu/ hardy-backports main multiverse restricted universe
deb ftp://openware.byr.edu.cn/pub/mirror/ubuntu/ hardy-proposed main multiverse restricted universe
deb ftp://openware.byr.edu.cn/pub/mirror/ubuntu/ hardy-security main multiverse restricted universe
deb ftp://openware.byr.edu.cn/pub/mirror/ubuntu/ hardy-updates main multiverse restricted universe

sudo apt-get update
sudo apt-get dist-upgrade

2.安装xpdf
sudo apt-get install xpdf-reader

3.安装xchm解决chm文件阅读

4.编译工具
sudo apt-get install build-essential autoconf automake1.9 cvs subversion

5.安装kmplayer

6.安装星译王
sudo apt-get install stardict stardict-common stardict-plugin stardict-plugin-espeak stardict-plugin-festival

7.安装ssh
sudo apt-get install ssh

8.查询文件目录颜色意义
dircolors --print-database

9.gftp远端路径中文名显示
将系统->首选项->主菜单,gftp的右键属性中的命令改为GFTP,使图形化界面启动与终端启动相同。参见
对于字符集使用以及终端启动和图形界面启动的区别还不是很清楚,有待进一步研究。

10.lftp远端路径名中文显示
sudo vim /etc/lftp.conf
在最后添加
set ftp:charset "gbk"
set file:charset "UTF-8"


11.firefox安装flash插件
firefox版本3.0b5
安装Adobe公司的Flash Player9
下载: fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
解压后安装: sudo ./flashplayer-installer,安装过程中要关闭浏览器
安装路径根据你的firefox版本的不同选择不同,我的是/usr/lib/firefox-3.0b5(注意:firefox-3.0b5是和我的firefox版本对应)
重启firefox一切flash显示正常


阅读(1382) | 评论(0) | 转发(0) |
0

上一篇:没有了

下一篇:URL

给主人留下些什么吧!~~