摘要: 1.Ubuntu换源(阿里云) sudo cp /etc/apt/sources.list /etc/apt/sources.list.baksudo vi /etc/apt/sources.list deb http://mirrors.aliyun.com/ubuntu/ xenial main 阅读全文
posted @ 2020-01-16 12:32 anweilx 阅读(2044) 评论(0) 推荐(0) 编辑
摘要: 地址:http://pwnable.kr/play.php 题目: 使用MobaXterm连接(当然也可以使用别的软件进行连接,用的顺手就行) 连接成功后所以“ls”命令查看目录 可以看到三个文件 查看源码 可以看出,需要输入20个字符,如果输入了20个字符,就进入check_password()函 阅读全文
posted @ 2020-01-16 12:00 anweilx 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 今天在看C语言的时候看到了下面的代码(废话少说,直接上代码): #include <stdio.h> int main() {int max(); extern int A,B,C; //把外部变量A,B,C的作用域扩展到从此处开始 printf("Please enter three intege 阅读全文
posted @ 2020-01-16 11:58 anweilx 阅读(2932) 评论(0) 推荐(0) 编辑