List running processes with Linux ps command

Here’s another useful Linux command, the ps, that will show which processes are running in the system to troubleshoot, audit, forensics and so on. Since it is commonly used for these purposes, the recommendation is to get familiar with it…

Run processes in background in Linux with nohup or bg

Running processes in the background in Linux systems represents one of the most common ways to perform some batch process or long running process in parallel, without keeping busy your current terminal and consequently forcing you to wait until the…

Web application scanning with Nikto

Nikto is an open source web application scanning tool which helps cybersecurity professionals to cover such activities in an easy, fast paced and in a command line manner. Thanks to its simplicity, it is really a piece of cake to…

Encryption and digital signature with openssl

The asymmetric encryption is one of the security advances that makes the internet connections and online transactions trustable. Without this trust, nobody are willing to do business or perform any purchase on any e-commerce no matter how fast and convenient…

Viewing files or logs with Linux less command

One of my favourite Linux commands is less which is also the one that I use the most when the troubleshooting activities needs to review some sort of logs, config files, audit files and so on. Thanks to this great…