Put here for posterity.
How to make sure standard error and std out go to the bit bucket.
# crontab line
0 16 * * 1-5 /home/batch/getShipping/getShippingDetails.sh > /dev/null 2>&1
Put here for posterity.
How to make sure standard error and std out go to the bit bucket.
# crontab line
0 16 * * 1-5 /home/batch/getShipping/getShippingDetails.sh > /dev/null 2>&1
Just toasted my Windows 10 Pro install with a Windows 11 upgrade. Think it will be unrecoverable (because of Bitlocker...
A screencast I did of CakePHP 4 development environment with docker-compose containers. #cakephp...
Handy snippet to include your loaded plugin list in a view // templates/Pages/help.php <tr> <th>Loaded...
0 Comments