会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Withfeel
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
下一页
2019年4月8日
备份原有yum源,设置为自建yum源的脚本
摘要: #脚本开始 #!/bin/bash cd /etc/yum.repos.d/ tar -zcvf yum.bak.tar.gz CentOS-* rm -rf CentOS* touch /etc/yum.repos.d/a.repo cat>/etc/yum.repos.d/a.repo <<EO
阅读全文
posted @ 2019-04-08 11:03 Withfeel
阅读(983)
评论(0)
推荐(0)
2019年4月4日
Redis 单机部署
摘要: 参考文章: https://www.cnblogs.com/zy-303/p/10273167.html#_label0 https://blog.csdn.net/linyifan_/article/details/86508298 1,下载redis,下载地址http://download.re
阅读全文
posted @ 2019-04-04 17:16 Withfeel
阅读(4413)
评论(0)
推荐(0)
2019年4月3日
Kettle 部署
摘要: 下载kettle包 访问https://community.hitachivantara.com/docs/DOC-1009855下载kettle包 选择想要的版本 下载zip包 解压kettle包 unzip pdi-ce-7.1.0.0-12.zip 直接进入解压后的目录之后,运行spoon.s
阅读全文
posted @ 2019-04-03 17:10 Withfeel
阅读(2780)
评论(1)
推荐(1)
Centos 7 安装图形化环境
摘要: 安装系统时,使用了最小化安装,当需要用到图形界面的时候需要安装图形界面支持 环境是centos7.5最小化安装 1,先更新系统 yum -y upgrade 这里说明一下upgrade和update的区别 yum -y update 升级所有包,改变软件设置和系统设置,系统版本内核都升级 yum -
阅读全文
posted @ 2019-04-03 16:57 Withfeel
阅读(2669)
评论(0)
推荐(0)
2019年4月1日
使用SSH命令行传输文件到远程服务器
摘要: 本文转载于https://www.cnblogs.com/magicc/p/6490566.html 以前一直在windows下用SSH Secure Shell连接远程服务器,它自带了一个可视化的文件传输工具,跟ftp差不多 但是它也存在一个缺陷,不支持编码的选择,遇到utf8就自动乱码了,另外m
阅读全文
posted @ 2019-04-01 13:33 Withfeel
阅读(22419)
评论(0)
推荐(1)
互联网同步yum服务器阿里云 reposync createrepo
摘要: 参考文章: https://www.cnblogs.com/lldsn/p/10479493.html 系统版本centos 7.5 最小化安装 修改主机名 hostnamectl set-hostname yum.local 安装wget软件包 yum install wget -y 修改yum源
阅读全文
posted @ 2019-04-01 11:50 Withfeel
阅读(1813)
评论(0)
推荐(0)
互联网同步yum服务器,中科大 rsync createrepo
摘要: 参考文章 https://blog.csdn.net/chenjia6605/article/details/82734945 1、本机安装所需工具: yum -y install rsync createrepo 2、创建目录(位置随意): (1)、centos仓库目录,centosplus可以不
阅读全文
posted @ 2019-04-01 11:50 Withfeel
阅读(1188)
评论(0)
推荐(0)
nginx+keeplived+tomcat
摘要: 1,宣告操作系统版本,nginx,java,tomcat,keeplived版本 操作系统 用途 VIP IP地址 软件版本 CentOS 7.3 mini NTP服务器 无 192.168.197.31 官方yum源版本 CentOS 7.3 mini Nginx主 192.168.197.30
阅读全文
posted @ 2019-04-01 11:49 Withfeel
阅读(333)
评论(0)
推荐(0)
mongodb集群配置副本集
摘要: 测试环境 操作系统:CentOS 7.2 最小化安装 主服务器IP地址:192.168.197.21 mongo01 从服务器IP地址:192.168.197.22 mongo02 从服务器IP地址:192.168.197.23 mongo03 关闭selinux,关闭防火墙。 Mongodb版本:
阅读全文
posted @ 2019-04-01 11:48 Withfeel
阅读(264)
评论(0)
推荐(0)
mongodb集群配置主从模式
摘要: 测试环境 操作系统:CentOS 7.2 最小化安装 主服务器IP地址:192.168.197.21 master-node 从服务器IP地址:192.168.197.22 slave-node 关闭selinux,关闭防火墙。 Mongodb版本:mongodb-linux-x86_64-3.4.
阅读全文
posted @ 2019-04-01 11:48 Withfeel
阅读(1316)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
下一页
公告