比如直接查看ORA-01031错误gaosheng-> oerr ora 0103101031, 00000, "insufficient privileges"// *Cause: An attempt was made to change the current username or pass...
分类:
其他好文 时间:
2014-06-18 09:19:08
阅读次数:
210
目的使得公司的Linux系统权限管理更规范,让每个用户拥有自己所该有的权限,防止因为某些用户的权限过大后的一些误操作,导致服务器的不正常运行。操作1、编辑Linux系统中的sudoers文件[root@Temp-2~]#vim/etc/sudoers
#Editbyroot
User_AliasNETMAN=net01,net02#用户别名
User..
分类:
系统相关 时间:
2014-06-18 00:38:08
阅读次数:
385
BackupPC安装所需的主要的安装包下载地址:http://pan.baidu.com/s/1bnCGCY7(BackupPC的版本为3.2.1)(该版本的BackupPC是支持中文的,BackupPC配置好后,可以在其Web页面设置其显示语言即可)1、添加backuppc组及用户groupaddbackuppcuseradd-gbackuppcbackuppc2、安装httpd..
分类:
系统相关 时间:
2014-06-18 00:36:09
阅读次数:
1507
转:https://www.centos.bz/2011/03/auto-run-task-crontab/ 我们的PHP程序有时候需要定时执行,我们可以使用ignore_user_abort函数或是在页面放置js让用户帮我们实现。但这两种方法都不太可靠,不稳定。我们可以借助Linux的Cront....
分类:
Web程序 时间:
2014-06-17 23:51:41
阅读次数:
456
实验拓扑:LinuxClient-----RHEL5.9(vmnet1)----------(vmnet1)Win7Client实验一:查看默认HTTP配置找到默认红帽欢迎页面(/etc/httpd/conf/httpd.conf---->Include---->/etc/httpd/conf.d---->welcome.conf---->/var/www/error/noindex.html)前提条件1、ip[r..
分类:
其他好文 时间:
2014-06-17 17:50:22
阅读次数:
323
linux命令无效-bash:ls:commandnotfound一次重启后开机,基本所有的命令都不可用,只有少数的命令可用[root@centos-1~]#ll-bash:ls:commandnotfound[root@centos-1~]#pwd/root[root@centos-1~]#shutdown-rnow-bash:shutdown:commandnotfound[root@centos-1~]#export$PATH-bash:..
分类:
系统相关 时间:
2014-06-17 17:45:16
阅读次数:
368
实验拓扑:LinuxClient-----RHEL5.9(vmnet1)----------(vmnet1)Win7Client实验一:查看默认HTTP配置找到默认红帽欢迎页面(/etc/httpd/conf/httpd.conf---->Include---->/etc/httpd/conf.d---->welcome.conf---->/var/www/error/noindex.html)前提条件:1、配..
分类:
系统相关 时间:
2014-06-17 17:13:31
阅读次数:
464
本文主要写了一些在Linux(CentOS)服务器上配置ntp的经验,事件缘由来源于配置Zabbix监控ntp服务时的测试配置。NTP时间同步协议的服务端(ntpd服务)和客户端(ntpdate服)不能同时运行,即在运行ntpd服务后不能运行ntpdate服务,否则ntpdate服务会提示启动失败,而且日志中也..
分类:
其他好文 时间:
2014-06-17 17:02:24
阅读次数:
279
安装准备组件gcc编译环境:yum-yinstallgcc其他组件:yuminstallflexautoconfzlibcurlzlib-develcurl-develbzip2bzip2-develncurses-devellibjpeg-devellibpng-devellibtiff-develfreetype-develpam-develgcc+gcc-c++libxml2libxml2-devellibxsltlibxslt-devel安装libyaml安装l..
分类:
其他好文 时间:
2014-06-17 16:58:01
阅读次数:
188