diff --git a/bash_scriptiong_basics b/bash_scriptiong_basics new file mode 100644 index 0000000..b8f50bf Binary files /dev/null and b/bash_scriptiong_basics differ diff --git a/bluetooth.md b/bluetooth.md new file mode 100644 index 0000000..c8746da --- /dev/null +++ b/bluetooth.md @@ -0,0 +1,29 @@ +# Install. + +~~~ +sudo pacman -S bluez bluez-utils +~~~ + +## Settings. + +~~~ +bluetoothctl -> + power on + agent on + default-agent +~~~ + +## Scan and connected. +~~~ +bluetoothctl -> + scan on + connect + trust + scan off +~~~ + +## Etc. +~~~ +sudo vim /etc/bluetooth/main.conf + AutoEnable=true +~~~