Skip to content

Instantly share code, notes, and snippets.

View Azurewhitewind's full-sized avatar
💭
I've been resting for a bit. I've been working on getting Linux set up. :>

☆Azurry☆ Azurewhitewind

💭
I've been resting for a bit. I've been working on getting Linux set up. :>
View GitHub Profile
@kashifulhaque
kashifulhaque / docker-arch.md
Last active September 10, 2025 11:11
How to install Docker and Docker Compose on Arch Linux

If you do not have yay installed, then follow these steps to install it first

Update

yay

Install

yay -S docker docker-compose

Hi

Yeah I have no life.

Wat iz

This is a needlessly over-engineered Genshin Impact install methdology for Linux players.

Why?

@lxfly2000
lxfly2000 / booru-sites.md
Last active October 25, 2025 04:39
Booru sites.
@leober-ramos33
leober-ramos33 / youtube-block-ads.txt
Last active October 17, 2025 01:38
Block Ads in YouTube (uBlock Origin)
youtube.com##.ad-container
youtube.com###player-ads
youtube.com##.ytp-ad-overlay-container
youtube.com#@#.overlay-ads
youtube.com#@#.ddb
youtube.com###feed-pyv-container
youtube.com###feedmodule-PRO
youtube.com###homepage-chrome-side-promo
youtube.com###merch-shelf
youtube.com###pla-shelf
@pitch-gist
pitch-gist / gist:2999707
Created June 26, 2012 22:21
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>