51工具盒子

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

操作系统

linux服务器怎么安装360杀毒软件

linux服务器怎么安装360杀毒软件

厉飞雨 阅读(59) 评论(0) 赞(4)

linux服务器怎么安装360杀毒软件 {#articleContentId} ======================================= [linux服务器怎么安装360杀毒软件,360主机卫士Linux版使用安装教程-CSDN博客](https://blog.csdn.net/weixin_36037417/article/details/116731...

linux 安全配置

linux 安全配置

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

linux 安全 1- 修改 ssh 默认端口 2- 禁止密码登录 3- 设置SSH空闲超时退出时间服务配置 编辑/etc/ssh/sshd_config,将ClientAliveInterval 设置为300到900,即5-15分钟,将ClientAliveCountMax设置为0-3之间。 ClientAliveInterval 600 Clie...

linux网络流量负载情况

linux网络流量负载情况

厉飞雨 阅读(64) 评论(0) 赞(8)

linux 查询某个服务的网络用量 [连接](https://help.aliyun.com/zh/ecs/support/query-and-case-analysis-of-linux-network-traffic-load?spm=5176.smartservice_service_robot_chat_new.0.0.3e6f3f1biRmrAf&scm=2...

linux envsubst 命令

linux envsubst 命令

厉飞雨 阅读(70) 评论(0) 赞(7)

简单的理解就是 envsubst 将环境变量的值替换为它们的值 有点绕口, 怎么理解呢? 上案例 注意:`envsubst`仅替换环境中已定义的环境变量的值。如果一个变量没有定义,它将被替换为一个空字符串 我们编写一个文件, 里边定义了几个变量: cat 1.txt <br /> ` ` c=10 d=20 $c ...

linux history

linux history

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

1- 查看历史命令记录 输出到文本中 history >> hist.txt 2- 查看文件 /root/ .bash_history

linux 内核fork

linux 内核fork

厉飞雨 阅读(51) 评论(0) 赞(4)

内核fork Updates InformationSummary: available38 Security notice(s)14 Important Securitu notice(s21 Moderate Securitu notice(s) 3 Low Securitu notice(s)Run "dnf upgrade-minimal-...

linux watch 命令 (默认情况下,watch每2秒刷新一次)

linux watch 命令 (默认情况下,watch每2秒刷新一次)

厉飞雨 阅读(55) 评论(0) 赞(3)

[linux watch命令(定期执行命令,实时显示输出结果)-CSDN博客](https://blog.csdn.net/Dontla/article/details/133911043) 定期执行命令,并实时显示输出结果。这个命令在监控系统变量或进程状态时尤为有用。以下内容将深入分析watch命令的功能、使用方法、技巧以及高级应用。 watch -n 1 ls ...