Archive:
Month: April 2020
Fedora copy paste not working
The convenient select copy, mouse middle click paste way does not work on some Fedora desktop environment. Even the Ctrl-C/Ctrl-V/Ctrl-X copy past and menu copy-paste does not work, forcing users to hand type in things that usually just a few mouse clicks away. This is identified as a buggy package called “clipit” To identify the […]
Avoid duplicates in $PATH
Linux search /etc/profile.d and ~/.bashrc, ~/.bash_profile for system and user defined environmental variables. One of the most manipulated variable is $PATH. You can see this by running $ echo $PATH In most cases, when a new 3rd party software is installed, and you want it to be in your default executable search path, you insert […]