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...
互联网技术
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进行购买接口权限和分配设备调用,【注意】...
Shane技术之家短信云和电话云平台上线了
通过开发板配合腾讯企业微信可以完美的实现基础的通信功能包括: 电话自动接听 电话语音留言信箱 自助拨打电话 收到短信转发 自助发送短信等功能 买我一套开发板,永久免费赠送云服...
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分...
Vaultwarden Binary package For ARM64
【重要通知】自2023年起本二进制包不在通过本页面发布,转到论坛发布。跳转地址(Vaultwarden - Shane技术之家论坛 (zhangyuqing.cn)) The following is the binary software package under arm64 architectur...
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...
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...
Cannot edit/create page anymore after upgrading confluence
error:content_procedure_for_denormalised_permissions does not exist You can create the 5 missing procedures by executing this: Note1: It has to be executed by a privileged user (root) Not...