This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To install a WordPress site with the domain `webralis.com` on the same computer, follow these steps: | |
--- | |
### **Step 1: Set Up Prerequisites** | |
1. **Update System Packages**: | |
```bash | |
sudo apt update && sudo apt upgrade -y | |
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing Magento 2.4 on Ubuntu 24 involves several steps, including installing necessary software prerequisites and configuring your environment. Here's a step-by-step guide: | |
--- | |
### **Step 1: Update Your System** | |
1. Open the terminal and update the system packages: | |
```bash | |
sudo apt update && sudo apt upgrade -y | |
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name MagicActionYouTube | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author XiaRahman | |
// @match https://*.youtube.com/* | |
// @grant none | |
// ==/UserScript== |