
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
镜像是 Docker 的三大组件之一。Docker 运行容器前需要本地存在对应的镜像,如果镜像不存在本地,Docker 会从镜像仓库下载(默认是Docker Hub 公共注册服务器中的仓库)。=====================1、将容器变为镜像docker commit <container> [repo:tag]当我们在制作自己的镜像的时候,会在contain
在san环境下,一般情况下为了防止单点故障,都是多链路,如多hba卡,多光纤交换机。在aix中默认有多路径软件,但是主备模式,所以一般情况下要装一个多路径软件,实现负载均衡。wolf_p740db:/tmp/SDDPCM_AIX6_ds5K/Host Attachment for SDDPCM on AIX# lsdevices.fcp.disk.ibm.mpio.rte
1、现象描述:昨晚新上线一个服务,有人做了一个del操作,接着mysql主从全部挂机如下:主Apr 6 22:56:58 wmappdb1 kernel: Out of memory: Kill process 32627 (mysqld) score 984 or sacrifice childApr 6 22:56:58 wmappdb1 kernel: Killed pr
Oracle 11g的日志文件(有点变化)从 Oracle 11g开始,Oracle 以 XML与传统的文本两种格式提供 Alert日志。 新的日志位置由 Automatic Diagnostic Repository (ADR)决定。可以通过新的初始化参数 DIAGNOSTIC_DEST控制 ADR BASE的位置。如果没有设定这个初始化参数的位置,而设置ORACLE_B
1、pip安装(pip 是“A tool for installing and managing Python packages.”,也就是说pip是python的软件安装工具)yum -y install epel-releaseyum -y install python-pipyum -y install python-develyum -y install gcc*
死循环 这里True,代表1是真,0是假i = 0while True: i = i + 1 if i == 50: print 'I have got to the round 50th!' continue if i>70:break print i 死循环i = 0while True: i = i + 1
1.Which three pieces of information are considered while deciding the size of the undotablespace in your database? (Choose three.)A:the size of an undo blockB:the size of the redo log filesC:u
项目环境win2008vmware esxivmware vcenteroracle 10g(小型机上)nbu7.1问题描述:项目要求将所有的虚拟机备份,当然vcenter的备份是必须的,用nbu进行备份,在vcenter挂的时候,从备份中恢复vcenter,这时候就出现了无法连接数据库或者说vcenter几个重要服务无法启动。解决方法个人觉得在vcenter应
因为安全需要,我们要把root用户禁止远程登录,然后用普通用户登录,通过su - root切换到root可以通过修改/etc/ssh/sshd_config文件,将其中的PermitRootLogin改成no,然后重新启动ssh服务就 可以了。/etc/rc.d/sshd restartservice sshd restart用crt连接的时候注意一定要注意,如果用之前
因为本公司通过nat转换内网的地址到公网上,但是公网能ping通,但是用secureCRT来ssh连接我的服务器。在路由器上查看nat信息dis nat session如果session没有明显的信息,请开启debug功能(同时在外网找人ssh)测试的方法为先在您的超级终端里或者secureCRT里面打开记录会话的功能,然后在设备上输入三条命令:Debug nat pa







