9 posts in total

Command Line

Posts tagged

How to list all installed packages in size order on Ubuntu

by Etienne Marais

For someone to go and do some cleanup on their side project VM it might feel like a big task to keep the box clean, up to date and running smoothly. To see a list of packages that are installed in your Ubuntu VM, run: That does not show you the size of each package yet.

Compressing a big folder and wanting progress

by Etienne Marais

Everyone runs a bad migration at least once in their career and this happened to me a short while ago. To get back deleted data, you can spin up a google cloud vm with mysql and extract the incremental snapshot to that test database. Run the queries to get the deleted data back a ...