Linux Tutorials on the topic “Linux”
-
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 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.
-
How to Install and Configure Apache Hadoop on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 7Apache Hadoop is an open-source framework used to manage, store and process data for various big data applications running under clustered systems. In this tutorial, we will explain how to set up a single-node Hadoop cluster on Ubuntu 20.04.
-
How to install NetBox Network Documentation and Management Tool on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, monitoring, networking, ubuntu • Comments: 11Netbox is a free and powerful IP address (IPAM) and datacentre infrastructure management (DCIM) tool. It is used for storing information about your networks, VMs, and inventories. In this tutorial, we will explain how to install Netbox with Nginx as a reverse proxy on Ubuntu 20.04.
-
How to compile ONLYOFFICE Document Server from source code on Ubuntu
Author: Daria • Tags: linux, ubuntu • Comments: 0In this tutorial, we’ll learn how to compile ONLYOFFICE Document Server from source on Ubuntu. ONLYOFFICE Document Server comprises web-based viewers and collaborative editors for text documents, spreadsheets, and presentations providing high compatibility with OOXML formats (docx, xlsx, pptx).
-
How to create Docker Images with a Dockerfile on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, virtualization, web server • Comments: 6In this tutorial, I will show you how to create your own docker image with a dockerfile. A Dockerfile is a script that contains collections of commands and instructions that will be automatically executed in sequence in the docker environment for building a new docker images. As example, we will create a Nginx Web server with PHP-FPM.
-
Setup a Kubernetes Cluster on AWS EC2 Instance with Ubuntu using kubeadm
Author: Rahul Shivalkar • Tags: cloud, linux, ubuntu • Comments: 6In this article, we will see how to set up a Kubernetes cluster with 2 Worker Nodes and 1 Master Node on Ubuntu LTS Servers. We will use the "kubeadm" tool to set up the cluster.