Anwar

Posts

Putty Couldn’t Agree a Key Exchange Algorithm

When using PuTTY to connect to Unix/Linux servers, you may occasionally encounter the following message: PuTTY Fatal Error: Couldn’t agree a key exchange algorithm. Interestingly,...

Laravel showing “Failed to clear cache. Make sure you have the appropriate permissions”

If the data directory doesn’t exist under (storage/framework/cache/data), then you will have this error. This data directory doesn’t exist by default on a fresh/new installation. Reference: https://stackoverflow.com/questions/52231248/laravel-showing-failed-to-clear-cache-make-sure-you-have-the-appropriate-permi

Deplete the initial General Purpose (SSD) I/O credits

While you can expect some performance degradation during this operation, it is highly recommended to test the impact in a development environment first. This ensures...

AWS RDS Provisioned IOPS really worth it

It is correct that Provisioned IOPS (P-IOPS) carries a significant price premium compared to General Purpose SSD (gp2/gp3) storage. In the Tokyo region, for a...

Ubuntu 22.04 how to install linux openlitespeed mariadb php lomp stack on ubuntu 22-04

Before starting, ensure you have: An Ubuntu 22.04 server with a non-root sudo user. A Domain Name pointed to your server’s IP. SSL Certificates (obtained...

How to Remove or Delete a PPA in Ubuntu Linux

When installing software on Ubuntu, you often add PPAs (Personal Package Archives) to access the latest versions of applications. However, as Ubuntu evolves, older PPAs...

Remove ppa:certbot/certbot in Ubuntu

When installing software on Ubuntu, you often add PPAs (Personal Package Archives) to access the latest versions of applications. However, as Ubuntu evolves, older PPAs...

How to Renew SSL Ubuntu OpenLiteSpeed WordPress

Certbot is the standard client used to manage Let’s Encrypt certificates. While it usually schedules automatic renewals via cron or systemd, certain server configurations or...

Alibaba ec2 diskspace increase

To diagnose disk activity effectively, start by clearing some storage space to accommodate new tools. Then, install iotop, a powerful utility that functions like top...