---------------------------------------------------------------------------- AWS Hands-on Projects for Beginners👇 ---------------------------------------------------------------------------- ✔ Getting Started on AWS Cloud: www.aosnote.com/offers/qq2dokAR/checkout ✔ Deploy a Static Website: www.aosnote.com/offers/T7wgpKti/checkout ✔ Deploy a WordPress Website: www.aosnote.com/offers/xFzqby9z/checkout ✔ Deploy a Dynamic E-commerce Website: www.aosnote.com/offers/gYsmFBVg/checkout ✔ Deploy a Dynamic Website with Terraform: www.aosnote.com/offers/pjYL9ybL/checkout ✔ Deploy a Static Website with Ansible: www.aosnote.com/offers/WgGk2NUk/checkout ✔ Deploy a Website Docker, AWS ECR, and AWS ECS: www.aosnote.com/offers/5hthWgH4/checkout ✔ Deploy a Dynamic Website with CloudFormation: www.aosnote.com/offers/zFhSEiuQ/checkout ---------------------------------------------------------------------------- Projects Coming Soon 👇 ---------------------------------------------------------------------------- ✔ Deploy a Website with Terraform Modules, AWS ECR, and AWS ECS ✔ Create CICD to Deploy a Dynamic Website ✔ Python and AWS Lambda Project ---------------------------------------------------------------------------- Bootcamp 👇 ---------------------------------------------------------------------------- 6 Months Cloud/DevOps Bootcamp: www.aosnote.com/offers/SZFctCkU/checkout ---------------------------------------------------------------------------- Courses: www.aosnote.com/store Website: www.aosnote.com/ ---------------------------------------------------------------------------- Thank you🙏. If you find this video valuable, please don't forget to like, subscribe, and share to support this channel 👍
Thanks, this was very helpful, is there any reason why you ran some commands in power-shell and others using command prompt, suppose you use just the command prompt, will there be any issue?
Hi NDEFRU. You are welcome. No, there isn't a particular reason. But PowerShell is a much more powerful tool of the two. You can type Linux commands in PowerShell. For example, "ls" works in PowerShell and does not in the command prompt. There wont be any issue, but I will recommend that you lean more towards PowerShell.
@@yuerbubao3024 Git uses the username to associate commits with an identity. The email is used to author commits on GitHub.com and on your computer. The location of this configuration file may vary depending on the operating system you are using. - For Windows users, the configuration file can usually be found in the home directory under the path: C:\Users\YourName\.gitconfig. - For Linux and macOS users, it is located in the home directory as: ~/.gitconfig. - username doc: docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git - email doc: docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address