root
-
linux 中创建命令别名
1、临时创建 root@PC1:/home/test2# ls a.txt root@PC1:/home/test2# cat a.txt j k e s f g x v b …
-
nginx七层负载—会话共享
nginx七层负载—会话共享 会话保持相关信息存储 cookie – 前端开发人员将用户登录的信息保存到浏览器中(开发者工具->Application->Cookies…
-
Linux免密配置
[root@oracle11g ~]# ssh-keygen Generating public/private rsa key pair. Enter file in which…
-
Linux KVM创建虚拟机
开启虚拟化 KVM需要64位操作系统 [root@localhost 4.18.0-193.el8.x86_64]# uname -r 4.18.0-193.el8.x86_64 …
-
linux 环境下,kafka_2.12-3.0.0 集群搭建
十年河东,十年河西,莫欺少年穷 学无止境,精益求精 卡夫卡优秀的消息队列,各大公司都在使用 1、准备三台虚拟机,分别为:192.168.182.128、192.168.182.12…
-
linux ssh 不输密码 远程的方式
方式一 ssh-copy-id -i ~/.ssh/id_rsa.pub root@172.16.12.188 前提是自己要有公钥 生成公钥 只要 执行命令 ssh-keygen …
-
【转】CentOS 7扩展ROOT分区大小
CentOS 7扩展ROOT分区大小 FplusX 查看新增加的磁盘信息 # fdisk -l 根据以上信息,对新增加的磁盘进行分区 # fdisk /dev/vdb 创建…
-
Kubernetes之十五—-configMap和secre特色存储卷详解
1、本章简介 ConfigMap 和 Secret 是 Kubernetes 系统上两种特殊类型的存储卷, ConfigMap 对象用 于为容器中的应用提供配置数据以定制程序的行为…
-
Kubernetes之十四—-PV和PVC详解
认识PV/PVC/StorageClass 1.1 介绍 管理存储是管理计算的一个明显问题。该PersistentVolume子系统为用户和管理员提供了一个API,用于抽象如何…
-
Debug Xv6 Kernel with GDB, QEMU and VScode
Debug Xv6 Kernel with GDB, QEMU and VScode The launch.json is as follows: { “version”: “0.…