首页
留言
统计
归档
更多
免责声明
Search
1
VPS Ubuntu一键DD Debian 11系统
1,018 阅读
2
Win7、Win10、Win11打印机共享无法连接,0x00000709错误
689 阅读
3
在Windows 11上开启BBR2 拥塞控制
465 阅读
4
宝塔安装教程
314 阅读
5
WIN11跳过联网激活的方法
306 阅读
默认分类
登录
Search
kangfu
累计撰写
13
篇文章
累计收到
24
条评论
首页
栏目
默认分类
页面
留言
统计
归档
免责声明
搜索到
13
篇与
的结果
2023-03-07
VPS Ubuntu一键DD Debian 11系统
基本所有的VPS服务器商家,都会提供免费的Linux系统供安装,比如CentOS、Debian、Ubuntu等。那为什么还要使用一键DD脚本重装/更换系统呢?商家提供的系统版本有限,可能没有自己需要的版本。商家的系统安装有自己不想要的服务,比如国内的阿里云盾(安骑士)。商家的系统无法安装特定软件,比如很挑内核的锐速。以上几种情况,一键DD脚本就可以为服务器更换一个纯净的系统,帮你解决问题。DD一键命令示例:bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a系统安装完成后的默认用户名为root,默认密码为: MoeClub.org 如修改为自己的密码( fansun.com )示例sudo -i echo root:fansun.com |chpasswd root sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/g' /etc/ssh/sshd_config; sed -i 's/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g' /etc/ssh/sshd_config; service sshd restart
2023年03月07日
1,018 阅读
5 评论
0 点赞
2023-03-03
在Windows 11上开启BBR2 拥塞控制
用管理员打开Windows Powershell复制粘贴输入以下命令netsh int tcp set supplemental Template=Internet CongestionProvider=bbr2 netsh int tcp set supplemental Template=Datacenter CongestionProvider=bbr2 netsh int tcp set supplemental Template=Compat CongestionProvider=bbr2 netsh int tcp set supplemental Template=DatacenterCustom CongestionProvider=bbr2 netsh int tcp set supplemental Template=InternetCustom CongestionProvider=bbr2输入完毕后可以输入一下命令进行验证是否成功开启Get-NetTCPSetting | Select SettingName, CongestionProvider想要恢复默认的的只需要逆操作便可,在Windows Powershell输入以下命令netsh int tcp set supplemental Template=Internet CongestionProvider=cubic netsh int tcp set supplemental Template=Datacenter CongestionProvider=cubic netsh int tcp set supplemental Template=Compat CongestionProvider=newreno netsh int tcp set supplemental Template=DatacenterCustom CongestionProvider=cubic netsh int tcp set supplemental Template=InternetCustom CongestionProvider=cubic{dplayer src="https://fansun.net/usr/uploads/2023/03/2646953060.mp4"/}
2023年03月03日
465 阅读
5 评论
0 点赞
2023-02-28
WIN11跳过联网激活的方法
1.在联网激活页面,按下Shift+F10 ,打开【命令提示符】。输入“oobe\bypassnro”并按下回车。2.然后电脑就会自动重启,重启之后,就会出现熟悉的画面,您可以选择我没有Internet连接,并继续:
2023年02月28日
306 阅读
4 评论
0 点赞
1
2
3