Blogs & Articles
-
Cron: the Job Scheduler in Linux/Unix
Cron is a job scheduler utility in Linux/Unix. As the name implies, it is used to execute commands (called cronjobs) periodically. I can use it, for example, to backup, and update my computer once a week or reboot my servers once a month.
-
Bluetoothctl: Management of Bluetooth Devices in Linux
This article is about the Management of Bluetooth devices in Linux using a command-line tool called bluetoothctl.
-
Touch Command in Linux/Unix with Examples
In Linux/Unix, the touch command is used to change the “modify-time” and “access-time” of a file. If the file does not exist, it is created.