David Buhlman
  • Home
  • About
  • Tags
  • Stack
Sign in Subscribe

cron

A collection of 4 posts
Calibre, Part Three
Calibre

Calibre, Part Three

Install Calibre Server Step 6 - (Optional) Automatically Adding Books to Your Calibre Library Steps performed on CALIBRE-01 * mkdir /home/david/books-to-add * cd books-to-add * wget https://www.gutenberg.org/ebooks/11.epub.images -o alice.epub * crontab -e * */5 * * * * calibredb add /home/sammy/books-to-add/ -r --with-library http://localhost:8080#calibre-library
Feb 22, 2023 1 min read
Monica - Take Three, Part Two
Monica

Monica - Take Three, Part Two

I'm picking this back up from where I left off a few days ago. Configure Monica Steps performed on MONICA-01 * cd /var/www/monica * php artisan setup:production -v * Setup is done. Have fun. Configure Cron Job Steps performed on MONICA-01 * crontab -u www-data -e * * * * * * php /var/www/
Aug 4, 2022 4 min read
Linux Up Skill - Day 18
Linux

Linux Up Skill - Day 18

Moving along with lesson 18 of the Linux Up Skill Challenge. This lesson is titled “Log rotation” which will be great to touch on Linux logs as they are not something I have very much experience with. The lesson starts with talking about logrotate and how helpful it can be
Jul 11, 2022 2 min read
Linux Up Skill - Day 10
Linux

Linux Up Skill - Day 10

Lesson ten of the Linux Up Skill Challenge is called “Getting the computer to do your work for you.” Automation is a topic I can always learn more about and spend more time with. The lesson starts off with Cron. It starts with explaining the different ways to use Cron.
Jun 21, 2022 3 min read
Page 1 of 1
David Buhlman © 2025
  • Sign up
Powered by Ghost