Month: February 2017
-
How to Connect and Edit Configuration Files for WordPress Running on Linux in a Docker Container Includes Changing Site URL
Here are the steps. 1) ssh to the linux host (using SSH or Putty, or whatever) change to Super User sudo su enter su credentials if required. If you cannot switch to su mode, then just add sudo in front of all the below commands. 2) confirm docker is running… Display a list of all…
-
Connect-AzureRm from Powershell HOW TO installing & import modules, authenticate (including multi-factor) and selecting the subscription Step-By-Step
Name: Connect-AzureRm.ps1 Purpose: Connect to Azure from Powershell. Includes installing modules, importing modules, authenticating (including multi-factor) and selecting the subscription Author: Dan Stolts – dstoltsµsoft.com – http://ITProGuru.com Script Home: http://ITProGuru.com/Scripts Syntax/Execution: Copy portion of script you want to use and paste into PowerShell (or ISE) Disclaimer: Use at your own Risk! See details…
-
Connect-AzureRm from Powershell HOW TO installing & import modules, authenticate (including multi-factor) and selecting the subscription Step-By-Step
Name: Connect-AzureRm.ps1 Purpose: Connect to Azure from Powershell. Includes installing modules, importing modules, authenticating (including multi-factor) and selecting the subscription Author: Dan Stolts – dstoltsµsoft.com – http://ITProGuru.com Script Home: http://ITProGuru.com/Scripts Syntax/Execution: Copy portion of script you want to use and paste into PowerShell (or ISE) Disclaimer: Use at your own Risk! See details…
-
Getting Started with VSCode and Markdown Step-By-Step Markdown-Preview-Scroll
Markdown Preview VS Code supports Markdown files out of the box. You just start writing Markdown text, save the file with the .md (.html works too) extension and then you can toggle the visualization of the editor between the code and the preview of the Markdown file; obviously, you can also open an existing Markdown…