Block ads in a network-level with Pi-Hole
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…
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…
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…
Windows services.msc listing
When going through Windows Services app to find the one I’m looking for may take me some time sometimes. To make it easier, it could be nice to export the list to search using key words since it is not possible right away. Go to Start Menu and type services.Run as administrator.Go to Action then…
Find .dll loaded by a process | .exe
The Command Line tool allows to find quickly which .dll are loaded. Go to Start Menu and type cmd.exeExecute cmd.exe with Run as administratorType tasklist -m If you are looking for a particular process, there is a filter option -fi where imagename eq mmc.exe If you want to have all options available, type TASKLIST /?…
Loading…
Something went wrong. Please refresh the page and/or try again.