Month: April 2024

How to prevent hibernation and sleep on debian and proxmox laptops when the lid is closed

How to prevent hibernation and sleep on debian and proxmox laptops when the lid is closed

Virtualization servers based on Debian family systems, such as Proxmox, are often used in test environments where continuous availability is crucial. Sometimes these servers are installed on laptops, which serve as low-budget or portable solutions. However, the standard power management settings in laptops can lead to undesirable behaviors, such as sleeping or hibernating when the […]

Read more »

Extending SWAP space on Proxmox using lvreduce

Extending SWAP space on Proxmox using lvreduce

Introduction Managing SWAP memory is a key element in administering Linux operating systems, especially in virtualization environments like Proxmox. SWAP acts as “virtual memory” that can be used when the system’s physical RAM is full. In this article, we will show how to increase SWAP space on a Proxmox server, using the lvresize tool to […]

Read more »

MySQL Troubleshooting – ErrorCode: 1114

MySQL Troubleshooting – ErrorCode: 1114

Introduction Working with MySQL, you may encounter various errors that can disrupt system operations. Error code 1114 is one of them and indicates a situation where the table the user is trying to write data to is full. This issue is particularly significant in the MySQL replication system, where its resolution is crucial for ensuring […]

Read more »