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

ubunut下常用软件(修补中)

发布时间:2007-10-01 02:08:47来源:红联作者:lsslhym
原文出自 http://lssl-yzbh.blog.163.com/blog/static/233222282007825101422173


先是安装的7.10测试版,但不知为何在内核升到2.6.22.12时,系统无原无故总是死机,不明其理!
在换到旧内核2.6.22.10时,系统又无 法调sidn音量,无奈只好换下7.10到7.04了....
以下是常用软件及一些设置:

1.河南网通pppoe认证在linux下上网问题解决

由于河南网通用的认证方法与别的地方不同,所以用普通方法不起效。出现的问题在于,
用原始账号认证无效,是因为网通公司用自己的客户端认证,而在认证之前就已经将原账号经过
MD5 CHAP加密 ,而linux下并没有相继推出pppoe版客户端。但我们可以在windows下知道加密
后的账号,方法如下:

在widndows下用网通客户端上网=>控制面板=>网络连接=> 有一个rwpppoe连接=>
右键点击属性=>选项=>在拔号选项里=>点上(提示名称,密码,证书等)=>确认=>
此时将网通客户端下线=>再双击刚才的rwpppoe连接=>便会出现一个账号,这就是经过
加密的账号,密码并没有经过加密 !此时再用以下方法在linux下设置就可以了。


2.pppoe认证上网设置

#pppoeconf
输入账号,密码,其它yes就行了
#pon dsl-provider



3.配置源文件.

先奋份一下
#cp /etc/apt/sources.list sources.list.bak
#vim /etc/apt/sorces.list
将其原来的源注释掉,就是在行前面加#即可
添加台湾的源(近期大陆的源不能用)
deb http://tw.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu feisty-proposed main restricted universe multiverse
保存即可。

4.配置vim

#apt-get install vim-full

5.安装leafpad (非常小巧的文本编辑器,我系统上gedit莫名其妙的不能用)

#apt-get install leafpad



6.安装多媒体解码器
#apt-get install gstreamer-plugins*
#apt-get install ffmpeg
#apt-get install mjpegtools
#wget http://www.debian-multimedia.org/pool/main/w/w32codecs/w32codecs_20061022-0.1_i386.deb
#dpkg -i w32codecs_20061022-0.1_i386.deb


7.安装vlc和xmms播放器

#apt-get install vlc
#apt-get install xmms*

8.安装RealPlayer

#wget http://software-dl.real.com/25b32bf4f23375943905/unix/RealPlayer10GOLD.bin
#chmod u+x RealPlayer10GOLD.bin
#./RealPlayer10GOLD.bin
记得选择安装目录。
#apt-get install alsa-oss
修改/usr/bin/realplay
68 while /bin/true; do
69 # Restart the player if exit code is 10
70 aoss $REALPLAYBIN "$@"
71 if [ $? -ne 10 ]; then
72 break
改的是第70行(有时行数会有偏差,不过不大),在前面加个aoss

注:如果在应用程序菜单下的“影音”中单击RealPlayer无反应,并且你的Ubuntu安装的是
SCIM输入法,那么很可能是SCIM与RealPlayer的冲突,你还需要进行下面操作:

#vim /home/[name]/RealPlayer/realplay \\[name]指你的主文件夹名

在首行添加下面一行

export GTK_IM_MODULE=xim

之后保存,然后再次执行RealPlayer应该就正常了。


9.安装mplayer和kmplayer

#apt-get install mplayer
#apt-get install kmplayer*

10.安装chmsee文件阅读器

#wget http://debian.ustc.edu.cn/debian-uo/dists/sid/ustc/pool/chmsee/chmsee_1.0.0~beta2-1~r129_i386.deb
#dpkg -i chmsee_1.0.0~beta2-1~r129_i386.deb
如果出现依赖性错误的话,使用以下命令修复
#apt-get install -f


11.安装unrar

#apt-get install unrar

12.安装nero 光盘刻录

http://www.nero.com/chs/nerolinux-prog.html
下载自己的版本
#dpkg -i nerolinux-3.0.1.3-x86.deb

13.安装googleearth 地球仪

#wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin
#chmod u+x GoogleEarthLinux.bin
#./GoogleEarthLinux.bin

14.安装vmware虚拟机

到其vmware英文主页注册下载6.0版,
http://www.vmware.com/download/ws/
中文主页总是下载一半就不能继续了。然后安装, 这时还不能运行。
#tar -xvf VMware-workstation-6.0.1-55017.i386.tar.gz
#cd vmware-distrib
#./vmware-install.pl
一路回车就好了。
此序列号是无期限: WC5FW-V0CFX-4804A-4WTNL

15.安装lumaqq

1) 先安装java
http://www.java.com/zh_CN/download/linux_manual.jsp?locale=zh&host=www.java.com
下载,按其网站说明安装即可。
2) 修改/etc/profile或者用户目录的配置文件(如.bashrc),设置JAVA_HOME环境变量,

JAVA_HOME=/usr/j2sdk1.5.0_04 (把这个替换成你的JRE目录)
export JAVA_HOME
然后注销使之生效
3) 到http://lumaqq.linuxsir.org/main/下载lumaqq , 解压
#./lumaqq
4)使firefox支持java
# cd /usr/lib/firefox/plugins
# ln -s /usr/jre1.6.0_02/plugin/i386/ns7/libjavaplugin_oji.so

