Uncategorized Thoughts Backfired! Rumi, September 6, 2026September 6, 2026 America Tried to Kill Huawei…It ACCIDENTALLY Created a Monster! In 2019, the U.S. government placed Huawei on an entity list, effectively cutting it off from the global tech stack and the Google ecosystem. Most Western analysts called it a “corporate funeral.” But as we look at the reality in 2026,… Continue Reading
ioncube installation on cloudpanel Rumi, September 6, 2026 unfortunately, cloudpanel doesnt come with preinstalled ioncubeloader. So here goes the hack, but before doing so, the primary old link that I posted years ago still fits in- Install ionCube Loader on a CentOS 7 So, later part I’ll just addon how did I solve. In my case, my cloudpanel… Continue Reading
Randomize Source IP Addresses With Postfix Rumi, August 19, 2026 Enters Postfix version 3. It introduced a new randmap table which made this much easier to accomplish. In main.cf, just add the following lines sender_dependent_default_transport_maps = randmap:{relay1,relay2,relay3,relay4,relay5} smtp_connection_cache_on_demand=no Those lines have 2 effects: Randomly select an SMTP client for sending each email Prevent the SMTP clients from caching connections, so sending multiple emails to… Continue Reading
Multi Thread file downloader for linux CLI Rumi, July 27, 2026 axel is a dedicated light-weight download accelerator for the terminal that splits a file into multiple pieces automatically. Install Axel: Ubuntu/Debian: sudo apt install axel Fedora: sudo dnf install axel Arch Linux: sudo pacman -S axel Download with multiple threads: Use the -n flag followed by the number of connections… Continue Reading
Proxmox Proxy Application for WHMCS and ModulesGarden Plugin Rumi, May 28, 2026 The purpose of maintaining and utilizing the ‘Proxmox Proxy’ application is to separate the user from the server infrastructure. To use the console without a proxy, users require access to, for example, the Proxmox server. However, with proxy enabled this requirement is eliminated. Before you begin the process of connecting… Continue Reading
Installing & Configuring Cloud-Init on ISO-Built Ubuntu 22.04 VMs Rumi, May 27, 2026May 27, 2026 Target OS : Ubuntu 22.04 LTS (installed from ISO) should also works on 20.x release Hypervisor : Proxmox VE Cloud-Init Ver : 25.3-0ubuntu1~22.04.1 (or later) ================================================================================ 1. PREREQUISITES ================================================================================ – Ubuntu 22.04 VM running on Proxmox VE – Root/sudo access inside the VM – VM must have internet connectivity -… Continue Reading
Upgrdae debian 12 to debian 13 Rumi, May 22, 2026 To safely upgrade your Debian 12 (Bookworm) system to Debian 13 (Trixie), follow this straightforward, step-by-step terminal process. Always back up important data and configuration files before beginning. [1, 2, 3, 4] Step 1: Update your current system Before changing repositories, ensure your Debian 12 installation is fully up to… Continue Reading
User Account Control (UAC) or Windows blocks a setup file Rumi, May 2, 2026 When User Account Control (UAC) or Windows blocks a setup file like k3_pki_setup.exe, it is usually because the digital signature is missing, invalid, or deemed unsafe by Windows security policies, the solution that worked for me- Disable Admin Approval Mode (Advanced) If you are still blocked, Windows might be enforcing… Continue Reading
Install Proxmox VE on Debian 13 Trixie Rumi, March 24, 2026 Install a Standard Debian Trixie Install a standard Debian Trixie (amd64), using the expert mode found in the advanced options in order to configure a static IP address during network setup. For details consider the Debian installation guide. It is recommended to only install the “standard system utilities” and “SSH server”… Continue Reading