首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
debian8专题
docker下debian8编译安装nginx+php
--------------nginx 也可以apt安装 10 cd /work/ 12 tar -zxvf nginx-1.12.1.tar.gz 13 mkdir libs 14 cd nginx-1.12.1 19 apt-get install gcc libpcre3 libpcre3-dev libssl-dev automake autoconf libtool make
阅读更多...
不重装系统,将Debian8升级到Debian9
Debian9现在是RC2测试阶段,想在发布后将我的Debian8直接升级,不想再重装系统。 上网找了找,说是步骤很简单: 更新Debian8 $ sudo apt-get update && sudo apt-get upgrade修改软件源/etc/apt/sources.list,将代表Debian8的jessie改成代表Debian9的stretch $ sed s/jessie/s
阅读更多...
yii2安装 docker+debian8
1. docker安装debian8 2. apt-get update 3. git@github.com:yiisoft/yii2-app-advanced.git curl -sS https://getcomposer.org/installer | php php composer.phar update
阅读更多...