Synchronize your computer’s clock using the NTP
The UTC is available as a standard from NMIs and can be used for synchronizing a computer's clock using the Network Time Protocol (NTP).
The UTC is available as a standard from NMIs and can be used for synchronizing a computer's clock using the Network Time Protocol (NTP).
Alarm system call, sleep functions and the high resolution timers (HRT) provide a framework for programs to carry out time-critical tasks.
System calls and functions associated with execution times under Linux and Unix operating systems are explained.
The calendar time is the number of seconds since January 1, 1970 00:00:00 UTC, which is the Epoch for keeping time in Linux.
The hardware real time clock is a part of computer's hardware, powered by a battery and keeps on running even when the system is off.
Anacron runs jobs periodically, that is, once a day, week or a month. Anacron works even if the computer is switched off for some time.
cron is a daemon that executes programs for users at predefined times. cron works on the basis of crontab, which is a text file.
To backup a Drupal site, website root directory and database dump are copied to a local server. The backup commands are explained.
Moving a Drupal site to a new host involves backing up the MySQL database and the web-site root directory and storing these on the new host.
Program, process and threads are important concepts. The definition and relationship between program, process and threads is explained.