Windows必备软件
Windows 和 Office 激活 AAct_x64https://wwm.lanzouw.com/i6fvi0dr7m1g 密码:awc9 办公:WPS 2016 单文件极简版https://wwsf.lanzouw.com/imZaI0uyptkj 密码:hg7d WPS 2019 免激活专业增强版10154链接: https://pan.baidu.com/s/1Gc4XJH_r3LoWMCfPDLCa4A?pwd=fhrd 提取码: fhrd 复制这段内容后打开百度网盘手机App,操作更方便哦 WPS 2023 政府版链接:https://pan.quark.cn/s/b5a792595137 提取码:vABV 播放器:PotPlayer_1.7.21620https://wwm.lanzouw.com/ihNhp09dqopi 密码:29td 输入法:搜狗拼音https://wwm.lanzouw.com/iev4I09dqpji 密码:9rf0 浏览器:Chrome https://wwm.lanzouw.com/i7P4X09dssba 密码:c7i1 360安全浏 ...
苹果 iPhone iPad iOS 必备 APP
淘宝淘宝官方多开_10.13.0链接: https://pan.baidu.com/s/1VYJQHIfr0JwYKP7-vwcjqw?pwd=55rm 提取码: 55rm 复制这段内容后打开百度网盘手机App,操作更方便哦 闲鱼闲鱼多开_7.9.50@iPA库iPA.PUB_iPAKU.CC_iPAKU.CNhttps://www.123pan.com/s/zuYeVv-VkKbd.html提取码:AA0w 闲鱼官方多开 7.4.70链接: https://pan.baidu.com/s/1N1FEY8_sTWzU13TguPQpqw?pwd=pnrk 提取码: pnrk 复制这段内容后打开百度网盘手机App,操作更方便哦 抖音抖音++_99.9.9.ipa链接: https://pan.baidu.com/s/1bTlJ-3HGRcYSqdGy5TdFJQ?pwd=xbdr 提取码: xbdr 复制这段内容后打开百度网盘手机App,操作更方便哦 抖音_22.4.0净化哥哥版.ipa链接: https://pan.baidu.com/s/1WSaPzXoER9EnZI5rhHoKOA ...
安卓 Android 必备 APP
WPShttps://wwm.lanzouw.com/iWYNl0bycepc 密码:5ka8 下载工具迅雷去广告不限速https://wwm.lanzouw.com/i2OTZ0bxlw5i 密码:86ec 手机迅雷2022最新版本v9.9.9带云盘版https://wwm.lanzouw.com/ie9cU0crlm2f 密码:1ibx 安卓迅雷(无需登录就可以满速下载)https://wwm.lanzouw.com/i5fRz0crllif 密码:25vi 迅雷 7.3.0 Pro mod.apkhttps://wwm.lanzouw.com/ipEoU0dr2gji 密码:atbc 迅雷_10.00.0.1000.apkhttps://wwm.lanzouw.com/iOPb60dr2huf 密码:guzn 迅雷_v7.30.0.7664.apkhttps://wwm.lanzouw.com/iZEJD0dr2kfi 密码:2isi 域·下载器v1.3.3高级版https://wwm.lanzouw.com/iXuG40dr56ob 密码:8bbw 冰冰bt磁力下载器v1.1. ...
Mac 必备软件
电脑管家1.CleanMyMac X2.iStat Menus For Mac读写NTFS格式的硬盘1.Paragon NTFS For Mac2.Tuxera NTFS for MacPDF工具1.Adobe Acrobat Pro DC for mac2.PDF Reader Pro for Mac视频编辑1.Final Cut Pro For Mac2.Adobe Premiere Pro For Mac3.VideoProc4.Compressor For Mac虚拟机1.Parallels Desktop2.VMware Fusion pro for mac下载工具1.迅雷 for mac 永久会员加速开心版2.xunleiThunderQ.pkghttps://wwm.lanzouw.com/iavWh0cn1ofg 密码:8idq 3.Thunder_6.6.6_(6666)__machttps://wwm.lanzouw.com/iIBlw0cn1o3e 密码:hk3z 4.Thunder-8.8.8无限制版.dmghttps://wwm.lanzouw.com/iYT ...
cups建立打印机服务器,共享打印机和隔空打印
如何通过Docker版的CUPS来共享打印机。 CUPS是一个通用Unix打印系统,苹果收购和维护过这个项目,最重要的是可以在Docker上部署CUPS,如果你刚好有一台NAS,那可以通过配合NAS安装CUPS来达到共享打印和隔空打印的效果。 群晖CUPS安装命令:1,首先开启SSH和Bonjour服务 2,然后添加以下命令禁止内置CUPS启动:控制面板-任务计划-新增-触发的任务-用户定义的脚本 1234synoservicecfg --hard-stop cupsd synoservicecfg --hard-stop cups-lpd synoservicectl --stop cupsd synoservicectl --stop cups-lpd 3,在docker文件夹下创建cups文件夹,而后cups文件夹下依次创建config和services文件夹即可,然后将**/volume1/docker**替换成你正确的路径 12345678910docker create \--name=CUPS_M7 \--restart=always \--ne ...
iftop监控网卡查看局域网ip和端口的实时流量
在类 Unix 系统中可以使用 top/htop 查看系统资源、进程、内存占用等信息。查看网络状态可以使用 netstat、nmap 等工具。若要查看实时的网络流量,监控 TCP/IP 连接等,则可以使用 iftop。 iftop 是类似于 top 的实时流量监控工具。 官方网站:http://www.ex-parrot.com/~pdw/iftop/ iftop 可以用来监控网卡的实时流量(可以指定网段)、反向解析 IP、显示端口信息等。 安装1apt install iftop 或者使用源码编译安装 Debian 上安装所需依赖包: 1apt install flex byacc libpcap0.8 libncurses5 下载 iftop 123456wget http://www.ex-parrot.com/pdw/iftop/download/iftop-0.17.tar.gztar zxvf iftop-0.17.tar.gzcd iftop-0.17./configuremake && make install 常用的参数: ...
one-kvm bios级远程控制!利用闲置电视盒子,打造远控神器
● One-KVM(官方文档):https://one-kvm.mofeng.run ● One-KVM(Github):https://github.com/mofeng-git/One-KVM ● CM311-1a(YST)安卓线刷固件:https://pan.quark.cn/s/7c21467ba49f ● One-KVM S905L3a,L905x2电视盒子通用整合包:https://pan.quark.cn/s/6a0c7e24ff48 ● 晶晨烧录工具:https://pan.quark.cn/s/3cf7f35bd08e ● BalenaEtcher(官网):https://etcher.balena.io ● BalenaEtcher:https://pan.quark.cn/s/bd94a6c2ed8e ● U盘启动adb小工具:https://pan.quark.cn/s/1a32780111ef ● Tailscale(官网):https://tailscale.com/download ● Tailscale(安卓APP):https://pan.quark. ...
debian卸载iptables安装nftables
卸载 iptables 并安装 nftables 的步骤如下(请根据您的 Linux 发行版选择相应的命令): 对于 Debian/Ubuntu 系统: 卸载 iptables: 12apt remove --purge iptables iptables-persistentapt autoremove --purge 选项会同时删除配置文件。iptables-persistent 通常用于保存和恢复 iptables 规则,建议也一并移除。autoremove 会移除不再需要的依赖包。 安装 nftables: 12apt updateapt install nftables 启用并启动 nftables 服务: 12systemctl enable nftablessystemctl start nftables
sing-box的tproxy模式配置方法
所有设备的网关填写透明网关的ip透明网关作为客户端的sing-box入站配置12345678910"inbounds": [ { "type": "tproxy", "tag": "tproxy-in", "listen": "::", "listen_port": 12345, "tcp_fast_open": true, "udp_fragment": true }], iptables(旧版)防火墙配置123456789101112131415161718192021222324252627282930313233343536373839404142###################### 路由表设置ip route add local default dev lo table 100ip rule add fwmar ...
debian卸载nftables安装iptables
在 Debian 12 上卸载 nftables 并安装 iptables,你可以按照以下步骤操作: 卸载 nftables: 打开终端并执行以下命令来移除 nftables 软件包及其相关依赖。 1apt purge --autoremove nftables purge 命令会移除软件包及其配置文件,--autoremove 会移除不再需要的依赖包。 安装 iptables: 执行以下命令来安装 iptables 及其相关的传统工具: 1apt install iptables iptables-persistent iptables 是核心软件包,iptables-persistent 用于在系统重启后保存和加载 iptables 规则。 切换到 iptables-legacy: Debian 12 默认可能仍然将 iptables 命令指向 nftables 的兼容层。为了确保你使用的是传统的 iptables,你需要更新 alternatives 配置: 12update-alternatives --set iptables /usr/sbin/iptables- ...