Chinaunix首页 | 论坛 | 博客
  • 博客访问: 669672
  • 博文数量: 183
  • 博客积分: 9166
  • 博客等级: 中将
  • 技术积分: 1920
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-31 16:17
文章分类

全部博文(183)

文章存档

2010年(159)

2009年(24)

分类:

2010-04-23 23:52:10

ubuntu支持RAR
安装RAR zip压缩/解压缩程序

安装

sudo apt-get install rar unrar p7zip

建立软链接

sudo ln -fs /usr/bin/rar /usr/bin/unrar

这样,以后只要在命令行输入unrar,就可以解压或者压缩文件了,安装完成后,归档管理器也同时集成了rar组件。


3。安装词霸星际译王(比金山词霸好用^_^)

(1)安装主程序

sudo apt-get install stardict stardict-common

然后到下面链接下载词典文件:



然后把词典文件解压到以下路径即可

/usr/share/stardict/dic


4。多媒体

首先安装多媒体编码器

sudo apt-get install gstreamer0.8-plugins gstreamer0.8-lame

然后安装解码器跟播放器

sudo apt-get install gstreamer0.10-*

sudo apt-get install libxine-extracodecs totem-xine mplayer mplayer-fonts mozilla-mplayer


mplayer的解码器到下面链接下载相应版本:



下载解码器压缩包,解压到/usr/lib/codecs ,默认是没有codecs目录的,需要自己新建目录:

sudo mkdir /usr/lib/codecs


然后打开mplayer的属性项,在vedio里面选择xv X11/xv插件,然后下面的Enable double buffering和Enable frame dropping两项都选上。


5。安装即时通讯工具

eva : Linux下用于上QQ的软件,安装方法:

sudo apt-get install eva

kopete:可通过此软件上MSN:

sudo apt-get install kopete

skype: 到以下链接下载:



飞信:看此帖:




6。多线程下载工具:

multiget:下载链接:


axel: sudo apt-get install axel


7。电驴工具:

amule: sudo apt-get install amule amule-common amule-utils


8。bt工具:

奔流:下载链接:


9。桌面美化工具

emerald: sudo apt-get install emerald

这个工具可以帮你改变边框的风格,例如可以弄成vista那样的毛玻璃效果也可以

avant-window-navigator: sudo apt-get install avant-window-navigator

这个工具可以做出一个类似OSX系统的dock面板效果

在系统启动时开启emerald和awn的方法

打 开系统--首选项--会话,选择添加,在名称填入“emerald”,命令中填入“emerald --replace&”,然后再添加,名称填入“awn”,命令输入“avant-window-navigator -replace&”,然后ctrl+alt+backspace重启X,就会发现emerald跟awn能随机启动了。


通过这两个工具美化后的桌面效果可看这个视频:

http://luckiss.blogcn.com/diary,13060944.shtml


10。FTP客户端gFTP

sudo apt-get install gftp


11。pdf,chm阅读器

sudo apt-get install kpdf gnochm

当然也可以到adobe的网站下载adobe reader8.0 for Linux


12。rpm转deb工具

sudo apt-get install alien


13。Google Earth

下载链接:


14。思维导图软件:

sudo apt-get install freemind vym kdissert Semantik


15。数据库软件:

sudo apt-get install mysql-admin mysql-client mysql-gui-tools-common mysql-query-browser mysql-server


16。屏幕录像软件:

sudo apt-get install xvidcap


17。mp3播放器

以下是个人比较推荐的播放器

sudo apt-get install audicious amarok ryhthmbox xmms2 xmms2-plugin-all gxmms2 xmms2-scrobbler


18。防火墙firestarter

sudo apt-get install firestarter

如果运行firestarter发现打开不了,就按以下方法解决:

编辑/etc/firestarter/firestarter.sh

根据本机ifconfig的输出信息来修改以下几行代码:

IP=`/sbin/ifconfig $IF | grep inet | cut -d : -f 2 | cut -d \ -f 1`

MASK=`/sbin/ifconfig $IF | grep Mas | cut -d : -f 4`

BCAST=`/sbin/ifconfig $IF |grep Bcast: | cut -d : -f 3 | cut -d \ -f 1`

将后两行代码中grep搜索的英文字符串改为相应中文字符串即可。

IP=`/sbin/ifconfig $IF | grep inet | cut -d : -f 2 | cut -d \ -f 1`

MASK=`/sbin/ifconfig $IF | grep 掩码: | cut -d : -f 4`

BCAST=`/sbin/ifconfig $IF |grep 广播: | cut -d : -f 3 | cut -d \ -f 1`


19。虚拟软件

wine:sudo apt-get install wine

virtualbox: 下载链接:

1)到 virtualBox主页下载二进制的allplatform的安装包,

不要sudo apt-get安装,否则下载的是OSE(open source edition)版本,使用有麻烦

