Linux系统rsync实战操作Linux系统rsync实战操作前面介绍了一些关于rsync的功能与一些具体的命令格式、参数的使用意义等,今天我们来聊一聊整个实际生产过程中的实战操作过程今天介绍的是第三种模式——以守护进程的模式传输数据一:整体环境备份服务器端(BK-S)[root@BS-S~]#cat/etc/redhat-releaseCentOSrelease6.5(Final)[root@
分类:
系统相关 时间:
2020-12-02 12:43:25
阅读次数:
15
1准备工作安装好Linux操作系统,这里选择的是Linux7:[root@localehost~]#cat/etc/redhat-releaseRedHatEnterpriseLinuxServerrelease7.6(Maipo)关闭防火墙和Selinux:[root@localehost~]#systemctlstopfirewalld[root@localehost~]#systemctld
分类:
系统相关 时间:
2020-12-01 11:45:15
阅读次数:
10
虽然说的是正向代理,本文主要实现的就是nginx代理ssh服务! 1. nginx stream 模块 nginx从1.9.0版本以后,便新增了一个stream模块,用来实现四层协议的转发、代理或者负载均衡等; stream模块默认并没有编译到nginx中,源码编译安装nginx时, ./confi ...
分类:
其他好文 时间:
2020-11-26 14:40:33
阅读次数:
4
一、二进制包下载:地址:https://downloads.mariadb.org/mariadb/10.2.35/选择你要安装的版本;该地址有三种数据格式的文件:Source——源码Binaries——二进制Packages——rpm包(针对centos,Redhat,Ubuntu系列的)下载二进制包:mariadb-10.2.35-linux-x86_64.tar.gz版本//linux表示在
分类:
数据库 时间:
2020-11-24 12:21:05
阅读次数:
11
系统: [root@weianvrgv /]# cat /etc/redhat-release CentOS Linux release 8.2.2004 (Core) 安装中文字符集 [root@weianvrgv /]#yum install -y langpacks-zh_CN 设置中文字符 ...
分类:
数据库 时间:
2020-11-21 12:44:24
阅读次数:
27
目录 一、缓存代理概述 二、squid主要组成部分 三、Squid各种代理的定义 3.1、传统代理 3.2、透明代理 四、ACL控制 4.1、修改配置文件 4.2、测试 五、Squid日志分析 5.1、安装依赖环境 5.2、编译安装日志分析软件 5.3、修改配置文件 5.4、添加不计入站点文件,添加 ...
分类:
其他好文 时间:
2020-11-21 11:52:41
阅读次数:
2
安装squid $ sudo apt-get install squid 配置squid $ sudo vim /etc/squid/squid.conf 注释以下行: http_access deny !Safe_ports http_access deny CONNECT !SSL_ports ...
分类:
其他好文 时间:
2020-11-16 13:35:32
阅读次数:
7
1.Linux的发行版(1)slackware:SUSELinuxEnterpriseServer(SLES)OpenSuse桌面(2)debian:ubuntu,deepin(深度),mint(3)redhat:RHEL:RedHatEnterpriseLinux每18个月发行一个新版本CentOS:兼容RHEL的格式中标麒麟:中标软件Fedora:每6个月发行一个新版本(4)ArchLinux
分类:
系统相关 时间:
2020-11-12 14:26:29
阅读次数:
21
Centos7离线安装Redis 参看linux版本信息, # cat /etc/centos-release CentOS Linux release 7.2.1511(Core) 注:CentOS版本要与gcc版本对应 一、安装gcc 1.1建立文件夹/usr/local/gcc 用于存放下载的 ...
分类:
其他好文 时间:
2020-11-10 10:54:16
阅读次数:
5
1.先导入enkins库的 key-将Jenkins存储库添加到yum repos -1 wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo-2 rpm --import https: ...
分类:
系统相关 时间:
2020-11-08 16:38:52
阅读次数:
23