bash

2021-05-28

A simple alias to return the current timestamp.

2021-09-03

Today I learned how to copy-paste through the command line. So I thought I'll share it with you 😉

2024-06-28

Knowing how to determine your server's free disk space and where that space is being used is essential. Thus, I will demonstrate the bash commands du and df, which help with this. Additionally, we will examine the free command for reporting memory usage.