HowtoForge provides user-friendly Linux tutorials.
-
Install and Configure CyberPanel on Ubuntu
Author: Hitesh Jethva • Tags: control panels, linux, server, ubuntu, web server • Comments: 0
CyberPanel is a free and open-source web hosting control panel powered by OpenLiteSpeed. This tutorial will explain how to install CyberPanel control panel on Ubuntu server.
-
How to Install PhpMyAdmin with Free Let's Encrypt SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, mysql, nginx, server, ubuntu • Comments: 0phpMyAdmin is a free, open-source, and web-based application used for managing databases via a web browser. It provides a simple and user-friendly web interface that helps database administrators to query and manage MySQL and MariaDB databases.
-
How to Send Ubuntu Logs to a Graylog Server
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 0Graylog is a platform centralized log management system. It's one of the most popular log management systems in the DevOps world with multi-platform support and can be installed in a container environment such as Docker and Kubernetes.
-
-
How to Setup a Centralized Log System with Graylog on Debian 11
Author: Arvid L • Tags: debian, linux, monitoring, server • Comments: 0Graylog is a free and open-source log-management platform for capturing, storing and enabling real-time analysis of your data and logs. It's written in Java and built on top of other open-source software like MongoDB and Elasticsearch.
-
How to Install VNC Server Ubuntu 22.04
Author: Arvid L • Tags: desktop, server, ubuntu • Comments: 2Virtual Network Computing (VNC) is a desktop sharing protocol that allows you to control a computer remotely using the VNC client software. In this tutorial, we will show you how to install and configure the VNC Server on the latest Ubuntu Server 22.04. This guide also covers how to securely connect to the VNC Server through SSh tunneling.
-
How to connect ONLYOFFICE Docs and Strapi CMS
Author: Daria • Tags: linux, server • Comments: 0ONLYOFFICE Docs is an open-source office suite and Strapi is an open-source collaborative CMS built on Node.js. In this tutorial, we’ll learn how to connect the instances of ONLYOFFICE Docs and Strapi using an integration plugin (connector).
-
How to Install Apache CouchDB NoSQL Database Server on Debian 11
Author: Navjot Singh • Tags: debian, linux, server • Comments: 0Apache CouchDB is an open-source NoSQL database developed by the Apache Software Foundation. This tutorial will teach you how to install Apache CouchDB Database Server on a Debian 11 server. You will also learn how to perform some basic database operations and access CouchDB via a public URL using the Caddy web server.
-
How to Install and Configure Envoy Proxy on Debian 11
Author: Arvid L • Tags: debian, linux, server • Comments: 1Envoy proxy is a free and open-source service proxy designed for cloud-native applications. In this tutorial, we will show you how to install and configure the Envoy proxy on the Debian 11 server.
-
How to launch EC2 instance using new AWS UI console
Author: Ali Imran Nagori • Tags: cloud • Comments: 0On January 12, 2022 AWS introduced a new user interface for the management console. In this post we will discover the new AWS Console Home and specifically we will use the new EC2 launch wizard to provision a new EC2 instance.
-
How to Install Ruby on Rails on Ubuntu 22.04
Author: Arvid L • Tags: linux, programming, server, ubuntu • Comments: 0Ruby on Rails or RoR is a free and open-source web application framework written in Ruby. In this tutorial, we will show you how to install Ruby on Rails on Ubuntu 22.04. You will also learn how to start a new project/application using Ruby on Rails and also using PostgreSQL as the database for your Rails application.