npm 很早就支持了 scope 功能,当前很多流行的库采用这种形式发布,如 babel:
{ "devDependencies": { "@babel/core": "^7.0.0", "@babel/plugin-proposal-...
https://blog.csdn.net/weixin_33714884/article/details/91621051
server { listen 0.0.0.0:80; &...
https://blog.csdn.net/weixin_30009115/article/details/113022215
https://blog.csdn.net/q365807701/article/details/125640572
#拉取镜像 docker pull foxiswho/rocketmq:server-4.7.0 docker pull foxiswho/rocketmq:broker-4.7.0 #创建目录 mkdir /opt/rocketmq-server mkdi...
http://www.qb5200.com/article/407741.html
https://www.lmlphp.com/user/16591/article/item/490642/
1.安装jdk: sudo apt-get install openjdk-8-jdk 2.获取kafka安装包: wget http://mirror.bit.edu.cn/apache/kafka/2.3.1/kafka_2.11-2.3.1.tgz 3.解压安...
http://linux.it.net.cn/e/Virtualization/Proxmox/2021/1218/31333.html
VM 安装通常使用操作系统供应商提供的安装介质 (CD-ROM) 完成。根据操作系统的不同,这可能是一项可能想要避免的耗时任务。 虚拟机模板 可以将 VM 转换为模板。此类模板是只读的,您可以使用它们来创建链接克隆。 无法启动模板,因为这会修改... |
https://zhuanlan.zhihu.com/p/510655363
此方法适用于非lvm情景。
用到的命令:parted、resize2fs
特别说明:此方法仅适用于分区扩容(包括根分区),对于缩容的情况不适用,切记!
先确保需要扩容的目标分区后面有一段空白磁盘空间,然后使用磁盘分区工具parted先改变目标分区结束点。
这里假设需要扩容的分区为/de...
https://www.cnblogs.com/hh2737/p/7762421.html
https://www.mianshigee.com/tutorial/rancher-docs/quickstartguide-qsg.md
https://www.yiibai.com/docker/service_update.html
docker service update
命令用于更新服务。它根据指定的参数更新服务。 必须以管理员节点为目标运行此命令。参数与docker service create
相同。请查看有关进一步信息的描述。
用法
docker service update [OPTIONS] SERVICE...
https://blog.csdn.net/ting0712/article/details/104494803
# interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback auto ens33 iface ens33 inet static address 19...
https://docs.gluster.org/en/main/Administrator-Guide/Performance-Tuning/
Metadata caching improves performance in almost all the workloads, except for use cases wit...