Skip to content

Instantly share code, notes, and snippets.

View weebNeedWeed's full-sized avatar
🎯
Focusing

Giau Le weebNeedWeed

🎯
Focusing
View GitHub Profile
@weebNeedWeed
weebNeedWeed / archlinux-qemu-kvm.md
Created September 9, 2025 17:29 — forked from tatumroaquin/archlinux-qemu-kvm.md
QEMU-KVM Installation for Arch Linux

QEMU-KVM in Arch Linux

Check Virtualization Support

lscpu | grep -i Virtualization
  • VT-x for Intel
  • AMD-Vi for AMD

Ensure that your kernel includes KVM modules

@weebNeedWeed
weebNeedWeed / gist:4ef019ac1d8b918f8bbc43cf29f74ea6
Created February 6, 2025 13:27
Free Windows Server 2022 Product Key
Free Windows Server 2022 Standard Product Key
HP9DJ-NK2X6-4QPCH-8HY8H-6X2XY
RRNMT-FP29D-CHKCH-GWQP2-DDDVB
44QN4-X3R72-9X3VK-3DWD6-HFWDM
Free Windows Server 2022 Datacenter Product Key
WX4NM-KYWYW-QJJR4-XV3QB-6VM33
Download windows Sever 2022 Evaluation edition:
Windows Server 2022 Evaluation English
@weebNeedWeed
weebNeedWeed / README.md
Created December 14, 2024 14:31 — forked from jakebrinkmann/README.md
GitHub special files and paths, such as README, LICENSE, CONTRIBUTING, CODE_OF_CONDUCT

Common special files found in the root directory of a repository

Description for and list of popular special files like README/CHANGELOG/LICENSE and others.

README-like

ReadMe README.md README

The ReadMe is usually the first document people will see of your project. Depending on your project it should give a short introduction and usage/build examples. It should only contain the information you expect users to read. It is usually possible to link to other documentation files using the markdown syntax which gets rendered as html by popular repository hosting platforms.

@weebNeedWeed
weebNeedWeed / list.txt
Created September 3, 2024 20:05 — forked from shortjared/list.txt
List of AWS Service Principals
a4b.amazonaws.com
access-analyzer.amazonaws.com
account.amazonaws.com
acm-pca.amazonaws.com
acm.amazonaws.com
airflow-env.amazonaws.com
airflow.amazonaws.com
alexa-appkit.amazon.com
alexa-connectedhome.amazon.com
amazonmq.amazonaws.com
@weebNeedWeed
weebNeedWeed / Aggregates.Bill.md
Created September 19, 2023 23:10 — forked from amantinband/Aggregates.Bill.md
Buber Dinner Domain Aggregates

Domain Aggregates

Bill

class Bill
{
    // TODO: Add methods
}
@weebNeedWeed
weebNeedWeed / readme.md
Created June 29, 2022 17:01 — forked from jimmywarting/readme.md
Cors proxies
Exposed headers
Service SSL status Response Type Allowed methods Allowed headers
@weebNeedWeed
weebNeedWeed / aspnet-mvc.gitignore
Created August 24, 2021 21:21 — forked from indyfromoz/aspnet-mvc.gitignore
.Gitignore for ASP.NET MVC
###################
# compiled source #
###################
*.com
*.class
*.dll
*.exe
*.pdb
*.dll.config
*.cache
@weebNeedWeed
weebNeedWeed / bracket-pair-colorizer-2-settings
Created July 20, 2020 08:13 — forked from sajithneyo/bracket-pair-colorizer-2-settings
Settings you need for bracket pair colorizer 2
{
"bracket-pair-colorizer-2.colors": [
"Gold",
"Orchid",
"LightSkyBlue",
"Salmon",
"LawnGreen",
"DarkOrange",
"Cornsilk"
],