Skip to content

Instantly share code, notes, and snippets.

@rosco-pc
rosco-pc / unifi.md
Last active April 4, 2025 17:39
Unifi commands.md

Unifi AP useful commands

using SSH:

  • log in to AP: $ ssh ubnt@<IP>
  • default username & password: ubnt & ubnt

Generic

Command Example Function
@samgrover
samgrover / swarm-day-one-import.py
Created April 16, 2019 17:51
Parse the Swarm/Foursquare exported data and create entries in Day One using their command line tool.
#!/usr/bin/env python
# Parse the Swarm/Foursquare exported data and create entries in Day One using their command line tool.
# Day One command line tool available at: http://dayoneapp.com/support/CLI
import sys
import json
import requests
import subprocess
import time