LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs > unSpawn
User Name
Password

Notices


Rate this Entry

The Rootkit Hunter is looking for C/C++ developers

Posted 11-22-2006 at 12:40 PM by unSpawn

We're looking for developers who have C/C++, experience developing applications on POSIX-based systems and an understanding of shell scripts, work together as a team and who can dedicate time on a more or less regular basis.

If you want to help develop Rootkit Hunter or like more information please contact me.
Posted in Uncategorized
Views 2199 Comments 2
« Prev     Main     Next »
Total Comments 2

Comments

  1. Old Comment
    Hi,
    I am prashant redkar and i am facing problem hosting of my site on linux server. My setting as follows
    Named.conf as follows
    //
    // named.conf for Red Hat caching-nameserver
    //

    options {
    directory "/var/named";

    recursion yes;

    forward first;
    forwarders {
    66.167.74.54;
    66.167.74.51;
    };

    /*
    * If there is a firewall between you and nameservers you want
    * to talk to, you might need to uncomment the query-source
    * directive below. Previous versions of BIND always asked
    * questions using port 53, but BIND 8.1 uses an unprivileged
    * port by default.
    */
    query-source address * port 53;
    notify no;
    };

    //
    // a caching only nameserver config
    //
    controls {
    inet 127.0.0.1 allow { localhost ; } keys { rndckey; };

    };

    zone "." IN {
    type hint;
    file "named.ca";
    };

    zone "mklik.mobi" IN {
    type master;
    file "mklik.mobi.zone";
    };
    zone "0.0.127.in-addr.arpa" {
    type master;
    file "0.0.127.IN-ADDR.ARPA.zone";
    };zone "localhost" IN {
    type master;
    file "localhost.zone";
    allow-update { none; };
    };

    include "/etc/rndc.key";


    mklik.mobi.zone as follows

    $ORIGIN mklik.mobi.
    $TTL 86400


    @ 1D IN SOA ns1.mklik.mobi ( ;
    admin ;
    42 ; serial (d. adams)
    3H ; refresh
    15M ; retry
    1W ; expiry
    1D ) ; minimum

    1D IN NS ns1.mklik.mobi ;
    1D IN NS ns2.mklik.mobi ;
    1D IN A 66.167.74.54 ;

    1D IN MX 10 mail.mklik.mobi ;

    ns1 1D IN A 66.167.74.54;
    ns2 1D IN A 66.167.74.54 ;
    www 1D IN A 66.167.74.54 ;
    mail 1D IN A 66.167.74.54 ;



    0.0.127.IN-ADDR.ARPA.zone as follows
    $ORIGIN 0.0.127.IN-ADDR.ARPA.
    $TTL 86400
    @ IN SOA ns1.mklik.mobi. admin.mklik.mobi. (
    1997022700 ; Serial
    28800 ; Refresh
    14400 ; Retry
    3600000 ; Expire
    86400 ) ; Minimum
    IN NS ns1.mklik.mobi.
    IN NS ns2.mklik.mobi.

    1 IN PTR www.mklik.mobi.
    2 IN PTR ns1.mklik.mobi.
    3 IN PTR ns2.mklik.mobi.
    4 IN PTR mail.mklik.mobi.

    Where i went wrong please suggest me
    Posted 12-31-1969 at 07:00 PM by unSpawn unSpawn is offline
  2. Old Comment
    Where i went wrong please suggest me
    You went wrong by posting your question in a blog ;-p
    Please post in the fora next time.
    Posted 12-31-1969 at 07:00 PM by unSpawn unSpawn is offline
 

  



All times are GMT -5. The time now is 09:11 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration