VLT-Website-Heading

How to connect to your Puppet Learning VM with SSH

Oct 7, 2020 12:07:43 AM / by Vu Long Tran posted in tech, puppet, linux

0 Comments

This is instructions on how you can connect to your Puppet Learning Virtual Machine with SSH.

If you're new to SSH, SSH = Secure Shell.

"Secure Shell is a cryptographic network protocol for operating network services securely over an unsecured network. Typical applications include remote command-line, login, and remote command execution, but any network service can be secured with SSH". - Wikipedia

Read More

How to use Visual Studio Code to run curl commands

Jul 16, 2020 7:36:16 PM / by Vu Long Tran posted in tech, web development, microsoft, apis, developer

0 Comments

This guide is to show you how to run similar commands using Microsoft's Visual Studio Code environment.

As Visual Studio Code is also free. Built on open source and runs everywhere. The biggest benefit I can see is the availability of extensions which can further enhance your programming and testing experiences. 

You may be using Postman, Terminal or another tool to run some of your API testing and various commands. This will be similar. 

Read More