16.安装totem-xine 播放器

默认的totem无法播放rmvb,卸载totem,改用totem-xine

#apt-get remove remove totem
#apt-get install totem-xine

17.安装 stardict星际译王

#wget http://easynews.dl.sourceforge.net/sourceforge/stardict/stardict_3.0.0-1_i386.deb
#dpkg -i stardict_3.0.0-1_i386.deb
#wget http://superb-east.dl.sourceforge.net/sourceforge/stardict/WyabdcRealPeopleTTS.tar.bz2
#tar -xjvf WyabdcRealPeopleTTS.tar.bz2
#mv WyabdcRealPeopleTTS /usr/share/
#wget http://superb-east.dl.sourceforge.net/sourceforge/stardict/stardict-langdao-ce-gb-2.4.2.tar.bz2
#wget http://easynews.dl.sourceforge.net/sourceforge/stardict/stardict-langdao-ec-gb-2.4.2.tar.bz2
#wget http://superb-west.dl.sourceforge.net/sourceforge/stardict/stardict-kdic-computer-gb-2.4.2.tar.bz2
#tar -xvf stardict-kdic-computer-gb-2.4.2.tar.bz2
#tar -xvf stardict-langdao-ce-gb-2.4.2.tar.bz2
#tar -xvf stardict-langdao-ec-gb-2.4.2.tar.bz2
#mv stardict-*-2.4.2 /usr/share/stardict/dic/



18.NTFS读写支持

#apt-get install ntfs-config

19.安装flash插件

#apt-get install flashplugin-nonfree

20.安装gsopcast

http://forum.ubuntu.org.cn/about7106-0-asc-0.html
下载两个附件
#dpkg -i gsopcast_0.2.10-1_i386.deb
#tar -xvf sp-sc.tar
#sp-sc /usr/local/bin
#gsopcast
最好做一个启动器



21.安装nvidia显卡驱动

#apt-get install nvidia-glx
#nvidia-settings


22.字体美化

可以参考 http://forum.ubuntu.org.cn/viewtopic.php?t=19325
在此不再详述。


23.安装firefox插件

以下是我认为比较好的,当然你也可以自己选请到http://addons.mozine.cn/
1.MediaWrap 流媒体播放转接器
http://addons.mozine.cn/firefox/116/
2.Fasterfox firefox的性能和网络优化
http://addons.mozine.cn/firefox/88/
3.Adblock_Plus 广告过滤器
http://addons.mozine.cn/firefox/125/
4.Tab Mix Lite CE 标签页多功化
http://addons.mozine.cn/firefox/54/
5.DownThemAll 下载工具
http://addons.mozine.cn/firefox/89/
6.MediaPlayerConnectivity 流媒体播放转接器
http://addons.mozine.cn/firefox/23/
7.Modern Pinball 非常不错的主题
http://addons.mozine.cn/firefox/93/


24.安装eva

#apt-get install eva
当发送消息输入中文时,在输入框中点击右键选择输入器,否则不能输入中文


25.安装wine


#apt-get install wine


26.安装IE

#apt-get install cabextract xfonts-wqy
$wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
$tar zxvf ies4linux-latest.tar.gz
$cd ies4linux-*
$./ies4linux


27.安装Thunderbird邮件接收器


御载Evolution(当然如果你不再使用的话)
#apt-get remove evolution
#wget http://ftp.twaren.net/Unix/Mozilla//thunderbird/releases/2.0.0.6/linux-i686/zh-CN/thunderbird-2.0.0.6.tar.gz
#tar -xvf thunderbird-2.0.0.6.tar.gz
#chmod 755 thunderbird
#cd thunderbird
#chmod 755 *
#cd ..
#mv thunderbird /opt/
#vim /usr/bin/thunderbird.sh
写入以下二行内容:
{
cd /opt/thunderbird/
./thunderbird

}

#chmod +x /usr/bin/thunderbird.sh
#cd /usr/share/applications/
#vim thunderbird.desktop
写入以下内容:

[Desktop Entry]
Name=Thunderbird
Comment=Read/Write Mail/News with Mozilla Thunderbird
Exec=thunderbird.sh
Icon=/opt/Thunderbird/chrome/icons/default/default.xpm
Terminal=false
Type=Application
Categories=Application;Network;


这时主菜单下便有了thunderbird的快捷方式。
如果此时点击运行后没反应,可做以下修改:

#cd /opt/thunderbird
#vim thunderbird
在第二行下面添加以下一行成为第三行:

GTK_IM_MODULE=scim-bridge



28.配置自带evince支持中文

#apt-get install xpdf-chinese-simplified xpdf-chinese-traditional



29.安装AdobeReader (第8版还是不错的)


#wget http://ardownload.adobe.com/pub/adobe/reader/unix/8.x/8.1.1/enu/AdobeReader_enu-8.1.1-1.i386.deb
#wget ftp://ftp.adobe.com/pub/adobe/reader/unix/8.x/8.1.1/misc/FontPack81_chs_i486-linux.tar.gz
#dpkg -i AdobeReader_enu-8.1.1-1.i386.deb
#tar zxvf FontPack81_chs_i486-linux.tar.gz
#cd CHSKIT/
#./INSTALL
文章评论

共有 1 条评论

  1. chiyb 于 2010-04-24 01:01:00发表:

    谢谢楼主。