Linux Tutorials on the topic “Linux”
-
How to use modules from the Terraform Registry
Author: Ali Imran Nagori • Tags: cloud, linux, virtualization • Comments: 0The Terraform Registry is a place where one can find different providers and modules (re-usable Terraform configurations) and use them with Terraform. In this tutorial, we will see how to use modules from Terraform Registry. We will see this by demonstrating an example of creating an EC2 instance on AWS.
-
How to Install SuiteCRM with Nginx and Free Let's Encrypt SSL on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, nginx, server, ubuntu, web server • Comments: 4SuiteCRM is an open-source customer relationship management solution written in PHP. It's a fork of the popular SugarCRM software after SugarCRM stopped releasing its community edition. In this post, you will learn how to install SuiteCRM using the Nginx web server and Let's Encrypt SSL on Ubuntu 22.04.
-
How to Install Gatsby.js Node Framework on Ubuntu 22.04
Author: Arvid L • Tags: linux, programming, server, ubuntu, web server • Comments: 0GatsbyJS or Gatsby is a free and open-source framework for building blazing fast, modern apps, and websites with React. In this tutorial, you will learn how to install and set up Gatsby.js on the Ubuntu 22.04 machine.
-
-
How to Install OpenLiteSpeed Web Server on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0OpenLiteSpeed is a simple, lightweight, and high-performance HTTP server and can handle hundreds of thousands of concurrent connections. In this tutorial, we will show you how to install OpenLiteSpeed on Ubuntu 22.04 server.
-
How to use loops in Terraform
Author: Ali Imran Nagori • Tags: cloud, linux, server, virtualization • Comments: 0Terraform is an Open source tool developed and maintained by HashiCorp. It uses its own Hashicorp Configuration Language- HCL to provision multiple cloud service providers. In this tutorial, I will show you how to use loops in Terraform. We will see several examples of using some loop constructs.
-
How to Install Jenkins on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu • Comments: 0Jenkins is an open-source automation tool for Continuous Integration/Continuous Delivery (CI/CD). In this tutorial, you will learn how to install Jenkins on the latest Ubuntu 22.04. this tutorial also covers how to set up Apache2 as a reverse proxy for Jenkins with an SSL connection enabled on top of it. In the end, you will also learn how to create the first Jenkins build project for executing shell scripts or commands.
-
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.