Skip to content

Instantly share code, notes, and snippets.

View 1eedaegon's full-sized avatar
Need more mocha =]

Gon ⌬ 1eedaegon

Need more mocha =]
  • Anywhere you want
  • 05:36 (UTC +09:00)
View GitHub Profile
@1eedaegon
1eedaegon / simple-disk-management-using-lvm.md
Last active July 25, 2022 05:48
How to simple use LVM

How to manage disk simply using LVM2

Set up disks scalably

Pre-requirements

Install two packages

  • lvm2
  • xfs
> apt install lvm2
> apt install xfsprogs
@DPS0340
DPS0340 / init-discord-rpc.sh
Last active October 5, 2023 00:34
presence.nvim on WSL 2
#!/bin/bash
set -x
if pgrep -x "socat"
then
exit 1
fi
pkill socat