Reverse kaydi sorgulamak ?

dig -x 85.90.30.xxx sonucunda asagidaki gibi cikti aliyorsaniz PTR kaydiniz var demektir. ;; ANSWER SECTION: xxx.30.90.85.in-addr.arpa. 86400 IN    PTR    liste.murat.ws Ek bilgi: host ip_adresi ve nslookup ip_adresi seklinde de sorgulama yapabilirsiniz. host 85.90.30.xx Sevgiler.

Continue reading

Apache Ldap Auth

Apache ‘de Ldap Auth modulu aktif edilir a2enmod authnz_ldap Aktif olmasi icin /etc/init.d/apache2 restart vim /etc/apache2/http.conf icine girilir ve asagidaki satirlar eklenir (tips: unutmayiniz kendi ayarlariniza gore degisiklikleri yapacaksiniz, bu sadece ornek bir conf ‘dur.) <Directory /var/www/murat.ws/> AuthType Basic AuthName “Login” AuthBasicProvider ldap AuthzLDAPAuthoritative on AuthLDAPURL ldap://murat.ws:389/o=domains,dc=murat,dc=ws?mail AuthLDAPBindDN “cn=murat,dc=murat,dc=ws” AuthLDAPBindPassword ghfdsbbu66hj64332fcnkdaz require ldap-user murat@murat.ws </Directory> kaydedip …

Continue reading

ls ile renkli cikti

ls cekince klasorler ile dosyalari ayirmak istiyorsaniz, cd ~ vim .bashrc export LS_OPTIONS=’–color=auto’ alias ls=’ls $LS_OPTIONS’ satirlarini uncomment yapiyoruz.

Continue reading