PORTFOLIO
Workshop
Roundcube, a popular webmail interface, doesn’t inherently display mailbox quotas by default. However, users might appreciate seeing their available storage space. Thankfully, this functionality can be added through a plugin. This guide will walk you through installing and configuring the Roundcube Quota Plugin to display mailbox quotas for your users. Install via Composer This plugin […]
Linux News
This is another article in the series “The most popular Linux distributions in the world”. Let’s get started. Manjaro Linux, a user-friendly Arch-based distro, has gained immense popularity for its stability, rolling release model, and exceptional flexibility. But what truly sets it apart is the abundance of graphical environments (GEs) you can choose from. Whether […]
SSH (Secure Shell) is one of the safest options for remote login on Linux computers. However, there is always room for improvement to enhance the security of this technology. Although I have been using SSH for many years, I am aware of the various threats and the number of attempts made to access my server […]
In the ever-evolving landscape of Linux distributions, MX Linux stands out as a compelling option for users seeking a balance between performance, stability, and user-friendly features. Launched in 2014, MX Linux has rapidly gained popularity among both beginners and experienced users. In this comprehensive review, we’ll delve into the key aspects that make MX Linux […]
Configure SSH server to login with Key-Pair Authentication. Create a private key for client and a public key for server to do it. Create Key-Pair by each user, so login with a common user on SSH Server Host and work like follows. Transfer the private key created on the Server to a Client, then it’s […]