by ray | Jan 4, 2023 | Github
About SSH key passphrases 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 SSH.” When...
by ray | Jan 4, 2023 | Github
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...
by ray | Nov 22, 2022 | Python
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:...
by ray | Oct 14, 2022 | AWS Elastic Beanstalk, Visual Studios
Visual Studio Setup AWS Toolkit for Visual StudioWorking with Publish to AWS in Visual Studio Documentation Elastic Beanstalk instance profileManaging Elastic Beanstalk instance profilesHow can I access an Amazon S3 bucket from an application running on an Elastic...
by ray | Oct 13, 2022 | AWS Elastic Beanstalk, Visual Studios
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...
by ray | Oct 13, 2022 | AWS Elastic Beanstalk, Visual Studios
AWS Elastic Beanstalk is a service that simplifies the process of provisioning AWS resources for your application. Elastic Beanstalk provides all of the AWS infrastructure required to deploy your application. This infrastructure includes: Amazon EC2 instances that...
by ray | Sep 1, 2022 | Gatsby
There’s a reason why the world’s top-performing website teams use Gatsby. Whether your site has 100 pages or 100,000 pages—we’re obsessed with delivering dynamic web experiences with performance and security that scales. We’re excited to announce the launch of Gatsby...