Установка MongoDB в Ubuntu 20.04
Предыдущая версия данного руководства была написана Мелиссой Андерсон. MongoDB (или Mongo) — это документоориентированная база данных с открытым исходным кодом, используемая во…
Предыдущая версия данного руководства была написана Мелиссой Андерсон. MongoDB (или Mongo) — это документоориентированная база данных с открытым исходным кодом, используемая во…
APC is a great operation code caching system for PHP that can help speed up your site. Here we install Alternative PHP Cache on a Cloud Server running Ubuntu 12.04 VPS.
🟡 Medium ⏱ 10–30 min Last verified: 10 October 2020 Affected versions: Ubuntu 18.04 (bionic) 📖 ~4 min read • Source: Ubuntu Security Notice USN-4572-1 Related CVEs: CVE-2020-14355 CVE-2019-3813 CVE-2018-10873 CVE-2017-12194 Upstream summary: Frediano Ziglio discovered that Spice incorrectly handled QUIC image decoding. A remote attacker could use this to cause Spice to crash, […]
O Redis é um datastore ou armazenamento de dados open-source de chave-valor na memória. As chaves Redis são persistentes por padrão, o que significa que o servidor Redis continuará armazenando-as, a menos que sejam excluídas manualmente. No entanto, pode…
Learn how to create a sharded RethinkDB cluster for improved database performance across multiple machines.
In this second tutorial about starting Linux services automatically, we’ll take a step back and explain init processes in more detail. You should gain a good understanding of how they control a daemon’s start-up behavior. We’ll see how to do this from three different init systems: System V, Upstart, and systemd.
Docker – это приложение, позволяющее легко и быстро запускать другие приложения и процессы в контейнерах, которые подобны виртуальным машинам, но являются при этом более портируемыми, потребляют меньше ресурсов, а также меньше зависят от операционной системы машины-хоста. Для…
A quick breakdown of the inherit, initial and unset css values. Unset is the new kid on the block.
How to Install and Configure AIDE on RHEL 7 AIDE (Advanced Intrusion Detection Environment) is a host-based intrusion detection system (HIDS) that works by taking a cryptographic snapshot of your filesystem at a known-good point in time and then comparing the current state of the filesystem against that baseline to identify any files that have […]
Learn what the .bashrc file is in Linux, how it works, and how to customize your terminal environment. A must-read for beginners and power users.