红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Debian

debian配置

发布时间:2007-12-07 00:46:37来源:红联作者:itchinax
加入源:
/etc/apt/source.list
加入
deb http://debian.cn99.com/debian etch main non-free contrib
deb-src http://debian.cn99.com/debian etch main non-free contrib
# deb http://debian.cn99.com/debian-non-US etch/non-US main contrib non-free
# deb-src http://debian.cn99.com/debian-non-US etch/non-US main contrib non-free
deb http://debian.cn99.com/debian proposed-updates main contrib non-free
deb-src http://debian.cn99.com/debian proposed-updates main contrib non-free
# deb http://debian.cn99.com/debian-non-US proposed-updates/non-US main contrib non-free
# deb-src http://debian.cn99.com/debian-non-US proposed-updates/non-US main contrib non-free
deb http://debian.cn99.com/debian-security etch/updates main contrib non-free

更新:
apt-get update
apt-get dist-upgrade

安装输入法:
apt-get install scim
apt-get install scim-chinese

在/etc/X11/Xsession.d/里新建一个名叫95xinput的文件,文件内容如下

/usr/bin/scim -d
XMODIFIERS="@im=SCIM"
export XMODIFIERS
export GTK_IM_MODULE=scim

apt-get install scim-tables-zh //五笔等其它输入法

apt-get install scim-gtk2-immodule //在基于GTK的软件中调出SCIM

安装QQ(EVA):Lumas要JAVA支持(下面会讲到)
安装编译环境:

apt-get install g++ gcc make automake perl
apt-get install kdelibs4-dev libqt3-mt-dev kdelibs4c2a

到云帆论坛下载新版本的源码,目前是0.4.9
解压后进入目录开如编译:
./configure --prefix=`kde-config --prefix`

make
make install

安装JAVA环境:
apt-get install sun-java5-jdk //最新的是6.0的。可以到SUN网站下载。
修改 /etc/environment
加入: CLASSPATH=/usr/lib/jvm/java-1.5.0-sun/lib //注意版本java-6.0-sun 6.0的是这个。
JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun

安装tomcat apache 和集成开发环境:

apt-get install apache
apt-get install tomcat5.5
apt-get install eclipse

测试在浏览器中输入http://127.0.0.1http://127.0.0.1:8180
出现 It works! 正常

数据库: mysql

影音类:

MP3 播放:
apt-get install amarok

视频播放:
apt-get install mplayer
设置preferences->Video选择 xv X11/Xv并且钩上Enable frame dropping

还要下载编码包,太大了上传不了。到网上找吧。

Mp3乱码问题:
apt-get install python-mutagen

使用方法
mid3iconv -e gbk *.mp3
或:

find . -iname "*.mp3" -execdir mid3iconv -e gbk {} \;


文档编辑器OOo:
apt-get install openoffice.org

图片处理:
apt-get install gimp

常用的嗅探器:apt-get install tcpdump sniffit snort

中文环境:apt-get install zhcon
文章评论

共有 1 条评论

  1. sdut714 于 2011-03-04 09:02:52发表:

    感谢分享技巧!
    您辛苦了