Skip to content

Instantly share code, notes, and snippets.

@JeremyOttley
JeremyOttley / clean-up-arch-linux.md
Created December 18, 2024 21:17 — forked from rumansaleem/clean-up-arch-linux.md
Instructions to clean up Arch Linux (Manjaro)

Contents

  • Clean pkg cache
  • Remove unused packages (orphans)
  • Clean cache in /home
  • remove old config files
  • Find and Remove
    • duplicates
    • empty files
    • empty directories
  • broken symlinks
@JeremyOttley
JeremyOttley / 0_reuse_code.js
Created July 13, 2017 17:51
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console