Skip to content

Instantly share code, notes, and snippets.

@nemorize
nemorize / korean-legal-dong-list.json
Last active February 24, 2025 06:54
대한민국 국내에 존재하는 법정읍/면/동/리 목록
@nemorize
nemorize / korean-subway-station-list.json5
Last active March 28, 2025 04:53
대한민국 국내에 존재하는 지하철역 정보(역명, 지역구, 노선, 위/경도) 목록
[
// =======================================================
// 본 자료는 CC0-1.0 라이선스를 따릅니다.
// https://creativecommons.org/publicdomain/zero/1.0/deed
// 저작권자의 허락을 구하지 않아도 상업적인 목적을 포함한 어떠한 목적으로든
// 자유롭게 복사, 수정, 배포, 실연할 수 있습니다.
// =======================================================
// 모든 정보는 직접 수집하여 정리한 정보입니다.
// 일부 정보가 오기되었거나, 위/경도 좌표가 부정확할 수 있습니다.
// Gist 댓글을 통해 오류를 제보해주세요.
@nemorize
nemorize / korean-mvno-list.csv
Created November 26, 2023 21:18
대한민국 국내에 존재하는 MVNO(알뜰폰) 사업자 목록
operator brand corporation
sk 티플러스 한국케이블텔레콤
sk 아이즈모바일 아이즈비전
sk 모빙 유니컴즈
sk 스마텔 스마텔
sk SK세븐모바일 SK텔링크
sk 이마트알뜰폰 이마트
sk 조이텔 조이텔
sk 이야기모바일 큰사람이야기
sk 안심모바일 에스원
@hyperupcall
hyperupcall / settings.jsonc
Last active January 8, 2025 13:29
VSCode config to disable popular extensions' annoyances (telemetry, notifications, welcome pages, etc.)
// I'm tired of extensions that automatically:
// - show welcome pages / walkthroughs
// - show release notes
// - send telemetry
// - recommend things
//
// This disables all of that stuff.
// If you have more config, leave a comment so I can add it!!
{
@DavidAce
DavidAce / nvidia-tdp.service
Last active April 26, 2025 12:42
Nvidia power limit at boot
[Unit]
Description=Set NVIDIA power limit above default
[Service]
Type=oneshot
ExecStartPre=/usr/bin/nvidia-smi -pm 1
ExecStart=/usr/bin/nvidia-smi -pl 275
@metajiji
metajiji / install-megacli.md
Last active December 30, 2024 03:29 — forked from fxkraus/debian-install-megacli.md
Install LSI MegaCli

download

wget https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/8-07-14_MegaCLI.zip

or

curl -LO https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/8-07-14_MegaCLI.zip