Applications

Ubuntu 20.04にWebminをインストールする方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04にWebminをインストールする方法

Webminは、Linuxマシン用のWebベースのコントロールパネルで、現代のWebベースのインターフェースを通じてサーバーを管理できます。Webminでは、Webサーバーやデータベースなどの共通パッケージ設定を即座に変更できます。

Read more
Cómo instalar y configurar Nextcloud en Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar y configurar Nextcloud en Ubuntu 18.04

Nextcloud, una bifurcación de ownCloud, es un servidor para el intercambio de archivos que le permite almacenar su contenido personal, como documentos e imágenes, en una ubicación centralizada, similar a Dropbox. La diferencia con Nextcloud es que…

Read more
How To Add Unit Testing to Your Django Project — step-by-step Python tutorial on Progressive Robot

How To Add Unit Testing to Your Django Project

Testing a website can be a complex task to undertake because it is made up of several layers of logic like handling HTTP requests, form validation, and rendering templates. However Django provides a set of tools that makes testing your web application seamless. In this tutorial, you will set up a test suite in your Django project and write unit tests for the models and views in your application. You will run these tests, analyze their results, and learn how to find the causes of failing tests.

Read more
CHAT