苹果(ios)siri一键唤醒电脑pc

2023-01-31

先利用openwrt(web界面)后台网络唤醒测试是否可正常唤醒 若正常那你已经成功一大半 此时打开你手机上的快捷指令app选择左上角➕号 创建一个新的快捷指令 点...


Nocix DD Debian11 系统

2022-11-12

InstallOS DD Linux systems on VPS with support for Debian 9, 10, 11 and Ubuntu 18.04, 20.04. Installed the common software 'wget curl git vim net-t...


PT 常用复制

2022-10-15

安装docker: curl -sSL https://get.docker.com/ | sh 启动docker: systemctl start docker 开机启动: systemctl enable docker apt-get update a...


Debian 10 开启和关闭Ipv6的方法

2022-09-14

Debian开启和关闭Ipv6的方法 检查系统是否有加载ipv6内核 lsmod | grep ipv6 返回类似下面的数据,则表示加载了ipv6内核   1 2 3 4 5 6 nf...