wireshark 抓包使用教程
首先是下载安装 [wireshark](https://51tbox.com/ "View all posts in wireshark") www.wireshark.org 下载后安装上, 我们打开界面: ![](http://static.51tbox.com/static/2024-08-29/col/b1ae03acc2e1e98d3c8b...
首先是下载安装 [wireshark](https://51tbox.com/ "View all posts in wireshark") www.wireshark.org 下载后安装上, 我们打开界面: ![](http://static.51tbox.com/static/2024-08-29/col/b1ae03acc2e1e98d3c8b...
Pointofix电子教鞭网课便捷方便打字划线方便快捷 ,文后符下载链接 这款软件 白眉大叔用的比较多, 平时经常画图,或者 截图后 修改一些内容。 小巧,方便。 Pointofix下载后 只支持德文,不过好在能够自定义添加各国语言包,我会写一下 Pointofix的安装 以及 和汉化的详细步骤 这里先教大家使用: 下载链接: www.pointofix.de/down...
systemctl status [postfix](https://51tbox.com/ "View all posts in postfix") 系统邮件服务检测 ![](http://static.51tbox.com/static/2024-08-29/col/5dd3fe80933784cf26ad6975f2e6cb01/02e55503d...
这篇文章, 白眉大 -叔将要系统的讲解 linux 定时任务。这里用centos 7 来做演示。 首先定时任务本意就是 什么时间 执行什么命令。 定时任务的作用主要分为: 定时备份( 比如: 重要的系统文件, 系统数据, 业务文件,业务数据等。); 定时数据统计; 定时辅助进程运行(比如: 刚开发的某个程序 还不稳定,可以进行这种辅助运行); 定时任务配置文件 有3 个...
**案例4:每天凌晨12点 查找/data目录下7天前的文件并删除(7天前的文件通过修改时间来创建)[笔试题](https://51tbox.com/ "View all posts in 笔试题")** 00 00 \* \* \* root find /data/ -type f -mtime +7 -name "\*.log"\|...
软中断: 定时任务就是, 固定的时间通知系统我要中断了 硬中断: 不知道什么时候 会中断
ln -s 实际存储的目录 链接目录 ln -sv fileName linkName (1)创建一个符号链接将新的Docker目录链接到原来的位置: ```hljs javascript sudo ln -s /new/docker /var/lib/docker ``` ![](http://static.51tbox.com/static/2024...
[iftop](https://51tbox.com/ "View all posts in iftop") 查看我们和哪个服务器或者网站在传输数据 (安装需要 epel 扩展的仓库) iftop - display bandwidth usage on an interface by host ![](http://static.51tbox.com/...
是否可以写入数据到磁盘,需要查看 [inode](https://51tbox.com/ "View all posts in inode") 和 [block](https://51tbox.com/ "View all posts in block") inode 号分配完了 block 块满了
董喜楠 #### 1-25题每题4分共100分,单词每题1分共10分,扩展题10分,总分120分 **01.查看大文件的命令** less **02.过滤/var/log/secure文件中所有的Failed并统计行数** grep 'Failed' /var/log/secure **03.导致无法写入数据到磁盘的原因** inode 号分配完了...