使用acme.sh自动申请/续期ssl证书
#安装 curl https://get.acme.sh | sh #可能需要使用一个邮箱来注册 acme.sh –register-account -m xxxxxxxxxx@gmail.com #–webroot使用网站根目录方式验证 # -d 指
#安装 curl https://get.acme.sh | sh #可能需要使用一个邮箱来注册 acme.sh –register-account -m xxxxxxxxxx@gmail.com #–webroot使用网站根目录方式验证 # -d 指
是真好用 强大的TcpServer压力测试工具及源码(附突破连接限制的方法和工具)
CUPS利用gutenprint生成ppd文件 命令查看所有支持的型号: cups-genppd.5.3 -M 生成指定型号的PPD文件到当前目录: cups-genppd.5.3 -p . “escp2-l130” https:/
#!/bin/bash #文件:.easyshell.sh #放到/root目录 #在~/.bashrc文件中中插入一行 #source ~/.easyshell.sh #shell中执行,即时生效 #source ~/.bashrc #服务 #srv s
修改或添加vmx配置,为TRUE即可 usb.restrictions.defaultAllow = “TRUE” https://juejin.cn/post/7280436307905691700
下载openwrt sdk https://mirror-03.infra.openwrt.org/releases/23.05.3/targets/x86/64/openwrt-sdk-23.05.3-x86-64_gcc-12.3.0_musl.Lin
下载配置交叉编译链工具 下载对应版本与平台的toolchain:https://mirror-03.infra.openwrt.org/releases/23.05.3/targets/x86/64/ 配置环境变量~/.bashrc #在.bashrc中找
发送到 %USERPROFILE%AppDataRoamingMicrosoftWindowsSendTo 开始菜单 C:ProgramDataMicrosoftWindowsStart Menu %USERPROFILE%AppDataRoamingMi
#BuildAll.bat #这里面的路径,是各个配置中的生成目录,是由CMake生成好的配置 @echo off chcp 65001 > NULL echo build lib_x86_Debug CMake.exe –build “E:\ea
拉取子模块-已有仓库 git submodule update –init –recursiv 拉取子模块-首次克隆时 git clone –recursive XXX