nload nload can monitor the inbound and outbound traffic of each network adapter. How to install nload? yum install nload iftop iftop can monitor incoming…
As everyone knows, regardless of local yum source or online yum source, they both can solve the dependence problem. But the rpm package repository may…
I’d like to check the utilization of every CPU cores, so I typed top command and press 1, but it cant not display. whth the…
在一台centos上搭建frp的时候遇到了这个问题,做下记录 问题提示: fatal: unable to access ‘https://github.com/some.git/‘: SSL connect error 原因:缺少相应的库 yum update -y nss curl libcurl 再次克隆,恢复正常,如下: [root@localhost opt]# git clone http://github.com/some.git Cloning into…
这种情况发生的原因是因为你所处理的文件换行符是dos格式的”\r\n”。 可以使用cat -v 文件名 来查看换行符是否是,如果是上述的,则行结尾会是^m。 需要转换成linux/unix格式的”\n” 具体转换办法就是转换换行符,可以用sed命令处理一下文件,命令如下: sed ‘s/\r//’ 原文件 >转换后文件
1. mstsc 2. chcp 65001 2. chcp 936 3. cipher 4. control 5. ncpa.cpl 6. appwiz.cpl 7. route add -p ip mask ip ip 8.…
1. confirm system type ,version number,version type(enterprise or standard) kernal ,i386 or x86_64. 2. confirm oracle version number , version type(enterprise , standard) of source…
ORA-00001: 违反唯一约束条件 (.)ORA-00017: 请求会话以设置跟踪事件 ORA-00018: 超出最大会话数 ORA-00019: 超出最大会话许可数 ORA-00020: 超出最大进程数 () ORA-00021: 会话附属于其它某些进程;无法转换会话 ORA-00022: 无效的会话 ID;访问被拒绝 ORA-00023: 会话引用进程私用内存;无法分离会话 ORA-00024: 单一进程模式下不允许从多个进程注册 ORA-00025: 无法分配 ORA-00026: 丢失或无效的会话 ID ORA-00027: 无法删去当前会话 ORA-00028: 您的会话己被删去 ORA-00029: 会话不是用户会话 ORA-00030: 用户会话 ID 不存在。 ORA-00031: 标记要删去的会话 ORA-00032: 无效的会话移植口令 ORA-00033: 当前的会话具有空的移植口令 ORA-00034:…