Adding a new SSH key to your GitHub account

About addition of SSH keys to your account You can access and write data in repositories on GitHub.com using SSH (Secure Shell Protocol). When you connect via SSH, you authenticate using a private key file on your local machine. For more information, see “About...

Python: Download Youtube Video and Convert Video to mp3

Prerequisites Python 3 ffmpeg Python Script to Download Youtube Video download.py from pytube import YouTube def Download(link): youtubeObject = YouTube(link) youtubeObject = youtubeObject.streams.get_highest_resolution() try: youtubeObject.download() except:...

AWS Toolkit for Visual Studio

This is the user guide for the AWS Toolkit for Visual Studio. If you are looking for the AWS Toolkit for VS Code, see the User Guide for the AWS Toolkit for Visual Studio Code. What is the Toolkit for Visual Studio The AWS Toolkit for Visual Studio is a plugin for the...