Showing posts with label #Microsoft. Show all posts
Showing posts with label #Microsoft. Show all posts

Sunday, October 29, 2023

Some #free #online #courses from #Google, #Microsoft, #Meta, #AWS, and other big #universities



Google

  • Google AI Crash Course: https://developers.google.com/machine-learning/crash-course
  • Google Cloud Skills Fundamentals: https://www.cloudskillsboost.google/course_templates/60
  • Android Developer Fundaments: https://google-developer-training.github.io/android-developer-fundamentals-course-concepts/
  • Google Analytics for Beginners: https://analytics.google.com/analytics/academy/course/6
  • Google Ads for Beginners: https://blog.hootsuite.com/google-ads/
  • Google Data Science Professional Certificate: https://www.coursera.org/professional-certificates/google-data-analytics
  • Google IT Support Professional Certificate: https://www.coursera.org/professional-certificates/google-it-support
  • Google Project Management Professional Certificate: https://grow.google/certificates/project-management/
  • Google Cybersecurity Professional Certificate: https://grow.google/certificates/cybersecurity/
  • Google Digital Marketing & E-commerce Professional Certificate: https://www.coursera.org/professional-certificates/google-digital-marketing-ecommerce

Microsoft

  • Microsoft Azure Fundamentals: https://learn.microsoft.com/en-us/credentials/certifications/azure-fundamentals/
  • Microsoft Power BI: https://powerbi.microsoft.com/en-us/
  • Microsoft Excel: https://www.microsoft.com/en-us/microsoft-365/excel
  • Microsoft PowerPoint: https://www.microsoft.com/en-us/microsoft-365/powerpoint
  • Microsoft Teams: https://www.microsoft.com/en-us/microsoft-teams/group-chat-software
  • Microsoft Data Science Professional Certificate: https://learn.microsoft.com/en-us/credentials/certifications/azure-data-scientist/
  • Microsoft Power Platform Professional Certificate: https://learn.microsoft.com/en-us/credentials/certifications/power-platform-fundamentals/
  • Microsoft Azure AI Fundamentals: https://learn.microsoft.com/en-us/credentials/certifications/exams/ai-900/
  • Microsoft Security, Compliance, and Identity Fundamentals: https://learn.microsoft.com/en-us/credentials/certifications/security-compliance-and-identity-fundamentals/
  • Microsoft Azure DevOps Fundamentals: https://azure.microsoft.com/en-us/solutions/devops/tutorial

Meta

  • Meta Blueprint: https://www.facebookblueprint.com/
  • Meta Spark: https://spark.meta.com/
  • Meta AI: https://ai.meta.com/
  • Meta AR/VR: https://www.meta.com/
  • Meta Social Media Marketing: https://www.coursera.org/professional-certificates/facebook-social-media-marketing
  • Meta Digital Marketing Professional Certificate: https://www.coursera.org/professional-certificates/facebook-social-media-marketing
  • Meta Data Science Professional Certificate: https://anyinstructor.com/meta-marketing-analytics-professional-certificate/
  • Meta Software Engineering Immersive: https://blockclubchicago.org/2022/06/09/meta-chicago-formerly-facebook-launches-software-engineering-courses-to-bring-more-black-people-into-tech/

AWS

  • AWS Cloud Practitioner Essentials: https://aws.amazon.com/training/classroom/aws-cloud-practitioner-essentials/
  • AWS Developer Fundamentals: https://aws.amazon.com/training/learn-about/developer/
  • AWS Certified Solution Architect - Associate: https://aws.amazon.com/certification/certified-solutions-architect-associate/
  • AWS Certified Data Analytics - Associate: https://aws.amazon.com/certification/certified-data-analytics-specialty/
  • AWS Certified Machine Learning - Specialist: https://aws.amazon.com/certification/certified-machine-learning-specialty/
  • AWS Cloud Practitioner Professional Certificate: https://aws.amazon.com/certification/certified-cloud-practitioner/
  • AWS Solutions Architect Professional Certificate: https://aws.amazon.com/certification/certified-solutions-architect-professional/
  • AWS Data Analytics Professional Certificate: https://aws.amazon.com/certification/certified-data-analytics-specialty/
  • AWS Machine Learning Professional Certificate: https://aws.amazon.com/certification/certified-machine-learning-specialty/

