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)
Tag: 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
Add aliases in Linux
Sometimes, when you are using command-line a lot, it can be boring to always type the full command to perform the action. But you can create shortcuts, which are also called "alias". For example, you have a Python virtual environment and you are using it a lot. To activate it, you generally have to be … Continue reading Add aliases in Linux