MyBox

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年11月4日

摘要: 在CentOS6.4中:#临时关闭selinux setenforce 0 #彻底关闭selinux(重启生效) sed -i "s/SELINUX=enforcing/SELINUX=disabled/g" `grep SELINUX=enforcing -rl /etc/selinux/config` #临时关闭iptable防火墙 /etc/init.d/iptables stop #彻底关闭iptable防火墙 chkconfig --level 35 iptables off #开启SSH服务 service sshd restart #开机自启动SSH服务 ch 阅读全文
posted @ 2013-11-04 14:03 MyBox 阅读(712) 评论(0) 推荐(0) 编辑

摘要: 环境:CentOS6.4、icinga-cn-plugins-1.4.16.tar.bz2、icinga-nrpe-2.14.tar.gz、icinga-pnp4-cn-1.9.3.tar.bz2、nagios-cn-plugins-1.5.tar.bz2#安装环境包yum -y install gcc gcc-c++ cmake autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel zlib zlib-devel glibc glibc-devel gl 阅读全文
posted @ 2013-11-04 13:59 MyBox 阅读(505) 评论(0) 推荐(0) 编辑

2013年8月16日

摘要: 报错信息:ExecutionError: 'non-zero rc: 255' occured. Details: 'ssh -o 'StrictHostKeyChecking no' sdw2 ". /usr/local/greenplum-db/./greenplum_path.sh; $GPHOME/sbin/gpoperation.py"' cmd had rc=255 completed=True halted=False stdout='' stderr='ssh: connect to h 阅读全文
posted @ 2013-08-16 14:01 MyBox 阅读(4507) 评论(0) 推荐(0) 编辑

2013年7月8日

摘要: # chkconfig --level 2345 SuSEfirewall2_setup off# chkconfig --level 2345 SuSEfirewall2_init off 阅读全文
posted @ 2013-07-08 14:08 MyBox 阅读(725) 评论(0) 推荐(0) 编辑

2011年1月9日

摘要: [代码] 阅读全文
posted @ 2011-01-09 17:35 MyBox 阅读(371) 评论(0) 推荐(0) 编辑

2010年12月29日

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 //资源类,用于记录映射类型和设置 2 [StructLayout(LayoutKind.Sequential)] 3 publicclass NETRESOURCE 4 { 5 publicint dwScope;//只能取2 6 publicint dwType;//0为打印机或驱动器,1为驱动器,2为打印机 7 publicint dwDisplayType;//取0,自动... 阅读全文
posted @ 2010-12-29 17:31 MyBox 阅读(2084) 评论(0) 推荐(0) 编辑

2010年12月11日

摘要: 下载NetBeans:下载带有C++编译功能的NetBeans 安装Cygwin: 下载 Cygwin setup.exe 程序,方法如下:单击页面中间的 "Install or update now!" 图标,或者直接单击此 setup.exe 链接。 运行 setup.exe 程序。接受缺省设置,直至转入 "Select Your Internet Connection" 页。在此页中选择... 阅读全文
posted @ 2010-12-11 01:13 MyBox 阅读(1078) 评论(0) 推荐(0) 编辑

摘要: include:先检索系统内标准资源,找不到再检索根目录下资源。 include””:先检索根目录下资源,找不到再检索系统内标准资源。 阅读全文
posted @ 2010-12-11 01:13 MyBox 阅读(478) 评论(0) 推荐(0) 编辑

2010年2月1日

摘要: 偶然遇到Perl编程,搜得一个不错的学习网址http://www.cbi.pku.edu.cn/chinese/documents/perl/index.htm其中包含的Perl的大量基础内容,值得一看。 阅读全文
posted @ 2010-02-01 23:34 MyBox 阅读(191) 评论(0) 推荐(0) 编辑