1.安装依赖包 2.进行主程序的安装 首先信任 GitLab 的 GPG 公钥 curl https://packages.gitlab.com/gpg.key 2> /de...

1.安装依赖包 2.进行主程序的安装 首先信任 GitLab 的 GPG 公钥 curl https://packages.gitlab.com/gpg.key 2> /de...
jdk安装openjdk-8-jdk: sudo apt-get install openjdk-8-jdk 查看java版本: java -version 编辑/etc/p...
安装cerbot sudo apt-get updatesudo apt-get install software-properties-commonsudo add-apt...
安装 apt-get install supervisor /etc/supervisor/supervisord.conf编辑: 在/etc/supervisor/conf...
编辑crontab crontab -e 格式 示例: 开始执行mac /usr/sbin/cron start ubuntu /etc/init.d/cron start
1、安装 mac: brew install nginx 2、常用指令 nginx -s quit // 退出nginx -s reload // 重新加载nginx -t ...
第一步:/etc/apache2/ports.conf添加新的端口,如: 第二步:/etc/apache2/sites-available 目录下新建文件如:test.com...
以下以Ubuntu为例 开启 mysql 远程访问 1、阿里云开端口(3306)2、更改账户权限查看权限 mysql -uroot -p> use mysql> select...
wget https://sourceforge.net/projects/re2c/files/0.16/re2c-0.16.tar.gztar zxf re2c-0.16...
源码包下载 http://www.php.net/releases/ 1、把mac上的默认php修改为MAMP等扩展环境中的php版本 sudo vim ~/.bash_pr...
安装apache2 sudo apt-get install apache2 安装完成 运行如下命令重启下: sudo /etc/init.d/apache2 restart...