Guides

Windows

Debloat Windows with Admin Powershell

less than 1 minute read

Remove all preinstalled bloatware (these apps can be redownloaded again through the Microsoft Store): Get-AppxPackage -AllUsers | Remove-AppxPackage

Back to Top ↑

macOS

Back to Top ↑

Linux

Ruby on Rails on Ubuntu

1 minute read

1. Install RVM: In order, copy and paste the following commands. Add Repo (reference): sudo apt-add-repository -y ppa:rael-gc/rvm

Back to Top ↑