Articles RSS Feed

Karalama Defterim

Arada birde olsa karalamak lazım :)

Windows yedekleme komutu

Yazı 11 Apr 2023, 21:03 in notlar
"C:\Program Files (x86)\WinRAR\rar" a E:\SQL_YEDEK\ENTEGRE_SQL_YEDEK_%date:~-4,4%%date:~-10,2%%date:~-7,2%_%time:~0,2%%time:~3,2%%time:~6,2%.rar C:\EntegreSQL\Yedek\*.*

"C:\Program Files (x86)\WinRAR\rar" a E:\SQL_YEDEK\ENTEGRE_DATA_YEDEK_%date:~-4,4%%date:~-10,2%%date:~-7,2%_%time:~0,2%%time:~3,2%%time:~6,2%.rar C:\EntegreSQL\Data\*.*
    %date:~-4,4% is the 4 character substring that starts four characters from the end of the date string
    %date:~-7,2% is the 2 character substring that starts seven characters from the end of the date string.
    %date:~-10,2% is the 2 character substring that starts ten characters from the end of the date string.

echo %date:~-10,2%%date:~-7,2%%date:~-4,4%

your result (on the date above) would be 08312009.
https://thegeekpage.com/how-to-create-a-file-folder-and-name-it-based-on-current-timestamp/
Step 3: Once the text document opens up in Notepad, copy and paste the following script onto it.
echo off

set CUR_YYYY=%date:~10,4%
set CUR_MM=%date:~4,2%
set CUR_DD=%date:~7,2%
set CUR_HH=%time:~0,2%
if %CUR_HH% lss 10 (set CUR_HH=0%time:~1,1%)

set CUR_NN=%time:~3,2%
set CUR_SS=%time:~6,2%
set CUR_MS=%time:~9,2%

set SUBFILENAME=%CUR_DD%-%CUR_MM%-%CUR_YYYY%_%CUR_HH%.%CUR_NN%.%CUR_SS%
mkdir %SUBFILENAME%
https://sourceforge.net/p/sevenzip/discussion/45798/thread/43f7e2d9/

BashBlog

Yazı 15 Apr 2022, 09:13 in Genel
https://plaintextproject.online/articles/2021/05/04/bashblog.html

https://eris.clucas.fr/~clucas/blog-test/index.html

https://plaintextproject.online/articles/2021/05/04/bashblog.html

https://www.linux-magazine.com/Online/Blogs/Productivity-Sauce/Blog-from-the-Command-Line-with-bashblog

https://medium.com/secjuice/hackthebox-bashed-write-up-eceb6b9f6d6f

https://tildegit.org/club/bashblog

taş fırın

https://www.youtube.com/watch?v=XesQRT4iZz4

https://blog.desdelinux.net/tr/instalar-un-servidor-de-xmpp-jabber-con-prosody/

https://linuxhint.com/use-nginx-proxy-manager/

https://adamtheautomator.com/nginx-proxy-manager/

https://thehomelab.wiki/books/dns-reverse-proxy/page/create-domain-records-to-point-to-your-home-server-on-cloudflare-using-nginx-progy-manager

https://blog.gurucomputing.com.au/doing-more-with-docker/reverse-proxies-with-nginx-proxy-manager/

https://community.hetzner.com/tutorials/installing-nginx-proxy-manager

https://www.cloudbees.com/blog/nginx-reverse-proxy-docker-swarm-clusters

https://thedatabaseme.de/2022/01/30/put-your-homelab-behind-a-reverse-proxy-with-nginx-proxy-manager/

https://cloudraya.com/knowledge-base/reverse-proxy-management-using-nginx-proxy-manager/

https://docs.portainer.io/v/ce-2.9/advanced/reverse-proxy/nginx

https://github.com/schenkd/nginx-ui

Taş Fırın'da Lahmacun ve Tavuk Yaptık (TAŞ FIRIN VLOG)

https://www.youtube.com/watch?v=fKzKR4SOvFU

https://blog.desdelinux.net/tr/instalar-nginx-google-page-speed-ubuntu/

tinydns ipv6 patch

Yazı 28 Mar 2022, 13:40 in linux
https://www.fefe.de/dns/

https://docs.bytemark.co.uk/article/tinydns-format/

https://github.com/octodns/octodns/issues/342

https://forums.freebsd.org/threads/tinydns-listen-to-ipv6.5224/

https://www.tinydnssec.org/

http://lifewithdjbdns.org/

https://andersbrownworth.com/projects/sysadmin/djbdnsRecordBuilder/

http://www.gentei.org/~yuuji/software/djbdnspatch/

free e-mail hosting

Yazı 3 Mar 2022, 13:43 in Genel
https://tosunkaya.com/en-iyi-ucretsiz-sinirsiz-kurumsal-e-posta-servisleri-yonlendirme-wp-mail-smtp-kurulumu/

Güvenli SMTP Ağ Geçitleri için Postfix Kullanma

https://www.linuxjournal.com/article/4241

https://www.linode.com/docs/guides/basic-postfix-email-gateway-on-ubuntu-10-10-maverick/

djbdns / tinydns Record Builder

Yazı 3 Mar 2022, 13:26 in Genel, linux
https://andersbrownworth.com/projects/sysadmin/djbdnsRecordBuilder/

https://www.fehcom.de/ipnet/djbdnscurve6/man/tinydns-data.8.html

https://toolbox.googleapps.com/apps/dig/#SOA/yp.to

https://cr.yp.to/djbdns/tinydns-data.html
Pages: 1 2 3 4 5 6 7 8 9