Linux Tutorials on the topic “Linux”
-
How to Install and Configure Memcached on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 1Memcached is an open-source and distributed memory object caching system that holds the most frequently queried data in memory. In this tutorial, I will show you how to install Memcached on Debian 11.
-
How to Install MariaDB on Debian 11
Author: t.michael • Tags: debian, linux, mysql • Comments: 1MariaDB is a robust, scalable, and reliable SQL server. It is an enhanced, drop-in replacement for the MySQL relational database management system. In this guide, I will show you how to install and secure MariaDB on Debian 11.
-
Setup simple CI/CD pipeline using Github and Jenkins on an AWS EC2 Linux instance
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 1In this article we will see the steps to implement a simple CI/CD pipeline using Jenkins. We will be using a sample Java Code and we will be deploying that code onto Apache Tomcat Web-Server as a .war file.
-
-
How to Setup Teampass Password Manager on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, security • Comments: 0Team pass is an open-source password manager that helps you to store and manage all your passwords from the central location. In this tutorial, I will show you how to install the Teampass password manager with Apache and Let's Encrypt SSL on Debian 11.
-
How to Create a Static Website on an AWS S3 Bucket
Author: Rahul Shivalkar • Tags: cloud, linux, web server • Comments: 0S3 Bucket is the Object Storage Service of AWS but an AWS S3 Bucket can also be used to host a static website. This guide will show you step-by-step how to use Amazon Web Services S3 to host static website files.
-
How to Install DokuWiki with Let's Encrypt SSL on Debian 11
Author: Hitesh Jethva • Tags: apache, debian, linux, web server • Comments: 1DokuWiki is a free, open-source and powerful Wiki software application written in PHP. It uses a file to store its data instead of using a database. In this tutorial, I will show you how to install DokuWiki with Apache and Let's Encrypt SSL on Debian 11.
-
How to create a Network Load Balancer on AWS
Author: Rahul Shivalkar • Tags: cloud, linux • Comments: 0A Network Load Balancer works at the fourth layer of the Open Systems Interconnection (OSI) model, the Transport Layer. It opens a TCP connection to the selected target on the port specified in the listener configuration. In this article, we will see the steps to create a Network Load Balancer, register instances, and access the Load Balancer using its DNS.
-
How to Install Netdata on Debian 11
Author: t.michael • Tags: debian, linux, monitoring • Comments: 1Netdata is an open-source web-based real-time Linux system performance and health monitoring system. in this tutorial, I will show you how to install Netdata on Debian 11.
-
How to Install sysPass Password Manager on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, security • Comments: 2sysPass is a web-based password management application written in PHP. It is secure, reliable, and runs in a multiuser environment for business and personal use. In this tutorial, I will show you how to install sysPass password manager on Debian 11.
-
How to Install Mono on Debian 11
Author: t.michael • Tags: debian, linux, programming • Comments: 0Mono is an open-source platform for developing applications and libraries. It has been developed by Novell Inc. since 2002, with a focus on the .NET framework developed by Microsoft. Mono provides a complete CLR (Common Language Runtime) implementation that can run class libraries or components that target Microsoft's original .NET runtime.