ubuntu下PDF无中文/乱码解决方法

安装Linux后PDF阅读器默认的也会在系统里面。不过有时对中文的支持有点儿问题——即使安装时系统语言选择的是中文也是一样。

论坛有朋友提示,要安装sudo apt-get install xpdf-chinese-simplified来解决。但是至少在我的电脑上似乎没有什么反应(我想应该也不会只我一人会这样吧)。

今天看到红联上有个朋友发帖问同样的问题,然后根据某位朋友的回复找到了解决这一问题的办法:

1.在下载poppler-data http://poppler.freedesktop.org/poppler-data-0.1.tar.gz,解压(Poppler is a PDF rendering library based on the xpdf-3.0 code base. )
2.在终端执行:cd /poppler-data-0.1
3.再输入:sudo make install datadir=/usr/share

ok

ubuntu中安装bin文件

  扩展名为.bin文件是二进制的,它也是源程序经编译后得到的机器语言。有一些软件可以发布为以.bin为后缀的安装包,例如,AdobeAIRInstaller.bin。

  下面以安装AdobeAIRInstaller.bin为例:

  进入.bin文件所在的目录,给当前用户增加对.bin文件运行的权限:

  chmod u+x AdobeAIRInstaller.bin

  安装:
  ./AdobeAIRInstaller.bin

  注AdobeAIRInstaller.bin文件已在终端要的目录中,否则要加文件地址。

ubuntu9.04下flash中文乱码问题处理

如果出现flash乱码现象,可以用以下两条命令解决:

执行
sudo cp /etc/fonts/conf.d/49-sansserif.conf /etc/fonts/conf.d/49-sansserif.conf.20090510.bak

sudo rm /etc/fonts/conf.d/49-sansserif.conf

AT&T Global Network Client on Ubuntu 9.04

1.Download the client
http://www.attnetclient.com/forum/download/file.php?id=295

2.Install tcl
sudo apt-get install tcl8.5

3.Unzip the agnclient_10_201_3000_1_1_i386.zip

4.Install the client
sudo dpkg -i agnclient_1.0~2.0.1.3000-1.1_i386.deb
sudo apt-get -f install

ubuntu9.04下安装ibus

1、scim输入法和字体
sudo aptitude purge ~nscim
sudo aptitude install language-support-fonts-zh

2、然后检查源的配置:

sudo gedit /etc/apt/sources.list

3、在软件源中添加:

deb http://ppa.launchpad.net/ibus-dev/ppa/ubuntu jaunty main

4、 在命令行安装:

sudo apt-get update
sudo apt-get install ibus-pinyin

5、如果是第一次安装iBus,那么需要设置一下系统的默认输入法:

sudo im-switch -c

6、重启电脑

7、在系统提示栏的iBus图标上单击右键,选择“首选项->输入法”,添加拼音输入法和其它所需的输入法