Mantis Bug Tracker is a popular open-source web-based bug tracking system. It is written in PHP and uses a MySQL/MariaDB database to store data. Mantis Bug Tracker is a great tool for developers and project managers to keep track of issues, bugs, and tasks in software development projects. In this article, we will go through ..
Category : Softwares and Tools
Dolibarr is a popular open-source Enterprise Resource Planning (ERP) and Customer Relationship Management (CRM) software that can be installed on Linux systems. It offers a wide range of features for managing businesses, including accounting, invoicing, project management, inventory, and more. In this comprehensive guide, we’ll walk you through the step-by-step process of installing Dolibarr on ..
Discord is a popular proprietary freeware instant messaging and VoIP application designed for gaming communities. It allows users to communicate via voice, video, and text. Discord is available for Windows, macOS, Android, iOS, iPadOS, and web browsers. While Discord does not have an official native Linux application, it can be easily installed and used on ..
OpenVPN is a robust, open-source VPN (Virtual Private Network) solution that enables secure connections to remote networks via the internet. In this guide, we’ll walk you through the process of setting up OpenVPN on a Debian server. Method 1: Installation Using a Script Begin by obtaining the installation script and making it executable: Next, run ..
Tar is a utility for archiving and compressing files in Linux and UNIX-like operating systems. It allows you to bundle multiple files and directories into a single .tar archive file, while preserving permissions and directory structures. Tar is extremely useful for backing up data, moving groups of files between systems, and preparing source code distributions. ..
As a server administrator, it’s crucial to monitor server resources regularly to ensure that everything is running smoothly. In this article, we’ll cover some of the essential tools that you can use to monitor server resources. Top Top is a command-line tool that provides real-time information about the system’s processes, including CPU usage, memory usage, ..
Zip and unzip functions make file transfer tasks much simpler. This tutorial will show you how to use Linux commands to unzip files and improve your VPS workflow. Zip is a commonly used compression function that is portable and user-friendly. You can even unzip files in Windows that were created in Linux. Unzip is not ..
Secure copy protocol (SCP) is a means of securely transferring computer files between a local host and a remote host, or between two remote hosts. It is based on the Secure Shell (SSH) protocol. “SCP” commonly refers to both the Secure Copy Protocol and the program itself. Step 1 : Install SCP On Mac and Linux, the SCP command is pre-installed, so no ..
Jitsi Meet is an open-source video conferencing solution, providing virtual meeting rooms for remote team meetings. The software provides high video and audio quality and supports fully encrypted connections using TLS/SSL and Let’s Encrypt certificates. Step 1: Updating server Update the system’s existing software: Step 2: Installing nginx Before installing Jitsi Meet, install a Nginx server. The reverse ..
Introduction Rsync, sometimes known as Remote Sync, is a free command-line utility that allows you to transfer files and directories to both local and remote locations. Rsync is used for mirroring, backups, and data migration to other servers. This program is quick and efficient, replicating only the changes from the source and allowing for customization. ..