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
Category: Tips
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 … Continue reading Windows services.msc listing
Start Python file with crontab at startup
When I used cncjs with my laser engraver, I had to start manually it at each startup which can be annoying. Furthermore, I added a script for the streaming of the camera. The keyword that needs to be used is "@reboot". Then, eachtime your computer starts, it will also launch the script.