Miscellaneous

How To Use the LESS CSS Preprocessor on an Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Use the LESS CSS Preprocessor on an Ubuntu VPS

In this tutorial, we will see how you can install LESS and get started using it on the server-side. For this, it assumes you are already running your own VPS with Ubuntu and a web server installed on it if you want to see something in the browser (but not necessary at this level). Additionally, you will have to install Node.js and NPM (Node Package Manager).

Read more
How To Build Go Executables for Multiple Platforms on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Build Go Executables for Multiple Platforms on Ubuntu 20.04

The Go programming language comes with a rich toolchain that makes obtaining packages and building executables incredibly easy. One of Go’s most powerful features is the ability to cross-build executables for any Go-supported foreign platform. This makes testing and packaging your software easy and accessible.

Read more
How To Host a Website with Caddy on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Host a Website with Caddy on CentOS 7

[Caddy](https://caddyserver.com/) is a new web server which can be used in place of Apache or Nginx to serve websites. It has been created with ease of use in mind and has become a common choice for developers who want to quickly run a website without working out difficult configuration files. In this tutorial, you will install and configure Caddy. After following this tutorial, you will have a simple working website served using HTTP/2 and a secure TLS connection.

Read more
Installation und Konfiguration von VNC auf Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Installation und Konfiguration von VNC auf Ubuntu 18.04

Virtual Network Computing oder VNC ist ein Verbindungssystem, das es Ihnen ermöglicht, die Tastatur und die Maus zur Interaktion mit einer grafischen Desktop-Umgebung auf einem entfernten Server zu verwenden. Es vereinfacht die Verwaltung von Dateien, Software und…

Read more
How to Install and Configure VNC on Ubuntu 20.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure VNC on Ubuntu 20.04 [Quickstart]

Virtual Network Computing, or VNC, is a connection system that allows you to use your keyboard and mouse to interact with a graphical desktop environment on a remote server. In this quickstart tutorial, you’ll set up a VNC server on an Ubuntu 20.04 server and connect to it securely through an SSH tunnel.

Read more
How To Install the Lita Chat Bot for IRC on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install the Lita Chat Bot for IRC on Ubuntu 14.04

Many modern DevOps teams are putting more and more infrastructure around the chatroom. One of the main motivations behind this chatroom infrastructure is because of chatroom bots, which DevOps teams use to help get their work done faster and more efficiently. In this tutorial, we’ll walk through the steps to install Lita on your own Ubuntu server, connect it to a IRC channel, and start installing plugins.

Read more
How To Interact with Data in ElasticSearch Using CRUD Operations — step-by-step Linux tutorial on Progressive Robot

How To Interact with Data in ElasticSearch Using CRUD Operations

ElasticSearch is a flexible search implementation that can be accessed and configured programmatically in order to build complex search features into your application or website. In this guide, we will discuss how to create, read, update, and delete data from ElasticSearch using simple HTTP requests.

Read more
CHAT