Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libgnome-bluetooth-3.0-13 /
[ HOME SHELL ]
Name
Size
Permission
Action
AUTHORS
262
B
-rw-r--r--
changelog.Debian.gz
1.01
KB
-rw-r--r--
copyright
2.32
KB
-rw-r--r--
NEWS.gz
9.39
KB
-rw-r--r--
README.md
2.37
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# GNOME Bluetooth gnome-bluetooth is a helper library on top of the bluez daemon's D-Bus API. It used to contain widgets for application developers but is now home to everything Bluetooth related for the code GNOME desktop, and nothing pertinent to application developers. Requirements ------------ - GTK - bluez 5.51 or newer - rfkill sub-system enabled in the kernel, and [accessible](https://github.com/systemd/systemd/pull/21605) - the latest [git version of python-dbusmock](https://github.com/martinpitt/python-dbusmock) to run tests. Multiple Bluetooth adapters --------------------------- The gnome-bluetooth user interface and API have no support for handling multiple Bluetooth adapters. Earlier versions of the bluez backend software had support for setting a "default adapter" but that is not the case any more. Since GNOME 42, the default adapter is the "highest numbered" one, so removable/external Bluetooth adapters are likely going to be preferred to internal ones. As the goal for multiple adapters usually is to disable an internal Bluetooth adapter in favour of a more featureful removable one, there are a couple of possibilities to do this, depending on the hardware: - Disable the internal Bluetooth adapter in the system's BIOS or firmware - Disable the internal adapter through a mechanical "RF kill" switch available on some laptops - Unplug the USB cable from the wireless card in the case of combo Bluetooth/Wi-Fi desktop cards - Enable the hardware-specific software kill switch on laptops. First find out whether your hardware has one: ```sh rfkill | grep bluetooth | grep -v hci 5 bluetooth hp-bluetooth unblocked unblocked ``` Then block it with `rfkill block <ID>` where `<ID>` is the identifier in the command above. systemd will remember this across reboots. - Disable a specific USB adapter through udev by creating a `/etc/udev/rules.d/81-bluetooth-hci.rules` device containing: ``` SUBSYSTEM=="usb", ATTRS{idVendor}=="0a5c", ATTRS{idProduct}=="21b4", ATTR{authorized}="0" ``` - If the adapter still needs to be plugged in so it can be used as a passthrough, for virtualisation or gaming, we ship [a small script that makes unbinding the Bluetooth driver easier](contrib/unbind-bluetooth-driver.sh) Copyright --------- A long time ago, gnome-bluetooth was a fork of bluez-gnome, which was: `Copyright (C) 2005-2008 Marcel Holtmann <marcel@holtmann.org>`
Close