Skip to content

Instantly share code, notes, and snippets.

@GGn0
Last active May 7, 2020 12:39
Show Gist options
  • Save GGn0/5f1638f35975626b2e55df448033a100 to your computer and use it in GitHub Desktop.
Save GGn0/5f1638f35975626b2e55df448033a100 to your computer and use it in GitHub Desktop.
Useful linux commands

Generic commands

TODO

Exor boards

useful commands/code snippets specific to exor hardware

Success tune

to play a tune suited for signaling a successful operation (add it in an script or tsts it in an ssh session)

dbus-send --system --print-reply --dest=com.exor.EPAD "/Buzzer" com.exor.EPAD.Buzzer.beep int32:262 int32:100; usleep 100000
dbus-send --system --print-reply --dest=com.exor.EPAD "/Buzzer" com.exor.EPAD.Buzzer.beep int32:330 int32:100; usleep 100000
dbus-send --system --print-reply --dest=com.exor.EPAD "/Buzzer" com.exor.EPAD.Buzzer.beep int32:392 int32:100; usleep 100000
dbus-send --system --print-reply --dest=com.exor.EPAD "/Buzzer" com.exor.EPAD.Buzzer.beep int32:523 int32:50; usleep 150000
dbus-send --system --print-reply --dest=com.exor.EPAD "/Buzzer" com.exor.EPAD.Buzzer.beep int32:440 int32:100; usleep 100000
dbus-send --system --print-reply --dest=com.exor.EPAD "/Buzzer" com.exor.EPAD.Buzzer.beep int32:523 int32:500;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment