HowtoForge provides user-friendly Linux tutorials.
-
How to Install Shopware 6 with Nginx and Let's Encrypt SSL on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 3Shopware CE is a free and open-source eCommerce platform written in Symfony and Vue.js. In this tutorial, we will show you how to install Shopware CE with Nginx and Let's Encrypt on Ubuntu 20.04.
-
How to create a Replicaset in Kubernetes
Author: Rahul Shivalkar • Tags: cloud, server • Comments: 0A replica set makes sure the specified replicas of pods are always running. It can be considered as a replacement for the replication controller.
-
How To Install JFrog Artifactory on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 1JFrog Artifactory is an open-source repository management application that can be integrated with continuous integration and delivery tools. In this tutorial, we will show you how to install JFrog Artifactory on Ubuntu 20.04.
-
-
Connect GNOME File Manager or Windows Explorer to an ISPConfig 3 website
Author: Tapio Lehtonen • Tags: desktop, ispconfig, linux • Comments: 0This Tutorial shows how to set up access to website files in the file manager application on your workstation. This Tutorial shows this on Linux and Windows.
-
How to create a Deployment in Kubernetes
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0A Kubernetes deployment is a resource object in Kubernetes that provides declarative updates to applications. In this article, we will learn to create a deployment in Kubernetes and perform operations on it.
-
How to Install PostgreSQL and phpPgAdmin on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 3PostgreSQL or Postgres is a powerful high-performance object-relational database management system (ORDBMS). This tutorial will show the installation of PostgreSQL and its web-based administration interface phpPgAdmin on Ubuntu 20.04 LTS (Bionic Beaver).
-
Setting, Changing and Resetting MySQL and MariaDB Root Passwords
Author: SamTzu • Tags: mysql • Comments: 43Setting, Changing And Resetting MySQL Root Passwords. This tutorial explains how you can set, change and reset (if you've forgotten the password) MySQL or MariaDB root passwords. Time and again I see problems like mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: YES)'. So I thought it's time to remind you how to solve MySQL related password problems. If you are just looking for a quick fix how to reset a MySQL root password you can find that at the bottom of this tutorial.
-
How to install Webmin and secure it with Let's Encrypt SSL on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: control panels, linux, server, ubuntu • Comments: 6Webmin is a free, open-source, and web-based application used for managing Linux-based systems. In this tutorial, we will show you how to install Webmin and secure it with Let's Encrypt SSL on Ubuntu 20.04 server.
-
How to Install and Configure Caddy Web Server with PHP and MariaDB on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, mysql, php, ubuntu, web server • Comments: 7Caddy Web Server is a modern open-source web server written in GO language. In this tutorial, you'll install and configure Caddy to run along with PHP and MariaDB on an Ubuntu 20.04 based server.
-
How to Install and Configure GitLab CE on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, nginx, programming, server • Comments: 1GitLab is an open-source repository manager based on Rails developed by GitLab Inc. It is a web-based git repository manager that allows your team to collaborate on coding, testing, and deploying applications. In this tutorial, I will show you step by step how to install GitLab CE (Community Edition) on CentOS 8 Server.