SELinux 403 forbidden on moved files
The SELinux on Centos , Fedora or RedHat maintains a siganature of origin for file if moved into folders and…
Adding a custom favorite to Fedora 25 app bar
If you want to add a favorite to your shortcuts bar on Fedora, you have to create a .desktop file…
Immutability helpers with Reactjs
It is said that using immutable data is better in performance and effective in Reactjs based code/apps instead of dealing with…
Fix Error: Cannot find module ‘npmlog’
It takes relatively more time to get nodejs compiled and installed on Linux workstations. And, the new node binary installations…
Disable Cortana in Windows 10
Download the disable, enable cortana registry editors from below. You can then just double click disable to set appropriate registry…
Windows 10 – Remove OneDrive shortcut
Press Windows* Key + R .. go to run window and start “regedit” application. When you go into registry editor.…
Using env variables in NodeJS
You can set and use environment variables within NodeJS processes as below: Windows: Unix: and inside your app javascript you…
Global variable “process” in NodeJS
The nodejs has global variables which are associated with the process/application its running. The entire documentation for process variable can…