L29※ubuntu搭建NTP Server
1> 寻找NTP SERVER http://www.pool.ntp.org是NTP的官方网站,这里可以查询最近的NTP Server。 ntp1.aliyun.com ntp.tencent.com ntp.ntsc.ac.cn # 中国NTPserver server 0.cn.pool.ntp.org s...
N18※阿里云盘映射到本地磁盘
1> 在软路由上安装阿里云盘 WebDAV 2> 获取 refresh_token 浏览器上登录阿里云盘后,控制台粘贴 JSON.parse(localStorage.token).refresh_token即可获得token 将获得的token粘贴到软路由中的阿...
L28※vps搭建http代理
1> 软件安装 sudo apt-get install open-ssl sudo apt-get install squid 2> 配置用户名和密码 sudo yum install httpd-tools -y # centos 用于生成密码 sudo apt-get install apache2-ut...
L27※debian系统更改为中文显示
1> 添加中文支持 ~# vim /etc/locale.gen zh_CN GB2312 zh_CN.GB18030 GB18030 zh_CN.GBK GBK zh_CN.UTF-8 UTF-8 ~# locale-gen 2> 更改设置 ~# vim /etc/default/locale LANG='zh_CN.UTF-8' LA...
L26※vps搭建kms服务器,激活Windows和Office
1> 安装docker docker安装步骤 2> 拉取镜像 docker pull condor369/kms:latest docker run -d -p 1688:1688 --name=kms --restart=always condor369/kms:latest 3> vps开放1688端口 开...
N17※Win11右键默认显示更多选项
1> 打开终端 首先用鼠标右键点击“开始”按钮(或者按Win+X键),选择点击 “Windows 终端(管理员) 2> 输入下列代码 reg.exe add 'HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a5...
L25※利用oneinstack搭建基于nginx的rtmp直播服务器
1> 卸载原来安装的nginx软件 cd oneinstack ./uninstall.sh 2> 下载 nginx-rtmp-module cd /usr/local git clone https://github.com/arut/nginx-rtmp-module.git 3> 重新配置nginx安...
N16※删除设备和驱动器中不常用的图标
在注册表中找到下述位置,删除不常用的文件夹即可 计算机\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace
L24※Centos 升级gcc版本
1> 卸载原来的旧版本 ① 查看当前的版本号 rpm -q gcc ② 卸载掉旧版本 rpm -e [上一步查到的版本号] ③ 如果上一步报错 error: Failed dependencies: gcc = 4.8.5-44.el7 is needed by ...
N15※虚拟环境中UNC路径不受支持
打开注册表 计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor 2. 添加值 DisableUNCCheck, 类型为 REG_DWORD 并将该值设置为1 (十六进制)