When attempting to decrypt a sytem protected by McAfee Drive Encryption you may see that the system status shows “Deactivation in Progress” but the volume
Continue readingUsing powershell behind a proxy server
Using Powershell behind a proxy server can cause a number of headaches when working with hybrid Office 365 environments, or pretty much any other external
Continue readingAdd user to sudo – CentOS 7
Enabling users to sudo in CentOS 7. This post assumes you need to create a new user for the task AND that the wheel group
Continue readingNPM proxy settings
Using the command line to set NPM proxy variables. You can set each command globally by adding a -g at the end of the line.
Continue readingLinux file and directory removal from the command line
To remove the folder with all its contents(including all interior folders): rm -rf /path/to/directory To remove all the contents of the folder(including all interior folders)
Continue reading