How to detect SSH connections on your machine.

It is possible to detect an established SSH connection from your machine to a remote server. The lsof command can view an SSH connection. I am using SSH over port 443, so the connection is mixed up with a lot of other stuff that Firefox is connected to. But if…

Read More

Useful code snippets and commands for Linux.

Alternatives to the ping and traceroute commands on a Linux system There are many alternatives to the ping and traceroute commands on a Linux system. The mtr command is one of them. This command will trace the route the network packets are taking to the target IP address. bash 06:42:02…

Read More