上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 57 下一页
摘要: flex bison ncurses https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.12.8.tar.xz make menuconfig apk add elfutils-dev libelf git gcc musl-dev linux 阅读全文
posted @ 2021-06-03 17:42 zJanly 阅读(224) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zyhse/article/details/107596418 int sched_setaffinity(pid_t tid, size_t size, const cpu_set_t *set){ return syscall(SYS_sched_se 阅读全文
posted @ 2021-06-03 10:17 zJanly 阅读(127) 评论(0) 推荐(0) 编辑
摘要: https://sourceforge.net/p/predef/wiki/Architectures/ Please send updates/corrections to predef-contribute. Alpha TypeMacroDescription Identification _ 阅读全文
posted @ 2021-06-03 08:00 zJanly 阅读(105) 评论(0) 推荐(0) 编辑
摘要: GCC在C语言中内嵌汇编 asm https://blog.csdn.net/wgiyq/article/details/54314955 GCC在C语言中内嵌汇编 asm 简单的内嵌汇编 内嵌汇编举例 内嵌汇编语法如下 1 汇编语句模板 2 输出部分 3 输入部分 限制字符 1 限制字符列表 破坏 阅读全文
posted @ 2021-06-03 07:14 zJanly 阅读(305) 评论(0) 推荐(0) 编辑
摘要: /boot/efi/EFI/kylin /etc/default/grubthen update-grub grub2-mkconfig -o /boot/efi/EFI/kylin/grub.cfg 阅读全文
posted @ 2021-06-02 15:24 zJanly 阅读(88) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/86af81a10195 https://www.cnblogs.com/xuanyuan/p/13967583.html https://zhuanlan.zhihu.com/p/291268086 https://zhuanlan.zhihu. 阅读全文
posted @ 2021-06-02 15:02 zJanly 阅读(126) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/latest/virt/kvm/amd-memory-encryption.html 阅读全文
posted @ 2021-06-01 14:09 zJanly 阅读(27) 评论(0) 推荐(0) 编辑
摘要: https://studygolang.com/articles/14336 阅读全文
posted @ 2021-05-25 10:22 zJanly 阅读(29) 评论(0) 推荐(0) 编辑
摘要: ifconfig eth0 10.0.2.16 netmask 255.255.255.0route add default gw 10.0.2.2vi /etc/resolv.confnameserver 114.114.114.114qemu-img create -f qcow2 a.img 阅读全文
posted @ 2021-05-24 18:39 zJanly 阅读(52) 评论(0) 推荐(0) 编辑
摘要: Mac本身安装了ssh服务,但是默认情况下不会开机自启,因此当我们需要用到ssh相关的功能时,只需以下一条命令即可。 1、启动sshd服务 sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist 2、查看是否启动 sudo lau 阅读全文
posted @ 2021-05-24 18:23 zJanly 阅读(187) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 57 下一页