Friday, 1 November 2019

Cron time, Different time for cron

A cron schedule is defined by setting values in five slots * * * * *. Each slot takes can take a single number, range of numbers, or * wildcard. Each slot is defined as:

Minute (0-59) Minute of the hour
Hour (0-23) Hour of the day
Day (1-31) Day of the month
Month (1-12) Month of the year
Weekday (0-6) Day of the week where, Sunday == 0, Monday == 1, …, Saturday == 6.
The script to execute (not necessary for Cloud Functions)


Visite below Website:

https://fireship.io/snippets/crontab-crash-course/


Generate MD5/SHA1/SHA256 and HASHKEY for FACEBOOK using Command Prompt or Terminal

# GET   MD5/SHA1/SHA256 DEBUG:- keytool -list -v -keystore "C:\Users\Milan\.android\debug.keystor e" -alias androiddebugkey ...