Skip to content

Instantly share code, notes, and snippets.

@kanmeiban
Last active July 6, 2018 12:03
Show Gist options
  • Save kanmeiban/fbc350acae8499e85f40b4df1e97b049 to your computer and use it in GitHub Desktop.
Save kanmeiban/fbc350acae8499e85f40b4df1e97b049 to your computer and use it in GitHub Desktop.
Linux tips & tricks

Bluetooth

Connect devices that is paired and powered on but for some reason just doesn't want to connect:

$ sudo bluetoothctl
[bluetooth]# paired-devices 
Device 28:FC:F6:08:24:30 EVOLVEO G4
Device CB:08:92:3C:8E:A0 M585/M590
[bluetooth]# connect CB:08:92:3C:8E:A0
Attempting to connect to CB:08:92:3C:8E:A0
[CHG] Device CB:08:92:3C:8E:A0 Connected: yes
Connection successful

Software

Linuxbrew - Homebrew for Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment