When to Restart Services or Reboot after Update on Debian or Ubuntu
After update Debian (or Ubuntu) using apt-get update && apt-get -V upgrade you need to know which services need restart and if system reboot is required (kernel upgrade). A common…
After update Debian (or Ubuntu) using apt-get update && apt-get -V upgrade you need to know which services need restart and if system reboot is required (kernel upgrade). A common…
rsync is probably the most common solution for backup on Linux, because it is extremely fast and makes incremental backups (transfer "only differences" between two versions of a file), which…
Postgresql update is not a trivial task. According to PostgreSQL Versioning policy: A major release is numbered by increasing either the first or second part of the version number, e.g.…
More and more companies use SSL certificates (small data files that digitally bind a cryptographic key) to protect their customers sensitive data, as username, password and credit card number, as…
One of the advantages of Debian operating system is the ability to live update a production server from current to next release. Under normal circumstances you do not have to…