Skip to content

Instantly share code, notes, and snippets.

View xiarahman's full-sized avatar
🎯
Focusing

Zia Rahman xiarahman

🎯
Focusing
View GitHub Profile
@xiarahman
xiarahman / gist:e39d8ef9b95b4f0f3104257a7a654dc0
Created December 25, 2024 12:14
Install WordPress on Ubuntu 24
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
```
@xiarahman
xiarahman / gist:206357272b187e3d290bb90ee6127aea
Created December 25, 2024 10:57
Install Magento on Ubuntu 24
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
```
@xiarahman
xiarahman / fix_magic_actions_for_youtube.js
Created August 16, 2020 18:12
Fix Magic Actions for Youtube extension bug where the toolbar gets attached to the top.
// ==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==