ubuntu安装软件简单的方式:
<1> apt-get install ;
<2>.deb;
<3> .sh可执行文件。。。
1、安装中文输入法,我安装的五笔;
2、安装qq国际版;
3、安装强大的phpStorm编辑器;
4、安装php,(默认安装的是php7);
sudo apt-get install php
5、安装mysql:
sudo apt-get intall mysql-server
6、安装apache2(所有配置文件在/etc/apache2下面):
sudo apt-get install apache2
7、安装composer
8、安装laravel框架或是其它框架, 如 ThinkPhp(为了不增加开发时框架的难度,我暂时选择TP);
9、安装putty(图形界面):是从本地连接到服务器的shell
sudo apt-get install putty
10安装Google浏览器,.deb文件,可双击打开:
11\安装git
12\如果还要开发微信小程序,请您安装微信开发者工具,如下参考地址:
https://github.com/cytle/wechat_web_devtools