摘要: 1、nuitka 编译成一个so文件 nuitka3 --module --include-module=target_file_or_dir target_file_or_dir 2、compileall 编译成pyc python3 -m compileall -b <dir> # 删除相关的p 阅读全文
posted @ 2023-10-20 12:27 #LittleBabe 阅读(120) 评论(0) 推荐(0)
摘要: asa 基础配置 ``` asa 配置 ``` `进入配置页面` >enable #config t `配置ip` #int m 0/0 #ip addr 192.168.1.1 255.255.255.0 #nameif mgmt #securitylevel 50 #exit # int g 0 阅读全文
posted @ 2023-10-20 12:12 #LittleBabe 阅读(52) 评论(0) 推荐(0)