ubuntu

¿Cómo instalar y usar Docker en Ubuntu 16.04? — step-by-step Docker tutorial on Progressive Robot

¿Cómo instalar y usar Docker en Ubuntu 16.04?

Docker es una aplicación que hace que sea sencillo y fácil de ejecutar procesos de aplicación en un contenedor, que son como máquinas virtuales, sólo más portátil, más amigable con los recursos y más dependiente del sistema operativo del host. Para una introducción detallada a…

Read more
How to Access MySQL Error Logs — step-by-step Linux tutorial on Progressive Robot

How to Access MySQL Error Logs

Oftentimes, the root cause of slowdowns, crashes, or other unexpected behavior in MySQL can be determined by analyzing its error logs. On Ubuntu systems, the default location for the MySQL is /var/log/mysql/error.log. In many cases, the error logs are most easily read with the less program, a…

Read more
Cara Menambah Ruang Swap pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Menambah Ruang Swap pada Ubuntu 20.04

Salah satu cara untuk menghindari kesalahan kehabisan memori dalam aplikasi adalah dengan menambahkan sejumlah ruang swap ke server Anda. Dalam panduan ini, kita akan membahas cara menambah suatu berkas swap ke server Ubuntu 20.04.

Read more
How To Automate Deployment Using CircleCI and GitHub on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Automate Deployment Using CircleCI and GitHub on Ubuntu 18.04

Continuous Integration/Continuous Deployment (CI/CD) is a development practice that allows software teams to build, test, and deploy applications easier and quicker on multiple platforms. CircleCI is a popular automation platform that allows you to build and maintain CI/CD workflows for your projects. In this tutorial, you’ll go through the steps to set up a sample Node.js app for auto-deployment on an Ubuntu 18.04 server using CircleCI.

Read more
How To Build a Data Processing Pipeline Using Luigi in Python on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Build a Data Processing Pipeline Using Luigi in Python on Ubuntu 20.04

Luigi is a Python package that manages long-running _batch processing_, which is the automated running of data processing jobs on batches of items. Luigi allows you to define a data processing job as a set of dependent tasks. In this tutorial you will build a data processing pipeline to analyze the most common words from the most popular books on Project Gutenburg. You will build a pipeline using Luigi. You will use Luigi tasks, targets, dependencies, and parameters to build your pipeline.

Read more
CHAT