San Francisco: The US based tech Google has introduced a new “Google IT Automation with Python Professional Certificate” a program which is designed to provide job-ready skills in Python, Git and IT automation in under six months. “Python is now the most in-demand programming language, and more than 530,000 U.S. jobs, including 75,000 entry-level jobs …
Category : Uncategorized
22 posts
Open crontab in your terminal:EDITOR=gedit crontab -e Add your cron settings at the end of your file (we are setting cron to be execute in every 2 minute in our example):*/2 * * * * /usr/bin/php -q /path/to/phpfile.php > /dev/null Save your cron file and run:sudo service cron restart