上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: https://github.com/openenclave/openenclave/blob/master/docs/GettingStartedDocs/Contributors/NonAccMachineSGXLinuxGettingStarted.md https://github.com/ 阅读全文
posted @ 2023-08-28 22:58 然然1907 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 安装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 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 命令行配置代理方式一git config --global http.proxy http://代理服务器地址:端口号 git config --global https.proxy https://代理服务器地址:端口号如果有用户名密码按照下面命令配置 git config --global ht 阅读全文
posted @ 2023-08-24 00:08 然然1907 阅读(581) 评论(0) 推荐(0) 编辑
摘要: 要更改 Rust 工具链的版本,您可以使用以下命令之一: rustup default stable:使用 stable 版本的 Rust 工具链作为默认版本。rustup default beta:使用 beta 版本的 Rust 工具链作为默认版本。rustup default nightly: 阅读全文
posted @ 2023-08-18 11:32 然然1907 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 一、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 阅读(143) 评论(0) 推荐(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 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 创建一个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 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 安装docker及docker-compose环境 apt install docker apt install docker-compose 创建配置文件 vi docker-compose.yml 文件内容如下 version: '3.8' services: dynamodb-local: c 阅读全文
posted @ 2023-06-26 00:45 然然1907 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 用ElasticMQ在本地模拟使用AWS的SQS 阅读全文
posted @ 2023-06-23 20:21 然然1907 阅读(27) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页