Posts

Showing posts from September, 2022

WSL2 Notes

Image
The  Windows Subsystem for Linux , or  WSL , is an optional feature of  Windows 10  that allows  Linux  programs to run natively on Windows. WSL was designed by  Microsoft  in partnership with Canonical, the creators of  Ubuntu . Together, they created a  kernel  compatibility layer based on Ubuntu. This compatibility layer allows Linux programs to run in a Windows 10 version of the  Bash shell . Not all Linux programs can be used in WSL. Some low-level system tools, for example, require an actual Linux kernel to run correctly. Also, WSL is not intended to run  GUI  applications. Although it's possible to install the  X11 window system  under WSL, graphical programs are not guaranteed to work correctly, if at all.  However, WSL comes with the software package tools   apt   and   dpkg , which provides access to a thousands of command-line Linux applications. They can operate side-by-side w...

AWS (Amazon Web Services) + (SSH,Putty,Boto3)

Image
Useful : 1] Click   --------------------------------------------------------------------------------------------------------------- Amazon Web Services (AWS) is the world's most comprehensive and broadly adopted cloud platform, offering  over 200 fully featured services  from data centers globally. Some of the most commonly used AWS services : EC2 S3 Lambda EMR RDS RedShift SageMaker API Gateway Integration Amplify VPC (security) Cloudwatch (monitoring) The EC2 and S3 service are the most used AWS services to date. (Comparison of AWS, Microsoft Azure, and Google Cloud Platform) Vendor Strengths Weaknesses AWS Dominant market position Extensive, mature offerings and training Support for large organizations Global reach Difficult to use Cost management Overwhelming options Microsoft Azure Second in market share Integration with Microsoft tools and software Broad feature set Hybrid cloud Issues with documentation Incomplete management tooling Google Cloud Platform Designed ...