Skip to content

Instantly share code, notes, and snippets.

View PleahMaCaka's full-sized avatar
๐Ÿ›
I ate a bug I will eat another

SEOA7777 PleahMaCaka

๐Ÿ›
I ate a bug I will eat another
View GitHub Profile
https://unix.stackexchange.com/a/669602

๋ผ์ฆˆ๋ฒ ๋ฆฌํŒŒ์ด 5์—์„œ NVMe SSD๋ฅผ ZFS๋กœ ์ดˆ๊ธฐํ™”ํ•˜๊ณ  ๋ผ์ฆˆ๋ฒ ๋ฆฌํŒŒ์ด OS๋ฅผ ์„ค์น˜ํ•œ ํ›„ ๋ถ€ํŒ…ํ•˜๋Š” ๋ฐฉ๋ฒ•์„ ๋‹จ๊ณ„๋ณ„๋กœ ์„ค๋ช…ํ•ด ๋“œ๋ฆฌ๊ฒ ์Šต๋‹ˆ๋‹ค.

NVMe SSD ์ดˆ๊ธฐํ™” ๋ฐ ZFS ์„ค์ •

  1. ๋จผ์ € ZFS๋ฅผ ์„ค์น˜ํ•ฉ๋‹ˆ๋‹ค:
sudo apt update
sudo apt install zfsutils-linux
#!/bin/bash
set -e
PACKAGES="raspberrypi-kernel-headers zfs-dkms zfsutils-linux curl cryptsetup lvm2 lsof grub-efi-arm64"
ZFS_MODULE="zfs"
MOUNT_POINT="/mnt/newroot"
IMAGE_URL="https://downloads.raspberrypi.org/raspios_lite_arm64_latest"
IMAGE_FILE="raspios_lite_arm64_latest.img"
COMPRESSED_FILE="${IMAGE_FILE}.xz"

๐Ÿ“ ์‹œ๋งจํ‹ฑ ์ปค๋ฐ‹ ๋ฉ”์‹œ์ง€ (Semantic Commit Messages)

Format: <type>(<scope>): <short summary>

<scope>๋Š” ์„ ํƒ์ ์ž…๋‹ˆ๋‹ค.

โœ๏ธ ์ž‘์„ฑ ๋ฐฉ๋ฒ•

feat: ๋ชจ์ž์— ๊ท€์—ฌ์›Œ์ง€๋Š” ํšจ๊ณผ ์ถ”๊ฐ€
/* EDIT MODE */
.canvas-node .HyperMD-header.HyperMD-header-1 {
text-align: center;
}
/* PREVIEW MODE */
.canvas-node .markdown-preview-view h1 {
text-align: center;
{
"$schema": "",
"type": "object",
"properties": {
"author": {
"type": "string"
},
"extensions": {
"type": {"string"}
}

โ€ป PowerShell (Admin) needed โ€ป

Before -> After

Before After

AIO

One-Line Enable

reg.exe add โ€œHKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32โ€ /f /ve &amp;&amp; taskkill /f /im explorer.exe &amp;&amp; explorer
import datetime as dt
class Color():
red = "\x1b[31m"
green = "\x1b[32m"
yellow = "\x1b[33m"
blue = "\x1b[34m"
white = "\x1b[37m"
bold = "\x1b[1m"
@PleahMaCaka
PleahMaCaka / ์‹œ๋งจํ‹ฑ ์ปค๋ฐ‹ ๋ฉ”์„ธ์ง€.md
Last active May 15, 2023 12:13
์‹œ๋งจํ‹ฑ ์ปค๋ฐ‹ ๋ฉ”์„ธ์ง€

๐Ÿ“ ์‹œ๋งจํ‹ฑ ์ปค๋ฐ‹ ๋ฉ”์‹œ์ง€ (Semantic Commit Messages)

์ปค๋ฐ‹ ๋ฉ”์‹œ์ง€ ์Šคํƒ€์ผ์„ ์•ฝ๊ฐ„ ๋ฐ”๊ฟˆ์œผ๋กœ์จ ์–ด๋–ป๊ฒŒ ๋” ๋‚˜์€ ํ”„๋กœ๊ทธ๋ž˜๋จธ๊ฐ€ ๋  ์ˆ˜ ์žˆ๋Š”์ง€ ์•Œ์•„๋ณด์„ธ์š”.

์‹œ๋งจํ‹ฑ ์ปค๋ฐ‹ ๋ฉ”์„ธ์ง€๋Š” ์ˆ˜๋งŽ์€ ์Šคํƒ€์ผ ์ค‘ ํ•˜๋‚˜์ž…๋‹ˆ๋‹ค.
๋ณธ์ธ์ด ์›ํ•˜๊ฑฐ๋‚˜ ๊ผญ ๋”ฐ๋ผ์•ผ ํ•˜๋Š”๊ฒƒ์ด ์•„๋‹ˆ๋ผ๋ฉด ์–ต์ง€๋กœ ์‚ฌ์šฉํ•˜์ง€ ๋งˆ์„ธ์š”.

ํฌ๋ฉง: <ํƒ€์ž…>(<์Šค์ฝ”ํ”„>): <์งง์€ ์š”์•ฝ>
Format: <type>(<scope>): <short summary>

<scope>๋Š” ์„ ํƒ์ ์ž…๋‹ˆ๋‹ค.

root = true
[*.tsx]
indent_style = space
indent_size = 2
# semicolon
ij_typescript_force_semicolon_style = false
ij_typescript_space_before_for_semicolon = false
ij_typescript_use_semicolon_after_statement = false