参考文献 https://docs.oracle.com/cd/E24628_01/install.121/e22624/preinstall_req_os_grps_usrs.htm#EMBSC146
分类:
数据库 时间:
2020-06-02 09:38:24
阅读次数:
287
Java网络应用程序中,使用java.net包中的InetAddress类表示IP地址,这个类被大多数的网络类所引用,可同时支持IPV4和IPV6。该类用两个字段表示一个IP地址,hostName和address,hostName包含了主机名,address包含了32位的IP地址。 InetAddr ...
分类:
Web程序 时间:
2020-06-02 09:24:38
阅读次数:
59
When you change the name of the computer that is running SQL Server, the new name is recognized during SQL Server startup. You do not have to run Setu ...
分类:
数据库 时间:
2020-06-01 20:53:21
阅读次数:
104
Linux 下host文件在 /etc/hosts Windows下host文件在C:\Windows\System32\drivers\etc 在host文件的最后面加上:Linux Copy sudo vim /etc/hosts Windows复制一份host文件到别的比方,然后用记事本打开, ...
分类:
其他好文 时间:
2020-06-01 14:07:28
阅读次数:
89
CentOS7修改主机名 查看当前的主机名 第一种方法 [root@localhost ~]# hostname localhost.localdomain 第二种方法 [root@localhost ~]# hostnamectl Static hostname: localhost.locald ...
分类:
其他好文 时间:
2020-06-01 01:07:20
阅读次数:
86
4.9、Helm 4.9.1、简单使用 概念 文档:https://github.com/helm/helm/blob/master/docs/charts.md 阿里云apphub:https://developer.aliyun.com/hub/ 在没使用 helm 之前,向 kubernete ...
分类:
其他好文 时间:
2020-05-31 21:50:09
阅读次数:
86
##4.5、Ingress Ingress-Nginx github 地址:https://github.com/kubernetes/ingress-nginxIngress-Nginx 官方网站:https://kubernetes.github.io/ingress-nginx/ 通常情况下, ...
分类:
其他好文 时间:
2020-05-31 21:41:10
阅读次数:
86
在之前的前提下,配置高可用。 添加一台机器[192.168.42.154]来做高可用 同样我们需要设置好,IP,主机名,下载安装redis 192.168.42.154 redis-sentinel #将主机解析追加至其他的4台的hosts文件中,本机也需要一份 cd /usr/local/src ...
分类:
其他好文 时间:
2020-05-31 16:26:24
阅读次数:
73
预配 1. 准备好4台机器 vim /etc/hosts 192.168.42.150 redis-node1 #主 192.168.42.151 redis-node2 #从 192.168.42.152 redis-node3 #从 192.168.42.153 redis-node4 #从 2 ...
分类:
其他好文 时间:
2020-05-31 16:25:12
阅读次数:
70
RSYNC Remote Synchronization(远程同步) 开源、高速的数据同步工具。 基本语法格式:rsync [选项] 源文件 目标文件 (更新的是后面的目标文件) 常用选项: -a 包含-rtplgoD -r 递归recursive,类似cp时的-r选项-d 不递归转移目录 -v 同 ...
分类:
系统相关 时间:
2020-05-31 14:33:01
阅读次数:
81