Articles RSS Feed

Karalama Defterim

Arada birde olsa karalamak lazım :)
Kategori notlar has 9 Yazılar

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/

taş fırın Yapımı

Yazı 25 Feb 2022, 15:04 in notlar
https://www.youtube.com/watch?v=k72LRloHbsg

Davmail

Yazı 19 Nov 2021, 13:11 in notlar
http://davmail.sourceforge.net/

https://www.cozumpark.com/proxmox-mail-gateway-kurulumu-ve-microsoft-exchange-entegrasyonu/

https://www.mshowto.org/sophos-e-mail-gateway-appliance-kurulumu.html

https://www.serdarbayram.net/proxmox-6-4-mail-gateway-kurulumu-ve-microsoft-exchange-entegrasyonu.html

https://envercolakoglu.com/proxmox-mail-gateway-nedir-proxmox-mail-gateway-programi-ucretsiz-indir/

Mysql

Yazı 13 Oct 2021, 13:11 in notlar
mysql> tee showdboutput.out

Logging to file 'showdboutput.out'

mysql> show databases;

mysql> source sample.sql

https://techglimpse.com/redirect-output-of-mysql-source-command-to-log-file/

linkler

Yazı 2 Feb 2020, 08:51 in notlar
https://www.danballard.com/2018/03/31/setting-up-mailman-to-use-nonlocal-mail/

https://www.howtoforge.com/running-mailman-on-nginx-lemp-on-debian-squeeze-ubuntu-11.04-11.10

https://www.linuxbabe.com/mail-server/gnu-mailman-ubuntu-16-04-nginx-fastcgi

https://blog.sleeplessbeastie.eu/2018/12/19/how-to-install-prosody-an-open-source-and-modern-xmpp-communication-server/

https://www.osradar.com/install-ejabberd-on-centos-7/

https://www.linuxbabe.com/ubuntu/install-configure-prosody-xmpp-server-ubuntu-16-04-17-04

https://www.vultr.com/docs/how-to-setup-an-openfire-xmpp-server-on-centos-7

https://computingforgeeks.com/complete-guide-on-how-to-install-openfire-xmpp-chat-server-on-centos-7-x/

https://www.debyum.com/xmpp-server-install-openfire-latest-on-centos-7/

https://blog.mornati.net/install-personal-jabber-server-on-centos-using-ejabberd/

http://docs.liderahenk.org/lider-ahenk-docs/1.1.0/installer/kurulum_rehber/

https://farukomercakmak.gitlab.io/post/2017-12-20-liderahenk-elle-kurulum/

https://ramazancesur.blogspot.com/2017/05/ubuntu-xmpp-ejabberd-kurulumu.html

https://docplayer.biz.tr/19421069-Messenger-sunucularinin-kurulum-dokumani.html

Pages: 1 2