Linux

How To Add Swap on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Add Swap on CentOS 7

One of the easiest ways to make your server more responsive, and guard against out-of-memory errors in your application, is to add some swap space. This gives you the ability to increase the amount of information that your server can keep in its working memory. In this guide, we will cover how to create and enable a swap file on a CentOS 7 server.

Read more
Como adicionar espaço de swap no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como adicionar espaço de swap no Ubuntu 20.04

Um das maneiras de se proteger contra erros de memória insuficiente em aplicativos é através da adição de um espaço de swap ao seu servidor. Neste guia, falaremos sobre como adicionar um arquivo swap a um servidor Ubuntu 20.04. <$>[warning] Aviso: embora o swap seja…

Read more
How To Build a Discord Bot in Python on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Build a Discord Bot in Python on Ubuntu 20.04

In this guide, you will build a Discord bot using the Python programming language and deploy it to an Ubuntu 20.04 server. You’ll be using the Discord Python library, [`discord.py`](https://discordpy.readthedocs.io/en/latest/), to program your bot.

Read more
How To Build and Deploy Packages for Your FreeBSD Servers Using Buildbot and Poudriere — step-by-step Linux tutorial on Progressive Robot

How To Build and Deploy Packages for Your FreeBSD Servers Using Buildbot and Poudriere

Poudriere is the standard tool on FreeBSD to build, test, and audit packages as well as maintain the package repositories. In this tutorial you’ll configure Poudriere, build a set of desired packages, set up HTTP-base package hosting, and automate the build using Buildbot as a continuous integration platform. Next, you will access the packages from a client machine. Finally, if you want to integrate your own software builds with this process, you’ll step through building an example application.

Read more
CHAT