2)添加使用用户到 vboxusers 用户组,vboxusers 是安装 vbox 时自动建立的组:

sudo adduser 用户名 vboxusers

3)重启ubuntu

4)安装XP,此时鼠标切换有问题,没关系,先装好XP再说。

5)进入XP系统之后,在虚拟机中选择安装附加软件包GuestAdditions,这时,鼠标就可以在主客机之间自由切换了。

6)这时,退出XP系统,在“设置”中设置共享文件夹:

填上共享名称,选择某个要共享的目录即可(请注意,不能共享用户主目录)。

启动客户机,打开我的电脑,选择 “工具” -- “映射网络驱动器”,

完成之后,我们即可像使用本地磁盘一样使用该共享文件夹.

7)其他一些常见问题:

(1)系统内核更新之后,vbox 无法启动,这时我们只需要重新安装下头文件并重新编译 vbox 内核模块即可:

sudo apt-get install linux-headers-`uname -r`

sudo /etc/init.d/vboxdrv setup

(2)运行QQ就跳出客户机。安装完之后,禁止QQ开机启动,并删除QQ安装目录下的npkcrypt.sys文件就可以了。

(3)不能用USB设备。由于系统自身usbfs权限限制,需要root权限运行VirtualBox才能加载USB设备;即:

sudo VirtualBox

让GUEST识别USB设备,最简单的办法如下:

$ sudo gedit /etc/fstab

在末尾加上

# the USB group

# 对所有用户开放USB设备的读写权限

none /proc/bus/usb usbfs devmode=666 0 0

virtualbox+深度精简XP的运行效果见此视频:

http://luckiss.blogcn.com/diary,13060944.shtml


20。网络电视

sudo apt-get install vlc

电视节目列表请看此文章:



在ubuntu下看网络高清电视的视频演示,见以下视频的后半部分:

http://luckiss.blogcn.com/diary,13060944.shtml


21。矢量绘图和3D建模软件

sudo apt-get install inkscape blender


22。蓝牙设备

先安装以下软件:

sudo apt-get install bluetooth bluez-audio bluez-cups bluez-gnome bluez-utils libbluetooth2 python-bluez gnome-bluetooth gnome-phone-manager

然后配置/etc/bluetooth/hcid.conf


代码:


#

# HCI daemon configuration file.

#


# HCId options

options {

# Automatically initialize new devices

autoinit yes;


# Security Manager mode

# none - Security manager disabled

# auto - Use local PIN for incoming connections

# user - Always ask user for a PIN

#

#修改成auto模式

security auto;


# Pairing mode

# none - Pairing disabled

# multi - Allow pairing with already paired devices

# once - Pair once and deny successive attempts

pairing multi;


# Default PIN code for incoming connections

# 默认PIN码,与手机匹配时使用

passkey "1234";

}


# Default settings for HCI devices

device {

# Local device name

# %d - device id

# %h - host name

# 设置PC端的蓝牙名称,可随意设置

name "%h-%d";


# Local device class

class 0x3e0100;


# Default packet type

#pkt_type DH1,DM1,HV1;


# Inquiry and Page scan

iscan enable; pscan enable;

discovto 0;


# Default link mode

# none - no specific policy

# accept - always accept incoming connections

# master - become master on incoming connections,

# deny role switch on outgoing connections

lm accept;


# Default link policy

# none - no specific policy

# rswitch - allow role switch

# hold - allow hold mode

# sniff - allow sniff mode

# park - allow park mode

lp rswitch,hold,sniff,park;

}

配置完成后,重启蓝牙服务

sudo /etc/init.d/bluetooth restart

手机连接PC端蓝牙设备,完成匹配,匹配时需要输入hcid.conf中的匹配码


配置/etc/bluetooth/rfcomm.conf


代码:


#

# RFCOMM configuration file.

#


rfcomm0 {

# Auto
















3。构建KDE开发环境

sudo apt-get install kdevelop kdesdk

这个IDE有很多组件,主要是用于QT编程的,里面有一个KDevelop助手的工具可以当作类似MSDN的工具来使用^_^

4。安装codeblocks

可以到下载,

也可以把deb hardy universe加入源,更新源后然后:

sudo apt-get install codeblocks

这个软件也是一个不错的C++ IDE,在windows上用过DEV的朋友估计会听过这个软件

5。安装openGL开发所必须的库freeglut3-dev,

它会将依赖的包都装上:

sudo apt-get install freeglut3-dev

6。安装LaTeX:

sudo apt-get install texlive

安装IDE 介面:

sudo apt-get install texmaker

如果够专业的话,装上完整版,空间消耗425M/884M:

sudo apt-get install texlive-full

7。UML建模软件

sudo apt-get install umbrello

8。版本管理软件

sudo apt-get cvs subversion git-core libwnck-dev

9。流程图绘制软件

sudo apt-get install dia
阅读(4389) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

jiaxianhua2010-04-23 23:58:30

不错。