05 2021 档案

摘要: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 阅读(54) 评论(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 阅读(194) 评论(0) 推荐(0) 编辑
摘要:•int __builtin_ffs (unsigned int x)返回x的最后一位1的是从后向前第几位,比如7368(1110011001000)返回4。•int __builtin_clz (unsigned int x)返回前导的0的个数。•int __builtin_ctz (unsign 阅读全文
posted @ 2021-05-20 10:30 zJanly 阅读(389) 评论(0) 推荐(0) 编辑
摘要:https://developer.amd.com/sev/ linux kvm_sev: https://www.kernel.org/doc/html/latest/virt/kvm/amd-memory-encryption.html https://developer.amd.com/sev 阅读全文
posted @ 2021-05-14 15:51 zJanly 阅读(228) 评论(0) 推荐(0) 编辑
摘要:英特尔®Software Guard扩展指令和数据结构概述 发布时间: 2016年6月10日 最后更新时间: 2016年6月10日 这篇文章旨在向开发人员介绍有关英特尔®Software Guard扩展(Intel®SGX)指令和数据结构的知识。新交所提供18种指令和13种数据结构。 在此博客中,我 阅读全文
posted @ 2021-05-11 10:54 zJanly 阅读(189) 评论(0) 推荐(0) 编辑
摘要:1.1 常用符号1.1.1 编译器CC // C语言编译器,默认值为gcc 默认的变量,无需用户自定义,也可以改变其值 CXX // C++语言编译器,默认值为g++ 默认的变量,无需用户自定义,也可以改变其值 CFLAGS // C语言编译器的编译选项 LDFLAGS // C语言编译器的链接选项 阅读全文
posted @ 2021-05-07 17:56 zJanly 阅读(227) 评论(0) 推荐(0) 编辑
摘要:红帽官方Developer Toolset文档地址:https://access.redhat.com/documentation/en-us/red_hat_developer_toolset/8/ devtoolset对应gcc的版本 1 2 3 4 devtoolset-3对应gcc4.x.x 阅读全文
posted @ 2021-05-07 14:24 zJanly 阅读(71) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/kouryoushine/article/details/89961027 https://blog.csdn.net/qq_35565669/article/details/99759565 edl: https://zhuanlan.zhihu.com 阅读全文
posted @ 2021-05-07 11:06 zJanly 阅读(105) 评论(0) 推荐(0) 编辑
摘要:SGX简介:https://software.intel.com/zh-cn/sgx 英特尔® Software Guard Extensions是一项面向应用程序开发人员的英特尔技术,这些开发人员力图保护选定的代码和数据免于被披露或被修改。 英特尔Software Guard Extensions 阅读全文
posted @ 2021-05-07 10:28 zJanly 阅读(669) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示