Skip to content

Instantly share code, notes, and snippets.

View kaneelyster's full-sized avatar

Daneel Smuts kaneelyster

View GitHub Profile

Keybase proof

I hereby claim:

  • I am kaneelyster on github.
  • I am kaneel (https://keybase.io/kaneel) on keybase.
  • I have a public key whose fingerprint is 0029 3645 E052 2216 D22F 8044 51BF 204E 81A8 12A2

To claim this, I am signing this object:

@kaneelyster
kaneelyster / Auto Backup ADB commands.md
Last active July 17, 2024 14:28
Auto Backup ADB commands

Good write-up here.

Enable ADB verbose logging for backups:
adb shell setprop log.tag.GmsBackupTransport VERBOSE
adb shell setprop log.tag.BackupXmlParserLogging VERBOSE

Force auto backup:
adb shell bmgr backupnow <PACKAGE>

Force full backup:

@kaneelyster
kaneelyster / rpi_unifi.md
Last active October 8, 2018 11:00 — forked from kburdett/rpi_unifi.md
Install Ubiquiti's UniFi Controller on a Raspberry Pi

Compatibility

I currently run Ubiquiti's UniFi Controller on a Raspberry Pi 3B without issue.

Instructions

  1. Install Raspbian on a SD card. I tested this with Stretch Lite (headless)

  2. Use raspi-config to enable SSH (Interfacing Options) and set correct locale.

sudo raspi-config

@kaneelyster
kaneelyster / Screenrecord.md
Last active March 24, 2020 08:12
Adb commands to record screen

Record

adb shell screenrecord /sdcard/example.mp4

Switches:

Set the time limit. Default max is 3 minutes. --time-limit <SECONDS>

Stop the screen recording by pressing Ctrl-C

Copy to local machine