会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
李潇然
https://github.com/lxr1907 velocegame.com 小程序:关关一测
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
12
下一页
2023年9月15日
Redis Enable keyspace notifications
摘要: 参考: https://tech.webinterpret.com/redis-notifications-python/#:~:text=By%20default%2C%20keyspace%20events%20notifications%20are%20disabled.%20We,the%2
阅读全文
posted @ 2023-09-15 10:16 然然1907
阅读(34)
评论(0)
推荐(0)
2023年8月28日
在Azure云安装sgx环境Open Enclave
摘要: https://github.com/openenclave/openenclave/blob/master/docs/GettingStartedDocs/Contributors/NonAccMachineSGXLinuxGettingStarted.md https://github.com/
阅读全文
posted @ 2023-08-28 22:58 然然1907
阅读(52)
评论(0)
推荐(0)
2023年8月24日
ubuntu设置系统代理
摘要: 安装trojan等代理工具并配置启动,得到端口号 例如 10.10.1.10:8080 系统代理设置 我们将在/etc/profile.d/proxy.sh下添加一个shell脚本文件,这将确保设置适用于所有已登录的用户: sudo vim /etc/profile.d/proxy.sh 将以下内容
阅读全文
posted @ 2023-08-24 16:15 然然1907
阅读(371)
评论(0)
推荐(0)
git配置代理(github配置代理)
摘要: 命令行配置代理方式一git config --global http.proxy http://代理服务器地址:端口号 git config --global https.proxy https://代理服务器地址:端口号如果有用户名密码按照下面命令配置 git config --global ht
阅读全文
posted @ 2023-08-24 00:08 然然1907
阅读(792)
评论(0)
推荐(0)
2023年8月18日
指定或降低Rust 工具链的版本
摘要: 要更改 Rust 工具链的版本,您可以使用以下命令之一: rustup default stable:使用 stable 版本的 Rust 工具链作为默认版本。rustup default beta:使用 beta 版本的 Rust 工具链作为默认版本。rustup default nightly:
阅读全文
posted @ 2023-08-18 11:32 然然1907
阅读(798)
评论(0)
推荐(0)
2023年8月5日
ubuntu20.4 sgx环境配置
摘要: 一、driver安装 1.在该下载地址将3个.bin文件下载下来,下载地址:https://download.01.org/intel-sgx/latest/linux-latest/distro/ubuntu20.04-server/ 2.到下载文件夹下输入下面命令,以赋予.bin文件的执行权限
阅读全文
posted @ 2023-08-05 23:55 然然1907
阅读(387)
评论(0)
推荐(0)
2023年7月12日
Signal-iOS 5.9.0编译问题
摘要: 1.当我们使用pod管理 pod 'SDWebImage/WebP' , 执行 pod install 时,发生报错.先看具体报错 : 截屏2020-07-06 上午11.12.15.png 2.报错产生原因是由于git clone 的地址是 https://chromium.googlesourc
阅读全文
posted @ 2023-07-12 22:22 然然1907
阅读(43)
评论(0)
推荐(0)
2023年7月8日
编译 Secure Value Recovery项目
摘要: 准备 下载 git clone https://codeup.aliyun.com/6306306f95064d67d44656e5/lxr1907/SecureValueRecovery.git 进入目录 cd SecureValueRecovery 编译enclave make -C ./enc
阅读全文
posted @ 2023-07-08 02:12 然然1907
阅读(18)
评论(0)
推荐(0)
2023年7月6日
sgx_create_enclave函数说明
摘要: 创建一个Enclave的函数如下: sgx_status_t sgx_create_enclave( const char *file_name, const int debug, sgx_launch_token_t *launch_token, int *launch_token_updated
阅读全文
posted @ 2023-07-06 23:15 然然1907
阅读(148)
评论(0)
推荐(0)
Intel SGX Services探究
摘要: Windows10, x64,安装了visual studio,已经安装好了Intel SGX JDK。 源码下载:https://github.com/intel/sgx-ra-sample 源码说明文件:https://software.intel.com/content/www/us/en/d
阅读全文
posted @ 2023-07-06 01:32 然然1907
阅读(50)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
12
下一页
公告