上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 31 下一页
摘要: 环境:linux 1、htop yum install htop dstat -y 阅读全文
posted @ 2020-09-02 21:08 苍茫宇宙 阅读(115) 评论(0) 推荐(0)
摘要: 环境:docker 1、下载相关软件 链接: https://pan.baidu.com/s/15KlBfO7eSXP4jUG_HwhZzQ 提取码: 3wby 2、还原镜像 docker load -i pure-ftpd.tar3、./docker-compose up -d #docker-c 阅读全文
posted @ 2020-09-01 16:33 苍茫宇宙 阅读(616) 评论(0) 推荐(0)
摘要: 环境:centos7 1、重启,选使用的内核 按“E”键 2、移动到 “Linux16”一行找到如下图 ro 3、如图 将 ro 改成rw init=sysroot/bin/sh 4、按ctrl+X 进入提示符 输入 chroot /sysroot 5、修改root密码 passwd root 6、 阅读全文
posted @ 2020-09-01 15:18 苍茫宇宙 阅读(251) 评论(0) 推荐(0)
摘要: 环境:windows 1、有3个cmd需要依次执行,脚本如下wshshell.vbs Set WshShell = WScript.CreateObject("WScript.Shell") wshshell.run "1.bat",1,true wshshell.run "2.bat",1,tru 阅读全文
posted @ 2020-09-01 14:35 苍茫宇宙 阅读(2333) 评论(0) 推荐(0)
摘要: 环境:oracle-RAC、grid 1、进入命令行 su - grid #进入到grid用户 asmcmd #进入grid命令行 ASMCMD> lsdg #查看所有磁盘信息 ASMCMD> volinfo -G DATA -a #查看磁盘分组情况 ASMCMD> volcreate -G DAT 阅读全文
posted @ 2020-09-01 11:30 苍茫宇宙 阅读(862) 评论(0) 推荐(0)
摘要: 环境:windows 1、用户管理 1、查看所有用户 net user 2、添加普通用户 net user ‘username’ ‘password’ /add 3、升级为管理员用户,将其加入管理员组 net localgroup administrators ‘username’ /add 4、查 阅读全文
posted @ 2020-09-01 10:04 苍茫宇宙 阅读(676) 评论(0) 推荐(0)
摘要: 环境:centos、docker 思路:mysql使用外部mysql——>创建xxl-job数据库和用户——>docker运行xxl-job-admin 1、链接数据库执行建库建表命令 链接: https://pan.baidu.com/s/1_bnfGDybSx_WCh3oNCndwA 提取码: 阅读全文
posted @ 2020-08-24 15:08 苍茫宇宙 阅读(1294) 评论(0) 推荐(0)
摘要: 环境:oracle11g、ogg 思路:查看replacat进程的错误信息——>同步logdump查找对应RBA的数据——>在抽取库和同步库去查找对应记录——>发现同步库没有该条记录——>手动添加该条记录到同步库,然后启动replacat。 1、问题查看REPLCAT进程提示error mappin 阅读全文
posted @ 2020-08-21 10:43 苍茫宇宙 阅读(2614) 评论(0) 推荐(0)
摘要: 环境:windows 1、新建name.bat 将下面脚本拷贝进去,双击执行即可修改密码 @echo off title 重置当前用户密码 :cx echo 当前用户名为:%username% set mm= set rmm= echo. set /p mm="请输入新密码:" echo. set 阅读全文
posted @ 2020-08-18 23:22 苍茫宇宙 阅读(1593) 评论(0) 推荐(0)
摘要: 环境:centos7、tidb3.0 1、下载dumpling 工具 链接: https://pan.baidu.com/s/1u-UV3MSPGBE2JXnExiKAaQ 提取码: c2jk tar -xvf dumpling-nightly-linux-amd64.tar.gz 2、使用dump 阅读全文
posted @ 2020-08-18 17:39 苍茫宇宙 阅读(1330) 评论(0) 推荐(1)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 31 下一页