2008/01/05

Ubuntu下常用软件及问题

Ubuntu 8.04 sudo problem: unable to resolve host

Problem: when upgraded to Ubuntu 8.04 from 7.10, can not execute "sudo apt-get install ..." , which reports:

sudo: unable to resolve host cais-18

Solution:
(1) Menu: System->Administrator->Network->host,
unlock, then
127.0.1.1 -> Properties -> change to your alias host name

or

(2)
su # to root
vi /etc/hosts
edit
127.0.0.1 localhost
127.0.1.1 cais-18 # your host name

安装 skype

后不能启动,提示与scim-qtimm冲突。解决办法: scim不需要scim-qtimm这个包,直接删除掉后成功启动skype

sudo apt-get remove scim-qtimm

屏幕录像 istanbul

网络电视

安装 gsopcast,下载:http://forum.ubuntu.org.cn/download.php?id=28580

播放器可以用 totem 或 mplayer

安装miro,网络媒体,Internet TV:
sudo apt-get install miro

安装 rar

ubuntu 缺省不安装rar, 需要

sudo apt-get install rar

安装完成后,归档管理器也同时集成了rar组件

安装中英词典 stardict

http://wiki.ubuntu.org.cn/index.php?title=Stardict&variant=zh-cn

1. sudo apt-get install stardict

2. download the recommended dictionaries, and copy the unzipped directory to /usr/share/stardict/dic

3. Install voice package.
sudo tar -xvf WyabdcRealPeopleTTS.tar.bz2 -C /usr/share


安装chm阅览器

sudo apt-get install gnochm
完美支持中文。安装完后,在 Menu->Applications->Accessory中出现 Chm viewer.



安装wiki on ubuntu

1。将mediawiki package目录拷贝到 /var/www/下,如 /var/www/wiki/*

2。访问 http://155.69.149.85/wiki 执行安装过程

3。设置密码 wiki: root/hp#; mySQL: same

4。将 config/localsetting.php 移到上一级目录

没有评论: