1. Cron job, crontab and cron daemon

Cron is the most used tool to automate repetitive tasks such as running command or scripts at specified time intervals (minutes, hours, days, etc...) allowing to perform maintenance, backups, update systems or data processing. Cron uses configuration files with...

rsync which stands for remote sync is a powerful and efficient command-line utility used for transferring and synchronizing files and directories between locations whether they are local or remote.

Key functions and features :

  • Efficient transfers: rsync minimizes data transfer by only sending...

1. What is motd and how it works

The motd file, which stands for "message of the day," , functions as a system-wide file that shows a static or dynamically created message to users at the time of their login but before their shell starts. It's used by administrators to share important information...

This article will delve into the install of motionEye on a raspberry pi 3B running Arch Linux Arm. motionEye is a web frontend to the motion daemon a versatile tool for video surveillance that monitors video signals from many types of cameras and performs actions upon movement detection.

Here’...

Sometimes we need to read the content of compressed files without extracting them, especially when dealing with large documents like plain text logs. In this case the amount of time and resources taken for decompression can be bothersome. The appropriate tools are located in /bin directory :

ls /b...