小米ax6 ax3600 ax6000路由器安装shellclash+adguardhome 海外研究和DNS加速去广告-我的日志

小米ax6 ax3600 ax6000路由器安装shellclash+adguardhome 海外研究和DNS加速去广告

A.安装shellclash 用ssh输入命令(2选1)回车根据提示即可安装: #jsdelivrCDN源 export url='https://fastly.jsdelivr.net/gh/juewuy/ShellClash@master' && sh -c '$(curl -kfsSl $ur...
system的头像-我的日志钻石会员system2年前
027715
华为交换机链路聚合配置-我的日志

华为交换机链路聚合配置

Int Eth-trunk 1 //新建聚合1 Mode lacp //lacp模式 trunkport GigabitEthernet 0/0/1 to 0/0/5 //1-5口为成员 port link-type trunk //端口trunk类型 port trunk allow-pass vlan 10 //加入vla...
system的头像-我的日志钻石会员system2年前
09414
v2ray一键脚本-我的日志

v2ray一键脚本

yum install -y curl # CentOS命令 sudo apt install -y curl # Ubuntu/Debian命令 安装 V2Ray 脚本: bash <(curl -sL https://raw.githubusercontent.com/daveleung/hijkpw-scripts-mod/ma...
system的头像-我的日志钻石会员system4个月前
09014
docker一键安装小雅alist及jellyfin-我的日志

docker一键安装小雅alist及jellyfin

bash -c '$(curl --insecure -fsSL https://ddsrem.com/xiaoya_install.sh)' 先安装alist 需要的文件可以扫码自动填充,再安装jellyfin
system的头像-我的日志钻石会员system2年前
032411
页脚添加网站稳定运行时长X年X天X小时X分X秒的代码-我的日志
华为交换机vlan划分及分配IP-我的日志

华为交换机vlan划分及分配IP

system-view 进入系统视图 undo in en 关闭提示 vlan batch 10 20 30 创建vlan 10 20 30 int g0/0/1 进入端口1 port link-type access 配置端口类型 port default vlan 10 放行vlan10 端口2同样...
system的头像-我的日志钻石会员system2年前
016511
海康ipc维护工具(非海康官方工具)-我的日志

海康ipc维护工具(非海康官方工具)

此为免费版本,在数量上有限制,需要正式版可以到刚先生博客购买正式版  刚先生博客地址 免费版下载地址 链接:https://pan.baidu.com/s/13yr6e7NDqScB-64EqHCALg 提取码:vv6g  
system的头像-我的日志钻石会员system8个月前
06410
WordPress复制弹出提示框-我的日志

WordPress复制弹出提示框

在functions.php文件添加如下代码 //复制粘贴 function jiub() { echo '<link rel='stylesheet' type='text/css' href='https://cdn.bootcss.com/sweetalert/1.1.3/sweetalert.min.css' >...
system的头像-我的日志钻石会员system2年前
0748
华为交换机端口绑定mac及ip地址增强网络安全性-我的日志

华为交换机端口绑定mac及ip地址增强网络安全性

进入端口g0/0/1 interface GigabitEthernet0/0/1 启用端口安全 port-security enable MAC地址绑定持久化 port-security mac-address sticky 以上步骤每个需要绑定的端口都要做一遍 在全局模式下...
system的头像-我的日志钻石会员system2年前
03118
华为交换机忘记密码清除密码-我的日志

华为交换机忘记密码清除密码

使用Console线连接已经上电的交换机 交换机断电再上电出现Ctrl+B字样时按下Ctrl+B 输入密码Admin@huawei.com进入BootLoad菜单 选择clear password for console user 后输入y 选择boot with defa...
system的头像-我的日志钻石会员system2年前
02177