In addition to adblocker module that it is possible to install in your browser, we can add another layer of security by blocking access to any website that is mentionned in a blacklist, but instead of doing it per device, it is possible to configure it for the whole network with Pi-Hole. Pi-Hole is an … Continue reading Block ads in a network-level with Pi-Hole
Category: Linux
Linux and Remote Desktop Protocol (RDP)
When accessing to a resource remotely, VNC protocol is mostly used for system such as Linux. But I found it quite complex to setup, specially with virtual desktop. So I will explain how to setup this access with RDP protocol from Microsoft. Prerequisites To connect to the remote computer, the only thing you need is … Continue reading Linux and Remote Desktop Protocol (RDP)
Activate Numpad at Startup | Linux
By default, the numpad is not activated when you arrive to login window. To activate it, you need to install a package. Shown with Linux Mint Cinnamon. Open a Terminal.Type sudo apt install numlockx to install the package.Once installed, just confirm in the Terminal with: sudo numlockx on(Linux Mint) - Open the Login Window manager … Continue reading Activate Numpad at Startup | Linux