X

linux

How to easily understand Unix jobs management (ctrl+z, bg, jobs, fg)

When you are executing a long-running script in any Linux distribution, you can make it run in the background of…

How to use SSH Key-Based Authentication on Linux

SSH keys are an easy and extremely secure way of logging into your server. This is a better alternative than…