Install Chinese Input Method (refer to Baidu Experience)
http://jingyan.baidu.com/article/ad310e80ae6d971849f49ed3.html
Install right-click Terminal
1.打开一个Terminal(ctrl+alt+t),输入如下指令sudo apt-get install nautilus-open-terminal2.-q或者安装一个非常好用的 terminal : Guake
Build Lamp development environment
sudo#安装apache sudo#安装php和apache的php模块sudo#安装mysql服务端和客户端sudo#安装PHP的memcached拓展
Installing Memcache
sudo#安装php memcached 扩展-d5011211#启动一个memcached服务-d 是启动一个守护进程 -m 指定使用多少兆的缓存空间;-p 指定要监听的端口; -u 指定以哪个用户来运行-l 是监听的服务器ip地址,默认为127.0.0.1 -c是最大并发连接数,默认102411211127.0.0.1...Connected to localhost.
Installing Curl Expansion
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
Install SVN
sudo#输入svn --version 检测时否安装成功
Copyright Notice: Knowledge is taken to the people, to the people! Welcome reprint, Reprint please attach this article link, not regularly updated articles!
The above describes the Ubuntu 15 build PHP development environment, including the aspects of the content, I hope the PHP tutorial interested in a friend helpful.