Esxi 替换路径:/etc/vmware/ssl 然后重启服务: /etc/init.d/hostd restart /etc/init.d/vpxa restart WebMin证书路径:/etc...
用acme.sh颁发SSL证书
curl https://get.acme.sh | sh 安装好之后,需要先断开终端,重新连接一次,以使命令生效 acme.sh --upgrade --auto-upgrade --account...
All in one Home Server
在家里做了All in one 服务器(超微X10SDV-TLN4F+16GDDR4*2+8T*8+LSI9271-8I+银欣DS380+SF450),服务器做的Raid6……可同时挂两块硬盘,数据安...
Centos 7 安装Webmin开启Bind DNS服务
先安装Perl环境: yum install perl* -y 然后下载最新版webmin,解压,运行安装脚本 wget https://prdownloads.sourceforge.net/web...
Unifi Control 添加Let’s Encrypt证书
curl https://get.acme.sh | sh 安装好之后,需要先断开终端,重新连接一次,以使命令生效 acme.sh --upgrade --auto-upgrade --account...
Linux 测速
wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py chmod a+rx speedtest.py mv speed...
Proxmox 配置 Let’s Encrypt证书
几台KS3C都装了Proxmox,一直都证书错误,挺烦的,今天搜索了一番,终于把证书搞定了,用的是Let's Encrypt的免费证书:)记录一下: git clone https://github....
两种方式让KS3C有多IP
第一种方式:Nat转发 VPS端: iptables -t nat -F iptables -t mangle -F iptables -F iptables -X iptables -...
SSH无法登陆解决办法
解决办法:检查服务器是否开启了selinux,如开启请关闭。 sed -i "s/SELINUX=enforcing/#SELINUX=enforcing\nSELINUX=disabled/g" /...
Centos 7 安装新内核启用BBR
1:首先yum update -y更新到最新CentOS 7.3 1611 cat /etc/redhat-release CentOS Linux release 7.3.1611 (Core) 2...
5