Tag: kernel modules

How to turn off Bluetooth to disable pairing and any connections

How to permanently disable Bluetooth on Linux This note shows how to remove the bluetooth completely, as well as exclude any possibility of connecting it. Start by deactivating and uninstalling the bluetooth service. Remove from startup and stop the bluetooth service: sudo systemctl disable bluetooth sudo systemctl stop bluetooth Remove the bluez package. On Debian and derivatives: sudo apt remove...

Do I need to restart the server after updating the Linux kernel (SOLVED)

Unlike Windows, in which a program must not be running to update this program, in Linux you can update running programs without any problems – this will not lead to any errors. In Linux, you can delete files in use (including executables) and while they are in use, they will be kept in the cache, and when the system stops...

How to Install the Latest Linux Kernels on Debian and Debian Based Distributions

Recent versions of the Linux kernel have drivers for new devices and other innovations. Unfortunately, many popular Linux distributions are in no rush to update their kernel. This tutorial will show you how easy it is, without compiling, to install any version of the Linux kernel on Debian and derived distributions, for example, Kali Linux and LMDE (Linux Mint Debian...

How to Install the Latest Linux Kernels on Ubuntu and Linux Mint

Recent versions of the Linux kernel have drivers for new devices and other innovations. Unfortunately, many popular Linux distributions are in no rush to update their kernel. This tutorial will show you how easy it is to install any version of the Linux kernel on Ubuntu and Linux Mint without compiling. You can choose to install either a newer kernel...
Loading...
X