Linux 进程IO杂项 本文结合一个 pwn 例题,在分析例题的过程中穿插介绍相关知识. 例题来源:PWNABLE.KR 网站,Toddler's Bottle 小节,习题 input. 例题内容: Mom? How can I pass my input to a computer program? ssh input2@pwnable.kr -p 2222 (pw: guest). 连接服务器 对于这类提供了 SSH 连接地址的题,我们通常要连接到服务器并在服务器上按提示信息完成 pwn.…
尚学linux课程---7.linux系统管理命令 一.总结 一句话总结: 查网络:netstat -ntpl 查进程:ps 1.需要下载163yum源(从外部源同步仓库)里面的所有rpm文件? reposync Reposync is used to synchronize a remote yum repository to a local directory using yum to retrieve the packages. 2.比如 man reposync 获取了 reposync…