Other big universities

  • Harvard University: CS50's Introduction to Computer Science: https://pll.harvard.edu/course/cs50-introduction-computer-science
  • Stanford University: Introduction to Artificial Intelligence: https://www.guru99.com/artificial-intelligence-tutorial.html
  • Massachusetts Institute of Technology: Introduction to Computer Science and Programming Using Python: https://www.edx.org/learn/computer-science/massachusetts-institute-of-technology-introduction-to-computer-science-and-programming-using-python
  • University of California, Berkeley: Data Science Specialization: https://www.coursera.org/specializations/jhu-data-science
  • University of Michigan: Python for Data Science: https://www.coursera.org/learn/python-for-applied-data-science-ai
  • Georgia Institute of Technology: Machine Learning: https://en.wikipedia.org/wiki/Machine_learning
  • University of Toronto: Neural Networks and Deep Learning: http://neuralnetworksanddeeplearning.com/

Saturday, October 21, 2023

Installing #Windows11 without any check or on #unsupported #hardware



#Windows11 installation typically requires a "compatible 64-bit CPU" and TPM 2.0 chip, leaving older computers ineligible. Nevertheless, various methods have emerged to bypass these constraints.


#Neowin highlights a more straightforward approach. On X (formerly Twitter), a user revealed an obscure yet effective method for circumventing Windows 11's hardware restrictions. It involves initiating the Windows 11 setup process using the Windows command line tool with the command "/product server." So, your command should appear as follows:

setup /product server
This discovery is being hailed as a "game-changing find" that overcomes the "artificial prerequisites" for Windows 11 installation. We can confirm its efficacy, at least with the current Canary Insider versions of #Windows11. Interestingly, while the setup indicates "Windows Server" installation, it essentially installs Windows 11 Home or Windows 11 Pro.

Notably, the post's comments mention that a Vietnamese user uncovered this method over a year ago. However, the information remained relatively obscure, likely due to it being reported solely in a Vietnamese forum.

Sunday, September 10, 2023

#MICROSOFT #AZURE #CHEATSHEET

 ----------------------------------------------

|               MICROSOFT AZURE CHEAT SHEET                    |

-----------------------------------------------

**Azure Basics:**

1. **Azure Account:**

   - Sign up for an Azure account at [Azure Portal](https://portal.azure.com/).

2. **Azure Subscriptions:**

   - Organize resources and set up billing with subscriptions.

**Azure Services:**

3. **Virtual Machines (VMs):**

   - Create and manage virtual machines.

   - Azure VM sizes, availability sets, and extensions.

4. **App Service:**

   - Platform-as-a-Service (PaaS) for web apps, APIs, and mobile apps.

5. **Azure Kubernetes Service (AKS):**

   - Managed Kubernetes container orchestration.

6. **Functions:**

   - Serverless compute service for event-driven applications.

7. **Storage Services:**

   - Azure Blob Storage: Scalable object storage.

   - Azure SQL Database: Managed relational databases.

   - Cosmos DB: Globally distributed NoSQL database.

8. **Networking Services:**

   - Virtual Network (VNet): Isolate and secure resources.

   - Azure Load Balancer: Distribute traffic.

   - Azure DNS: Managed DNS service.

9. **Security and Identity:**

   - Azure Active Directory (AD): Identity and access management.

   - Azure Key Vault: Securely manage keys and secrets.

10. **Developer Tools:**

    - Azure DevOps: Collaboration and CI/CD.

    - Azure Functions: Serverless compute for code execution.

    - Azure Logic Apps: Automate workflows.

11. **Big Data and Analytics:**

    - Azure Data Lake Storage: Scalable data lake.

    - Azure Databricks: Analytics and machine learning.

12. **IoT and Edge Computing:**

    - Azure IoT Hub: Manage IoT devices.

    - Azure IoT Edge: Deploy IoT solutions to edge devices.

**Working with Azure:**

13. **Azure CLI:**

    - Install and use the Azure command-line tools.

    - `az login`: Log in to Azure.

    - `az group list`: List resource groups.

14. **Azure Portal:**

    - Access the Azure web-based management portal.

    - Navigate and manage Azure resources through the portal.

15. **Azure Billing and Cost Management:**

    - Monitor and manage Azure costs through the billing dashboard.

16. **Azure Documentation:**

    - [Azure Documentation](https://docs.microsoft.com/en-us/azure/): Comprehensive documentation for Azure services.

**Azure Resources:**

17. **Azure Best Practices:**

    - [Azure Best Practices](https://docs.microsoft.com/en-us/azure/architecture/best-practices/): Guidance for designing well-architected systems on Azure.

18. **Azure Training and Certification:**

    - [Microsoft Learn](https://learn.microsoft.com/en-us/): Learn Azure skills through training resources and certification.

19. **Azure Community and Forums:**

    - [Azure Community](https://community.azure.com/): Connect with others and ask questions in the Azure community.


Featured Posts

Kali Linux Remote Desktop: Access GNOME from Windows Using Native RDP

  Kali Linux + GNOME 50 + GNOME Remote Desktop + Windows Remote Desktop (MSTSC) Getting a full GNOME desktop remotely on Kali Linux can be ...