主要参考 http://wiki.cchtml.com/index.php/
做了一些改动。
注意,fglrx驱动暂时不支持aiglx,需要等下一个版本。想尝试beryl的可用xgl;或 者用开源驱动ati/radeon+aiglx,后者有些特性可能不支持(如blur,水波等),某些时候系统会变慢,但资源占用很少。另外开源驱动对 x1k以上系列显卡支持不好。
另外,某些显卡可能会遇到重启以后无法进入x,或者在安装完系统后黑屏,请参考一下这里: http://forum.ubuntu.org.cn/viewtopic.php?t=40830 也可以自己搜索论坛。
方法一:安装自带驱动edgy的8.28.8驱动/feisty的8.34.8驱动,支持8500及以上显卡
如果你曾经用过方法二,需要先执行 代码: sudo lrm-manager ,并把原来装过的4个包彻底删除。
安装驱动
代码: sudo apt-get update
sudo apt-get install linux-restricted-modules-$(uname -r)
sudo apt-get install xorg-driver-fglrx fglrx-control
sudo depmod -a
配置驱动 代码: sudo dpkg-reconfigure xserver-xorg 在选择驱动时,选择fglrx。
或者用 代码: sudo aticonfig –initial -f 以上方法只能两者择一。LCD显示器的推荐用第二种。
然后 代码: sudo aticonfig –ovt=Xv
如果执行出错,则把备份的xorg.conf.xx改名,用mv命令。
其实本语句相当于在/etc/X11/xorg.conf的Device段添加两行: 代码: Option “VideoOverlay” “on”
Option “OpenGLOverlay” “off”
并且 代码: sudo gedit /etc/X11/xorg.conf 添加两段 代码: Section “Extensions”
Option “Composite” “0”
EndSection
Section “ServerFlags”
Option “AIGLX” “off”
EndSection 注意,上面这两段非常重要!
重启系统
确认是否正常运行 代码: fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 Generic
OpenGL version string: 2.0.6011 (8.28.8)
方法二:自己编译最新驱动8.36.5,只支持9500及以上显卡,老显卡不支持。(32/64位通吃)
Release Notes
注意,每次内核升级后都必须重新编译,并且先把以前安装的驱动彻底删除。
如果以前做过方法一,则必须先执行 代码: sudo apt-get autoremove –purge xorg-driver-fglrx 下载地址:
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8.36.5-x86.x8664.run
代码: sudo apt-get update
sudo apt-get install module-assistant build-essential fakeroot dh-make debhelper debconf libstdc++5 linux-headers-$(uname -r)
创建deb包
Edgy: 代码: sh ati-driver-installer-8.36.5-x86.x86_64.run –buildpkg Ubuntu/edgy
Feisty: 代码: sh ati-driver-installer-8.36.5-x86.x86_64.run –buildpkg Ubuntu/feisty
屏蔽fglrx核心模块
注意,如果你已经安装了linux-restricted-modules的话,那么此步必做。否则可以跳过。 代码: sudo gedit /etc/default/linux-restricted-modules-common 将 代码: DISABLED_MODULES=”” 改成 代码: DISABLED_MODULES=”fglrx”
安装驱动 代码: sudo dpkg -i xorg-driver-fglrx.deb fglrx-kernel-source_.deb fglrx-amdcccle_.deb
移除旧的fglrx
如果你是第一次做,那么会提示你这个文件找不到。别管他,继续往下做就是。 代码: sudo rm /usr/src/fglrx-kernel.deb
编译 代码: sudo module-assistant prepare
sudo module-assistant update
sudo module-assistant build fglrx
cd /usr/src
sudo dpkg -i fglrx-kernel-*
sudo depmod -a
配置驱动。
注意,如果以前装过fglrx驱动,此步无须再做。 代码: sudo dpkg-reconfigure xserver-xorg 在选择驱动时,选择fglrx。
或者用 代码: sudo aticonfig –initial -f 以上方法只能两者择一。LCD显示器的推荐用第二种。
然后 代码: sudo aticonfig –ovt=Xv
如果执行出错,则把备份的xorg.conf.xx改名,用mv命令。
其实本语句相当于在/etc/X11/xorg.conf的Device段添加两行: 代码: Option “VideoOverlay” “on”
Option “OpenGLOverlay” “off”
并且 代码: sudo gedit /etc/X11/xorg.conf 添加两段 代码: Section “Extensions”
Option “Composite” “0”
EndSection
Section “ServerFlags”
Option “AIGLX” “off”
EndSection 上面这两段很重要!
重启系统
确认驱动是否正确安装 代码: $ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON X600 SE
OpenGL version string: 2.0.6458 (8.36.5)
代码: $ glxinfo | grep render
direct rendering: Yes
——————————————————————————————————————————
如果你碰到2D加速很慢的情况,在/etc/X11/xorg.conf 的 Device section(就是有fglrx的那段)中添上 代码: Option “XaaNoOffscreenPixmaps”
另外,如果你想用图形化的工具配置显卡的话,比如双头显示,则可以 代码: gksu fireglcontrol 如果是用方法二的用 代码: gksu amdcccle 当然,图形界面的功能非常有限,最强大的还是aticonfig。以后应该会有所改观。
如果还有其他问题,比如nforce3的芯片(主要是asus的K8N),说你仍然运行于mesa,无3d加速,可以看这里:
http://wiki.cchtml.com/index.php/Troubleshooting
在ubuntu下用pppoeconf , pon, poff进行adsl上网 的操作,但经常会出现每隔一,两分钟就断线的情况。用plog查看日志显示为modem has hungup。今天经过尝试,在我这里基本解决了问题。 首先,关于pppoe的配置都在/etc/ppp/options这个文件里。其中有这样两个option:
这说明了plog显示modem hungup 的原因(虽然不知道是不是正确)也是连接时常断掉的原因 所以我将lcp-echo-failure 的数值改为了 100。到现在为止都能够长时间的保持连接。尚未出现连续中断的现象,希望对大家有用
也许是因为我显卡的原因才使得安装运行XMAME变得和大家不一样,网上找的方法大部分都不行,直到找到wargames兄的一个贴子xmame goes to black screen then nothing?(http://www.ubuntuforums.org/archive/index.php/t-104222.html),才真正的解决了问题, 先说下我的Ubuntu环境,只装一个GCC编译器和ATI Radeon 9550的显卡驱动,这些安装的都是源里的,其它的一些设置也都是参照UbuntuChina Wiki(http://wiki.ubuntu.org.cn/)。 这里安装的是XMAME-SDL版,因为安装XMAME-X11版一运行就出现黑屏。直接从源里安装软件。 sudo apt-get install xmame-sdl 然后在终端就可以直接输入xmame命令运行程序了,不过还得设置xmame的运行环境。在运行程序之前行运行,先生成一个xmame的配置文件~/.xmame/xmamerc xmame --showconfig > ~/.xmame/xmamerc 在这个文件里有很多xmame的选项(fullscreen, widthscale,heightscale,rompath,snapshot_directory等) 这些选项里我觉得rompath必须设置好,如果要玩KOF的话,里面必须有一个neogeo.zip文件,要是没有加载的时候就会提示说找不到有些文件,还有的是这文件直接就是在rompath路径下,不要解压出来。 另外一个要说是snapshot_directory,在设置这个的时候,我把它设置为/home/proming/.xmame/snap,可是按 F12就是没有截图产生,因为在/home/proming/.xmame/下根本就没有snap文件夹,后来试着自己手动创建了一个,玩游戏的时候按截 图,在snap下就有生成的图片。所以在设置这个路径的时候要设置在一个实际存在的目录下。 其它的一些选项,搜下就有很多介绍了。 希望这篇文章对那些出现同样问题的人有帮助,如果有需要neogeo.zip或者其它帮助的可是直接留言或者E我:promingx@gmail.com。
下面的是KOF97的截图:
另外附上我的配置文件:
video-mode 0 fullscreen 0 arbheight 0 widthscale 2 heightscale 2 effect 0 autodouble 1 frameskipper 1 throttle 1 frames_to_run 0 sleepidle 1 autoframeskip 1 maxautoframeskip 8 frameskip 0 brightness 1.000000 pause_brightness 0.650000 gamma 1.000000 norotate 0 ror 0 rol 0 autoror 0 autorol 0 flipx 0 flipy 0
artwork 1 use_backdrops 1 use_overlays 1 use_bezels 1 artwork_crop 0 artwork_scale 1
beam 1.000000 flicker 0.000000 intensity 1.500000 antialias 1 translucency 1 hardware-vectors 1
keepaspect 1 perfectaspect 0 displayaspectratio 1.333333
doublebuf 1 grabinput 0 alwaysusemouse 0 cursor 1
joytype 0 analogstick 0 joydevname /dev/js ugcicoin 0
steadykey 0 a2d_deadzone 0.300000
digital none usbpspad 0 rapidfire 0
samples 1 samplefreq 44100 bufsize 3.000000 volume -3
timer 0
rompath /media/g/roms samplepath /usr/share/games/xmame/samples inipath /etc/xmame/ini cfg_directory /home/proming/.xmame/cfg nvram_directory /home/proming/.xmame/nvram memcard_directory /home/proming/.xmame/memcard input_directory /home/proming/.xmame/inp hiscore_directory /home/proming/.xmame/hi state_directory /home/proming/.xmame/sta artwork_directory /usr/share/games/xmame/artwork snapshot_directory /home/proming/.xmame/snap diff_directory /home/proming/.xmame/diff ctrlr_directory /etc/xmame/ctrlr cheat_file /usr/share/games/xmame/cheat.dat hiscore_file /usr/share/games/xmame/hiscore.dat
defaultgame pacman language english fuzzycmp 1 cheat 0 skip_disclaimer 0 skip_gameinfo 0 bios default
autosave 0
clones 1
loadconfig 1
Ubuntu 桌面版光盘是一个 Live CD,
它把安装好的 Ubuntu Linux(大约2G的内容)压缩在一张光盘中。
Live CD 通常用来给人体验的,但 Ubuntu 却加入了一个安装程序,使安装更简单方便。
但由于各种原因,有时使用 Live CD 还不方便:
1.用 Live CD 首先要有光驱,但如果你没有光驱,或光驱老化了;
2.如果是从网上下载的ISO文件,那就要有刻录机;
3.你有了上述条件,但你只是想体验一两次,又不想刻光盘;
4.或者你刻了数张光盘,但能正常用的几乎没有;
5.光盘能用,但速度太慢等;
在这样的情况下,你就得用从硬盘启动 Live CD,在 Linux 和 Windows 下都能从硬盘起动,
只要用修改后的 initrd.gz(一个引导配置文件) 文件就行了(加入了查找ISO文件与从ISO文件中读取)。
Ubuntu 桌面版光盘里已经带了一个压缩了的 Ubuntu Linux,压缩后再用就会慢一点,
但现在的计算机使人根本感觉不到。只要使 Live CD 能保存就根安装了的 Ubuntu Linux 没多大的区别。
所以我就用 ubuntu.fs 文件作 Live CD 根分区,swap.fs 作 Live CD 交换分区,
这样就使 Live CD,成为一个完全可用的系统,且不用安装。
其特点是:
1.ISO上的文件系统压缩过,比安装好的 Ubuntu Linux 节约 1.5GB 的空间;
2.系统修改的文件放在 ubuntu.fs 文件中,所以不用担心损坏系统;
3.用 ubuntu.fs 与 swap.fs 文件就不用分区,新手可更加自信的操作;
4.用一个新的 ubuntu.fs 文件就可以恢复到 Live CD 状态下;
5.可发布 ubuntu.fs 来共享自己的环境与设置;
6.光盘经过优化,启动快,且操作简单,三步就好
在配置较好的电脑上就可以用 Dubuntu Linux, 差一点的或笔记本就可以 Hiweed Linux
本人用 1G 的MP4 ,在13分钟就可以搞定一台机子,因为复制ISO文件到硬盘就要13分钟,
在其间的设置,不到1分钟,简单方便,有什么理由不用呢?
再加上 Linux 操作系统本身就很好用,新手又有什么理由不试试呢?
具体操作如下(三步就好):
1.通用设置
A.下载 Ubuntu 桌面版 ISO 映象,建议用 Dubuntu 与 Hiweed 的 ISO;
B.下载修改后的引导文件,不同的光盘要用不同的引导文件; ( http://ftp.ubuntu.org.cn/gnix_oag )
C.把下载的桌面版光盘映象(*.iso)文件放到任意盘的根目录(不要放入NTFS中);
D.从本压缩包中 ./文件系统/ubuntu.fs 中选一个文件,解压到任意盘的根目录,并重命名为 ubuntu.fs;
或者在ext2|ext3|reiserfs|jfs|xfs|minix 分区的根目录新建一个 ubuntu.fs 文件夹;
E.从本压缩包中 ./文件系统/swap.fs 中选一个文件,解压到任意盘的根目录,并重命名为 swap.fs;
2.引导设置
A.在 WINXP 中,把本压缩包中 boot文件夹、grldr文件复制到 C:\ 下,
在 c:\boot.ini文件后面添加 c:\grldr=”GNU Ubuntu Linux”,
把 timeout=0 改成 timeout=3 (可参照 boot.ini.txt 文件修改);
B.在有 grub 的 Linux 中,把本压缩包中 boot文件夹中的 vmlinuz initrd.gz 复制到硬盘
在 /boot/grub/menu.lst 后面加以下内容: (号根据自己的来改)
title GNU Ubuntu Linux
kernel (hd,)//vmlinuz boot=casper ramdisk_size=1048576 root=/dev/ram rw quiet splash debian-installer/locale=zh_CN
initrd (hd,)/*/initrd.gz
3.重新起动就行了,进入 linux 后,简单的设置一下
检查交换分区文件的使用 swapon -s
设定主机名,设定用户名,设定网络,/etc/fstab 等…
制作人: gnix_oag
Email: gnix.oag@gmail.com
新的中文制定文法:
iso 文件用官方 Live CD,
用本方法使用此 ISO
进行中文软件的安装与系统设置
最后发布 ubuntu.fs 文件即可
ubuntu.fs文件压缩后可比重新做个 ISO 要少得多
http://sourceforge.net/project/downloading.php?groupname=xampp&filename=xampp-linux-1.6.1.tar.gz&use_mirror=superb-east
一、首先添加源,我用的这些源速度蛮不错的,可以删除掉sources.list中的所有源写入下面的源 sudo gedit /etc/apt/sources.list deb http://ubuntu.cn99.com/ubuntu/ feisty main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ feisty-security main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ feisty-updates main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ feisty-proposed main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ feisty-backports main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ feisty main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ feisty-security main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ feisty-updates main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ feisty-proposed main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ feisty-backports main restricted universe multiverse deb http://mirror.lupaworld.com/ubuntu feisty main restricted universe multiverse deb http://mirror.lupaworld.com/ubuntu feisty-security main restricted universe multiverse deb http://mirror.lupaworld.com/ubuntu feisty-updates main restricted universe multiverse deb http://mirror.lupaworld.com/ubuntu feisty-backports main restricted universe multiverse deb-src http://mirror.lupaworld.com/ubuntu feisty main restricted universe multiverse deb-src http://mirror.lupaworld.com/ubuntu feisty-security main restricted universe multiverse deb-src http://mirror.lupaworld.com/ubuntu feisty-updates main restricted universe multiverse deb-src http://mirror.lupaworld.com/ubuntu feisty-backports main restricted universe multiverse cn99.com
sudo apt-get update
sudo apt-get dist-upgrade
安装中文支持:在 桌面工具栏的“系统-系统管理-语言支持” 里面把”Chinese”勾选上(一定要打勾,不要只是一条横线,否则中文支持不完全)。 二、安装Nvidia显卡驱动:(第6、7、8步最好记下来,因为会切换到终端) 1. 到http://www.nvidia.com/ 下载驱动 2. 删除原来的驱动(如果你装过驱动) sudo apt-get --purge remove nvidia-glx 3. 备份当前的显示设置,这样可以在驱动安装失败时恢复到原来的设置 sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf 4. 安装驱动程序编译环境 sudo apt-get install build-essential linux-headers-`uname -r` 5. 禁止系统使用默认的驱动 sudo gedit /etc/default/linux-restricted-modules-common 在最后的双引号中添加nv,即“”改成“nv” 6. 按Ctrl+Alt+F1,登录,停止gdm sudo /etc/init.d/gdm stop 7. 进入下载的驱动安装文件 nvidia-linux-x86-1.0-9631-pkg1.run所在目录(请确定xorg-dev软件包已经安装,编译过程中可能会用到) sudo sh nvidia-linux-x86-*.run 如果提示缺少某某模块(modules),询问是否上网下载,选no; 8. 安装完成后,启动gdm sudo /etc/init.d/gdm start 此时,就会看到NVIDIA的LOGO了,驱动安装成功。 对宽屏来说,此时可能需要改变分辨率,在UBUNTU中,选择菜单“应用程序”─“系统工具”─“NVIDIA X Server Settings”,进入便可以改变分辨率; 同时要修改/etc/X11/xorg.conf文件,把里面的1024x768都修改为你选择的分辨率: sudo gedit /etc/X11/xorg.conf 打开修改就可以了。 在这两处都修改才能保证每次重新启动后分辨率不会改回到原来的1024x768. 点 击桌面工具栏的系统-首选项-桌面效果,会提示安装beryl。安装后重新启动,应用桌面效果。可以选择开启或者关闭桌面效果,也可以单独启用窗口晃动或 3D 工作区。全部窗口和状态栏都带有阴影效果,非常漂亮,真是爽呆了。(3D工作区用法:同时按Ctrl+Alt+左或者右键) 三、安装mplayer与解码器,设置中文字幕
sudo apt-get install mplayer mozilla-mplayer totem-xine libxine-extracodecs
sudo apt-get install gstreamer0.10-*
wget -c http://www.debian-multimedia.org/pool/main/w/w32codecs/w32codecs_20061022-0.0_i386.deb
sudo dpkg -i w32codecs_20061022-0.0_i386.deb
如果运行mplayer播放电影的时候出现以下字样而不能正常运行的时候
open: No such file or directory [MGA] Couldn't open: /dev/mga_vid Error opening/initializing the selected video_out (-vo) device.
首先运行gmplayer,然后在preference-video里选择xv X11/Xv就可以正常播放了。
中文字幕设置方法:
1) 在 Preferences-Font 里面点击 ”Browse” 选择一个中文字体,如:
/usr/share/fonts/truetype/arphic/uming.ttf
Encodeing 选择 Unicode。
2) 在 Preferences-Subtitle&OSD 里面的 Encoding 选择:
Simplified Chinese Charset(cp936)
3) 把 Preferences-Font 中的“Text scale”调整为3.8,默认字幕太大了。 四、安装配置vim
1、安装vim
sudo apt-get install vim
2、配置文件
在用户家目录下建立.vimrc文件
cd; gedit .vimrc
写入以下内容:
set nocompatible set hlsearch if !exists("syntax_on") syntax on endif "设置tab字符个数 set tabstop=4 set shiftwidth=4 "自动缩进 set autoindent "更方便的退格键 set backspace=2 "自动检测文件类型 filetype on "配色文件 colorscheme desert "字体 if (has("gui_running")) set guifont=Bitstream\ Vera\ Sans\ Mono\ 10 endif "----------------below for txt file "让文本文件也有高亮,thanks to xbeta@smth augroup filetypedetect au BufNewFile,BufRead *.* setf ztxt augroup END "缓冲区写入文件的时候自动检查文件类型 au BufWritePost * filet detect "设定文件编码类型,彻底解决中文编码问题 let &termencoding=&encoding set fileencodings=utf-8,gbk,ucs-bom,cp936
五、安装星际译王stardict sudo apt-get install stardict 到http: //stardict.sourceforge.net/Dictionaries.php下载词典,因为我需要用英汉和汉英词典,所以下载的是 http://stardict.sourceforge.net/Dictionaries_zh_CN.php页面中推荐的那几个词典以及计算机词 汇。 解压为每个辞典一个目录,把词典目录放到/usr/share/stardict/dic中,启动stardict就可。Linux联盟收集整理
使用dmesg|tail如下: [17184303.900000] usb 1-4 USB disconnect, address 2 [17184307.900000] ohci_hcd 0000:00:0b.0: IRQ INTR_SF lossage 搜了一下发现有人也有这种情况! 具体方法如下: gedit/boot/grub/menu.lst kernel /vmlinuz-2.6.15-27-386 root=/dev/hda7 ro noapic irqpoll quiet splash initrd /initrd.img-2.6.15-27-386 说acpi是高级电源管理,要关掉才行!
软件大小: 8MB 授权方式: 免费软件 软件类别: 网页编辑 应用平台: UNIX/Linux 推荐等级: 四星 开 发 商: http://www.moztw.org/dl/nvu/ 软件介绍: Nvu(读作 N-view,是 New view 之意)是由Linspire主导的的开放源代码软件,Nvu 根基於 Mozilla 平台,以 Gecko 模塑引擎为基础,具有所见即所得(WYSIWYG )的编辑器、易学易用的亲和力以及跨平台的优势。同时,Linspire更找来了 Mozilla Composer 的主要作者 Daniel Glazman 为 Nvu 担任计划领导人,Nvu当前还是一个非常新的软件,实验性质很强,但从Nvu的发展,我们可以预见一套功能强大,且具亲和力的网页开发工具即将诞生...。 Nvu产生的网页具有高度的可阅读性,由於Nvu遵守重要的网页设计规范来产生网页,所以通过Nvu制作的网页将会更符合网页规范与标准。 下载地址:==》http://software.lupaworld.com/down.php?downid=1&id=86
sudo apt-get install virtualbox#华主席推荐 2007年年度最佳软件,最佳编辑选择奖得主….. sudo apt-get install ntfs-3g ntfs-config #ntfs写入支持,装完后运行ntfs-config,把两个钩打上即可。楼下方法作废 sudo apt-get install googleearth googlizer gtalk#google相关,skyx友情提示:不推荐马甲 gtalk sudo apt-get install ghex #GNOME 上的十六进制文件编辑器 sudo apt-get install kvm #Full virtualization on x86 hardware 华主席推荐 sudo apt-get install vmware-player #Free virtual machine player from VMware sudo apt-get install makeself #utility to generate self-extractable archives sudo apt-get install sun-java6-jre#安装JAVA6环境 sudo apt-get install sun-java6-jdk #安装JAVA6环境# sudo update-alternatives –config java#设定JAVA环境 sudo apt-get install rox-filer#一个简单的文件管理软件 sudo apt-get install socks4-server socks4-clients #一个socks 代理服务器/soks4代理客户端 sudo apt-get install mc #类似norton commander 工具,skyx 吐血推荐 sudo apt-get install liferea #超强的rss reader ,明显比akregator好用, 由zhuqin_83吐血推荐 sudo apt-get install axel-kapt gwget aria2#多线程下载工具,也可在论坛search 超强工具prozilla,由雕啸长空吐血推荐 sudo apt-get install privoxy tor mixmaster anon-proxy socat#突破风锁线和雁过无痕 sudo apt-get install kdebluetooth #超简单的ubuntu与蓝牙手机互传文件工具 sudo apt-get install build-essential #build-essential sudo apt-get install proxychains #一个socks4 socks5代理软件 ,可以支持apt-get代理 sudo apt-get install language-support-zh language-pack-zh#安装中文语言支持 sudo apt-get install stardict stardict-common stardict-cdict-gb stardict-cedict-gb stardict-hanzim stardict-langdao-ce-gb stardict-langdao-ec-gb stardict-oxford-gb stardict-xdict-ce-gb stardict-xdict-ec-gb stardict-jcedict stardict-jedict stardict-jmdict-en-ja stardict-jmdict-ja-en wyabdcrealpeopletts #安装StarDict sudo apt-get install rxvt yakuake tilda kuake konsole multi-gnome-terminal pyqonsole #几个终端 sudo apt-get install viewglob #一个shell相关的工具 sudo apt-get install nautilus-open-terminal #在右键菜单中加入打开终端 sudo apt-get instll eva amsn wengophone skype licq #安装im语音视频聊天软件 sudo apt-get install beryl emerald emerald-themes#安装beryl sudo apt-get install pcmanx-gtk2 qterm mozilla-plugin-pcmanx #安装bbs 客户端 sudo apt-get install gkrell* #很好的一个东东,装了就知道了 sudo apt-get install conky# 有意思的一个系统monitor sudo apt-get install nmapfe #nmap前端 sudo apt-get install meld #一个文件、目录比较器 sudo apt-get install imagemagick# e主席(ee)大力推荐的批量修改图片的软件,现在论坛个别人在搞个人崇拜 sudo apt-get install kolourpaint #又一个画图软件 sudo apt-get install tuxpaint #好玩的画图软件 rgbpaint #getdeb上有,最弱,但很小巧的画图软件 mtpaint(getdeb上有,比gpaint强一点的画图软件)。 sudo apt-get install kompare # 又一个文件比较器 sudo apt-get install gnome-commander #gnome 上类似Total commander的工具 sudo apt-get install krusader #kde 上类似Total commander的工具 sudo sudo apt-get install bum #系统服务管理软件 sudo apt-get install rbot # ruby写的irc bot sudo apt-get install sysv-rc-conf #一款基于perl的开机进程调整工具,sysv-rc-conf执行命令即可 sudo apt-get install rcconf # Debian Runlevel configuration tool sudo apt-get install rar unrar p7zip* #安装rar 7zip sudo apt-get install rpm alien #安装rpm支持 sudo apt-get install xpdf xpdf-chinese-simplified #安装pdf查看软件 sudo apt-get install xchm xpdf-chinese* #安装chm查看软件 sudo apt-get install gqview #一个图片浏览器 sudo apt-get install gnomebaker k3b#安装刻录软件 sudo apt-get install brasero #gnome上的刻录软件 sudo apt-get install ksnapshot #一个抓屏程序 sudo apt-get install kinstaller #application installer sudo apt-get install vncserver #vncserver,vncview默认已经安装了 sudo apt-get install tightvncserver tightvnc-java #另一个vnc sudo apt-get install apt-build #frontend to apt to build, optimize and install packages sudo apt-get install vim-full #vim无法高亮显示,然后编辑 /etc/vim/vimrc,取消syntax on前面的”注释符号 sudo apt-get install firestarter #图形接口的防火墙设定程序 sudo apt-get install smbfs #smbfs挂载支持 sudo apt-get install flashplugin-nonfree #安装浏览器Flash插件 sudo apt-get install gftp kftpgrabber filezilla kasablanca#安装ftp客户端 sudo apt-get install sun-java5-jdk #安装Java环境 sudo apt-get install sun-java5-plugin #安装Java环境 sudo apt-get install build-essential # 安装编译环境 sudo apt-get install yum rpm #redhat相关 sudo apt-get install mysql-client mysql-server #安装mysql服务 sudo apt-get install kde-i18n-zhcn kde-i18n-zhtw#k程序中文支持,很讨厌kde ,但不太讨厌qt程序可以这样装 sudo apt-get install qt4-qtconfig#qt4 gui配制工具, 如字体等,很讨厌kde ,但不太讨厌qt程序可以这样装 sudo apt-get install kcontrol #k程序gui配制工具,很讨厌kde ,但不太讨厌qt程序可以这样装 sudo apt-get apache2 mysql-server php4 php4-gd php4-mysql #安装LAMP sudo apt-get install d4x azureus amule ktorrent mldonkey-server mldonkey-gui rtorrent qtorrent bittornado-gui bittorrent-gui torrentflux deluge-torrent# 几个下载/bt/电驴 工具 sudo apt-get install sysstat #安装sar, iostat and mpstat sudo apt-get install nmap #网络端口扫描工具 sudo apt-get install nfs-common #nfs sudo apt-get install samba nfs-kernel-server #samba sudo apt-get install xvidcap gnome-splashscreen-manager #安装屏幕视频录制 / splash 管理 sudo apt-get install istanbul #Desktop session recorder sudo apt-get install sysinfo xsysinfo#系统信息查看
本文适用于发行版Ubuntu 6.06 LTS ,其他发行版请做相应更改。先show张图^_^ 四种QQ客户端界面对比,从左往右依次是:Gaim、LumaQQ、Cyclone、Evascreen.width0.7) {this.resized=true; this.width=screen.width0.7; this.style.cursor=’hand’; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” {return true;}}” alt=”” src=”http://www.adyouth.com/bbs/attachment/13_6212_6960becfc3453fc.jpg” <screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” border=0<一、Gaim QQ和MSN都可用Gaim搞定,而且可以两个聊天系统整合在一个界面里,MSN缺省就可用,QQ需要装一个叫openq的插件,Ubuntu Linux 6.06 LTS版带的Gaim是1.5.1cvs版,下载openq_0.3.2-2006_i386.deb。OpenQ下载:http://dl.textwiki.org/software/openq_0.3.2-2006_i386.deb安装很简单: sudo dpkg -i openq_0.3.2-2006_i386.deb 安装成功,展开菜单 应用程序->internet->Gaim互联网通讯工具,添加帐户,如图所示screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.style.cursor=’hand’; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” {return true;}}” alt=”” src=”http://www.adyouth.com/bbs/attachment/13_6212_36f87d5264c8430.jpg” <screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” border=0<登录成功后的聊天截图:screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.style.cursor=’hand’; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” {return true;}}” alt=”” src=”http://www.adyouth.com/bbs/attachment/13_6212_6aeec4c52688687.jpg” <screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” border=0<Gaim的缺点:不支持QQ群,无法下载好友列表,我的QQ好友稍微有些多,找人不方便。发送有颜色的文字程序会崩溃自动退出,另外openq_0.3.2-2006_i386这个包会影响到系统后来的正常更新。二、LumaQQ LumaQQ应当是linux中用的最广泛的QQ客户端。 我们计划安装最新的LumaQQ 2006(尚处于测试阶段,好久不见更新了),LumaQQ 2006 M2的三个发布版本都是NO JRE的,LumaQQ的运行需要JRE 1.5以上版本支持。由于LumaQQ采用了SWT做为界面层基础,所以在非Windows平台,需要确认有GTK 2的支持,所以我们要先安装配置好JAVA环境。安装JAVA环境: 打开终端,执行以下命令,或使用《新立得软件管理器》,在其中分别搜索“sun-java5-jre“和“sun-安装JAVA环境 sudo apt-get install sun-java5-jre 设置当前默认的java解释器 sudo update-alternatives –config java 执行后会出现类似如下的画面: There are 4 alternatives which provide `java’. Selection Alternative———————————————– 1 /usr/bin/gij-wrapper-4.1+ 2 /usr/lib/jvm/java-gcj/jre/bin/java 3 /usr/lib/jvm/java-1.5.0-sun/jre/bin/java Press 输入 有包含 “sun” 的行的前面的数字。如上面显示,则输入 3,然后回车确定。下载LumaQQ LumaQQ 2006 M2 for Linux x86 NO JRE, Downloadhttp://www.flyzhy.org/web/download/2006/lumaqq_2006M2-linux_gtk2_x86_no_jre.tar.gzLumaQQ 2006 M2 for Linux x86_64 NO JRE, Downloadhttp://www.flyzhy.org/web/download/2006/lumaqq_2006M2-linux_gtk2_x86_64_no_jre.tar.gzLumaQQ 2006 M2 for Linux PowerPC NO JRE, Downloadhttp://www.flyzhy.org/web/download/2006/lumaqq_2006M2-linux_gtk2_ppc_no_jre.tar.gz你也可以选择已经稳定了的版本LumaQQ 2005http://www.flyzhy.org/web/lumaqq/lumaqq2005.html到上面的页面去选择下载,如果想方便下载解压后就可以使用,可以下载这个:LumaQQ 2005 初始安装包For Linux带JRE http://www.flyzhy.org/web/download/2005/lumaqq_2005-linux_gtk2_x86_with_jre.tar.gz安装LumaQQ: lumaqq_2006M2-linux_gtk2_x86_no_jre.tar.gz ubuop-0.07.4.tar.gzhappy@happy-desktop:~/Desktop$ 输入如下内容: [Desktop Entry]Name=LumaQQComment=QQ ClientExec=/opt/LumaQQ/lumaqqIcon=/opt/LumaQQ/QQ.pngTerminal=falseType=ApplicationCategories=Application;Network; 保存编辑过的文件 安装完成后的快捷方式在(应用程序 -> Internat -> LumaQQ)启动QQ,如图:screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.style.cursor=’hand’; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” {return true;}}” alt=”” src=”http://www.adyouth.com/bbs/attachment/13_6212_e4939d3befec2aa.jpg” <screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” border=0<2006版的已经支持QQ硬盘:screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.style.cursor=’hand’; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” {return true;}}” alt=”” src=”http://www.adyouth.com/bbs/attachment/13_6212_94de394b0c434a2.jpg” <screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” border=0<screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.style.cursor=’hand’; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” {return true;}}” alt=”” src=”http://www.adyouth.com/bbs/attachment/13_6212_f696e03a5d075b6.jpg” <screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” border=0<screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.style.cursor=’hand’; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” {return true;}}” alt=”” src=”http://www.adyouth.com/bbs/attachment/13_6212_3eb12384694785c.jpg” <screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” border=0<screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.style.cursor=’hand’; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” {return true;}}” alt=”” src=”http://www.adyouth.com/bbs/attachment/13_6212_7477d0bc742cdab.jpg” <screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” border=0<三、Cyclone下载cyclone的ded包http://dl.textwiki.org/software/cyclone_0.1.53-1_i386.deb 安装cyclone sudo apt-get install libgtkmm-2.4-1c2asudo dpkg -i cyclone_0.1.53-1_i386.deb 直接在控制台下运行cyclone来启动cyclone。截图若干:screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.style.cursor=’hand’; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” {return true;}}” alt=”” src=”http://www.adyouth.com/bbs/attachment/13_6212_f3aa75a69d049e6.jpg” <screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” border=0<screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.style.cursor=’hand’; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” {return true;}}” alt=”” src=”http://www.adyouth.com/bbs/attachment/13_6212_676c38b3afeefa4.jpg” <screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” border=0<screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.style.cursor=’hand’; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” {return true;}}” alt=”” src=”http://www.adyouth.com/bbs/attachment/13_6212_6bf8251e1d1e337.jpg” <screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” border=0<四、EvaEva是一个为linux下的KDE桌面环境写的基于腾讯QQ聊天客户端协议的软件。 安装Eva很简单,只需要一个命令, sudo apt-get install eva 但由于包依赖关系,安装eva要下载许多相关的软件包,解压后有占75M空间。打开程序:应用程序 ->Internat -> Evascreen.width0.7) {this.resized=true; this.width=screen.width0.7; this.style.cursor=’hand’; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” {return true;}}” alt=”” src=”http://www.adyouth.com/bbs/attachment/13_6212_24cdaad5091b894.jpg” <screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” border=0<screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.style.cursor=’hand’; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” {return true;}}” alt=”” src=”http://www.adyouth.com/bbs/attachment/13_6212_13387da01fb7d5a.jpg” <screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” border=0<screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.style.cursor=’hand’; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” {return true;}}” alt=”” src=”http://www.adyouth.com/bbs/attachment/13_6212_32c0673a3d9f3b0.jpg” <screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” border=0<screen.width0.7) {this.resized=true; this.width=screen.width0.7; this.style.cursor=’hand’; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” {return true;}}” alt=”” src=”http://www.adyouth.com/bbs/attachment/13_6212_601e77de37f1a55.jpg” <screen.width0.7) {this.resized=true; this.width=screen.width*0.7; this.alt=’Click here to open new window\nCTRL+Mouse wheel to zoom in/out’;}” border=0<从图中大家应当已经看到Eva默认是英文界面,不知道为何Ubuntu官方的包是英文的,不仅看着不爽,聊天时还无法输入中文,但这个客户端本来是很棒的,运行比较快、可以传文件、可以截图等,这些功能是LumaQQ不具备的,如果你还想用Eva,可以到http://www.linuxfans.org去下载源码包自己编译安装。