#!/bin/sh
if [ "${1}" == "pre" ]; then
nordvpn d
elif [ "${1}" == "post" ]; then
echo "Hello"
fi
search
Sunday, March 22, 2020
Run command on suspend
Create a file located in /usr/lib/systemd/system-sleep directory:
Tuesday, March 3, 2020
Debug route table
List all routes in system:
Get route for a specific IP:
route -n
ip route get 1.1.1.1
Subscribe to:
Comments (Atom)