gitbook_book.json
本文档介绍 gitbook_book.json 的相关内容。 gitbook配置文件book.json { "author": "Chengwei Yang <your.email@example.com>", "description": "This is a sample book created by gitbook", "extension":...
本文档介绍 gitbook_book.json 的相关内容。 gitbook配置文件book.json { "author": "Chengwei Yang <your.email@example.com>", "description": "This is a sample book created by gitbook", "extension":...
本文档介绍 如何迁移旷工节点 的相关内容。 如何迁移旷工节点 1:准备工作 1.如果扇区较少,建议选择没有window post的deadline进行矿工迁移,具体查看命令为: lotus-miner proving deadlines 2.停止所有封装任务 3.设置环境变量 export LOTUS_BACKUP_BASE_PATH=</lotus/backu...
简单介绍下bcache,bcache是linux内核块设备层的cache。主要是使用SSD盘在IO速度较慢的HDD盘上面做一层缓存,从而来提高HDD盘的IO速率。一个缓存设备(SSD)可以同时为多个后端设备(HDD)提供缓存。既然是缓存,那自然就会想到缓存策略,bcache支持三种缓存策略: writeback:回写策略,所有的数据将先写入缓存盘,然后等待系统将数据回写入后端数据盘中。 ...
https://www.cnblogs.com/w787815/p/6746513.html redis 持久化存储 redis 配置文件详解 [root@redis01 redis-2.8.9]# grep -vE "#|^$" /application/redis/conf/redis.conf daemonize no #在后台运行 pidfile /var/run/re...
https://webtatic.com/packages/php71/ 有些网络打不开,家里的不错,vpn连接过去就好了
本文档介绍 Centos6系统盘自动扩容 的相关内容。 # centos6 系统盘自动扩容 1. 下载 wget https://github.com/flegmatik/linux-rootfs-resize/archive/master.ziphttp://dl.fedoraproject.org/pub/epel/6/x86_64/cloud-utils-growpart-0.27...
随手记 用于整理当前目录下的文档或记录一些链接,方便后续进行文档更新 https://www.jianshu.com/p/2fbbd70cb805 看GPU的NUMA https://qastack.cn/unix/402999/it-is-ok-to-change-etc-machine-id 变更系统ID https://www.58jb.com/html/187....
https://linux.cn/article-4954-1.html https://blog.51cto.com/welcomeweb/2089601 https://www.cnblogs.com/dragon7421/p/9597452.html
https://www.ibm.com/developerworks/cn/linux/l-cn-udev/index.html 玩转udev https://blog.csdn.net/skyflying2012/article/details/9372463 玩udev # 添加rules ACTION=="add", KERNEL=="eth1", SUBSYSTEM=="ne...
本文档介绍 Centos7 系统初始化 的相关内容。 安装基本工具 yum install -y wget vim openssh-clients net-tools conntrack lvm2 bridge-utils lrzsz bash-completion perf bind-utils traceroute atop iotop sysstat pciutils xorg-x...