上一页 1 2 3 4 5 6 7 8 ··· 30 下一页
摘要: 1、配置三台虚拟机的ip以及主机名): 192.168.56.101 S1 192.168.56.102 S2 192.168.56.103 S3 创建目录日志文件等: mkdir -p /data/mong/{log,db,key} touch /data/mongo/log/mongodb.lo 阅读全文
posted @ 2023-05-06 23:59 leihongnu 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 环境: 192.168.56.101 192.168.56.102 192.168.56.103 1、在三台服务器上都安装redis 安装步骤:https://www.cnblogs.com/leihongnu/p/14734603.html 2、配置主从 192.168.556.101:配置文件r 阅读全文
posted @ 2023-05-06 14:57 leihongnu 阅读(934) 评论(0) 推荐(0) 编辑
摘要: Ubuntu默认的sh为dash,不支持tab自动补全等操作,将默认的sh改为bash 就可以用了 1、将用户切换到root用户 su - root 2、输入命令 dpkg-reconfigure dash 回车后会弹出一个窗口,选择”NO“回车就可以了 可能需要重新登录新窗口,可能不用 阅读全文
posted @ 2023-04-24 16:41 leihongnu 阅读(797) 评论(0) 推荐(0) 编辑
摘要: 新拿到的服务器,普通用户使用 ll命令失败 1、拷贝bashrc cp /etc/skel/.bashrc ~/ 2、创建.profile文件 vim ~/.profile:添加下列内容 # ~/.profile: executed by Bourne-compatible login shells 阅读全文
posted @ 2023-04-24 16:14 leihongnu 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1、安装httpd 只是做测试用,生产环境是不联网的,要自己编译安装,自己的虚拟机可以直接yum安装 yum install -y httpd systemclt start httpd 注意:防火墙,可开放端口80或直接关闭防火墙 浏览器访问,成功 2、下载ios 地址:https://mirro 阅读全文
posted @ 2023-04-20 11:51 leihongnu 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 查看内核版本号: username -r 或者 username -a 1、安装依赖 直接安装安装开发工具包组:development tools的所有依赖,编译太久了,避免缺少依赖报错 yum -y groupinstall "development tools" 安装ncurse-devel包 阅读全文
posted @ 2023-04-14 17:54 leihongnu 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 1、下载 地址:https://elrepo.org/linux/kernel/el7/x86_64/RPMS/ 本次安装5.4.240 2、安装 rpm -ivh kernel-lt-5.4.240-1.el7.elrepo.x86_64.rpm rpm -ivh kernel-lt-devel- 阅读全文
posted @ 2023-04-14 17:53 leihongnu 阅读(198) 评论(0) 推荐(0) 编辑
摘要: yum 安装要联网才能使用 1、添加epel源 # rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org# rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.n 阅读全文
posted @ 2023-04-14 16:52 leihongnu 阅读(217) 评论(0) 推荐(0) 编辑
摘要: centos 7.x版本自带git 1.8,安装新版本之前需要使用yum remove git卸载 1、安装依赖 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc perl-ExtUtils-M 阅读全文
posted @ 2023-04-11 15:43 leihongnu 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 1、安装setuptools工具 地址:https://pypi.org/project/setuptools/41.1.0/#files 将安装上传到服务器 解压 unzip setuptools-41.1.0.zip 移动到/usr/local mv setuptools-41.1.0 /usr 阅读全文
posted @ 2023-03-28 11:23 leihongnu 阅读(415) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 30 下一页