For the love of Pete, please delete your old snapshots regularly!
Old snapshots have caused incidents and even outages more than once in my career
and it is really easy to preemptively look for them and get them removed before anything happens.
The year is coming to an end, with all its ups and downs 2020 surely was challenging to say the least.
I wanted to take this time to openly reflect on my first couple months of blogging and what the future holds for ps1.guru
Posts
| 2020-09-30
(updated 2025-10-23)
| 4 min read
#powershell
Series: Bash to PowerShell
Filtering data, from log or config files to data returned by an api,
is an important operation to remove noise from it and make further analysis possible.
Posts
| 2020-09-21
(updated 2025-10-26)
| 3 min read
#powershell
Series: Bash to PowerShell
Printing the last or first, few lines of a file is a common operation in day to day operations.
On Linux most people will, without thinking twice, use tail and it’s counterpart head to achieve this.