会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lzjasd
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
12
下一页
2024年5月15日
gpg生成密钥对
摘要: [root@hcss-ecs-c16f ~]# gpg --gen-key gpg (GnuPG) 2.0.22; Copyright (C) 2013 Free Software Foundation, Inc. This is free software: you are free to cha
阅读全文
posted @ 2024-05-15 05:28 lzjasd
阅读(47)
评论(0)
推荐(0)
编辑
2024年5月14日
nginx
摘要: nginx https://nginx.org/ https://nginx.org/en/download.html wget https://nginx.org/download/nginx-1.26.0.tar.gz tar -zxvf nginx-1.26.0.tar.gz Nginx编译前
阅读全文
posted @ 2024-05-14 02:40 lzjasd
阅读(17)
评论(0)
推荐(0)
编辑
2024年5月13日
varnish yum安装
摘要: varnish yum安装 https://packagecloud.io/varnishcache/varnish60lts/packages/el/7/varnish-6.0.13-1.el7.x86_64.rpm?distro_version_id=140 repo : curl -s htt
阅读全文
posted @ 2024-05-13 00:20 lzjasd
阅读(23)
评论(0)
推荐(0)
编辑
2024年5月12日
varnish源码编译以及简单配置
摘要: varnish安装 系统centos7 ip 192.168.40.131 禁止透明大页 echo never > /sys/kernel/mm/transparent_hugepage/enabled 减少最大堆栈大小 ulimit -s 256 安装nginx yum list | grep ^
阅读全文
posted @ 2024-05-12 21:17 lzjasd
阅读(13)
评论(0)
推荐(0)
编辑
2024年5月10日
redis-sentinel
摘要: 首先搭建1主两从的redis主从服务 mkdir -pv /etc/redis/ mkdir -pv /redis/db{2,3} cd /etc/redis/ redis 主配置不变 vim /usr/local/redis-6.2.6/bin/redis.conf requirepass "lz
阅读全文
posted @ 2024-05-10 10:46 lzjasd
阅读(12)
评论(0)
推荐(0)
编辑
redis持久化
摘要: redis持久化 rdb aof vim redis.conf protected-mode yes port 6379 tcp-backlog 511 timeout 0 tcp-keepalive 300 daemonize yes pidfile /var/run/redis_6379.pid
阅读全文
posted @ 2024-05-10 08:32 lzjasd
阅读(5)
评论(0)
推荐(0)
编辑
redis主从
摘要: redis主从 host1: master 192.168.40.130 host2: slave 192.168.40.132https://download.redis.io/releases/redis-6.2.6.tar.gz 编译: mkdir -p /usr/local/redis-6.
阅读全文
posted @ 2024-05-10 05:25 lzjasd
阅读(4)
评论(0)
推荐(0)
编辑
2024年5月8日
udev 在应用服务器上使用udev规则为target创建固定名字的软链接
摘要: systemctl stop multipathd yum remove device-mapper-multipath -y 查看共享磁盘设备的uu_id [root@host3 ~]# /usr/lib/udev/scsi_id -g -u /dev/sdb 360000000000000000
阅读全文
posted @ 2024-05-08 04:23 lzjasd
阅读(22)
评论(0)
推荐(0)
编辑
iscsi多路径
摘要: 环境 服务端: host1 192.168.40.130 192.168.211.130 客户端 host2 192.168.40.131 192.168.211.131 host3 192.168.40.132 192.168.211.132 echo "nameserver 114.114.11
阅读全文
posted @ 2024-05-08 04:05 lzjasd
阅读(12)
评论(0)
推荐(0)
编辑
2024年5月7日
实战: 配置一个IP SAN 存储服务器
摘要: IP-SAN的运行模式:C/S模式,工作端口3260 服务端:host1 客户端:host2,host3 base环境配置 hostnamectl set-hostname host1 hostnamectl set-hostname host2 hostnamectl set-hostname h
阅读全文
posted @ 2024-05-07 07:42 lzjasd
阅读(173)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
···
12
下一页
公告