蒲东平的博客
12
Docker 环境搭建 Docker 环境搭建
Docker 环境搭建适用于 Ubuntu,Debian,Centos 等大部分 Linux(使用官方安装脚本自动安装)curl -sSL https://get.daocloud.io/docker | sh # 或者执行 curl
2021-07-12
11
11
08
Ubuntu 下安装 php7.2 Ubuntu 下安装 php7.2
Ubuntu 下安装 php7.2 安装软件源拓展工具: sudo apt-get install software-properties-common python-software-properties 更新软件源缓存并且添加 O
2021-07-08
07
Ubuntu 开放指定端口 Ubuntu 开放指定端口
Ubuntu 开放指定端口 一般情况下 ubuntu 系统自带 iptables 防火墙,如果没有的话,就装上 sudo apt-get install iptables 开放 tcp 协议 80 端口 iptables -I
2021-07-07
06
04
CentOS 7.4 64位 搭建LAMP CentOS 7.4 64位 搭建LAMP
CentOS 7.4 64位 搭建LAMP 安装php7.2 若直接采用centos中的yum安装:sudo yum -y install php,版本是5.4,远远不够,因此我们要手动更新rpm即可。 1. 首先获取 rpm (添加 p
2021-07-04
02
29
28
27
25
19 / 21