PORTFOLIO
Workshop
Windows 11 allows you to easily check the status of the SSD drive installed in your computer. This can be done within the system itself. It is important to take care of your SSD as data security largely depends on the condition of the hard drive. Windows 11 provides users with the ability to effortlessly […]
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 […]
The LAMP stack, consisting of Linux, Apache, MySQL, and PHP, is a powerful combination that forms the foundation for many web applications. In this tutorial, we’ll guide you through the process of installing and configuring a LAMP stack on Ubuntu 22.04, the latest LTS release. Update Package Lists Before we begin, it’s a good practice […]
OpenVPN is a robust and secure open-source VPN (Virtual Private Network) solution that allows you to create a secure connection over the internet. In this guide, we’ll walk through the process of installing OpenVPN on Ubuntu 22.04, providing you with a secure and private connection for your online activities. Step 1: Update Your System Step […]
In the ever-evolving landscape of technology, safeguarding your data is paramount. For Ubuntu users, one powerful tool that stands out in the realm of system backups is Timeshift. This open-source software not only simplifies the backup process but also ensures that you can restore your system to a stable state in case of unforeseen issues. […]
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 […]
The entire process to backup kvm virtual machine begins with a command that you need to put in a command line interface to see the list of your machines and their current status: > virsh list –all If the command is entered correctly, you’ll be able to see a list of your VMs in a […]
Running out of disk space is one of the most common VM guest issues. You might have started out with an intentionally small disk while you tested a new VM. Over time you accumulate files until the virtual disk is almost full. Here’s how to resize your disk in-place, without having to copy files to […]