openvpn配置server.conf和iptables

2019-03-22

openvpn用于开通vpn隧道,设置好ca/server/client证书。iptables用于将访问WCM公网IP的流量转发为内网流量  阅读全文...

openvpn创建证书步骤

2019-03-22

easy-rsa - Simple shell based CA utility,  阅读全文...

CentOS7安装openvpn步骤

2019-03-22

virtual private networks (VPN), 是提供给企业之间或者个人与公司之间安全数据传输的隧道,OpenVPN无疑是Linux下开源VPN的先锋,提供了良好的性能和友好的用户GUI。  阅读全文...

Python 日期和时间

2019-03-21

Python 程序能用很多方式处理日期和时间,转换日期格式是一个常见的功能。  阅读全文...

sort按指定列排序

2019-03-20

1、sort按照第七列排序  阅读全文...

nagios check_oracle_health ERROR OCIEnvNlsCreate

2019-03-19

本地可以执行,nagios服务器执行错误  阅读全文...

ORACLE中科学计数法显示问题的解决

2019-03-19

在sqlplus 中显示的是科学计数法,设定以下可以不用科学计数法显示:  阅读全文...

linux将NTFS分区的移动硬盘mount到data2

2019-03-15

将NTFS分区的移动硬盘mount到/data2  阅读全文...

oraInventory目录的作用

2019-03-14

What is oraInventory ?oraInventory is repository (directory) which store/records oracle software products & their oracle_homes location on a machine. This Inventory now a days in XML format and called as XML Inventory where as in past it used to be in binary format & called as binary Inventory.
There are basically two kind of Inventory Global Inventory (also called as Central Inventory) and Local Inventory also called as Oracle Home Inventory.  阅读全文...

UNIX平台orainstRoot.sh脚本作用

2019-03-14

使用Oracle Universal Installer(OUI)在UNIX平台上安装Oracle软件的快结束的时候会提示我们要执行orainstRoot.sh脚本。  阅读全文...

ORA-10456: cannot open standby database; media recovery session may be in progress

2019-03-13

oracle 11g dataguard,备库启动alter database open read only;  阅读全文...

expdp/impdp实例

2019-03-12

expdp也可以直接导入远程的数据到本地.  阅读全文...

oracle冷备份无法启动

2019-03-12

数据库硬盘坏了,有rsync复制的没有shutdown的冷备份。  阅读全文...

ldap用户增加后无法登陆

2019-03-12

ldap用户增加后无法登陆192.168.0.100,查配置步骤:  阅读全文...

一个可以显示Linux命令运行进度的伟大工具

2019-03-06

Coreutils Viewer(cv)是一个简单的程序,它可以用于显示任何核心组件命令(如:cp、mv、dd、tar、gzip、gunzip、cat、grep、fgrep、egrep、cut、sort、xz、exiting)的进度。它使用文件描述信息来确定一个命令的进度,比如cp命令。cv之美在于,它能够和其它Linux命令一起使用,比如你所知道的watch以及I/O重定向命令。这样,你就可以在脚本中使用,或者你能想到的所有方式,别让你的想象力束缚住你。  阅读全文...