会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lfxx
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
下一页
2023年4月26日
Centos7 配置 logrotate
摘要: 1、常用参数 compress:通过gzip对转储以后的日志进行压缩 nocompress:不对日志进行gzip压缩处理 copytruncate:用于处理还在打开中的日志文件,以先拷贝再清空的方式对当前日志进行备份并截断操作;由于拷贝和清空之间有一个时间差,可能会丢失部分日志数据 nocopytr
阅读全文
posted @ 2023-04-26 14:18 苦逼yw
阅读(280)
评论(0)
推荐(0)
2023年4月24日
Centos7 离线安装mysql5
摘要: 1、在mysql官网找到glibc2.12-x86_64.tar.gz包下载,地址 https://downloads.mysql.com/archives/community/ 2、解压 tar -zxvf mysql-5.7.33-linux-glibc2.12-x86_64.tar.gz -C
阅读全文
posted @ 2023-04-24 09:17 苦逼yw
阅读(770)
评论(1)
推荐(0)
2023年4月21日
Centos7 离线安装指定版本 redis + 一键部署脚本
摘要: 1、本次安装redis7.0.11,官方网站 https://redis.io/download/。 wget https://download.redis.io/releases/redis-7.0.11.tar.gz 2、安装gcc yum install -y gcc 3、解压 tar zxv
阅读全文
posted @ 2023-04-21 19:36 苦逼yw
阅读(886)
评论(0)
推荐(0)
centos7 离线安装infuxdb 2.4
摘要: 1、influxdb官网下载 https://mirrors.tuna.tsinghua.edu.cn/influxdata/yum/el7-x86_64/ 2、安装rpm包 yum install -y influxdb2-2.4.0.x86_64.rpm 3、启动 systemctl enabl
阅读全文
posted @ 2023-04-21 19:35 苦逼yw
阅读(739)
评论(0)
推荐(0)
Centos7 yum安装k8s 1.23.17
摘要: 本次部署有3个节点,一个master,2个node。其中maser是192.168.18.11,node分别是192.168.18.12、192.168.18.13。 一、在master:192.168.18.11上 1、前提条件安装docker,并修改/etc/docker/daemon.json
阅读全文
posted @ 2023-04-21 16:02 苦逼yw
阅读(416)
评论(0)
推荐(0)
2023年4月19日
Centos7 初始化
摘要: 1、禁用selinux,关闭防火墙 setenforce 0 sed -i 's/SELINUX=permissive/SELINUX=disabled/' /etc/sysconfig/selinux sed -i "s/SELINUX=enforcing/SELINUX=disabled/g"
阅读全文
posted @ 2023-04-19 18:03 苦逼yw
阅读(48)
评论(0)
推荐(0)
2023年4月18日
Centos7 安装 harbor
摘要: 1、官方地址(https://github.com/goharbor/harbor/releases/) 2、下载 wget https://github.com/goharbor/harbor/releases/download/v2.8.0/harbor-offline-installer-v2
阅读全文
posted @ 2023-04-18 11:57 苦逼yw
阅读(137)
评论(0)
推荐(0)
Centos7 安装docker-compose
摘要: 1、docker-compose的官方下载网站(https://github.com/docker/compose/releases) 2、运行此命令以下载 Docker Compose 的当前稳定版本 sudo curl -L "https://github.com/docker/compose/
阅读全文
posted @ 2023-04-18 00:58 苦逼yw
阅读(131)
评论(0)
推荐(0)
2023年4月16日
Centos7 安装 jdk20
摘要: 1、下载 wget https://download.oracle.com/java/20/latest/jdk-20_linux-x64_bin.tar.gz 2、解压 tar zxvf jdk-20_linux-x64_bin.tar.gz -C /usr/local/ 3、配置环境遍历 vim
阅读全文
posted @ 2023-04-16 19:10 苦逼yw
阅读(1084)
评论(0)
推荐(0)
2023年4月15日
Centos 7 Docker 安装gitlab
摘要: 1、官方安装地址(https://docs.gitlab.cn/jh/install/docker.html) 2、修改配置文件/srv/gitlab/config/gitlab.rb,在文件中做如下修改: external_url 'http://192.168.10.66'
阅读全文
posted @ 2023-04-15 01:09 苦逼yw
阅读(57)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
下一页