1. Download and install Ubuntukylin-15.10-desktop-amd64.iso
2. Install SSH
sudo apt-get install openssh-server openssh-client
3. Build VSFTPD
#sudo apt-get Update
#sudo Apt-get Install VSFTPD
Configuration Reference http://www.linuxidc.com/Linux/2015-01/111970.htm
Http://jingyan.baidu.com/article/67508eb4d6c4fd9ccb1ce470.html
Http://zhidao.baidu.com/link?url= vempmg5sv6iuft4qzqivtihtxwuoaqalgal7boc5xrtumplrdfa-omfctzpetnzuqai0hgjbggdpnldob6hl5ihgtgvwdgsms88ilvhco4c
VSFTPD start, shutdown, and restart
$sudo/etc/init.d/vsftpd Start #开始
$sudo/etc/init.d/vsftpd Stop #关闭
$sudo/etc/init.d/vsftpd Restart #重启
4. Installing jdk1.6
./jdk-6u45-linux-x64.bin
Environment variable Configuration
# Vi/etc/profile
At the end of the profile, add
# Set Java environment
Export java_home=/usr/java/jdk1.6.0_24
Export classpath=.: $JAVA _home/lib/dt.jar: $JAVA _home/lib/tools.jar
Export path= $JAVA _home/bin: $PATH
After the configuration is complete, save exit.
Do not restart, update command
#source/etc/profile
Test whether the installation was successful
# java–version
Other questions:
1.sudo appears unable to resolve host workaround
Reference http://blog.csdn.net/yuzhiyuxia/article/details/19998665
2.Linux stop at starting SendMail solution when starting up
Reference http://blog.chinaunix.net/uid-21675795-id-356995.html
3.ubuntu when installing software e:unable to locate package vsftpd
Reference http://www.ithao123.cn/content-2584008.html
4.[linux/ubuntu] Vi/vim Use method explanation
Reference http://www.cnblogs.com/emanlee/archive/2011/11/10/2243930.html
Basic Environment Building for Hadoop learning first step