Linux-更新Kernel
更新kernel
Kernel更新包地址:https://kernel.ubuntu.com/~kernel-ppa/mainline/
1234wget https://kernel.ubuntu.com/~kernel-ppa/mainline/ ...
常见链接
常见链接
Linux源码:https://elixir.bootlin.com/linux/v5.5-rc2/source
Manim学习笔记
Manim学习笔记
由妈咪叔维护的latex平台
https://www.latexlive.com/##
绘画一个实心圆
12345678910from manimlib.imports import *class transform(Scene): def construct(self): ...
C语言-常用函数整理
文件操作
size_t read(int fd ,char * buf ,size_t size);
头文件
1#include<unistd.h>
off_t lseek(int fildes,off_t offset ,int whence);
头文件
12#include< ...
CTF-2020年极客大挑战
Web
EZwww
根据hint,发现源码泄露
1http://47.100.46.169:3901/www.zip
解压之后代码如下
12345678910111213141516171819<html> <head> <title& ...
test
用例图
类图
对象图
活动图
顺序图
协作图
状态图
构件图
实施图
用例图
用例
描述系统的一个功能
参与者
用例的使用者在用例交互时所扮演的角色,可以是人、硬件设备或一个系统
WCTF2019-QEMU逃逸-VirtualHole
该文章被加密了,请联系管理员请求密码。解密文章function fireKeyEvent(el, evtType, keyCode){var doc = el.ownerDocument,win = doc.defaultView || doc.parentWindow,evtObj;if(doc. ...
MacOS-进入Docker终端
screen ~/Library/Containers/com.docker.docker/Data/vms/0/tty
CTF-PHP_Pwn讲解
php -S 0.0.0.0:80 -t /home -d extension=web1.so -a
研究-Chroot逃逸
Chroot逃逸
123456789101112131415161718#include<stdio.h>#include<stdlib.h>#include<unistd.h>#include<fcntl.h>int main(){ int ...