Posts tagged with: Linux
Often when working on experimental Git branches, it is necessary to modify files outside of the Git repository when we change branches to properly test some of the new features. An example of this type of files would be configuration files. Through the use of Git hooks it is possible …
After many tries, I finally found a good set of steps to install Adobe Acrobat Reader DC in my Linux computer. Status Features ✅ Form filling ✅ Comment tools ✅ Sticky notes ✅ Printing ❌ Signature Setup Arch Linux (up to May 2022)* Wine-stable 7.0 *The same configuration for Wine, winetricks and fonts should …
Based on icon made by Freepik from www.flaticon.com Good code commenting, including good syntax and spelling, is an important feature to assure the high quality of code documentation, which in turn, is vital in development of scientific open-source software. Poor spelling is not only unprofessional, it can create …
In contrast to Matlab for Windows and macOS, Matlab for Linux does not automatically make the associations with its related files .m, .mat, and .fig. This post describes the how to do the association, it includes: 1. defining MIME types, 2. setting icons, and 3. creating desktop entries (.desktop files …
Situation: The setup is the following: my laptop has dual-boot setup with Linux and Windows, and a disk (NTFS) is shared between systems. I wanted to have a directory for a Git repository (in the shared disk) in such a way that: It is possible to pull and push from …
Scenario You have a Bluetooth (BT) Device (headphones, keyboard, mouse, etc.) with MAC address XX:XX:XX:XX:XX:XX, and you want to use this BT device in a dual OS PC (in this case Linux and Windows), which as a BT Adapter with MAC address YY:YY:YY …