Ay: Mayıs 2013

  • windowsta masaüstü ikonlar bozulursa.

    Icons change incorrectly in Windows

    http://support.microsoft.com/kb/2396571

    Let me fix it myself
    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
    322756 How to back up and restore the registry in Windows

    To fix this problem, follow these steps:

    Close all open windows if a Close Open Programs Interaction dialog box is displayed.
    Create the Max Cached Icons registry key and set the value of that key to 2048. To do this, follow these steps:

    Click Start and type Regedit in the Search box and click Regedit from the list
    Locate and click to select the following key in the registry:

    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ Explorer
    On the Edit menu, click New, and then click String Value
    Type MaxCachedIcons for the registry key name and press Enter on the keyboard
    Double-click on the Max Cached Icons registry key and type 2048 in the Value data: box and then click OK
    Close the Registry Editor

    Delete IconCache.db thats located in the following path:

    Windows XP
    %userprofile%\Local Settings\Application Data
    Windows Vista or Windows 7
    %userprofile%\AppData\Local

  • debian java

    http://www.duinsoft.nl/packages.php?t=en

  • 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.