• 使用 Docker 运行宝塔面板

    此方案可能是全网最快的 宝塔面板 部署方案。 复习计算机网络时轻度折腾了 Linux、Docker、路由器 等,竟突然想到 Docker 部署宝塔面板的完美解决方案。在此使用 Python 开发并制作了宝塔面板 Docker 镜像。 您可能存在疑问,宝塔面板为何不直接装到系统中?我们使用不同的服务 ...

    2017-07-15
  • docker 基本操作

    docker 基本操作1.1、镜像基本操作docker pull 镜像名称[:tag] # 拉取镜像到本地 docker images # 查看全部本地的镜像 docker rmi 镜像的标识 # 删除本地镜像 docker save -o 导出的路径 镜像id # 将本地的镜像导出 doc ...

    2016-03-15
  • docker 基础命令大全

    更新环境 apt update -y && apt upgrade -y && apt install -y curl wget sudo socat 官方安装docker curl -fsSL https://get.docker.com | sh curl ...

    2019-01-15
  • 一键脚本 内核版本在提升 TCP性能调优一应俱全

    一键脚本 apt update -y && apt install -y wget sudo yum update -y && yum install -y wget sudowget —no-check-certificate -O tcpx.sh https: ...

    2020-01-15
  • 用docker安装甲骨文云VPS活跃脚本 CPU 内存 网络自定义占用调整

    大佬的DockerHub地址 https://hub.docker.com/r/fogforest/lookbusy 更新系统 apt update -y && apt upgrade -y && apt install -y curl wget sudo so ...

    2020-07-05
  • IP可用性检查

    检测IP端口:https://www.toolsdaquan.com/ipcheck/谷歌dig:DNS查询工具箱https://toolbox.googleapps.com/apps/dig/ 查IP被墙:https://ping.pe/ 一键脚本安装下载工具 apt update -y ...

    2018-01-15