Lokvin Wiki
Advertisement

linux

reference doc

stop firewalld

  1. stop firewall
sudo systemctl stop firewalld.service

Chinese input (Fedor 18)

  1. Activity --> System Setting --> Region & Language --> Input Sources --> add "Chinese (Intelligence Pinyin)" --> in shortcut setting, add shortcut for "Switch to next source" eg. ctrl+space

install maven

download apache-maven-2.2.1-bin.zip

shell >unzip apache-maven-2.2.1-bin.zip 
shell >mv apache-maven-2.2.1 ~/maven-2.2.1 
# add maven/bin to .bash_profile 
# export JAVA_HOME parameter 
shell >mvn -version  
Apache Maven 2.2.1 (r801777; 2009-08-07 03:16:01+0800) 
Java version: 1.6.0_16 
Java home: /usr/java/jdk1.6.0_16/jre  
Default locale: en_US, platform encoding: UTF-8 
OS name: "linux" version: "2.6.27.5-117.fc10.i686" arch: "i386" Family: "unix"

install ant

download apache-ant-1.7.1-bin.tar.gz

shell >tar -zxvf apache-ant-1.7.1-bin.tar.gz 
shell >mv apache-ant-1.7.1 ~/ant-1.7.1  
#add ant/bin to .bash_profile 
shell >ant -version 
Apache Ant version 1.7.1 compiled on June 27 2008

install git on centos 5.5

http://www.konordo.com/blog/installing-git-centos-55-yum

env setup

linux performance tools

File:Linuxperftools.pdf

Advertisement