Linux Tutorials on the topic “Linux”
-
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.
-
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 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.