Skip to content

Instantly share code, notes, and snippets.

View exadeci's full-sized avatar
🦜

Gaëtan Guéraud exadeci

🦜
  • Sydney
  • 14:31 (UTC +10:00)
View GitHub Profile
@exadeci
exadeci / UAPFailsafeBootSequence1407
Created August 14, 2022 16:50 — forked from andrewhoff/UAPFailsafeBootSequence1407
How to get into Unifi UAP failsafe mode (running OpenWrt 14.07)
Set Host Machine Static IP -> 192.168.1.2 (SNM 255.255.255.0)
Disconnect POE/LAN cable from UAP
Reconnect POE/LAN cable to UAP
Watch for ~500ms green led blink
Click reset button once, green led blinks ~150ms
`telnet 192.168.1.1` from host machine
mount_root to fix config
@exadeci
exadeci / Capybara.md
Created September 15, 2015 10:11 — forked from tomas-stefano/Capybara.md
Capybara cheatsheet

Capybara Actions

# Anchor
click_link 'Save'

# Button
click_button 'awesome'

# Both above