new change

This commit is contained in:
2025-10-06 12:28:24 +03:00
parent 3da8f638eb
commit b824b8a79b
2 changed files with 29 additions and 0 deletions

BIN
bash_scriptiong_basics Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

29
bluetooth.md Normal file
View File

@@ -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 <name_device>
trust <name_device>
scan off
~~~
## Etc.
~~~
sudo vim /etc/bluetooth/main.conf
AutoEnable=true
~~~