Skip to main content

Tips & Tricks

How to use git without pager

Sometimes it can be beneficial to disable the pager, especially when I only want to view simple things. I prefer not having to press "q" just to quit or mistakenly pressing "q" and "Esc" multiple times.

Determine MySQL Database Size

Sometimes we want a summery of size consumed by our databases in MySQL engine. This will list all databases that current MySQL user can access and list their size in megabyte.