ahmedmansouri.hashnode.devInstalling Mosquitto on Amazon Linux 2023Amazon Linux 2023, the latest release of Amazon’s Linux distribution, brings with it enhanced features and improvements. However, one notable absence from the default package repositories is the Mosquitto MQTT broker. Mosquitto is a widely used and r...Mar 31, 2024·2 min read
ahmedmansouri.hashnode.devBoosting Linux Storage Performance with LVM StripingIn the realm of storage management, achieving optimal disk performance takes precedence. The need for faster data access, reduced latency, and improved I/O operations and throughout has led to the adoption of advanced techniques. One such technique i...Mar 31, 2024·5 min read
ahmedmansouri.hashnode.devWorking with “initramfs” and “initrd” in LinuxIn Linux, the initrd (initial RAM disk) and initramfs (initial RAM File System) are different methods we can use to load a temporary root file system to the RAM or system memory for successful booting. Initramfs/initrd is used as the first root files...Jun 26, 2023·6 min read