Loading...
关闭 ipv6编辑 /etc/sysctl.conf,插入以下配置:#全部禁用 ipv6 net.ipv6.conf.all.disable_ipv6 = 1 #默认禁用 ipv6 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 #指定网卡禁用 ipv6 net.ipv6.conf.eth0.d...
服务器每次安装 Nginx的时候都没有可供参考的详细文档,手写一份文档以供参考。安装准备一台联网的服务器:本机为纯净的 Debian 10.10(Kernel 4.19.0-17-amd64)Nginx 最新稳定版:V1.20安装下载 Nginx$ wget https://nginx.org/download/nginx-1.20.2.tar.gz && tar -zxvf...
GitLab 是使用 Docker 安装,由于版本太低,导致某些功能使用受限,需要升级。记录下升级全过程。准备工作当前环境服务器:Ubuntu 16.04.3 LTSDocker 版本:1.13.1GitLab 版本:CE 10.5.3修改 Docker pull 镜像源由于 Docker Hub 对镜像拉取限速,经过对阿里、中科大、清华、网易等镜像源测试,网易最快。编辑 /etc/dock...
暂时无可提供的摘要
系统信息[root@archlinux ~]# uname -a Linux archlinux 5.7.12-arch1-1 #1 SMP PREEMPT Fri, 31 Jul 2020 17:38:22 +0000 x86_64 GNU/Linux切换国内源编辑 /etc/pacman.d/mirrorlist 文件,加入 Server = https:`//mirrors.tuna....