Tag: technology
How to get a Ruby Debug Environment working in Windows with Visual Studio Code
Install Ruby+Devkit from rubyinstaller.org/downloads Install Visual Studio Code at code.visualstudio.com Navigate in PowerShell to the directory you have your Ruby project folder in and run gem install ruby-debug-ide. Open Visual Studio Code and install the Ruby plugin by Peng Lv. Once you have opened your project folder in Visual Studio Code, open one of your… Continue reading How to get a Ruby Debug Environment working in Windows with Visual Studio Code
How to create a local test environment of a WordPress website using the Duplicator plugin and XAMPP
Step 1: Create your site backup using Duplicator. Follow step two at this website. Step 2: Import your WordPress site to your local computer. Create a folder for your WordPress site under C:\xampp\htdocs. I called mine mywordpresstest. Step 3: Create a database on your local computer. Step 4: Start the duplicator migration process In your… Continue reading How to create a local test environment of a WordPress website using the Duplicator plugin and XAMPP
Importance of backing up your website/blog
Backing up your website/blog is extremely important and should be done outside your hosting provider’s network. You don’t want to be victim of the hosting company having server outages and restoring a several day old version of your site. For WordPress sites such as this, doing backups how I have chosen, is very affordable. Sites… Continue reading Importance of backing up your website/blog
Microsoft Exchange Server 2016: Send As and send on behalf of
As part of an exercise in this learning path on Pluralsight, I demonstrate how to setup so a user can send emails as another account and send email on behalf of someone else. As you can see below I use Exchange Admin center to setup Kevin Surface to have full access and send as permissions for this… Continue reading Microsoft Exchange Server 2016: Send As and send on behalf of