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

{
"name": "Fb - comment",
"nodes": [
{
"parameters": {
"promptType": "define",
"text": "={{ $('Get Fields Comment Data').item.json.comment }}",
"options": {
"systemMessage": "Bạn là một nhân viên của page/cửa hàng Tiệm cái vòng nè. Khi có ai comment hỏi các thông tin liên quan đến sản phẩm bạn hãy trả lời một cách nhiệt tình vui vẻ dựa trên những gì đã biết."
}
@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
gcloud config set compute/region us-east1
export BUCKET1="${DEVSHELL_PROJECT_ID}-bucket"
export BUCKET2="${DEVSHELL_PROJECT_ID}-gcs-bucket"
export BUCKET3="${DEVSHELL_PROJECT_ID}-bucket-ops"
# Task 1
gsutil mb gs://$BUCKET1
# Task 2
export ZONE=europe-west1-b
gcloud config set compute/zone $ZONE
# Task 1 - Cloud Storage Console
# Task 2
gcloud compute instances create my-instance \
--machine-type=e2-medium \
--zone=$ZONE \
export REGION=us-central1
export ZONE=us-central1-f
gcloud config set compute/region $REGION
gcloud config set compute/zone $ZONE
# Task 1
gcloud compute networks create griffin-dev-vpc \
--subnet-mode custom
#!/bin/bash
sudo yum update -y
sudo yum install -y httpd
sudo yum install -y git
export TOKEN=`curl -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 21600"`
export META_INST_ID=`curl http://169.254.169.254/latest/meta-data/instance-id -H "X-aws-ec2-metadata-token: $TOKEN"`
export META_INST_TYPE=`curl http://169.254.169.254/latest/meta-data/instance-type -H "X-aws-ec2-metadata-token: $TOKEN"`
export META_INST_AZ=`curl http://169.254.169.254/latest/meta-data/placement/availability-zone -H "X-aws-ec2-metadata-token: $TOKEN"`
cd /var/www/html
echo "<!DOCTYPE html>" >> index.html
export SECURITY_ROLE=orca_storage_editor_357
export SERVICE_ACCOUNT=orca-private-cluster-879-sa
export CLUSTER_NAME=orca-cluster-367
export REGION=us-east1
export ZONE=us-east1-b
gcloud config set compute/region $REGION
gcloud config set compute/zone $ZONE
# task 1