Category Archives: linux应用

沙漠之舟称之为黄嘴企鹅。

Linux JDK 解决乱码问题,中文字体设置方法

cd /usr/lib/jvm/java-1.5.0-sun/jre/lib/fonts sudo ln -s /usr/share/fonts/truetype/wqy/ fallback 应该就可以了,主要目录要没错。 如果还不行,再执行下面 sudo mkfontscale sudo mkfontdir

Posted in linux应用, 技术为本 | Leave a comment

Debian 服务器网络问题解决

过了年,开始工作,服务器却出了问题,可能是年前升级引起的问题吧,具体还不得而知。 现象:无法获取 ip。 解决办法:sudo ifconfig eth0 192.168.1.2 现象:域名服务无法启动。 错误信息:bind9rndc: connect failed: 127.0.0.1#953: connection refused 解决办法:

Posted in linux应用, 技术为本 | Leave a comment

csv 转 xml 软件,很好用。

由于导入数据的需要,需要把Excel的CSV格式转为XML格式。 沙漠之周同学帮我找到一个很好的工具,地址在下面。很好用。http://csv2xml.sourceforge.net/ 另外还有一个perl的库也不错,只是对中文支持不好: http://search.cpan.org/~isterin/XML-CSV-0.15/CSV.pm

Posted in linux应用, 技术为本 | Leave a comment

MSN 登录,omega.contacts.msn.com 证书认证失败。

转贴至此,原文被墙。 The certificate for omega.contacts.msn.com could not be validated. The certificate chain presented is invalid. Pidgin Update. to fix this error: solution #1 remove file : c:\Documents and Settings\[your-username]\Application Data\.purple\certificates\x509\tls_peers\contacts.msn.com

Posted in linux应用, 技术为本, 网络应用 | Tagged | Leave a comment

Ubuntu 下安装 linux 版飞信 OpenFetion

sudo apt-add-repository ppa:happyaron/ppa sudo apt-get update sudo apt-get install openfetion

Posted in linux应用, 技术为本 | Leave a comment

Linux下使用SSH翻墙 (ZZ)

原文地址:http://ssh987.tk/how_to_use_ssh_linux.html 在linux下用ssh翻墙很简单: 打开终端,输入:ssh -qTfnN -D 端口 user_name@host_home 其中端口号,user_name和host_home更改为你自己的ssh配置即可!

Posted in linux应用, 技术为本, 网络应用 | Leave a comment

Linux文件查找命令find, xargs详述 (zz)

总结:zhy2111314 来自:LinuxSir.Org 整理:北南南北 摘要: 本文是find 命令的详细说明,可贵的是针对参数举了很多的实例,大量的例证,让初学者更为容易理解;本文是zhyfly兄贴在论坛中;我对本文进行了再次整理,为方便大家阅读;

Posted in linux应用, 技术为本, 文摘转贴 | Tagged , , , | 1 Comment