摘要: 停止当前实例 先停止当前实例才能完成操作系统重置的操作。 变更操作系统 在平时学习和工作往往需要更换环境,以下内容共大家参考 选择自己想要安装的目标镜像 创建密钥对 保存私钥(只有一次机会) 绑定对应服务器 配置安全组 重启系统(重要) 跟新最新的配置 生成Putty格式的私钥 阿里云的私钥格式是p 阅读全文
posted @ 2023-03-02 17:11 迦洛德影歌 阅读(285) 评论(0) 推荐(0)
摘要: export LANG="en_US.UTF-8" export MBEDTLS_BASE="/home/book/mbedtls" export PATH=$PATH:/home/book/.cargo/bin:/home/book/.local/bin:/home/book/download/g 阅读全文
posted @ 2023-02-08 14:56 迦洛德影歌 阅读(19) 评论(0) 推荐(0)
摘要: neovim环境搭建 安装新版本neovim sudo apt install software-properties-common sudo apt update sudo add-apt-repository ppa:neovim-ppa/stable sudo apt install neov 阅读全文
posted @ 2022-09-07 07:50 迦洛德影歌 阅读(469) 评论(0) 推荐(0)
摘要: 1、unable to access 'https://github.com/espressif/esp32-wifi-lib.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated 安装加密相 阅读全文
posted @ 2022-09-03 10:31 迦洛德影歌 阅读(86) 评论(0) 推荐(0)
摘要: NTP对时计算方法浅析 对时原理图 NTP对时协议中记录的4个关键时间戳 客户端发送时间戳 服务器接收时间戳 服务器发送时间戳 客户端接收时间戳 | 事件 | Client时钟 | Server时钟 |NTP数据包字段| | | | | | | 1-客户端发送 | c1 | s1 | c1 | | 阅读全文
posted @ 2022-08-01 15:51 迦洛德影歌 阅读(796) 评论(0) 推荐(0)
摘要: 1. 创建密钥对 1.1 命令用法 `ssh-keygen [-t 密钥种类] [-b 加密位数]` 1.2 举例说明 ``` ssh-keygen -t rsa -b 4096 #生成一个4096位的RSA密钥对 Generating public/private rsa key pair. En 阅读全文
posted @ 2022-02-13 22:13 迦洛德影歌 阅读(75) 评论(0) 推荐(0)
摘要: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? sudo systemctl daemon-reload sudo systemctl restart 阅读全文
posted @ 2022-02-12 16:45 迦洛德影歌 阅读(38) 评论(0) 推荐(0)
摘要: "basic setting:chap1= set nocompatible set nu set background=dark syntax on set tabstop=4 set shiftwidth=4 set autoindent filetype on filetype plugin 阅读全文
posted @ 2021-11-07 16:15 迦洛德影歌 阅读(152) 评论(0) 推荐(0)
摘要: 回车、换行的区别 他们间的区别其实是个回车换行的问题 先来段历史 回车”(Carriage Return)和“换行”(Line Feed)这两个概念的来历和区别。 符号 ASCII码 意义 \n 10 换行 \r 13 回车CR 在计算机还没有出现之前,有一种叫做电传打字机(Teletype Mod 阅读全文
posted @ 2021-11-01 08:35 迦洛德影歌 阅读(39) 评论(0) 推荐(0)
摘要: https://github.com/github/gitignore 阅读全文
posted @ 2021-10-26 14:22 迦洛德影歌 阅读(55) 评论(0) 推荐(0)