Tag linux

Install WordPress on Rocky 8 (RHEL)

This is a simple guide for you to install WordPress on Rocky 8 using MariaDB. After installing Rocky 8 on your server > update: Reboot the server, then proceed to install the necessary requirement: PHP – MariaDB -JSON – tar…

Dual BOOT Windows + Garuda Linux easy steps

After trying different ways, following different guides. I succeed after several try&error proceses. The issues I have had were from “Windows have to be installed in a GPT disk”, to having difficulties adding Windows to GRUB. What works? keep reading!…

Install Google Chrome on Garuda Linux using git

(not using git = sudo pacman -S google-chrome) For installing manually and practice (because is good to know how to use git to download, unpack and install other applications): Follow these steps Press “y” when prompted. Then, change to your…

Raid 1 configuration in Linux (mdadm)

Follow these steps to successfully configure RAID 1 in your Linux OS First, confirm /install/update “mdadm” : (yum for Red Hat distributions, apt-get for Debian distr, pacman for arch distr) Then confirm what drives you are about to work with:…