Skip to content

Instantly share code, notes, and snippets.

View aarondalao's full-sized avatar

Aaron Dalao aarondalao

  • 18:17 (UTC +08:00)
View GitHub Profile
@181192
181192 / increase_root_fedora.md
Last active February 3, 2026 09:48
How to increase the root partition size on Fedora

How to increase the root partition size on Fedora

Boot up with an Fedora Live USB stick.

  1. Run vgs to check if there's any space:
$ sudo vgs
  VG     #PV #LV #SN Attr   VSize    VFree
  fedora   1   3   0 wz--n- <237.28g    0 
@journeymanavi
journeymanavi / production-web-server-setup-and-deployment-guide.md
Last active February 24, 2026 20:59
A runbook for setting up a Linux based secure, production web server, for serving static web content as well as deploying Node.js based web applications.