摘要: 🔗haproxy https实现 🔗总结tomcat的核心组件以及根目录结构 🔗tomcat实现多虚拟主机 🔗nginx实现后端tomcat的负载均衡调度 🔗简述memcached的工作原理 阅读全文
posted @ 2022-01-26 00:39 火火7412 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 安装软件包 [root@CentOS7 ~]#apt install tree 删除软件包 [root@CentOS7 ~]# apt remove tree 列出仓库软件包 [root@CentOS7 ~]# apt list 搜索软件包 [root@CentOS7 ~]# apt search 阅读全文
posted @ 2022-01-26 00:36 火火7412 阅读(34) 评论(0) 推荐(0) 编辑
摘要: #利用sed 取出ifconfig命令中本机的IPv4地址 [root@CentOS7 ~]#ifconfig |sed -nr '2s@inet +(.*) +n.*@\1@p' #删除/etc/fstab文件中所有以#开头,后面至少跟一个空白字符的行的行首的#和空白字符 [root@CentOS 阅读全文
posted @ 2022-01-26 00:35 火火7412 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 编译安装http2.4 ##1.安装相关依赖包 [root@centos7 ~]yum -y install gcc make 2.下载http2.4包,并解压 [root@centos7 ~]#tar xvf httpd-2.4.48.tar.gz 3.进入解压后的文件夹,运行configure文 阅读全文
posted @ 2022-01-26 00:32 火火7412 阅读(29) 评论(0) 推荐(0) 编辑
摘要: #一、本地源 tep1 添加光驱并挂载 [root@CentOS7 ~]#mkdir applocation/Centos7 -p [root@CentOS7 ~]#mount /dev/sr1 /applocation/Centos7 [root@CentOS7 ~]#lsblk NAME MAJ 阅读全文
posted @ 2022-01-26 00:29 火火7412 阅读(20) 评论(0) 推荐(0) 编辑