摘要: Linux从root切换某个用户时可能出现:-bash-4.1$ 如下所示:[root@server ~]# su - postgres-bash-4.1$ id postgresuid=26(postgres) gid=26(postgres) 组=26(postgres)-bash-4.1$原因 阅读全文
posted @ 2022-04-09 21:20 花之旭 阅读(334) 评论(0) 推荐(0)
摘要: 1、DAS (Direct Attached Storage)直连存储,常用的Jbod 2、NAS (Network Attached Storage)网络附加存储,常用的NFS、CIFS 3、SAN (Storage Area Network)存储区域网络,常用的FC SAN、IP SAN vSp 阅读全文
posted @ 2022-03-27 19:27 花之旭 阅读(382) 评论(0) 推荐(0)
摘要: CentOS7 删除virbr0虚拟网卡在CentOS 7的安装过程中如果有选择相关虚拟化的的服务安装系统后,启动网卡时会发现有一个以网桥连接的私网地址的virbr0网卡,这个是因为在虚拟化中有使用到libvirtd服务生成的,如果不需要可以关闭后去掉:一、查看IP及网桥设备[root@Node1 阅读全文
posted @ 2022-03-25 09:20 花之旭 阅读(265) 评论(0) 推荐(0)
摘要: 一、 安装readline[root@dbserver ~]# yum install readline* -y 二、 安装rlwrap[root@dbserver ~]# tar -zxvf rlwrap-0.43.tar.gz[root@dbserver ~]# cd rlwrap-0.43[r 阅读全文
posted @ 2022-03-16 10:40 花之旭 阅读(472) 评论(0) 推荐(0)
摘要: 1、[oracle@dbserver ~]$ sqlplus / as sysdbaSQL*Plus: Release 11.2.0.4.0 Production on Tue Mar 15 15:16:03 2022Copyright (c) 1982, 2013, Oracle. All rig 阅读全文
posted @ 2022-03-15 15:17 花之旭 阅读(703) 评论(0) 推荐(0)
摘要: 【PV】:Physical Volume物理卷 【VG】:Volume Group卷组 【LV】:Logical Volume逻辑卷 阅读全文
posted @ 2022-03-11 14:11 花之旭 阅读(100) 评论(0) 推荐(0)
摘要: All virtual machines have a hardware version. The hardware version indicates which virtual hardware features that the virtual machine supports, such a 阅读全文
posted @ 2022-02-22 14:29 花之旭 阅读(2636) 评论(0) 推荐(0)
摘要: 虚拟机启动时报’A start job is running for /etc/rc.local .. Compatibility错误。 问题已经存在很长时间了,但是不影响ssh登录,遂置之未理。 经查 原因在于 原文:If you put long-running commands in rc.l 阅读全文
posted @ 2022-02-18 11:47 花之旭 阅读(2971) 评论(0) 推荐(0)
摘要: CentOS7系统DNS主从配置:一、DNS服务器正向解析:1.1 基础环境:主机IP 主机名 操作系统 用途192.168.0.110 master centos7 dns主服务器192.168.0.111 slave centos7 dns从服务器1.2 bind服务安装,主从都安装yum in 阅读全文
posted @ 2022-01-15 16:24 花之旭 阅读(923) 评论(0) 推荐(0)
摘要: 查看内网服务器的出口IPcurl ifconfig.me [root@vpnserver ~]# curl ifconfig.me111.10.100.100 [root@vpnserver ~]# 阅读全文
posted @ 2022-01-14 18:27 花之旭 阅读(374) 评论(0) 推荐(0)