Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 555 Bytes

File metadata and controls

45 lines (24 loc) · 555 Bytes

PID - task ID in console

  • pid
  • tasks
  • search

Run in terminal to find Grunt's PID:

$ ps aux | grep grunt

Find in table 'grunt' and it PID, write it in console to kill Grunt task

$ kill <pid>

Find and connect to Bluetooth device

  • bluetooth
  • ueboom
  • speaker

Problem with connecting to BT speaker UEBOOM

Run in terminal:

$ sdptool browse <MAC ADDRESS>

Result:

UEBOOM MAC is 88:C6:26:07:3F:3C

$ sdptool browse 88:C6:26:07:3F:3C

Result:

Browsing 88:C6:26:07:3F:3C ...