
Linux 基础
文章平均质量分 77
shaken
这个作者很懒,什么都没留下…
展开
-
关于debian下Openoffice.org乱码、方块菜单
关于Openoffice.org的,听说它的图标焕然一新,我便打开看了看,的确如此,不过菜单却是乱码,这是因为它的默认设置里把 ‘使用桌面的字体设置’选上了,这样一来,如果你在gnome里把字体选为tahoma或别的什么英文字体的话,openoffice.org中菜单里的中文就乱码了,解决办法如下: (1)打开Openoffice.org,选择倒数第三个菜单中的最下面一项。 (2)这时为弹出‘设置原创 2005-10-16 15:59:00 · 2908 阅读 · 0 评论 -
在ubuntu7.04 下更换输入法为fcitx
编辑 /etc/X11/xinit/xinput.d/zh_CN,将内容改为如下 ,启动时输入法就是fcitx# im-switch configuration file for scim# should be installed as /etc/X11/xinit/xinput.d/scim# this configuration uses GTK IM module and Qt IM mo原创 2007-07-13 10:12:00 · 1220 阅读 · 0 评论 -
Java font.properties 配置文件(中文/翻译中。。。)
The Java 2 platform defines five logical font names that every implementation must support: Serif, SansSerif, Monospaced, Dialog, and DialogInput. These logical font names are mapped to physical fonts翻译 2006-03-25 18:47:00 · 4488 阅读 · 0 评论 -
编译Debian 2.6.15.6 内核
1、资源准备:(1)从www.kernel.org下载内核 http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2并解压缩到/usr/src下的目录tar --bzip2 -xvf linux-2.6.16.tar.bz2(2)安装编译时用到的工具:apt-get install debhelper modutils原创 2006-03-21 18:34:00 · 1187 阅读 · 0 评论 -
Linux/Debian 基本配置日记
1.网络IP地址配置:apt-get install etherconfdpkg-reconfigure etherconf补充:看到一篇debian手册的IP设置,链接:http://www.debian.org/doc/manuals/reference/ch-gateway.zh-cn.html2.自动挂载分区:每次开机时,linux自动将需要挂载的linux分区挂载上了。我们也可以设定让l原创 2005-12-30 10:11:00 · 1443 阅读 · 0 评论 -
在Debian 环境安装Java JDK
Severalpopular tools require a Java runtime environment, or JRE, to work.Whilst there a growing number of open Java environments at timesinstalling Sun Java environment is the pragmatic approach原创 2005-12-28 12:29:00 · 1453 阅读 · 0 评论 -
JAVA 1.4.3 Debian 源
Installation instructions: Add the following line to /etc/apt/sources.list: deb ftp://ftp.tux.org/java/debian/ sarge non-free (You might want to replace ftp.tux.org with one of our mirrors.) Run apt-原创 2005-12-28 12:06:00 · 1054 阅读 · 0 评论 -
GPL该由谁来监督??
晚上看了《是否曲解开源 清华大学的smth这样使用GPL规则》很有感触。不过想想也是,中国的大部分计算机使用者连正版软件的版权、知识产权都不屑去保护,不要说GPL这么个规则。可能,在某些所谓的具有版权意识的人来说,只是一时的游戏规则。一旦游戏玩腻了,留着规则只会阻碍自己利益的拓展。说白了,GPL在他们眼里,只是用来建立一个获得利益的基石,一个给他们名正言顺的盗取别人劳动成果的条件。我不知道smth原创 2005-12-19 23:14:00 · 1254 阅读 · 0 评论 -
关于J2sdk 1.4 的Debian安装
1.修改sources.list,添加以下内容:http://debian.cn99.com/java stable non-free2.执行apt-get update更新资源列表3.到sun的网站下载 J2SE 1.4.2 Documentation,然后把它放到系统/tmp文件夹,并且将所有权赋予root。4.apt-get install j2sdk*5.安装开始原创 2005-10-21 23:50:00 · 837 阅读 · 0 评论 -
Debian 安装资源
一. CD/DVD下载:1.官方资源:http://www.debian.org/CD/2.国内资源:http://ftp.cdut.edu.cn/pub/linux/distribution/debian/http://mirrors.cn99.com/debian-cd/http://mirrors.geekbone.org/debian-cd/ftp://deb.ustcsz.edu.cn/原创 2005-10-17 23:36:00 · 1126 阅读 · 0 评论 -
Quick Summary to Install Java 1.5 SDK on Debian Testing 提交人:kmlhk79 時間:三, 02/16/2005 - 18:47 Debian Packaging | DebianHK | En
Debian Packaging | DebianHK | English | Hong Kong This is my second Java installation artical for Debian HK .To help other Debain user to install Java SDK 1.5. in Debian Testingquickly, Here原创 2005-10-17 22:03:00 · 1206 阅读 · 0 评论 -
Debian (Sarge) 下安装 J2SE 1.5.0.05
一.安装JDK1.下载安装包,带rpm的那个,如:jdk-1_5_0_05-linux-i586-rpm.bin2.修改下载文件jdk-1_5_0_05-linux-i586-rpm.bin的属性为可执行。3.执行./jdk-1_5_0_05-linux-i586-rpm.bin 将rpm解压。4.alien -i jdk-1_5_0_05-linux-i586.rpm5.注意:前原创 2005-10-18 00:12:00 · 1087 阅读 · 0 评论 -
Ubuntu 7.04下安装Java的几点要求和命令
1、安装6.0版本的jdk,使用 以下命令: sudo aptitude install sun-java6-jdk2、设置默认java: sudo update-alternatives --config java sudo update-alternatives --config javac3、/etc/environment 文件中环境变量的设置:CLASSPATH=/usr/lib/jvm原创 2007-06-07 08:18:00 · 1201 阅读 · 0 评论