mysql backup password without root home
What’s the best way to provide a MySql root password (~/.my.cnf
) to cron job without root to have the home folder?
the server I’m using is centos
What’s the best way to provide a MySql root password (~/.my.cnf
) to cron job without root to have the home folder?
the server I’m using is centos
I see so many guides on how to run crontab, but what I need right now is to learn how to
If there’s an app that starts up by itself, what would the most efficient places to look for it be? Does anyone have a nice comprehensive list of where to check for Startup Items, Login Items, Login Hooks, Cron, kernel extensions, etc…
If Apache is in the middle of writing a large file and an rsync cron job runs on that file, does rsync attempt to copy the file?
The insertion of ?doing_wp_cron
in WordPress’s URL is very well documented here.
WordPress takes measures to ensure that a cron task doesn’t run twice when it should run once, e.g. once every hour when an hourly schedule is given, rather than the occasional twice at the scheduled time.
I have an rsync cron job which is pushing the server load and triggering monitor alerts. If I set the job to be run with a high nice level, would that effectively reduce the impact it has on system load values?
I got small asp.net script what could be executed as web page
I have a multi part question for a php script file. I am creating this file that updates the database every second. There is no other modeling method, it has to be done every second.
I have a file in mysite.com/url1/url2/cronjob.php which has to be run every minute. I try every combination, but can’t succeed. What should I run in command line? Thank you.