Notepad
CategoriesTagsSoundCloundGistROOT
Sharing is caring..
  • gpg anahtarının son kullanma tarihini değiştirme

    2020-03-24

    ilk önce gpg anahtarımızın ipsini öğrenelim $ gpg --list-keys pub 1024D/B989893B 2007-03-07 [expired: 2009-12-31] uid George Notaras <gnotaras@example.…

    securityprivacygpg

  • sftp spesifik porttan giriş yapma

    2020-03-11

    sftp -oPort=port_numaran kullanici@adres

    securitysftp

  • debian sistemde obfs4 tor köprüsünü kullanma

    2020-03-11

    /etc/apt/sources.list dosyasına aşağıdaki satırı ekle. böylece obfs4proxy deposu eklenmiş olacaktır.…

    privacytor

  • git'te hassas bir dosyayı tümden kaldırma

    2020-03-03

    projenin root dizinine gidip git filter-branch --tree-filter 'rm -f <silinecek_dosya_yolu>' HEAD diyerek dosyayı tüm commit geçmişlerinden kaldıralım.…

    gitprivacy

  • git'te bir commite geri dönmek (resetleme)

    2020-03-03

    git reset --hard COMMIT-SHA-ID git push --force origin master

    git

  • Ssh Brute Force Saldırıları ve Fail2Ban ile Önleme

    2020-03-03

    alıntı: https://medium.com/@keraattin/ssh-brute-force-sald%C4%B1r%C4%B1lar%C4%B1-ve-fail2ban-ile-%C3%B6nleme-b96411569a70 Bu yazıda ssh brute force salırılarından, ssh erişimine açık olan bir sunucunun ssh brute force saldırılarına karşı fail2ban programı ile korunmasından bahsedeceğiz.…

    securityssh

  • ssh portu değiştirmek

    2020-03-03

    /etc/ssh/sshd_config dosyasına aşağıdaki satırı ekle: Port 9022 sonrasında ssh servisini yeniden başlat.…

    securityssh

  • nmap ile spesifik bir ip adresin tüm portlarını tarama

    2020-03-01

    TCP ağları için sudo nmap -sT -p- 192.168.1.1 UDP ağları için sudo nmap -sU -p- 192.…

    privacynmap

  • hugo sitesinde türkçe karakterli urlleri slug haline getirme

    2020-03-01

    Hugo’da Türkçe Url Slug indirme ve kullanım cd ~ git clone https://github.…

    hugoslugtheme

  • dockerda, nginx ile .onion site çalıştırma

    2020-03-01

    docker pull strm/tor-hiddenservice-nginx kodu ile docker image’ı pull ediyoruz $ docker run -it --rm -v $(pwd)/web:/web strm/tor-hiddenservice-nginx generate ^strm [+] Generating the address with mask: ^strm [+] Found matching domain after 137072 tries: strmfyygjp5st54g.…

    serverdockerprivacyonionnginxtor

  • 6
  • 7

Creative
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Powered by Hugo & Notepadium-with-search