Skip to main content

Operating Systems & Environments

Operating Systems & Environments

Install PM2 on Cloudways

Install PM2 on Cloudways

to install PM2 on Cloudways you can run the below script, but note that you will need to use the master account 

 

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash &&
\. "$HOME/.nvm/nvm.sh" &&
nvm install 22 &&
node -v &&
npm -v &&
npm i -g pnpm pm2

How to Configure CEST Timezone in MariaDB on AlmaLinux

How to Configure CEST Timezone in MariaDB on AlmaLinux

Setting the correct timezone in your database is essential for accurate time-based operations, especially when dealing with applications across multiple regions. If you're running MariaDB on AlmaLinux and need to configure it for Central European Summer Time (CEST), this guide will walk you through the process step-by-step—including how to resolve startup errors due to unrecognized timezones.

Optimizing HyperV External Switch Setup for Faster Up and Download Speeds

"Optimizing HyperV External Switch Setup for Faster Up and Download Speeds

Are you experiencing sluggish upload and download speeds with your HyperV external switch configuration? We have the solutions you need to boost your network performance.

Slow Download Speeds:
To enhance your download speed, follow these steps:

Disable packet coalescing in your Wi-Fi card settings within the Device Manager.
Slow Upload Speeds:
For improved upload speeds, take these actions:

Create ISO file for Mac OS system (Monterey)

The below commands will help you create the iso file 

this command will download the newest version.

softwareupdate --fetch-full-installer

1- to install MacOS Monterey use the below command 

- softwareupdate --fetch-full-installer --full-installer-version 12.0.1

2- we must create a temporary disk image:

hdiutil create -o /tmp/Monterey -size 12500m -volname Monterey -layout SPUD -fs HFS+J

3- Next, mount the disk image: