-
Bash Script to get HTTP Status Message With Return True or False.
2021-06-25
httpstatus : bash script to get HTTP response code with optional status message (includes return true or false)…
-
Şifre Oluşturucu (Basit bir Bash Script)
2020-07-08
scripti ~/bin dizinine gen_pass.sh olarak kaydet #!/bin/bash if [ "$#" -lt 1 ]; then echo "`basename $0` <8-92>"; exit 1; fi PASS=`date +%s | sha256sum | base64 | head -c $1` echo "$PASS"; kullanım $ gen_pass.…
-
fail2ban'da 5 defadan fazla banlanan ip adresi olursa onu /etc/hosts.deny dosyasına ekleyecek bir script
2020-05-27
hosts.deny dosyazı bizim Unix-Benzeri sistemlerde ip adresinden gelebilecek istekleri ve paketleri engellememizi sağlar…
-
Türkçe URL slug, BASH Script. (statik sitelerimiz için url dönüştürücü)
2020-05-27
Scripti indir ve çalışma iznini ver $ wget https://gist.githubusercontent.com/rojenzaman/13c9b0c52646aef56096e39786782742/raw/66a1a29602a71ed4a949eced15c0c12a26908430/slug_v0.2.2.sh $ chmod +x slug_v0.…
-
URL Shortener For Static Web Pages (written by bash shell programming language)
2020-05-25
install: $ wget https://gist.githubusercontent.com/rojenzaman/d4afdd096f035f53b696f6bd8e6d61c9/raw/0085912836e4c383b15a92216043c5ba43da151c/url-shortener.sh $ chmod +x url-shortener.sh usage: $ .…