Kevin, collated.

Learn from my mistakes. Build it better.

What Is a Microenterprise and Why Does it Matter?

2023-11-30

What is a Micro-Enterprise?

Micro-enterprises are defined as a business organization with 9 employees or fewer 12. These are typically small family-owned businesses. In the context of IT, this can be extended to any organization that lacks a dedicated IT staff. Typically, a small business will only be concerned with the production of goods and services; unfortunately, technology has become integral with the operations of many small businesses. Inventory needs to be monitored, orders need to be shipped, and sales needs to be made–the integration of technology and business is therefore critical to success.

Continue reading

Creating Systemd Timer Jobs

Systemd Timer Jobs

In the past, it would be fairly typical to use cron to schedule jobs on Linux or BSD. Cron is an excellent tool for scheduling simple jobs, but weaknesses will begin to appear when complexity is required.

Some of the benefits of systemd include:

  • Automatic rotaion of logs.
  • Memory/CPU scheduling.
  • Random start/job delays.

We’ll cover services and timers today.

Timers

The first step to creating a recurring job using systemd is to create the timer unit itself. This file controls the schedule of the job.

Continue reading
Newer posts