Linode this is a short tutorial and yet so powerful. thank u mate!
@WC1376C223 жыл бұрын
LOL, Jay idk if you go back or have alerts for older videos, but I sure hope you see this. I am laughing right now because I caught myself "auto clicking" the thumbs up button. I have been catching up on some of your vids from earlier this year and the first thing I always seem to do is click the thumb as the video is starting. Great work at brainwashing me to like awesome content.
@WebDesignerAmy2 ай бұрын
This is a great tutorial! I ran into an issue learning about KZbin API's and found there is a limitation to calling the API when you are given a certain amount of units daily. ChatGPT suggested that I look into running a CRON job for certain API calls that can save it to a JSON file. Then have the front-end scripts serve up the data from this source rather than have requests constantly being made at the user level through their browser which would chew up the quota I am given.
@keittomaster2 жыл бұрын
Fantastic video and very helpful. Your calm way of explaining things is great for learning. Thank you sir!
@e00d202 жыл бұрын
Thanks man, I appreciate you for posting this
@zeerar2 жыл бұрын
This is the best tutorial that I found.
@DylanDkoh3 жыл бұрын
Before Chill by Yomoti - [Beats Music] Was used in this video for music
@portfedh2 жыл бұрын
This is great! Could you please show us how to check a log to make sure the job executed correctly?
@mortenlund14182 жыл бұрын
You make all kinds of nice videos. Best of all, you do it alot. Best wises
@johneagle43842 жыл бұрын
Thank you. Simple and clear tutorial!
@techmathy57643 жыл бұрын
Really needed this one👍❤️
@simmzzzz8 ай бұрын
Amazing explanation! Thanks!
@madkvideo2 жыл бұрын
Learn Linux TV is the man!
@Tonytengosuerte2 жыл бұрын
Super clean video, very informative.
@sametsahin-eh3qj5 ай бұрын
I love how he is so pro
@mananshah40312 жыл бұрын
For people in timezones other than UTC, we need to specify the time in UTC in the cron job
@ilkerylmaz Жыл бұрын
very good, thank you for this video.
@angelizquierdo32653 жыл бұрын
Thanks a lot! Very nicely explained!
@yiminghuang47983 жыл бұрын
Well-planned video
@stlouisphotography3 жыл бұрын
Hi, Jay, you are doing a good job. Thanks for your videos.
@yuvashree45613 жыл бұрын
cronjob for diskspace stats and store the result in file with date
@lowgn9251 Жыл бұрын
Very simple and very useful !
@deultima3 жыл бұрын
Do cron jobs wake up the computer and run when the computer was asleep or would I need to use something else to wake the machine up in time to run the job?
@AkamaiDeveloper3 жыл бұрын
Great question, there are some really good answers to this here askubuntu.com/questions/821240/does-cron-wake-up-my-computer
@LiegeMaximo3 жыл бұрын
Thank you sir! It really is very helpful for beginners like me. :)
@mpedzi0312 жыл бұрын
Thank you so much! Awesome pacing and I really appreciate you going over the flags. Will watch more
@nirvanaboy92703 жыл бұрын
This was really helpful, thank you so much !
@md-oo1kw Жыл бұрын
You have been very helpful to me personally and thank you for making all this videos.
@simranbanwait2 жыл бұрын
thankyou sir , amazing video
@Shahzaib786ik2 жыл бұрын
Awesome Tutorial.
@Aaron-hg8jo Жыл бұрын
is that a uPerfect portable monitor. I think I have the same one
@Franco-on7yw2 жыл бұрын
I’ve try to use it to run schedule on my Laravel project on Google Cloud service but it doesn’t woks as it looks like it can not run artisan commands or ejecute a bash file.
@harisunkanaboina65333 жыл бұрын
Thank you so much for this video until now i have searched so many videos,no one told me like you i got it now....
@somers2020 Жыл бұрын
When I try to edit after inputting crontab -e, no Text Editor comes up. I see the code in something called LXTerminal. How do I edit from here? My Raspberry Pi has a Text Editor. Do I have to copy and paste it into that? Or maybe it IS open in some Editor and I just have to figure out which one and what the commands are? Thanks!
@zoeb-vora2 жыл бұрын
crontab trying to execute python files throw 'unable to read file errors' inspite of fixing the env vars.. any pointers.???
@dolodestinations7628 Жыл бұрын
not sure if you are able to help. I have a website on this server that is currently working. I tried using a Flask-AP scheduler which did not work. I know the function works, because I can manually call it in the admin page. The AP Scheduler works when I run it on a local server. But production mode does not work. I am trying to see if this cronjob is a good alternative. I have a python file that can call the function to update the necessary things I need. Not sure how to set up cron job to execute that python file. The file is with the rest of the webApp. Please help!!
@iampraneetkumar2 жыл бұрын
Thank you so much for explaining crontab, it's easy to understand, i was wondering is there any gui for crontab?
@stephanc71922 жыл бұрын
Great Video as always Q: IS there an "fairly" easy way to do every second Monday?
@oreliemartin Жыл бұрын
Awesome
@lakerfan4life3082 жыл бұрын
Is there a way to run a crontab process every other Sunday? e.g bi-weekly
@robot677992 жыл бұрын
Will it complete the job and generate the output file at the given time even when my computer is turned off?
@Licolada2 жыл бұрын
there is no /etc/cron on my linux debian what can I do?
@EdrisRanjbar2 жыл бұрын
it was super helpful
@viniciushenrique82112 жыл бұрын
Thank you very much for this tutorial! I'm slowly becoming a devops with this stuff haha
@LoesserOf2Evils2 жыл бұрын
Am I correct that in order to discontinue a cronjob, you delete the line containing it from the crontab file?
@LoesserOf2Evils Жыл бұрын
@@russb257, many thanks!
@ajitthapa91962 жыл бұрын
How can i create something like this in windows docker? Basically I have bunch of task running via a task scheduler , I want them to run inside a docker containers.
@0000H-y5x3 жыл бұрын
cron job a task to be run at 6:00 am on the second friday of every even months :)
@guilherme50943 жыл бұрын
Another great video!
@frockygarcia20043 жыл бұрын
Does it run in sequence or at the same time if I have multiple tasks set at the same time? Example 0 * * * * echo 0 0 * * * * echo 1
@AkamaiDeveloper3 жыл бұрын
Great question! If you have the crons set to run at the same time, that's what they will do. Here's a Stack Overflow article that discusses this: stackoverflow.com/questions/36900886/multiple-cronjobs-at-the-same-time#:~:text=Yes%2C%20cronjobs%20can%20run%20at,set%20them%20up%20that%20way.
@lsatenstein3 жыл бұрын
Both are launched concurrently. By the way, there is intentional jitter of some seconds from the actual launch time. It could be on the exact transition to the time, or a couple of seconds late.
@datakhukhua48893 жыл бұрын
which one you prefer cron or systemd timers?
@rldotaplays65653 жыл бұрын
very helpful, love it
@ZeyadZaya9 ай бұрын
Thank you
@edmundkemper16252 жыл бұрын
Is it possible to use crontab on Android(rooted,busybox installed phone)
@bibifedomatova21152 жыл бұрын
how to know full path for echo command ? how did you know it is /usr/bin/ ? how to know full path for other commands in cronjob? thank you!
@jjb7920 Жыл бұрын
Use the which command. Type "which echo" in the terminal, press enter, and the fully qualified path will be output.
@ChoChuTube2 жыл бұрын
How to create new cronitor key pls help me.
@romulodejesus64013 жыл бұрын
How can I clean the memory cache?
@agr-tech3 жыл бұрын
are there any log files you can reference for troubleshooting purposes?
@AkamaiDeveloper3 жыл бұрын
Your cron logs should be located in /var/log/syslog. You can search for them there by running the following command: grep CRON /var/log/syslog
@agr-tech3 жыл бұрын
@@AkamaiDeveloper Awesome. Thank you!
@yuvashree45613 жыл бұрын
Create cronjob for diskspace stats and store the result in file with date
@japhetkiplagat84522 жыл бұрын
how to get jobs in crontab linux
@bruhmomentgaming67842 жыл бұрын
can I remove a cron job?
@adumred2 жыл бұрын
# Example of job definition: # .---------------- minute (0 - 59) # | .------------- hour (0 - 23) # | | .---------- day of month (1 - 31) # | | | .------- month (1 - 12) OR jan,feb,mar,apr ... # | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat # | | | | | # * * * * * user-name command to be executed
@CodeA43 жыл бұрын
That was so helpful, thank you so much.. but could you please show us how to send mail from crontab? I used postfix but how can I schedule sending emails by crontab
@AkamaiDeveloper3 жыл бұрын
This thread should help you out serverfault.com/questions/691033/how-to-send-an-e-mail-after-a-cron-job
@kelvinclark34743 жыл бұрын
Thank you
@kwangee3 жыл бұрын
It's possible to dynamically add and remove cron job from application like web application without too much complexity like CLI or API? or is there any alternative solution?
@AkamaiDeveloper3 жыл бұрын
It depends on which application and how you'd like it to interact with Cron. This PHP library might help: github.com/Cron/Cron
@ZackDesigner2 жыл бұрын
it was helpful
@mohammd1002 жыл бұрын
thanks
@rafaelsalete33192 жыл бұрын
If you are using WSL (Windows Subsystem for Linux) on Windows machine, by default the cron is stopped. Before use it, you need to start it by ' sudo /etc/init.d/cron start ' after run that, you can check if it's running by ' sudo /etc/init.d/cron status '. Now enjoy the cron!
@babarkhan38113 жыл бұрын
Thanks sir
@helloandris_3 жыл бұрын
I got in trouble earlier by typing crontab -r instead of -e which removes your crontab entries, so be careful.
@jacksonbrim73593 жыл бұрын
Lmao. Is it coincidence that I come across this post from 6 months ago just as I read a reddit post about somebody doing this exact thing 6 months ago?
@kluchtube70423 жыл бұрын
my cronjobs not working :(
@akshayalva38793 жыл бұрын
yeah same, did you figure out the problem?
@kluchtube70423 жыл бұрын
@@akshayalva3879 i use wsl-ubuntu, it does not run crontab in startup so i had to manually type the command to start crontab every time.
@elchinmammadov6242 жыл бұрын
you can build your sentences without using "actually" before each word. Its confusing.
@GOODBOY-vt1cf3 жыл бұрын
7:04
@daredevil6145 Жыл бұрын
how to create multiple users in linux
@richdropoutsmoova28 күн бұрын
W vid
@MohdDanish-kv9sw2 жыл бұрын
not working for me dont no why , i am in /home/ubuntu directory then i am writing this command inside editor "39 11 * * * echo "this is a test" > /home/ubuntu/testfile.txt" but it is not executing i dont know why