Linux Tutorials on the topic “ubuntu”
-
How to Manage Packages with APT on Ubuntu
Author: Hitesh Jethva • Tags: linux, shell, ubuntu • Comments: 0APT also known as Advanced Packaging Tool is the command-line tool for managing packages in Debian-based distributions like Debian and Ubuntu. In this tutorial, we will explain how to manage packages using APT command line tool on Ubuntu.
-
How to Install Netdata Monitoring Tool on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, monitoring, server, ubuntu • Comments: 0Netdata is a free and open-source performance and health monitoring solution for Linux, macOS, and FreeBSD. It provides real-time statistics and allows you to monitor cloud-based servers, containers, and your entire IT infrastructure.
-
How to Install Fork CMS in Ubuntu Server 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0Fork is an open-source content management system for beginners and professionals. It is designed to create a user-friendly environment to build, monitor, and update your website. This tutorial will show you how to install Fork CMS with Apache and Let's Encrypt SSL on Ubuntu 22.04.
-
-
Mirror Your Web Site With rsync
Author: Falko Timme • Tags: backup, debian, linux, ubuntu • Comments: 43This tutorial shows how you can mirror your web site from your main web server to a backup server that can take over if the main server fails. We use the tool rsync for this, and we make it run through a cron job that checks every x minutes if there is something to update on the mirror. Thus your backup server should usually be up to date if it has to take over.
-
How to Setup Jenkins Master and Slave on Ubuntu
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 9Jenkins is an automation server with support for many SCM (Source Control Management) systems including Git, SVN, and Mercurial. Jenkins provides hundreds of plugins to automate your project. In this tutorial, we will learn how to set up Jenkins master-slave architecture using the latest Ubuntu version Ubuntu. We will learn to set up the Jenkins master server, and then add other Ubuntu nodes as Jenkins slaves.
-
How to Install Laravel with Docker on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, php, ubuntu, web server • Comments: 1Laravel is a free and open-source PHP framework that provides a set of tools and resources to build modern PHP applications. This guide will use Docker Compose to containerize a Laravel application for development.
-
How to Install and Configure GlusterFS on Ubuntu 22.04
Author: Hitesh Jethva • Tags: high-availability, linux, ubuntu • Comments: 0GlusterFS is a free, open-source and software-defined distributed storage developed by Gluster Inc, and then by Redhat. It provides interfaces for object, block, and file storage and is used for high data-intensive workloads such as cloud storage, CDN, and media streaming.
-
How to Install Elastic Stack on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, monitoring, server, ubuntu • Comments: 0Elastic Stack (Formerly ELK Stack) is a group of open-source software created by Elastic for collecting data from multiple sources. It allows you to collect, store, process, analyze, and visualize data from various sources in any formats to the centralized Elastic Stack platform.
-
How to Install Nginx with Brotli Compression on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, nginx, ubuntu • Comments: 0Brotli is an open-source compression algorithm created by Google. It can be used as an alternative to Gzip, Zopfli, and Deflate. This tutorial will show you how to install Brotli with Nginx on Ubuntu 20.04 server.
-
How to Install BookStack with Nginx on Ubuntu 20.04
Author: Navjot Singh • Tags: linux, nginx, ubuntu, web server • Comments: 4BookStack is a self-hosted, open-source, easy-to-use platform for organizing and storing information. This tutorial will teach you how to install BookStack on a Ubuntu 20.04-based server.