华为交换机配置snmp:snmp-agentcommunityreadpublicsnmp-agentsys-infoversionall思科交换机配置snmp:snmp-servercommunitysnailgameRO华为交换机配置远程登录:serviceTelnetenableuser-interfacevty04userprivilegelevel3setauthenticationpasswordsimplesnailgameprotocol..
分类:
其他好文 时间:
2016-05-11 20:20:02
阅读次数:
424
hostnamePUBLIC-WANloggingbuffered65536servicetimestampsdebugdatetimelocaltimeservicetimestampslogdatetimelocaltimeservicepassword-encryptionnoipdomain-lookupvtpmodetransparentenablesecretpublicerrdisablerecoverycausepagp-flaperrdisablerecoverycauselink-flap..
分类:
其他好文 时间:
2016-05-08 20:10:18
阅读次数:
258
《通哥的运维笔记》将持续在51CTO网站更新,希望大家多多关注、互相学习,后期,我将会退出《通哥的运维笔记》系列视频教程,希望带给大家最大的收获,帮助大家更好的学习、进步。《通哥的运维笔记》主要从linux系统管理、虚拟化、cloudstack云平台以及网络管理之CCNA、CCNP、C..
分类:
其他好文 时间:
2016-05-08 20:05:09
阅读次数:
468
java安装:linux中java的安装步骤:1,下载jdk1.6.0链接:wgethttp://down1.chinaunix.net/distfiles/jdk-6u18-dlj-linux-i586.bin2,安装jdk:将jdk下载到相关目录,如:usr/local/执行安装:./jdk-6u18-dlj-linux-i586.bin进入jdk目录:cd/usr/local/jdk1.6.0_183,配置java..
分类:
系统相关 时间:
2016-05-05 13:08:16
阅读次数:
313
问题八启动Apache报错:[SunDec2711:28:262009][alert](EAI2)Nameorservicenotknown:mod_unique_id:unabletofindIPv4addressof“vm85.bc.com″ConfigurationFailed在/etc/hosts中添加:127.0.0.1vm85.bc.com问题九启动tomcat报错:[root@vm86conf]#servicetomcatstopNeitherthe..
分类:
系统相关 时间:
2016-05-05 13:07:58
阅读次数:
321
问题一,创建新用户xuetong,用该用户登陆报错如下:[root@R715~]#su-xuetongid:cannotfindnameforuserID504id:cannotfindnameforgroupID504id:cannotfindnameforuserID504[Ihavenoname!@R715~]$并且显示Ihavenoname!解决:由于/etc/passwd和/etc/group两个文件的权限(600)不..
分类:
系统相关 时间:
2016-05-05 13:06:50
阅读次数:
281
1,账户管理:账户的添加:添加用户名,设置密码(useradd,passwd);添加组(groupadd);将某用户加入某组(usermod-G);创建用户,并指定主目录(useradd-d)将某用户同时添加到两个组(usermod-Ggroup1,group2user);查看某用户属于某组(groups);查看group、passwd、shadow、..
分类:
系统相关 时间:
2016-05-04 19:15:20
阅读次数:
144
要监控web nginx的流量宽带,需要先安装对应的模块ngx_req_statuswget https://github.com/zls0424/ngx_req_status/archive/master.zip -O ngx_req_status.zip具体安装过程略过线上服务器在编译的过程中已...
分类:
其他好文 时间:
2016-01-19 17:12:17
阅读次数:
2210
python基础公开发布时间1991年是一种面向对象、解释型计算机程序设计语言由GuidovanRossum于1989年发明第一个公开发行版发行于1991年。优点简单Python是一种代表简单主义思想的语言。易学Python极其容易上手因为Python有极其简单的说明文档速度快Python的底层是用C语言写的很多..
分类:
编程语言 时间:
2016-01-09 18:47:06
阅读次数:
339