[
  {
    "id": "BDvK-00",
    "name": "ports",
    "commands": [
      {
        "command": "ss -tulnp",
        "id": "mL0ZsnS",
        "delay": 100
      }
    ],
    "labels": [],
    "protectedQuickCommand": false,
    "clickCount": 3
  },
  {
    "name": "history",
    "commands": [
      {
        "command": "history",
        "id": "HN1ph13",
        "delay": 100
      }
    ],
    "labels": [],
    "protectedQuickCommand": false,
    "id": "m7z_D9Y"
  },
  {
    "name": "connections",
    "commands": [
      {
        "command": "lsof -i",
        "id": "3veYlH7",
        "delay": 100
      }
    ],
    "labels": [],
    "protectedQuickCommand": false,
    "id": "jG6cTku"
  },
  {
    "name": "python web server",
    "commands": [
      {
        "command": "python3 -m http.server 8000",
        "id": "L4FWLU7",
        "delay": 100
      }
    ],
    "labels": [],
    "protectedQuickCommand": false,
    "id": "5PLDRf1",
    "clickCount": 1
  },
  {
    "name": "top20files",
    "commands": [
      {
        "command": "find / -mount -ignore_readdir_race -type f -exec du -h \"{}\" + 2>&1 | sort -rh | head -n 20",
        "id": "pB5PgPC",
        "delay": 100
      }
    ],
    "labels": [],
    "protectedQuickCommand": false,
    "id": "bfp5CMq",
    "clickCount": 3
  },
  {
    "name": "top20dirs",
    "commands": [
      {
        "command": "du -hcx --max-depth=6 / 2>/dev/null | sort -rh | head -n 20",
        "id": "pkzrGCD",
        "delay": 100
      }
    ],
    "labels": [],
    "protectedQuickCommand": false,
    "id": "wZAlg3-",
    "clickCount": 2
  },
  {
    "name": "hostnamectl",
    "commands": [
      {
        "command": "hostnamectl",
        "id": "l0nPXnB",
        "delay": 100
      }
    ],
    "labels": [],
    "protectedQuickCommand": false,
    "id": "_Y0Hj3u",
    "clickCount": 3
  },
  {
    "name": "lsblk full",
    "commands": [
      {
        "command": "lsblk -p -o +FSTYPE,UUID,MODEL,SERIAL",
        "id": "nHvVYdi",
        "delay": 100
      }
    ],
    "labels": [],
    "protectedQuickCommand": false,
    "id": "w4CDoj2",
    "clickCount": 1
  },
  {
    "name": "ps axf",
    "commands": [
      {
        "command": "ps axf",
        "id": "r02Dv_3",
        "delay": 100
      }
    ],
    "labels": [],
    "protectedQuickCommand": false,
    "id": "pNBwILL",
    "clickCount": 1
  },
  {
    "name": "ps top cpu",
    "commands": [
      {
        "command": "ps -eo pid,user,cmd,%mem,%cpu --sort=-%cpu | head -10",
        "id": "_DA2LaT",
        "delay": 100
      }
    ],
    "labels": [],
    "protectedQuickCommand": false,
    "id": "E50MEYg",
    "clickCount": 7
  },
  {
    "name": "ps top mem",
    "commands": [
      {
        "command": "ps -eo pid,user,cmd,%mem,%cpu --sort=-%mem | head -10",
        "id": "s2ZZxn6",
        "delay": 100
      }
    ],
    "labels": [],
    "protectedQuickCommand": false,
    "id": "t1nyWS7",
    "clickCount": 6
  }
]