Here's the data-collection interface after I've got the bag: curl -H "Host: qnpnbc.weeb-mail.com" -H "Cookie: PHPSESSID=jsqkbr72u3klgl49j7q6ci3564; cf_clearance=6TX4i0h8JtE8c3qQlSzFt7Ucw5Yu1...
Shane技术之家短信云和电话云平台上线了
Vaultwarden Binary package For ARM64
Communication protocol description of X12 firmware software package
Communication protocol description of X11 firmware software package
Update Lenovo V470 BIOS For WIFI card Whitelist
Lenovo_V470_43CN43WW_NWL下载 Open a new command line window with administrator privileges cd bios_mod WinFlash /sv /sa BIOS1.WPH Waiting for it to be executed
Using ufw to block a specific ip address to access my website
sudo ufw deny from 134.122.204.162 to any sudo ufw reload sudo systemctl restart ufw.service
短信、电话云平台接口调用说明文档
1. 电话&短信云平台注册账号,后面需要用到username和password做权限验证 https://casdoor.zhangyuqing.cn/login/smscloud 2. wechat联系zyq2280539进行购买接口权限和分配设备调用,【注意】...
Using ups to make your box auto shutdown
ups_check.sh #!/bin/bash MonitorIP=119.29.29.29 #接在市电上,需要一直保持开机状态的设备地址,如MonitorIP使用的是路由器地址网关地址192.168.81.1 DelayTime=300s #关机等待时间1分钟60s,2分钟120s,3分...
Compile rtl8822cs wifi driver for armbian
git clone https://git.zhangyuqing.cn/zhangyuqing/linux-rtl8822cs-wifi export CONFIG_WIRELESS=y export CONFIG_CFG80211=y export CONFIG_MAC80211=y export CONFIG_CFG80211_WEXT=y export CONFIG_WLAN=y ...
Open the Promiscuous mode of interface
Toggling promiscuous mode will make a (wireless) NIC forward all traffic it receives to the OS for further processing. This is opposite to "normal mode" where a NIC will drop frames it is not inte...
How to mount a external disk by systemd
sudo vim /etc/systemd/system/backup.mount [Unit] Description=Backup Hard Driver mount After=network.target wpa_supplicant.service [Mount] What=/dev/disk/by-label/backup Where=/backup T...
How to create a systemd service for jar package
sudo groupadd -r appmgr sudo useradd -r -s /bin/false -g appmgr jvmapps id jvmapps [Unit] Description=Manage Java service After=network.target [Service] WorkingDirectory=/etc/aliyun-dr...
THE CARROT, THE EGG AND THE COFFEE BEAN
Put three pots of water over the fire.In the first pot, put some carrots.In the second pot, put some eggs.In the third pot, put some coffee beans that have been grounded into coffee powder.Boil al...
Convert cr2 photo to jgp in MacOS
No need for slow and heavy Photoshop scripts for this one, you can do easily do this right from your terminal window. This is possible using "sips", an image editing tool already avai...