Linux All in one Home Server 在家里做了All in one 服务器(超微X10SDV-TLN4F+16GDDR4*2+8T*8+LSI9271-8I+银欣DS380+SF450),服务器做的Raid6……可同时挂两块硬盘,数据安... 02/1312,401评论 阅读全文
Linux Centos 7 安装Webmin开启Bind DNS服务 先安装Perl环境: yum install perl* -y 然后下载最新版webmin,解压,运行安装脚本 wget https://prdownloads.sourceforge.net/web... 02/055,251评论 阅读全文
Windows Windows server 2016 匿名共享设置 Windows Server 2016 创建匿名共享,匿名访问设置: 1.开启guest用户。打开’计算机管理’->’本地用户和组’,启用guest账户。 2.开启guest用户映射。打开’本地... 12/166,648评论 阅读全文
Linux Unifi Control 添加Let’s Encrypt证书 curl https://get.acme.sh | sh 安装好之后,需要先断开终端,重新连接一次,以使命令生效 acme.sh --upgrade --auto-upgrade --account... 11/106,069评论 阅读全文
Windows 英国电话激活 KEY获取地址: win10 http://textuploader.com/523q8 win8.1 http://textuploader.com/523mg win8 http://textup... 07/164,637评论 阅读全文
Linux Linux 测速 wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py chmod a+rx speedtest.py mv speed... 06/203,846评论 阅读全文
Windows Exchange 2010 删除默认邮箱数据库 查看邮箱 Get-Mailbox -Database "Mailbox Database 1179061550" -Arbitration | ft -wrap -auto 迁移普通用户 Get-Ma... 04/294,889评论 阅读全文
Windows Windows Server 2008 R2 修改MTU值 由于一些特殊原因,需要修改Windows的MTU值,做个记录 netsh interface ipv4 show interfaces netsh interface ipv4 set subinte... 03/275,181评论 阅读全文
Linux Proxmox 配置 Let’s Encrypt证书 几台KS3C都装了Proxmox,一直都证书错误,挺烦的,今天搜索了一番,终于把证书搞定了,用的是Let's Encrypt的免费证书:)记录一下: git clone https://github.... 03/263,634评论 阅读全文