当前位置: 首页 > u2发布的所有日志
  • Winamp lovers beg AOL to open source code

    Change.org petition Last week, AOL announced the impending death of Winamp, saying that the 16-year-old media player would be shut down within a month. “Winamp.com and associated Web services will no longer be available past December 20, 2013. Additionally, Winamp Media players wil ...

    阅读全文
    作者:u2 | 分类:OpenSource
    Winamp lovers beg AOL to open source code已关闭评论
  • Microsoft brings rich node.js support to Visual Studio

    As the company continues to court programmers developing on software stacks that aren’t its own, Microsoft has released a plugin for Visual Studio that provides extensive support for Node.js within the Visual Studio IDE. The Apache-licensed Node.js Tools for Visual Studio offer editing wi ...

    阅读全文
    作者:u2 | 分类:OpenSource
    Microsoft brings rich node.js support to Visual Studio已关闭评论
  • New backdoor worm found attacking websites running Apache Tomcat

    Diagram showing how Tomdep receives commands and spreads to new machines. Symantec Researchers have identified new self-replicating malware that infects computers running the Apache Tomcat Web server with a backdoor that can be used to attack other machines. Java.Tomdep, as the backdoor w ...

    阅读全文
    作者:u2 | 分类:OpenSource
    New backdoor worm found attacking websites running Apache Tomcat已关闭评论
  • GitHub resets user passwords following rash of account hijack attacks

    GitHub is experiencing an increase in user account hijackings that’s being fueled by a rash of automated login attempts from as many as 40,000 unique Internet addresses. The site for software development projects has already reset passwords for compromised accounts and banned frequently u ...

    阅读全文
    作者:u2 | 分类:OpenSource
    GitHub resets user passwords following rash of account hijack attacks已关闭评论
  • Stability first: Ubuntu’s Mir won’t replace X in 14.04 desktop

    Ubuntu 13.10. Mir, Canonical’s replacement for the X window system, will not make it into the next version of the Ubuntu desktop. Canonical initially planned to turn Mir on by default in Ubuntu 13.10, the version shipped in October 2013, but it was dropped due to compatibility problem ...

    阅读全文
    作者:u2 | 分类:OpenSource
    Stability first: Ubuntu’s Mir won’t replace X in 14.04 desktop已关闭评论
  • Canonical “abused trademark law” to target a site critical of Ubuntu privacy

    This logo, if not used properly, could get you in trouble. Canonical Canonical, the maker of Ubuntu, has been fending off criticism from privacy advocates because the desktop search tool in recent versions of the operating system also searches the Internet. That means if you’re sear ...

    阅读全文
    作者:u2 | 分类:OpenSource
    Canonical “abused trademark law” to target a site critical of Ubuntu privacy已关闭评论
  • nagios check_udp 就是一残废

    nagios中check_udp是链接到的check_tcp
    lrwxrwxrwx 1 root root 9 Sep 23 22:01 check_udp -> check_tcp

    两个例子:
    ./check_udp -H 2hei.net -p 161 -s “” -e “” -w 2 -c 5
    No data received from host

    ./check_udp -H 2hei.net -p 123 -s “” -e “” -w 2 -c 5
    CRITICAL – Socket timeout after 10 seconds

    /usr/lib64/nagios/plugins/check_udp -h
    check_udp: No arguments found
    Usage:
    check_udp -H host -p port [-w ] [-c ] [-s ]
    [-e ] [-q ][-m ] [-d ]
    [-t ] [-r ] [-M ] [-v] [-4|-6] [-j]
    [-D [,]] [-S ] [-E]

    需要输入[-s ] [-e ]实际上很多ndp的端口就没有返回内容,太扯淡了。
    看来还得自己动手丰衣足食。

    阅读全文
    作者:u2 | 分类:OpenSource | 标签:
    nagios check_udp 就是一残废已关闭评论