Pario TechnoBlob
About
Posts
Tag: diff
Compare a remote file with a local file using ssh and diff
ssh user@example.com cat /path/to/remotefile | diff /path/to/localfile -
Detecting changes to your network services/damons
This is a tutorial to detect changes in port from hosts on your network. The basic approach is to ping every available address upon your subnet and see which ones are up by...
Diff two files, display the results in two clever colums
diff -y index.php index2.php