How To Add Swap on Ubuntu 12.04
Linux swaps allow a system to harness more memory than was originally physically available. Here’s how to set up a linux swap file on Ubuntu 12.04
Linux swaps allow a system to harness more memory than was originally physically available. Here’s how to set up a linux swap file on Ubuntu 12.04
Одним из способов защиты от ошибок, связанных с недостатком памяти в приложениях, является добавление области подкачки на вашем сервере. В этом руководстве мы расскажем, как добавить файл подкачки на сервер Ubuntu 20.04. [warning] Предупреждение. Хотя подкачка в целом…<$>
Having access to the Twitter API using Python can be extremely useful for promoting your brand (if you represent a business or organization), as well as incredibly enjoyable and entertaining (if you are an individual user or hobbyist programmer). This article outlines the steps necessary for you to create a Twitter application and access your account using Python.
Shipit is a universal automation and deployment tool for Node.js developers. It features a task flow based on the popular Orchestrator package, login and interactive SSH commands through OpenSSH, and an extensible API. Developers can use Shipit to automate build and deployment workflows for a wide range of Node.js applications. In this tutorial you will install and configure Shipit to deploy a basic Node.js application from your local development environment to your product environment.
MongoDB ist eine der beliebtesten NoSQL-Datenbank-Engines. Es ist bekannt für seine Skalierbarkeit, Leistung, Zuverlässigkeit und Benutzerfreundlichkeit. In diesem Artikel zeigen wir Ihnen, wie Sie Ihre MongoDB-Datenbanken sichern, wiederherstellen und migrieren.
O autor selecionou a Open Sourcing Mental Ilness Ltd para receber uma doação como parte do programa Write for DOnations. As pessoas usam tipos diferentes de dispositivos…
In this article, Jenkins will be setup to build Android apps.
Автор выбрал фонд Free and Open Source Fund для получения пожертвования в рамках программы Write for DOnations. Системные журналы — чрезвычайно важный компонент управления системами Linux. Они…
FreeIPA is an open-source security solution for Linux which provides account management and centralized authentication, similar to Microsoft’s Active Directory. In this tutorial, we will be configuring a CentOS 7 machine to authenticate against an existing FreeIPA server.
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.