HowtoForge provides user-friendly Linux tutorials.
-
Core components of a Kubernetes Cluster
Author: Richard Gall • Tags: cloud, control panels, linux, server, virtualization • Comments: 1Kubernetes is an open source platform for managing containerized workloads and services that facilitates declarative configuration and automation. In this article, we will be going through a 10,000-foot view of the main Kubernetes components, from what each container is composed of, to how a container in a pod is deployed and scheduled across each of the workers.
-
Linux timeout Command Explained for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1Sometimes, when you execute a command in Linux, you might want to run it for a set amount of time. There exists a command line utility - timeout - that's specifically developed for this purpose.
-
How to Install Memcached on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 1Memcached is a free and open-source memory object caching systems that can be used to speed up your applications by temporarily storing information in memory. In this tutorial, we will explain how to install Memcached on Ubuntu 18.04 server.
-
-
How to Install Kanboard Project Management Software on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 2Kanboard is a free, open-source and self-hosted project management software that can be used to manage projects using Kanban methodology. You can visualize the work-flow, limiting work in progress and work efficiently from the Kanboard web interface.
-
Setting up a JMeter Cluster for web server load testing
Author: shahril bin kamaruzzaman • Tags: linux, monitoring, server • Comments: 0This tutorial shows you how to set up a JMeter cluster for load tests. JMeter can be used to simulate a heavy load on a server, group of servers, network, or object, to test its strength, or to analyze overall performance under different load types.
-
How to Install Bludit CMS with NGINX on Fedora 30
Author: Blago Eres • Tags: linux, web server • Comments: 0Bludit is a simple, fast, secure, flat-file CMS that allows you to create your own website or blog in seconds. In this tutorial, we will go through the Bludit CMS installation and setup on Fedora 30 system by using NGINX as a web server.
-
How to Install Sentry Error Tracking System with Docker on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, web server • Comments: 5Sentry is a free and open-source error tracking application that can be used to identify issues in real-time. In this tutorial, we will explain how to install Sentry with Docker on Ubuntu 18.04 server.
-
How to Install and Configure OpenLiteSpeed Web Server on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, mysql, php, web server • Comments: 2OpenLiteSpeed is a free, open-source and lightweight HTTP server developed by LiteSpeed Technologies. In this tutorial, we will show you how to install OpenLiteSpeed with MariaDB and PHP on Debian 10 server.
-
The Linux tar Command Explained
Author: howtoforge • Tags: linux, shell • Comments: 5The Linux tar command is the swiss army of the Linux admin when it comes to archiving or distributing files. Gnu Tar archives can contain multiple files and directories, file permissions can be preserved and it supports multiple compression formats. The name tar stands for "Tape Archiver", the format is an official POSIX standard.
-
How to Install phpMyAdmin with Nginx on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: • Comments: 2phpMyAdmin is a free and open-source web-based database management tool for MySQL. In this tutorial, we will learn how to install phpMyAdmin with Nginx on Ubuntu 18.04 server.