Git 配置 SSH 公钥 1. 打开 Git Bash 2. 检查现存的SSH密钥1234$ ls -al [your .ssh directory]e.g. (默认位置:~/.ssh)$ ls -al ~/.ssh 如果提示 No such file or directory 则表明此位置没有 SSH 密钥对,可以在下一步创建新的 SSH 密钥对。 3. 生成新的SSH密钥 How to use ssh-keygen 2023-03-05 #from-repo-mine #git #ssh
安装 RustDesk 服务器 (适用 Rocky Linux, CentOS, RHEL 系列发行版) 环境:Rocky Linux 9.1 1. 安装 Docker Engine 可以参考 [[linux-docker-rocky-install]] https://cc01cc.com/2023/03/02/linux-docker-rocky-install/ 英文可以参考官方文档 Install Docker Engine on RHEL https://docs.docker.com/ 2023-03-02 #Linux #Rocky Linux #Docker #RustDesk
Ubuntu 安装 Docker Engine 1. 清理旧版本 2. 安装方法 3. 方法一 从仓库安装 3.1. 建立仓库 3.1.1. 更新 apt 包索引,并安装相关依赖 3.1.2. 添加 Docker 官方 GPG 公钥 3.1.3. 建立仓库(stable) 3.2. 安装 Docker Engine 3.2.1. 安装最新版本的 Docker Engine 3.2.2. 安装特定版本的 Docker Engine 2023-03-02 #from-repo-mine #Linux #Docker #Ubuntu
Rocky Linux 安装 Docker Engine 1. 参考Install Docker Engine on RHEL https://docs.docker.com/engine/install/rhel/ 2. 清理旧版本12345678910sudo yum remove docker \ docker-client \ docker-client-latest \ 2023-03-02 #Linux #Rocky Linux #Docker
Hexo 博客搭建 参考 安装 文档 | Hexo https://hexo.io/zh-cn/docs/ 部署 | Hexo https://hexo.io/zh-cn/docs/one-command-deployment 安装 安装 Git 和 NodeJS 安装 hexo npm install -g hexo-cli 部署 克隆 https://github.com/cc01cc/cc01cc.gith 2023-03-01 blog-build #blog-build #hexo
Ubuntu 安装 Todesk 环境:Ubuntu 22.04 LTS 1. 更新软件源1sudo apt update 2. 安装 x11Ubuntu 22.04 默认使用 Wayland 图形系统,但是 Todesk 仅支持 x11 Debian11 与ubuntu22.04做被控端无法显示桌面 - Bug 反馈 - Powered by Discuz! https://bbs.todesk.com/thread- 2023-03-01 #Ubuntu
Computer Networking: A Top-Down Approach 1. 配套 Web 站点 Jim Kurose Homepage : http://gaia.cs.umass.edu/kurose_ross/index.php Computer Science Resources | Pearson: https://media.pearsoncmg.com/bc/abp/cs-resources/products/product.html#product,i 2023-03-01
博客规划 架构规划 【暂缓】将博客从 「云服务器ECS」 迁移到 「Serverless 应用引擎」 在「Serverless 应用引擎」创建博客相关应用 风险控制 风险预警 风险不停机处置方案(DCDN, ECS) 更换 CDN 服务商以及 WAF 提供商 添加阿里云云监控回调函数 配置规划 配置指南 | Hexo Fluid 用户手册 https://hexo.fluid-dev.com 2023-02-25 blog-build #blog-build #todo