Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.06 KB

File metadata and controls

39 lines (34 loc) · 1.06 KB

Terminal

How to turn off the beep only in bash tab-complete

Editing /etc/inputrc

set bell-style none

Google Drive

rclone mount drive:/ rclone --daemon
fusermount -u /home/restrepo/rclone

Desktop

Locales configuration

Search Latinamerican keyboar in English locale. To configure for several flavors of Spanish and English use:

# dpkg-reconfigure locales

and choose es_ES.UTF-8, es_ES.UTF-8, and us_US.UTF-8

In Gnome go to Settings → Region & Language

Devices

bluetooth headset connects but not showing in sound settings

See here: The proposed solution thatis to set option ControllerMode to bredr in file /etc/bluetooth/main.conf

# Restricts all controllers to the specified transport. Default value
# is "dual", i.e. both BR/EDR and LE enabled (when supported by the HW).
# Possible values: "dual", "bredr", "le"
#ControllerMode = dual
ControllerMode = bredr

When you changed the option restart Bluetooth service

sudo systemctl restart bluetooth