2009年4月9日星期四

Ubuntu 8.10 安装常用软件


安装词霸星际译王
sudo apt-get install stardict stardict-common


以Root权限打开文件夹(右键菜单)
sudo apt-get install nautilus-gksu

终端加到右键菜单
sudo apt-get install nautilus-open-terminal

安装虚拟软件(打开Windows程序)
sudo apt-get install wine

安装Adobe Reader
到Adobe网站下载Ubuntu版本的Adobe Reader,点击这里,然后双击安装

安装Google Chrome浏览器
界面比Firefox更友好,浏览速度更快,到Google下载Ubuntu版本的Chrome,点击这里,双击即可安装

安装Mplayer播放器,比系统自带的电影播放器好用
sudo apt-get install totem-xine ffmpeg lame faad sox mjpegtools
sudo apt-get install mplayer mplayer-fonts gnome-mplayer

安装飞鸽
sudo apt-get install iptux

安装打开chm文件的软件
sudo apt-get install chmsee

安装FTP
sudo apt-get install vsftpd  # FTP设置文件/etc/vsftpd.conf,详细配置情况,参考http://wiki.ubuntu.org.cn/Vsftpd

安装FTP客户端
sudo apt-get install filezilla

Ubuntu Server 下 Apache的安装和设置
https://help.ubuntu.com/community/ApacheMySQLPHP
http://www.91linux.com/html/linux_pub/ubuntu/20080506/10670.html
PHP以CGI方式安装
https://help.ubuntu.com/community/lighttpd#PHP
https://help.ubuntu.com/community/HelpOnInstalling/FastCgi
https://help.ubuntu.com/community/DinkelVersus/ApacheServer
http://blog.chinaunix.net/u/6140/showart_458158.html
http://www.seaoffire.net/fcgi-faq.html
http://typo3.org/development/articles/using-php-with-mod-fcgid/page/3/
ubuntu 安装PHP扩展php-curl
sudo aptitude install php5-curl