background picture of the home page

公告

如果你发现了什么,请告诉我! 嗨,大家好, 我是这个博客的主人。如果你在浏览我的博客时发现了任何安全问题或漏洞,真的非常希望你能告诉我!我非常重视博客的安全性,也希望它能给每一位访客提供一个安全的环境。 怎么联系我? 很简单,只需发送邮件到 toolman_0@foxmail.com,并在邮件标题中

thumbnail of the cover of the post

ubuntu安装clash-verge-rev

You know some birds are not meant to be caged, their feathers are just too bright. 电脑端请使用:https://github.com/clash-verge-rev/clash-verge-rev 手机端请使用:ht

thumbnail of the cover of the post

Linux基本操作

系统信息和管理 查看系统信息: uname -a 查看内存使用情况: free -h 查看磁盘使用情况: df -h 查看硬件信息: lshw <

thumbnail of the cover of the post

Docker常用命令

基础命令 版本和信息 docker --version:查看 Docker 的版本 docker info:查看 Docker 系统的详细信息 帮助 docker --help:查看所有 Docker 命令 docker <command> --help:查看特定命令的帮助 镜像管理

thumbnail of the cover of the post

12306分流抢票

抢不到高铁票,试试这个软件吧。 点击下面链接 Bypass - 分流抢票 如果链接点不了请复制链接访问 www.bypass.cn

thumbnail of the cover of the post

网络7层模型

下面这张图表达非常清楚 还有其它的什么4层,5层模型,都是在7层基础上进行概括的 应用层

thumbnail of the cover of the post

操作系统发展史

操作系统是数字时代的灵魂,连接人类与机器、构筑无限可能。它如同科技的脉搏,为创新提供了稳固的基石,让计算从梦想变为现实,推动世界向智慧与未来奔腾而去。

thumbnail of the cover of the post

防止SSH暴力破解

通常采用以下方法应对 1,修改SSH的默认端口 2,使用高强度的密码(复杂且随机) 3,使用SSH密钥认证,禁用密码认证 4,使用Fail2Ban防止暴力破解 其他建议 1,尽量不使用root登陆SSH,禁用root登陆SSH 2,SSH的sshd_config配置文件里LoginGraceTime

thumbnail of the cover of the post

C/C++数据类型

在 C 和 C++ 中,数据类型是用于定义变量的内存布局和操作方式的基本单元。它们决定了变量存储的内存大小、表示范围及可执行的操作。C/C++ 提供了多种数据类型,包括基本数据类型、枚举类型、派生类型、用户定义类型等。 1. 基本数据类型(Primitive Data Types) 这些是语言内建的

thumbnail of the cover of the post