Gün: 2 Mayıs 2013

  • bind dns server

    ?Posted by: ?anonymous ?on 01/31/2008 10:59 AM
    ?Updated by: ?anonymous ?on 01/31/2008 10:59 AM
    ?Expires: 01/01/2017 12:00 AM
    bind dns server

    db.mesutergin.av.tr dosyasına yazılacaklar.
    @ 2h SOA ns1 admin@antalyaemlak.dyndns.org 1 2h 1h 2d 2h

    @ 2h MX 10 mail

    @ 2h NS ns1

    @ 2h NS ns2

    * 2h CNAME www

    ftp 2h A 127.0.0.1

    mail 2h A 127.0.0.1

    ns1 2h A 127.0.0.1

    ns2 2h A 127.0.0.1

    www 2h CNAME antalyaemlak.dyndns.org.

    named.conf.local dosyasına yazılacaklar.
    zone “mesutergin.av.tr” {
    type master;
    file “/etc/bind/db.mesutergin.av.tr”;
    };

  • apache ssl

    ?Posted by: ?anonymous ?on 01/31/2008 10:59 AM
    ?Updated by: ?anonymous ?on 01/31/2008 10:59 AM
    ?Expires: 01/01/2017 12:00 AM
    apache ssl

    Create a certificate signing request (server.csr) and private key (privkey.pem)…
    …]# openssl req -new -out server.csr

    Remove pass-phrase from private key (privkey.pem), creating server.key…
    …]# openssl rsa -in privkey.pem -out server.key

    Create a self-signed certificate, server.crt (public key)…
    …]# openssl x509 -in server.csr -out server.crt -req -signkey server.key -days 365

    Remove file ‘.rnd’ which contains entropy information, and could be used to re-create keys…
    …]# rm .rnd

    Remove file ‘privkey.pem’ as we have no use for it…
    …]# rm privkey.pem

    Keep file ‘server.csr’ if you plan on self-signing any more keys and you want the authority to match up exactly, otherwise delete it…
    …]# rm server.csr

    Move the created certificate and key to their proper locations…

    * …]# mv server.crt /usr/local/apache2/conf/ssl.crt
    * …]# mv server.key /usr/local/apache2/conf/ssl.key

    apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName hatası veriyor

  • proftpd ayarlar

    ?Posted by: root ?on 02/27/2008 11:09 AM
    ?Updated by: root ?on 02/27/2008 11:09 AM
    ?Expires: 01/01/2013 12:00 AM
    proftpd ayarlar

    libpam-mysql programı yüklenmesi lazım

  • statik dns ip

    ?Posted by: ?anonymous ?on 07/29/2008 10:30 PM
    /etc/dhcp3/dhclient.conf tan prepend domain-name-servers 192.168.1.101 i aktive et.