51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

网络安全

御剑高速TCP全端口扫描工具&目录扫描工具

御剑高速TCP全端口扫描工具&目录扫描工具

厉飞雨 阅读(68) 评论(0) 赞(6)

![](http://static.51tbox.com/static/2024-08-29/col/a8edea394f41a8cb57e4104f68c74b3d/e5704c26eac245f6a35dd5d3c3d1e4cb.png.jpg) 25端口对应: SMTP(简单邮件传输协议) 110端口对应 :POP邮局协议 80 代表:web端口 3306: my...

wireshark 抓包使用教程

wireshark 抓包使用教程

厉飞雨 阅读(68) 评论(0) 赞(6)

首先是下载安装 [wireshark](https://51tbox.com/ "View all posts in wireshark") www.wireshark.org 下载后安装上, 我们打开界面: ![](http://static.51tbox.com/static/2024-08-29/col/b1ae03acc2e1e98d3c8b...

linux postfix 服务

linux postfix 服务

厉飞雨 阅读(97) 评论(0) 赞(5)

systemctl status [postfix](https://51tbox.com/ "View all posts in postfix") 系统邮件服务检测 ![](http://static.51tbox.com/static/2024-08-29/col/5dd3fe80933784cf26ad6975f2e6cb01/02e55503d...

定时任务 linux crontab 定时任务 详细介绍+实战

定时任务 linux crontab 定时任务 详细介绍+实战

厉飞雨 阅读(78) 评论(0) 赞(6)

这篇文章, 白眉大 -叔将要系统的讲解 linux 定时任务。这里用centos 7 来做演示。 首先定时任务本意就是 什么时间 执行什么命令。 定时任务的作用主要分为: 定时备份( 比如: 重要的系统文件, 系统数据, 业务文件,业务数据等。); 定时数据统计; 定时辅助进程运行(比如: 刚开发的某个程序 还不稳定,可以进行这种辅助运行); 定时任务配置文件 有3 个...

Linux 定时任务笔试题

Linux 定时任务笔试题

厉飞雨 阅读(52) 评论(0) 赞(6)

**案例4:每天凌晨12点 查找/data目录下7天前的文件并删除(7天前的文件通过修改时间来创建)[笔试题](https://51tbox.com/ "View all posts in 笔试题")** 00 00 \* \* \* root find /data/ -type f -mtime +7 -name "\*.log"\|...

linux 中断

linux 中断

厉飞雨 阅读(92) 评论(0) 赞(5)

软中断: 定时任务就是, 固定的时间通知系统我要中断了 硬中断: 不知道什么时候 会中断

导致无法写入数据到磁盘的原因

导致无法写入数据到磁盘的原因

厉飞雨 阅读(89) 评论(0) 赞(5)

是否可以写入数据到磁盘,需要查看 [inode](https://51tbox.com/ "View all posts in inode") 和 [block](https://51tbox.com/ "View all posts in block") inode 号分配完了 block 块满了