摘要:
message = "test" message = "".join(hex(ord(i))[2:].rjust(4, "0") for i in message) 阅读全文
摘要:
导入: 导入虚拟机,选择Debian文件夹 创建虚拟交换机(外部),打开设置更改网卡 启动 默认开启sshd 开机后直接访问http://IP:8123/ 通过百度网盘分享的文件:HAOS 链接:https://pan.baidu.com/s/1RLF9xbIe965ZuPsOjn4zNg?pwd= 阅读全文
摘要:
更换visitor rdp端口 powershell管理员模式 $portvalue = 13389 Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp' 阅读全文
摘要:
通过搜狗输入法,右键设置向导来设置双拼。弹出来的一瞬间,通过 tab 键+方向键+回车键来设置 Ctrl + Shift 或者 Win + Space 切换到谷歌拼音,然后右键控件,打开首选项,选择小鹤双拼。 阅读全文
摘要:
路由器设置mac与ip绑定 管理员权限执行 arp -s 手机IP 手机MAC ping 局域网段下不存在的IP 阅读全文
摘要:
hyper-v 添加 external, 名字为WIFI notepad %UserProfile%/.wslconfig [wsl2] networkingMode=bridged vmSwitch=WIFI ipv6=true WSL sudo vim /etc/resolv.conf # 编辑 阅读全文
摘要:
缘起 最近做到做到这道题, flag[42:48] = aes_256_ecb_decode("c6e1d72b1102f9b96b20c1f00cc7a178d5b3f99193faaa60e53b45b9e644d782", key), 自己用Py没解出来... import binascii 阅读全文
摘要:
原理: https://xz.aliyun.com/t/9544 代码, 参考自: https://github.com/tarunkant/Gopherus import urllib.parse import requests def main(): url = input("url: ").s 阅读全文
摘要:
wsl.exe --shutdown mkfs -t ext4 /mnt/f/share.vhdx mkdir /mnt/share mount /mnt/f/share.vhdx /mnt/share df -h 阅读全文
摘要:
正则表达式语法是使用中的数据库后端的语法。对于没有内置正则表达式支持的 SQLite 来说,这个功能是由(Python)用户定义的 REGEXP 函数提供的,因此正则表达式语法是 Python 的 re 模块的语法。 MySQL Regex 元字符| 行为 -|- ^|匹配搜索字符串开头处的位置 $ 阅读全文