Skip to content

Instantly share code, notes, and snippets.

View Alex4386's full-sized avatar
🎓
졸업시켜줘

Sanghee Park Alex4386

🎓
졸업시켜줘
View GitHub Profile
@Alex4386
Alex4386 / discord-nitro-gen-operagx.cfworkers.js
Last active April 25, 2024 01:40
Discord Nitro Generator for Opera GX Promotion without even installing Opera GX on your machine - Take that, Golden Brick Silk Road Fund Management!
/**
* Welcome to Cloudflare Workers! This is your first worker.
*
* - Run "npm run dev" in your terminal to start a development server
* - Open a browser tab at http://localhost:8787/ to see your worker in action
* - Run "npm run deploy" to publish your worker
*
* Learn more at https://developers.cloudflare.com/workers/
*/
@Alex4386
Alex4386 / add-noxsaves.sh
Created December 20, 2023 08:10
Add `noxsaves` dialect for Proxmox on deploying on `xsaves`-less Linux kernel versions on EPYC Rome-based processors
#!/bin/bash
# https://forum.proxmox.com/threads/cant-use-epyc-rome-cpu-after-update.125336/
TARGET="/etc/pve/virtual-guest/cpu-models.conf"
cat >> $TARGET <<- EOF
cpu-model: EPYC-Rome-noxsaves
flags -xsaves
phys-bits host
hidden 0
hv-vendor-id proxmox
@Alex4386
Alex4386 / unicode-flag.js
Last active October 12, 2023 06:59
one-liner Unicode Flag Builder
"US".toUpperCase().split("").map(n => n.charCodeAt(0) - 65 + 0x1f1e6).map(n => String.fromCodePoint(n)).join("").toString()
@Alex4386
Alex4386 / enable-community.sh
Last active September 27, 2023 04:42
Automatically switch to PVE Community
#!/bin/bash
source /etc/os-release
test -z "$VERSION_CODENAME" && echo "Unable to detect VERSION_CODENAME, Exiting!" && exit 1
echo "#deb https://enterprise.proxmox.com/debian/pve $VERSION_CODENAME pve-enterprise" > /etc/apt/sources.list.d/pve-enterprise.list
echo "deb http://download.proxmox.com/debian/pve $VERSION_CODENAME pve-no-subscription" > /etc/apt/sources.list.d/pve-community.list
@Alex4386
Alex4386 / install_arch.md
Last active October 15, 2025 07:36
How to install Arch for experienced Linux users

Install Arch

The installation guide for ArchLinux is designed for first-time Arch Linux user that can't proceed installing ArchLinux. But have thorough understanding of how Linux OS bootstraps.
Therefore This documentation skips all of the "bloat" that is basically "Linux for dummies".

This documentation will explain how to install ArchLinux for some-how experienced Linux users who installed using TUI Installer since forever.

Table of Contents

  1. Environment Setup
  2. Installation
  3. Configuration
Welcome to China Airline
Thank you for choosing the airline
[The Bluetooth device is ready to pair]
[Samsung default notification sound]
If you'll wonder why the plane made from plastic.
[Samsung default notification sound]
What the fuck you think this is We're not in America, This is good quality made in China.
[The Bluetooth device is connected (uh) successfully]
@Alex4386
Alex4386 / superidol.txt
Created September 7, 2023 13:26
SuperIdol CopyPasta
Super idol的笑容
都没你的甜
八月正午的阳光
都没你耀眼
热爱 105 度的你
滴滴清纯的蒸馏水
你不知道你有多可爱
跌倒后会傻笑着再站起来
你从来都不轻言失败
@Alex4386
Alex4386 / MintLife.md
Created September 3, 2023 16:11
민트패드 블로그 엔드포인트

블로그 메인

게시물 전체 개수

  • http://pad.mintpass.co.kr/pad/life.asmx/GetMaxLifeIdx
    <int>17</int>

댓글 가져오기

  • http://pad.mintpass.co.kr/pad/life.asmx/GetLifeCommentList?lifeIdx=69&page=1
@Alex4386
Alex4386 / bingchilling.pinyin.txt
Last active August 27, 2023 16:16
Bing Chilling 🥶 (I think this is the only place that my rudimentary chinese skill can be used)
Zǎoshang hǎo zhōngguó
xiànzài wǒ yǒu bīngqílín
wǒ hěn xǐhuān bīngqílín
dànshì sùdù yǔ jīqíng 9
bǐ bīngqílín
sùdù yǔ jīqíng…
sùdù yǔ jīqíng 9
wǒ zuì xǐhuān
suǒyǐ…xiànzài shì yīnyuè shíjiān
zhǔnbèi 1 2 3
@Alex4386
Alex4386 / upload_crash.py
Created July 3, 2023 07:34
The Error Telemetry for specific anime social credit downloader
# Source Generated with Decompyle++
# File: upload_crash.pyc (Python 3.8)
import requests
import sys
import os
import traceback
debugUrl = 'http://hk4e-uspider.mihoyo.com:8888/fileupload'
releaseUrl = 'http://47.103.71.252:8888/fileupload'
userName = 'WindowsCrash'