bat修改注册表
http://bbs.csdn.net/topics/360141079 regini.exe HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes [1 7 17] HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\{...
http://bbs.csdn.net/topics/360141079 regini.exe HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes [1 7 17] HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\{...
https://www.cnblogs.com/cobbliu/archive/2013/03/19/2970311.html https://note.t4x.org/system/centos-bind-config/ centos 配置bind 完整版 https://linux.cn/article-3341-1.html nscd https://www.cnblogs.com/k...
本文档介绍 nginx-openresty安装 的相关内容。 编译安装openresty # 创建目录 mkdir /tools cd /tools # 安装依赖软件包 yum install pcre-devel openssl-devel readline-devel gcc git gcc -y # 创建nginx用户 useradd nginx -s /sbin/nol...
本文档介绍 centos内核参数详解 的相关内容。 cat /etc/sysctl.conf fs.file-max = 2000000 fs.nr_open = 2000000 net.ipv4.tcp_tw_reuse = 1 net.ipv4.tcp_tw_recycle = 1 net.ipv4.tcp_fin_timeout = 30 net.ipv4.tcp_keepaliv...
本文档介绍 docker常用命令 的相关内容。 进入容器的正确姿势 sudo docker ps sudo docker exec -it 775c7c9ee1e1 /bin/bash 关闭所有Docker容器 # 停止所有 docker stop $(docker ps -a -q) # 强制关闭所有 docker kill $(docker ps -a -q) 关...
修改方法 https://www.aikaiyuan.com/12535.html 安装依赖 yum install initscripts biosdevname 修改/etc/default/grub 在GRUB_CMDLINE_LINUX后面添加如下参数: 需要em[id]添加 net.ifnames=1 biosdevname=1...
https://www.jianshu.com/p/6c3090968d71 centos7 通过reposync 搭建本地yum源 使用yum repolist 验证repo文件是否生效 [root@hkdev data]# yum repolist Loaded plugins: fastestmirror Loading mirror speeds from cached ho...
https://my.oschina.net/leeck/blog/729443
安装Xfce桌面环境 CentOS服务器安装通常没有安装桌面环境,因此我们将从安装轻量级桌面环境开始。 在本指南中,我们将安装 Xfce 。它快速,稳定且系统资源少,非常适合在远程服务器上使用。 Xfce软件包可在EPEL存储库中获得。如果您未在服务器上启用 EPEL信息库,则可以输入以下内容来实现: yum install epel-release 添加存储库后,请使用以下方...
本文档介绍 香港v2ray-openwrt配置 的相关内容。 香港服务器配置 安装docker、docker-compose yum install -y docker-ce pip install docker-compose 安装配置v2ray docker-compose.yml # docker-compose.yml (网络预先创建) ver...