前言 最近想搭建一个自己的个人博客,由于缺乏前端知识,一番搜寻后决定使用简单方便的Hexo。 我的环境 Windows10 Git 2.22.0 Node.js 10.16.3 LTS 腾讯云 CentOS 7.6 64位 Hexo简介 Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用 M ...
分类:
其他好文 时间:
2019-10-01 09:58:04
阅读次数:
112
执行kubeadm init集群初始化时遇到: [WARNING IsDockerSystemdCheck]: detected "cgroupfs" as the Docker cgroup driver. The recommended driver is "systemd". [警告IsDoc ...
分类:
其他好文 时间:
2019-09-30 20:08:26
阅读次数:
302
Django 2.2 LTS 发布,长期支持版来了 django中文网:https://www.django.cn/course/course-3.html Django 2.2 已正式发布,这是一个长期支持版本(LTS),亦即意味着官方会提供至少三年的安全问题和数据丢失修复。除此之外,它还会接收到 ...
分类:
其他好文 时间:
2019-09-30 19:47:50
阅读次数:
117
错误现象 const { Math, Object, Reflect } = primordials; 原因 使用了最新的node版本 解决 使用稳定版本,参考 "官网说明" ,目前10.x的版本是稳定版本(LTS) yarn的使用 避免和npm混用 安装 + 推荐:npm install g ya ...
分类:
其他好文 时间:
2019-09-29 22:13:33
阅读次数:
1065
要把U盘作为UEFI启动盘,第一个分区要为FAT32分区,EFI程序放在/EFI/Boot/bootx64.efi。为了制作Ubuntu-18.04 LTS安装U盘,可以把一个U盘格式化为FAT32格式,然后创建如下目录结构: .├── boot│ └── grub│ └── grub.cfg├── ...
分类:
系统相关 时间:
2019-09-22 21:54:47
阅读次数:
147
本教程的测试环境 Ubuntu 18.04 LTS google glog 0.3.5 google gflags 2.2.1 什么是 google glog? google glog 是 Google 的一个开源的日志库 如何安装 google glog? 如何配置 google glog? go ...
分类:
其他好文 时间:
2019-09-20 12:42:22
阅读次数:
240
原文地址:https://www.yangcs.net/posts/understanding-resource-limits-in-kubernetes-cpu-time/ 原文地址:https://www.yangcs.net/posts/understanding-resource-limit ...
分类:
Web程序 时间:
2019-09-18 19:33:34
阅读次数:
153
一. 准备工具 1. mac环境下的VMware Fusion, 下载地址:https://www.newasp.net/soft/462096.html 2. ubuntu 14.04 LTS, 不一定是14.04,但最好是LTS版本。https://www.cnblogs.com/yongdai ...
分类:
其他好文 时间:
2019-09-15 01:22:08
阅读次数:
141
一、准备环境 1. 系统:ubuntu 16.04.6(LTS) 64位 2. 镜像软件:apt-mirror 0.5.1-1ubuntu1 3. HTTP协议发布软件:nginx 1.10.3-0ubuntu0.16.04.4 二、安装软件 三、配置apt-mirror 打开配置文件: 根据注释修 ...
分类:
系统相关 时间:
2019-09-14 22:42:30
阅读次数:
149
2019.09.11 fb 环境准备 准备三个节点 一个master 两个node 192.168.122.193 master 192.168.122.194 node 01 192.168.122.195 node02 修改主机名 hostname查看主机名 修改 /etc/sysconfig/ ...
分类:
其他好文 时间:
2019-09-13 17:54:31
阅读次数:
218