排序
小米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...
华为交换机链路聚合配置
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...
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...
docker一键安装小雅alist及jellyfin
bash -c '$(curl --insecure -fsSL https://ddsrem.com/xiaoya_install.sh)' 先安装alist 需要的文件可以扫码自动填充,再安装jellyfin
华为交换机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同样...
海康ipc维护工具(非海康官方工具)
此为免费版本,在数量上有限制,需要正式版可以到刚先生博客购买正式版 刚先生博客地址 免费版下载地址 链接:https://pan.baidu.com/s/13yr6e7NDqScB-64EqHCALg 提取码:vv6g
WordPress复制弹出提示框
在functions.php文件添加如下代码 //复制粘贴 function jiub() { echo '<link rel='stylesheet' type='text/css' href='https://cdn.bootcss.com/sweetalert/1.1.3/sweetalert.min.css' >...
华为交换机端口绑定mac及ip地址增强网络安全性
进入端口g0/0/1 interface GigabitEthernet0/0/1 启用端口安全 port-security enable MAC地址绑定持久化 port-security mac-address sticky 以上步骤每个需要绑定的端口都要做一遍 在全局模式下...
华为交换机忘记密码清除密码
使用Console线连接已经上电的交换机 交换机断电再上电出现Ctrl+B字样时按下Ctrl+B 输入密码Admin@huawei.com进入BootLoad菜单 选择clear password for console user 后输入y 选择boot with defa...










