
Praming
热门文章
最新文章
-
09 2021年03月
-
21 2020年05月
-
20 2020年05月
-
20 2020年05月
-
20 2020年05月
Docker常用命令
常用命令查看镜像信息列表 镜像是静态的:docker images查看运行中的所有容器:docker ps -a从dockerhub拉取指定镜像:docker pull [images]:[version]后台启动docker,并指定宿主机端口和docker映射端口docker run -p 800
查看全文 -
20 2020年05月
Docker安装宝塔
Docker 安装宝塔1. 拉取centos:docker pull centos2. 创建容器:docker run -i -t -d --name baota -p 80:80 -p 20:20 -p 21:21 -p 22:22 -p 443:443 -p 888:888 -p 3306:33
查看全文 -
20 2020年05月
Mac安装Valet
安装Valet(只需php和mysql,不需要安装Nginx)安装 Homebrew 使用 Homebrew 安装 PHP mysql参考 brew安装nmp环境安装 Composerbrew install composer更新 Composercomposer self-update使用 Com
查看全文 -
20 2020年05月
brew安装nmp环境
安装brew/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"来自:https://brew.sh/index_zh-cn安装好的目录:
查看全文 -
20 2020年05月
brew 切换国内的源
切换到国内源# 替换brew.git: cd "$(brew --repo)"# 中国科大: git remote set-url origin https://mirrors.ustc.edu.cn/brew.git# 清华大学: git remote set-url orig
查看全文 -
20 2020年05月
openwrt开启smb网络共享遇到的坑
启用挂在点并且添加smb共享目录后:一. windows下无法找到网络路径,错误代码0x800700351. 以管理员权限 运行 cmd. 2. sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi回车 sc.exe confi
查看全文