🌓

Python root 用户报错 ModuleNotFoundError

Python 有一些模块或函数,只能在这里 root 权限下才能运行,但是,root 用户(sudo)运行,却报错 ModuleNotFoundError:No module named 'xxx'

Read More

自己实现 python print 函数

自己实现了 python 的 print 函数,仅供练习与玩耍。

Read More

Python format 格式化输出

本文主要总结 python format 与 f-string 格式化输出

Read More

局部变量与全局变量

本文主要记录 python 全局、局部变量相关知识。

Read More

ping 与 fping

本文主要学习记录 ping 命令及其升级版 fping 命令。

Read More

数据链路层安全威胁

数据链路层的安全威胁

Read More

文件及目录管理

介绍文件或目录的创建、删除、查询、移动,查询以及强大的 find

Read More

shell 分支

shell 中的分支结构,包括 if-then 条件判断与 case 分支

Read More

Shell 命令类型及帮助文档

本文主要包括两个部分内容:shell 命令类型, which whereis whatis man 命令的简单使用以及 --help 选项,通过学习本文,可以准确地使用 shell 帮助命令,从而更好地学习和使用 shell。

Read More

ARP 欺骗

ARP 欺骗的原理与复现

Read More