HowtoForge provides user-friendly Linux tutorials.
-
How to Install Pydio Cells File Sharing Server on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 0 • Published: Feb 23, 2023Pydio Cells also known as a Pydio is an open-source file-sharing and synchronization application written in the Golang language. This guide will explain how to install the Pydio file-sharing application on Ubuntu 22.04.
-
How to Install Plex Media Server on Debian 11
Author: t.michael • Tags: debian, linux, nginx, server • Comments: 0 • Published: Feb 23, 2023Plex Media Server is a digital media player that can host multiple online content channels from non-local sources. This tutorial shows you how to install Plex Media server on Debian 11.
-
How to Install Wiki.js on Ubuntu 22.04 LTS
Author: Navjot Singh • Tags: linux, ubuntu, web server • Comments: 0 • Published: Feb 23, 2023Wiki.js is an open-source, lightweight wiki software. It is built on the Node.js JavaScript framework. In this tutorial, you will learn to install Wiki.js on a Ubuntu 22.04 server using the PostgreSQL database and Nginx server for proxying.
-
-
How to Manage Packages with APT on Ubuntu
Author: Hitesh Jethva • Tags: linux, shell, ubuntu • Comments: 0 • Updated: Feb 21, 2023APT 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: 0 • Published: Feb 21, 2023Netdata 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 limit CPU usage with CPULimit on Ubuntu Linux
Author: howtoforge • Tags: linux, shell, ubuntu • Comments: 5 • Updated: Feb 21, 2023This tutorial describes how to limit CPU usage in Ubuntu. I will use CPU-limit utility for this purpose. Cpulimit is a tool which limits the CPU usage of a process (expressed in percentage, not in CPU time). It is useful to control batch jobs when you don't want them to eat too many CPU cycles. The goal of cpulimit is to prevent a process from running for more than a specified time ratio. It does not change the nice value or other scheduling priority settings, but the real CPU usage.
-
How to Install Fork CMS in Ubuntu Server 22.04
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 0 • Published: Feb 21, 2023Fork 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: 43 • Updated: Feb 21, 2023This 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: 9 • Updated: Feb 21, 2023Jenkins 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: 1 • Published: Feb 21, 2023Laravel 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.