Skip to content

linux

How to add a directory to your PATH

I installed a new command-line tool the other day. The instructions said to add its directory to my PATH.

I remember this being confusing. You edit a file, but which one? And what do you add? If you get it wrong, you might even break some of your existing commands.

So let's look at how the PATH works and how to change it safely.

Beginners guide on securing your linux server

Will be looking into the essentials of securing a Linux server as part of my daily write-up of creating a Newsletter Service for Engineers.

I wanted to get set up the Infrastructure first before having a working building pipeline instead of rushing my way through in the end trying to get the server up and running quickly.