最新 最热

第十二章 : shell 环境

As we discussed earlier, the shell maintains a body of information during our shellsession called the environment. Data stored in the environment is used by pro...

2023-05-06
0

第八章:从 shell 眼中看世界

In this chapter we are going to look at some of the “magic” that occurs on the commandline when you press the enter key. While we will examine several interesti...

2023-05-06
0

第六章:使用命令

Up to this point, we have seen a series of mysterious commands, each with its ownmysterious options and arguments. In this chapter, we will attempt to remove so...

2023-05-06
1

第二章 : 什么是 shell

When we speak of the command line, we are really referring to the shell. Theshell is a program that takes keyboard commands and passes them to theoperating syst...

2023-05-06
0

[红明谷CTF 2021]write_shell

一眼就能看出传入action=pwd就能获取到生成的文件路径,写入后文件保存在生成的路径/index.php中

2023-05-02
1

实验(九)Shell 循环结构、函数

其中,第一个for语句表示使变量day遍历in列表中的每一个值,执行循环体,也就是依次打出列表中每一种情况。

2023-05-01
1

shell:清理指定目录中指定天数之前的旧文件

我们在服务器运行一些服务经常会产生很多临时文件,而有些临时文件不定期处理很容易就打满了整个磁盘;所以有必要去定期清理,基于这个需求我们就可以搞一个脚本结合crontab或者服务调度这些来使用;...

2023-04-30
0

过狗shell文件管理

安全狗扫描过狗shell界面 不堪回首的过往 不堪回首的过往[/caption]过狗shell代码:```<?error_reporting(1);//列目录函数function

2023-04-26
1

Ubuntu系统配置apache2.4的限速功能shell脚本分享

这篇文章主要介绍了Ubuntu服务器配置apache2.4的限速功能shell脚本分享,本文直接给出脚本实现代码,代码相关原理都写在了注释里,需要的朋友可以参考下。过程都写成脚本了,原理都写在注释里,大家懂的。一键操作就是sudo ...

2023-04-26
1

Apache站点IP访问量统计shell脚本

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:zbxhhzj@qq.com进行举报,并提供相关证据,查实之后,将立刻删除涉嫌侵权内容。 转载本站文章请保留原...

2023-04-26
1