Tag Archives: ubuntu

ubuntu下使用wine登录qq

ubuntu11.10

1、
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine 1.3
2、wine中文乱码
http://blog.csdn.net/h[......]

Read more

Posted in soft | Tagged , , , | Leave a comment

ubuntu11.10桌面新机安装软件列表

1、
sudo apt-get install gnome-shell;
sudo apt-get install network-manager-vpnc;
sudo apt-get install putty;
sudo apt-get install aria2;
sudo apt-[......]

Read more

Posted in server, soft | Tagged , , | Leave a comment

ubuntu挂载网络共享文件夹

1、ubuntu挂载ubuntu网络共享文件夹
假设ubuntu机器A访问ubuntu机器B(192.168.1.1)
1)机器A安装
安装共享服务器
sudo apt-get install nfs-kernel-server;

配置
sudo gedit /etc/exports[......]

Read more

Posted in server | Tagged , | Leave a comment

ubuntu安装redmine

redmine是一个bug跟踪系统
1、sudo apt-get install ruby1.8 ruby1.8-dev
安装完查看版本
sudo ruby -version
ruby 1.8.7 (2011-06-30 patchlevel 352) [i686-linux]

2、s[......]

Read more

Posted in server, soft | Tagged , , , | Leave a comment

ubuntu使用SQuirreL SQL客户端乱码

1、ubuntu的本地local语言是英文

2、设置SQuirreL界面中文

File--->Global Preferences--->General--->Locale设置为

zh_CN

并确保squirrel-sql/lib中存在squirrel-sq[......]

Read more

Posted in javaee, soft | Tagged , , | Leave a comment

ubuntu安装vsftpd服务器

1、安装软件

sudo apt-get install vsftp;
sudo apt-get install mysql-server
sudo apt-get install mysql-client;
sudo apt-get install libpam-mysql;
2、创建[......]

Read more

Posted in server, soft | Tagged , , , | Leave a comment

ubuntu安装SVN服务器

一、svn安装
1、
sudo apt-get install subversion
2、
sudo adduser svnuser
sudo addgroup subversion
sudo addgroup svnuser subversion

3、
sudo mkdir /[......]

Read more

Posted in server | Tagged , | Leave a comment