-
Unix System V Release 4 Cake Ova File
2020-09-17
AT&T UNIX SYSTEM V RELEASE 4 VERSION 2.1 1991 - CAKE OVA FILE AT&T UNIX System V (“System Five”), first released in 1983, is significant as it was one of the first commercial versions of the Unix operating system.…
-
Firewalld rules for cloudflare CDN IPs (Red Hat, CentOS, Fedora)
2020-09-15
#!/bin/bash curl https://www.cloudflare.com/ips-v4 > .ips-v4 curl https://www.cloudflare.com/ips-v6 > .ips-v6 firewall-cmd --new-zone=cloudflare --permanent firewall-cmd --reload for i in `<.…
-
git yeni projeyi eski projeye merge etmek
2020-09-14
git remote remove origin git remote add origin https://github.com/username/repo git push --set-upstream origin master git push origin master --tags
-
exif2pdf.sh
2020-09-13
A little argument parser a bash script for exiftool as working on PDF files.…
-
git push the latest commit to a tag
2020-09-12
$ git tag -f -a vX.X $ git push -f origin vX.…
-
Save DNF Logs (Bash Script)
2020-09-11
usage: $ usage: ./save.sh [-u] [-s <app_name>] -u update log -s specific app log download: https://gist.…
-
Dokuwiki'de Türkçe URL'ler için gerekli ayar. (deaccent)
2020-07-26
1. Yol Dokuwiki’mizde konfigürasyon ayarları bölümüne gidip deaccent kısmını bulalım. Ardından romanize‘yi işaretleyelim.…
-
Ş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.…
-
Linux Dersleri - Taylan Bildik
2020-07-06
Bu çalışma Taylan Bildik’in ürünüdür, bu web sitesinde öneri ve arşivlenme için durmaktadır.…
-
How to change the DNS server in Linux?
2020-07-05
open this file $ sudo nano /etc/resolv.conf Remove the IP address created by NetworkManager and add the follow line (I am add the 1.…