Category: Programming

  • How to improve resources on Virtualmin Server?

    How to improve resources on Virtualmin Server?

    Step 1: Limit Journal Size Systemd’s journal can be limited in size to prevent it from using too many resources. Step 2: Disable Postfix Service If you don’t need Postfix you can disable it. Stop and Disable Postfixsudo systemctl stop postfix sudo systemctl disable postfix Step 3: Disable Dovecot Service If you don’t need Dovecot, […]

  • How To Increase SWAP on Linux Debian?

    How To Increase SWAP on Linux Debian?

    Increasing virtual memory (also known as swap space) on a Linux system, such as Debian, involves creating a swap file or partition and configuring the system to use it. Here are the steps to achieve this: Step 1: Check Existing Swap Space Step 2: Create a Swap File Step 3: Make the Swap File Permanent […]

  • The WordPress Action Lifecycle

    The WordPress Action Lifecycle

    Understanding the WordPress action lifecycle is essential for developing robust and efficient themes and plugins. WordPress provides numerous action hooks at different stages of the request lifecycle, allowing developers to tap into specific points of execution. Here’s an overview of some of the key actions in the WordPress lifecycle, listed in the order they are […]

  • All WooCommerce email hooks

    All WooCommerce email hooks

    WooCommerce provides several hooks that allow you to customize email notifications sent to customers and administrators. After some digging I list here some of the most commonly used email-related hooks in WooCommerce: These hooks allow you to customize various aspects of the WooCommerce email system, such as the content, appearance, recipients, and more. You can […]