All Stories

Configure Docker logging driver with Grafana Loki

Grafana Loki is a log aggregation tool inspired by Prometheus, or simply put Prometheus for logs. In this tutorial I’m going to show you how to install and configure the Loki logging ...

In Docker, Apr 06, 2022

Install VestaCP on Amazon Linux 2

Managing your AWS ec2 instance with VestaCP comes easier if you are not familiar with Linux. Here I’m going to tell you how to install VestaCP on Amazon Linux 2.

In Control Panels, AWS, Amazon Linux 2, Apr 05, 2022

How to fix Docker's 'error while removing network <> has active endpoints'

In today’s post we are going to list a few solutions on how to deal with the following Docker network error: ERROR: error while removing network: network <> has active endpoints...

In Docker, Apr 04, 2022

Install VestaCP on Debian 11

VestaCP is a free and open-source control panel based on PHP and Bash. It’s a lightweight and easy to use control panel which can save you a lot of time and money especially if you ar...

In Control Panels, Apr 03, 2022

Install macOS software updates from the Terminal

Working on macOS usually requires a manual intervention when applying the latest software updates. This could easily be done from the Terminal, as shown below.

In macOS, Apr 02, 2022

How to install Go on Amazon Linux 2

Installing Golang on Amazon Linux 2 can be done within a few minutes since Go exists in the default Amazon Linux 2 yum packages. Let’s dive into it.

In Go, AWS, Amazon Linux 2, Apr 01, 2022

Install Go on macOS

Go, also known as Golang is a popular open source programming language developed by Google and used for general purpose. Although the official macOS installation supports downloading ...

In Go, macOS, Mar 31, 2022

How to install SQLite on Amazon Linux 2

SQLite is one of the best minimalistic, lightweight, and powerful SQL database managers. It can be suitable for every application which doesn’t use a complex database structure. So to...

In SQLite, AWS, Amazon Linux 2, Mar 30, 2022

Check for read-only filesystem in Linux

In today’s post we are going to find out how to check for read-only filesystem in Linux from the CLI.

In Linux, Mar 29, 2022

Add HSTS in Nginx

Increasing the website performance and decreasing the server load can be achieved by HSTS. Enabling the HSTS security headers in Nginx will tell the browser to use https instead of ht...

In Nginx, Mar 28, 2022