摘要: http://www.kgdb.info/using_kgdb_base_qemu/ 阅读全文
posted @ 2020-04-10 11:31 sinferwu 阅读(613) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install gnome-tweak-tool $ sudo apt install gnome-tweaks $ sudo apt install gnome-tweak-tool $ sudo apt install gnome-shell-extensions gn 阅读全文
posted @ 2020-04-09 13:39 sinferwu 阅读(132) 评论(0) 推荐(0) 编辑
摘要: QEMU出现VNC server running on 127.0.0.1:5900 这是因为在安装QEMU过程中 ./configure --prefix=/usr/local/qemu 执行后出现了 SDL support no 解决方法 sudo apt install libsdl2-dev 阅读全文
posted @ 2020-04-06 22:38 sinferwu 阅读(5498) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/chanzhennan/article/details/84140301 在linux,一般是用环境变量PATH,C_INCLUDE_PATH,LD_LIBRARY_PATH来控制依赖库的位置和版本, PATH=MY_DIR:$PATH 阅读全文
posted @ 2020-04-06 15:40 sinferwu 阅读(1023) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/f19ec0800051 跨平台下载软件 motrix fdm idm IDM:http://internetdownloadmanager.com/ FDM:https://www.freedownloadmanager.org/zh/downl 阅读全文
posted @ 2020-04-03 22:31 sinferwu 阅读(731) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/baidu_34045013/article/details/78882607 https://biscuitos.github.io/ https://biscuitos.github.io/blog/BiscuitOS_Catalogue/ https 阅读全文
posted @ 2020-04-01 18:35 sinferwu 阅读(941) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/660e69326e65 在 linux 2.4 及之后的内核版本中,tun/tap 驱动是默认编译进内核中的。 (tun编译到内核中, tap作为内核模块编译) TUN/TAP设备浅析(一) -- 原理浅析 https://www.jianshu 阅读全文
posted @ 2020-03-30 23:57 sinferwu 阅读(1181) 评论(0) 推荐(0) 编辑
摘要: Ctrl+S:锁定当前屏幕 Ctrl+Q:解锁当前屏幕 Usually these two key bindings are used for flow control, with <Ctrl + s> pausing output from terminal and <Ctrl + q> rest 阅读全文
posted @ 2020-03-30 18:17 sinferwu 阅读(112) 评论(0) 推荐(0) 编辑
摘要: https://www.ibm.com/developerworks/cn/linux/l-cn-kernelmodules/index.html 解决方法 https://blog.csdn.net/hbcbgcx/article/details/88192223 http://blog.chin 阅读全文
posted @ 2020-03-30 15:21 sinferwu 阅读(2783) 评论(0) 推荐(3) 编辑
摘要: 1. 配置工作环境 sudo apt-get install build-essential pkg-config zlib1g-dev libglib2.0-0 libglib2.0-dev libsdl1.2-dev libpixman-1-dev libfdt-dev autoconf aut 阅读全文
posted @ 2020-03-28 12:11 sinferwu 阅读(857) 评论(0) 推荐(1) 编辑