Hosting websites and applications on a dedicated server is a significant step that requires careful planning, especially when using Hetzner with cPanel. This guide provides a comprehensive outline of the essential steps, from server provisioning to cPanel installation, to help users manage domains, configure emails, and implement robust security measures. Activating Rescue Mode is crucial […]
Posts by Farooq:
How to configure/mount additional Drive in Linux
Mounting additional hard disks in Linux involves the process of making the operating system recognize and utilize the newly added storage devices. This can include internal hard drives, external drives, or other storage media. Mounting additional hard disks in Linux contributes to improved storage management, performance optimization, data organization, redundancy, and scalability, providing a more […]
How to create cPanel plugin to show inodes usage
When utilizing CPanel, it’s important to note that there are limitations in place for inodes and file usage, and it’s essential to keep track of them. To assist with this process, we’ve taken the liberty of crafting an in-depth guide that walks you through the process of creating a plugin that counts your usage step-by-step. […]
Custom Feild for Nameservers in cpanel Homepage Sidebar
You can add a custom sidebar of the nameservers in Cpanel like the Screenshot below Certainly! Here’s a detailed step-by-step guide with added information for creating an HTML template file: Login with your Credential: Open your preferred terminal emulator (e.g., Terminal on macOS, Command Prompt on Windows). Type the command ssh username@your.server.ip.address and press Enter. […]
Fixing a Corrupted RoundCube SQLite Database
Introduction: Occasionally, users may encounter issues with RoundCube, preventing them from accessing their webmail. This can manifest as failed login attempts or redirection to a login page when accessed through cPanel. This detailed guide provides step-by-step instructions to resolve these problems. Here is a step-by-step guide on how to Fix a Corrupted RoundCube SQLite Database […]
How to set server backup monitoring with slack
Here’s a step-by-step guide to setting up Backup monitoring on your server: 1. Login to your WHM Log in to the server where you want to establish Backup monitoring 2. Backup Configuration Use the search bar to find the “Backup Configuration” option and activate the backup status. 3. Open SSH or TERMINAL Use the […]
Optimizing application resources in a cost-effective manner in Kubernetes
At times, we may question the high costs of Cloud providers. However, when constructing infrastructure, the Total Cost of Ownership (TCO) is a crucial factor that must be considered. To maintain a favorable TCO, various measures must be taken, and there are numerous online discussions available on cost optimization. […]
How to configure S3 to host a static website?
In the present day, AWS is widely recognized by the majority of people. It is a highly secure cloud services platform that provides a range of services, including computing power, database storage, and content delivery, as well as various platform services like Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as […]
How to send mail from terminal using mail command
Today I’ll help you get started with sending mails from the Linux command line and in shell scripts.We will begin with the “mail” command. 1) MAIL First we run a quick test to make sure the “sendmail” application is installed and working correctly on server. Execute the following command, Make sure to replace “you@youremailid.com” with […]
How to read live writing logs on server
If we experience any problems on hosted website, Firs of all we have to check Apache error_log file, to know what is happening there and the facts. All the log information consistently composing, so if we want to view those file’s live update, we need to use tail command. By default, tail command will show […]