deb http://ubuntu.cn99.com/ubuntu/ hardy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ hardy-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ hardy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ hardy-proposed ma ...
安装微软的字体包
sudo apt-get install msttcorefonts
sudo gedit ~/.kde/share/config/kdeglobals
加入
[General]
XftHintStyle=hintmedium
XftSubPixel=
fixed=Vera Sans YuanTi,9,-1,5,50,0,0,0,0,0
font=Vera Sans YuanTi,9,-1,5,50,0,0,0,0,0
menuFont=Vera Sans YuanTi,9,-1,5,50,0,0,0,0,0
taskbarFont=Vera Sans YuanTi,9,5,50,0,0,0,0,0
toolBarFont=Vera Sans YuanTi,9 ...
sudo gedit /etc/profile
JAVA_HOME=/usr/lib/jdk1.6.0_04
export JAVA_HOME=$JAVA_HOME
(如果是自己下载的bin文件安装的JDK.则要加入这一段.否则maven识别不了系统的JAVA_HOME环境.如果是直接sudo apt-get install 安装的源当中的JDK就不需要.)
export ANT_HOME=/home/lsk/apache-ant-1.7.0
export MAVEN_HOME=/home/lsk/apache-maven-2.0.8
export PATH=$JAVA_HOME/bin:$ ...
deb http://ubuntu.cn99.com/ubuntu gutsy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu gutsy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu gutsy-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu gutsy-backports main ...
安装 SSH(Secure Shell) 服务以提供远程管理服务
sudo apt-get install ssh
从远程拷贝
scp user@host:/path/to/files local_file_name
拷贝到远程
scp local_file_name user@host:/path/to/files
scp拷贝文件夹
scp -r local_directory user@host:/path/to/directory







评论排行榜