Warning: Undefined array key "cperpage" in /www/wwwroot/www.now163.com/wp-content/themes/twentytwentyfive/functions.php on line 255

Warning: Undefined variable $output in /www/wwwroot/www.now163.com/wp-content/themes/twentytwentyfive/functions.php on line 325

Warning: Undefined variable $fixed_tags in /www/wwwroot/www.now163.com/wp-content/themes/twentytwentyfive/functions.php on line 326

Warning: Undefined variable $isshowdots in /www/wwwroot/www.now163.com/wp-content/themes/twentytwentyfive/functions.php on line 327

Warning: Undefined variable $tag_aditional in /www/wwwroot/www.now163.com/wp-content/themes/twentytwentyfive/functions.php on line 330

Warning: Undefined variable $tag_aditional in /www/wwwroot/www.now163.com/wp-content/themes/twentytwentyfive/functions.php on line 333

Warning: Undefined variable $tag_aditional in /www/wwwroot/www.now163.com/wp-content/themes/twentytwentyfive/functions.php on line 336

Warning: Undefined variable $post in /www/wwwroot/www.now163.com/wp-content/themes/twentytwentyfive/functions.php on line 345

Warning: Attempt to read property "ID" on null in /www/wwwroot/www.now163.com/wp-content/themes/twentytwentyfive/functions.php on line 345

Warning: Undefined variable $post in /www/wwwroot/www.now163.com/wp-content/themes/twentytwentyfive/functions.php on line 345

Warning: Attempt to read property "ID" on null in /www/wwwroot/www.now163.com/wp-content/themes/twentytwentyfive/functions.php on line 345

Warning: Undefined variable $more_text_link in /www/wwwroot/www.now163.com/wp-content/themes/twentytwentyfive/functions.php on line 345
now163 – 第 5 页 – 理想社会

作者: now163

  • cisco设备根据ip来找到对应端口

    刚刚发现一个ip流量异常大。想找到它对应的设备端口然后干掉!

    因为对cisco设备不熟。So做个笔记以防以后再次遇到。

    Cisco4506上

    sh arp | in 192.168.1.68

    Internet  192.168.1.68            3   0021.86ef.6a8c  ARPA   Vlan3

    找到ip对应的mac地址 (更多…)

  • 各地网通DNS汇总

    中国网通 辽宁省 60.21.140.230
    中国网通 辽宁省 221.202.189.57
    中国网通 辽宁省 202.107.82.65
    中国网通 辽宁省 202.110.48.10
    中国网通 辽宁省 沈阳市 218.25.103.243
    中国网通 辽宁省 沈阳市 202.96.75.78
    中国网通 辽宁省 沈阳市 218.25.87.244 (更多…)

  • AIX下查看端口占用的进程

    1:首先根据端口号

    netstat -Aan | grep 389

    返回

    f1000089c27a2358 tcp4 0 0 *.389 *.* LIST EN
    
    2:rmsock f100089c27a2358 tcpcb
    
    The socket 0x702f6800 is being held by proccess 4986 (inetd).

    得到id为4986

  • Ubuntu 11.10下构建Nagios监控平台

    Nagios是一个监视系统运行状态和网络信息的监视系统。Nagios能监视所指定的本地或远程主机以及服务,同时提供异常通知功能等

    Nagios可运行在Linux/Unix平台之上,同时提供一个可选的基于浏览器的WEB界面以方便系统管理人员查看网络状态,各种系统问题,以及日志等等。

    Nagios的主要功能特点:
      –监视网络服务 (SMTP, POP3, HTTP, NNTP, PING等)
      –监视主机资源 (进程, 磁盘等)
      –简单的插件设计可以轻松扩展Nagios的监视功能
      –服务等监视的并发处理
      –错误通知功能 (通过email, pager, 或其他用户自定义方法)
      –可指定自定义的事件处理控制器
      –可选的基于浏览器的WEB界面以方便系统管理人员查看网络状态,各种系统问题,以及日志等等
      –可以通过手机查看系统监控信息
    (更多…)

  • HACMP&Cluster的常用命令

    1、查看HACMP配置情况
    # /usr/es/sbin/cluster/utilities/cllscf 显示群集拓朴
    # /usr/es/sbin/cluster/utilities/cllsclstr 显示群集定义
    # /usr/es/sbin/cluster/utilities/cllsnode 按节点显示拓朴信息
    # /usr/es/sbin/cluster/utilities/cllsnw 按网络名称显示拓朴信息
    # /usr/es/sbin/cluster/utilities/cllsif 按网卡显示拓朴信息
    # /usr/es/sbin/cluster/utilities/clshowres 显示资源组信息
    (更多…)

  • AIX下镜像制作与取消,更换硬盘问题

    ROOTVG做镜像问题

    以下命令全部在AIX5.4上运行通过

    # lspv
    hdisk0 000a1ddc7f36a2f0 rootvg active
    hdisk1 none None

    #chdev -l hdisk1 -a pv=clear
    #chdev -l hdisk1 -a pv=yes
    hdisk1 changed
    (更多…)

  • AIX 学习笔记之 存储管理

    1.基本概念:

    PV 物理卷:普通的直接访问的存储设备,有固定的和可移动的之分,代表性的就是硬盘。

    VG 卷组:AIX中最大的存储单位,一个卷组由一组物理硬盘组成,也就是由一个或多个物理卷组成。

    PP 物理分区:是把物理卷划分成连续的大小相等的存储单位,一个卷组中的物理分区大小都相等。
    (更多…)

  • SAMBA3域控及文件服务解决方案

    苏州XX电子有限公司SAMBA3域控及文件服务解决方案
    Last update:2006.6.20 by Wang Xiantong
    Email:xiantong at gmail dot com

    配置文件 /opt/samba/lib/smb.conf: (更多…)

  • 在命令行下使用Plowshare下载网盘

    Plowshare 是一个利用 Shell 脚本及 Perl 模块编写的 CLI 环境下的共享文件上传下载工具,支持 Megaupload, Rapidshare, 2Shared, 4Shared, ZShare, Badongo, Divshare.com, Depositfiles, Mediafire, Netload.in, Storage.to, Uploaded.to, Uploading.com, Sendspace, Usershare, X7.to 等大量流行的国外共享服务。

    项目主页: http://code.google.com/p/plowshare/

    详细的使用方法见官方的 Readme 文档。

    下面是所支持网盘的详细列表。 (更多…)