安装DB后,发现公网私网网段其实是反向的? 那么如何调整修改公网、私网网段,网卡呢??? DB 11.2.0.4 Linux redhat 6.9 参考文档 如何在Oracle Clusterware中修改专用网络信息(文档ID 283684.1) https://blog.csdn.net/cpo ...
分类:
其他好文 时间:
2020-06-08 19:27:14
阅读次数:
60
本人使用的是CentOS 6.2 64位系统,由于在安装系统的时候并没有勾选安装gcc编译器,因此需要自行安装gcc编译器。 系统信息查看命令: cat /etc/redhat-release 使用yum安装gcc 对于配备了yum的Linux发行版而言,安装gcc编译器就变得so easy。我们只 ...
分类:
系统相关 时间:
2020-06-07 19:45:25
阅读次数:
78
用引号将参数引用起来,这样如果参数为空值,不会报错。#!/bin/shif["$1"="redhat"]thenecho"fedora"elseif["$1"="fedora"]thenecho"redhat"elseecho"/root/foo.shredhat|fedora"fifi 参考论坛截图
分类:
其他好文 时间:
2020-06-06 23:09:07
阅读次数:
64
cat/etc/redhat-releasepythonyum-yinstalllrzszvimwgetyum-yinstallzlib-develbzip2-developenssl-develncurses-develsqlite-develreadline-develtk-develgdbm-develdb4-devellibpcap-develxz-develgcc*cd/usr/loca
分类:
其他好文 时间:
2020-06-06 09:24:08
阅读次数:
70
假设三台机器: 1、192.168.1.1 2、192.168.1.2 3、192.168.1.3 ssh端口转发(需要知道ssh密码) 2号机做正向代理 在1上运行如下命令,让1的1234端口与2的22端口相连。 ssh -D localport user@sshhost//动态转发 ssh -2 ...
分类:
其他好文 时间:
2020-06-06 09:19:53
阅读次数:
78
升级openssh版本至8.x操作步骤 前提条件: 自行配置系统网络yum源。 操作步骤: 说明:经验证操作系统类型为centos 7.4 、redhat 6.5、redhat 6.8、redhat 6.9、redhat 7.4、redhat 7.5 的都可以顺利升级至openssh 7.9; Re ...
分类:
其他好文 时间:
2020-06-05 18:08:18
阅读次数:
68
安装pg10 一、install yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm yum install postgre ...
分类:
其他好文 时间:
2020-06-05 13:29:16
阅读次数:
108
安装源ISOCentOS-7-x86_64-DVD-1810最小化安装系统后先更新[root@Server~]#yumupdate-y[root@Server~]#cat/etc/redhat-releaseCentOSLinuxrelease7.6.1810(Core)[root@Server~]#uname-r3.10.0-957.21.3.el7.x86_64关闭防火墙systemctlst
分类:
其他好文 时间:
2020-06-04 01:37:25
阅读次数:
82
Netty java Mina Supersocket .net ACL 非阻塞异步 IO Netty 一款基于NIO(Nonblocking I/O,非阻塞IO)开发的网络通信框架,对比于BIO(Blocking I/O,阻塞IO),他的并发性能得到了很大提高,两张图让你了解BIO和NIO的区 M ...
分类:
其他好文 时间:
2020-06-03 15:15:39
阅读次数:
68
急速入门,在这里我们使用RabbitMQ 3.6.5 版本进行操作: - 环境搭建: - 官网地址:http://www.rabbitmq.com/ - 环境描述:Linux(centos7 Redhat7) 1. 首先在Linux上进行一些软件的准备工作,yum下来一些基础的软件包yum inst ...
分类:
其他好文 时间:
2020-06-03 00:47:25
阅读次数:
95