背景: 因工作上要接收外部机构发来的文件,采取FTP的方式保密性差,SFTP方式则采取了加密了传输,安全性更好。因此需要搭建SFTP服务,首选Linux环境,本文使用Centos7来掩饰。 一、操作步骤 环境: [root@localhost ~]# cat /etc/redhat-release ...
分类:
其他好文 时间:
2020-07-17 11:13:08
阅读次数:
187
安装Docker 1 2 3 4 5 [root@localhost /]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) [root@localhost /]# yum install docker-ce -y [root ...
分类:
数据库 时间:
2020-07-17 01:22:08
阅读次数:
138
实验环境如下:[root@Centos7~]#uname-r3.10.0-693.el7.x86_64[root@Centos7~]#cat/etc/redhat-releaseCentOSLinuxrelease7.4.1708(Core)[root@Centos7~]#lsblkNAMEMAJ:MINRMSIZEROTYPEMOUNTPOINTsda8:0050G0disk├─sda18:10
分类:
其他好文 时间:
2020-07-17 01:19:44
阅读次数:
123
OS:7.2.1511(Core)[root@zabbix-server~]#cat/etc/redhat-releaseCentOSLinuxrelease7.2.1511(Core)[root@zabbix-server~]#cat/etc/redhat-releaseCentOSLinuxrelease7.2.1511(Core)1,下载CentOS7的repo文件wget-O/etc/yu
分类:
其他好文 时间:
2020-07-17 01:18:57
阅读次数:
97
六、rpm工具使用 6.1 概述 RPM(RedHat Package Manager),红帽子软件包管理工具,类似windows里面的setup.exe,是Linux系列操作系统里面的打包安装工具,它虽然是Redhat的标志,但理念是通用的。 RPM包的名称格式:Apache-1.3.23-11. ...
分类:
系统相关 时间:
2020-07-16 21:50:55
阅读次数:
122
1- Kubernetes对软件和硬件的系统要求 软硬件 最低配置 推荐配置 CPU|内存 Master: 2cores|4GNode:4cores|16G master: 4cores|16GNode: 根据需要运行的容器数量进行配置 Linux系统 CentOS,redhat,ubuntu,Fe ...
分类:
Web程序 时间:
2020-07-15 15:22:17
阅读次数:
90
一、系统相关 cat /etc/redhat-release 查看系统版本uname -a 查看系统位数su - hadoop 切换系统账户source /etc/profile 重装配置文件 二、防火墙 firewall-cmd --add-port=3306/tcp 开放3306端口 https ...
分类:
系统相关 时间:
2020-07-14 18:00:46
阅读次数:
79
在RedHat下有时候用rpm安装软件是会出现下面则中错误 1、安装时提示:warning: *.rpm: Header V3 RSA/SHA256 Signature, keykey ID c105b9de: NOKEY 解决的方法就是在rpm 语句后面加上 --force --nodeps 即原 ...
分类:
其他好文 时间:
2020-07-14 13:31:45
阅读次数:
95
在Centos7.3系统上安装Jenkins服务器 1、选择操作系统: 这里选择7.3操作系统: 查看系统版本命令:cat /etc/redhat-release 2、安装jdk 首先,安装Jenkins必须要有一个前提条件:安装好JDK,并且最低是1.8以上的版本 提示:只能安装Java8与Jav ...
分类:
其他好文 时间:
2020-07-13 09:20:03
阅读次数:
81
系统:CentOSLinuxrelease7.7.1908(Core)bind:BIND9.11.4-P2-RedHat-9.11.4-16.P2.el7_8.6部署使用bind后,使用systemctlstatusnamed或者查看messages日志,都能看到Jul1206:08:40od-bind-81named[994]:networkunreachableresolving‘ga
分类:
其他好文 时间:
2020-07-12 14:58:30
阅读次数:
88