Linux Tutorials on the topic “Linux”
-
How to Install Monica Personal Relationship Manager on Debian 11
Author: Arvid L • Tags: debian, linux, server, web server • Comments: 0Monica CRM is a free and open-source CRM (Customer Relationship Manager) written in PHP. Monica CRM helps you track personal events, activities, work information, contacts, journals, notes, and many more.
-
Automatic updates with unattended-upgrades on Debian and Ubuntu
Author: Tapio Lehtonen • Tags: debian, desktop, linux, server, ubuntu • Comments: 4This tutorial shows how to configure unattended updates on Debian and Ubuntu. It covers all recent Debian and Ubuntu versions incl. Ubuntu 22.04 and Debian 11.
-
How to Install and Configure Graphite Monitoring System on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, monitoring, server • Comments: 0Graphite is an open-source tool used to track and graph the performance of computer systems. You can use it to track the performance of websites, applications, business services, and networked servers.
-
-
How to Install SysPass Password Manager on Rocky Linux
Author: Arvid L • Tags: linux, security • Comments: 0SysPass is an open-source password manager written in PHP with AES-256 CTR encryption. It's designed for centralized and collaborative password management. In this tutorial, you will install SysPass Password Manager with Apache2, MariaDB, and PHP on the Rocky Linux server.
-
How to Install Wine on Debian 11
Author: t.michael • Tags: debian, desktop, linux • Comments: 1Have you ever wanted to run Windows programs on your Linux system, without having to dual boot? If so, then you'll be happy to know that it's possible, thanks to Wine. In this tutorial, we'll show you how to install and use Wine on Debian 11.
-
How to Install and Configure Squid Proxy Server on Rocky Linux/Alma Linux 9
Author: Navjot Singh • Tags: linux, server, web server • Comments: 0In this tutorial, you will learn how to install and configure Squid Proxy on a Rocky / Alma Linux 9 server. Squid is used as a distributed caching mechanism, by saving data obtained from different requests, increasing the traffic speed when similar requests are done.
-
How to Install Redmine Project Management Tool on Ubuntu 22.04
Author: Arvid L • Tags: linux, ubuntu, web server • Comments: 0Redmine is free and open-source project management and issue-tracking tool. It's web-based application software, mainly written in Ruby on Rails. It's cross-platform and supports multiple databases and multiple languages.
-
How to Install OPNSense Router and Firewall on VirtualBox
Author: Muhammad Arul • Tags: linux, networking, security • Comments: 0
OPNSense is a free and open-source firewall router based on FreeBSD. This tutorial will show you how to install and configure the OPNSense Router Firewall on VirtualBox. With this guide, you can learn how to set up the OPNSense Router Firewall locally before implementing in the real world.
-
How to Install Matrix Synapse Chat Server on Ubuntu 22.04
Author: Hitesh Jethva • Tags: desktop, linux, server, ubuntu • Comments: 2Matrix is a free, open-source, and web-based solution used for messaging and VoIP services. It is an open standard VOIP protocol that allows you to communicate with other users on a different service provider via voice-over-IP and chat.
-
Linux command line navigation tips/tricks 3 - the CDPATH environment variable
Author: Himanshu Arora • Tags: linux, shell • Comments: 1
Continuing with our discussion on the command line navigation aspects, in this tutorial, we'll discuss the CDPATH environment variable through easy to understand examples. We'll also discuss some advance details related to this variable.