03 2022 档案
摘要:docker run -p 6080:80 -p 5900:5900 -v ./downloads:/root/Downloads dorowu/ubuntu-desktop-lxde-vnc
阅读全文
摘要:记录下编译 APISIX 的经历 1.必须要有 OpenResty 由于 APISIX 是基于 OpenResty 开发的,所以底层依赖于 OpenResty,故使用前先要安装 OpenResty,安装方式见 OpenResty 官网。OpenResty install 2.CentOS7 安装 官
阅读全文
摘要:二话不说,上个 docker-compose.yml 为敬! version: "3" services: apisix-dashboard: image: apache/apisix-dashboard:2.10.1-alpine restart: always volumes: - ./dash
阅读全文
摘要:主要的几个操作 查看已有会话:tmux ls 新建会话:tmux new -s 接入会话:tmux attach -t 或 tmux a 杀死会话:tmux kill-session -t 或 tmux kill-session -t 0 进入 tmux 后 ctrl+b d 脱离会话 ctrl+b
阅读全文