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)
Category: Linux
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