Friday, April 8, 2011

Measure network speed between 2 machines

install

sudo apt-get install iperf


run on machine A
iperf -s

run on machine B
iperf -c IP_OF_MACHINE_A

Implementing a killswitch when your VPN connection drops on Ubuntu

VPN setup on ubuntu I setup the VPN in these 2 modes in Ubuntu 24.04, 25.04, 25.10, screen shoots are from 25.10.  Using only ubuntu pre pac...