Static websites have fixed content with no backend processing. They can contain HTML pages, images, style sheets, and all of the files required to render the website, but there is no server-side…
AWS Identity and Access Management (IAM)
Amazon Web Services (AWS) Identity and Access Management (IAM) is a directory service designed to track users on your system and provide a way to keep track of information about authentication methods….
What is Hyperconvergence Infrastructure (HCI)?
Hyperconverged infrastructure (HCI) is a software-defined, unified system that combines all the elements of a traditional data center: storage, compute, networking and management. Combine storage, compute, and networking into a single…
Introducing Windows 11 with updated UI and Android App Support
Today, Microsoft officially released Windows 11, the next major version of the permanent desktop operating system. The new version includes many improvements, including a redesigned user interface, updated window functions, and even…
[Invitation] Cloud Academy Day Conference | Image Classification Using PAI
Explore a myriad of fundamental cloud computing topics from databases to networking solutions at this half-day cloud conference, and join an exciting panel discussion with industry experts where they share their approaches…
Using Terraform Deploying an Azure VM
Virtual machine deployment is the primary goal of almost all automation attempts. Terraform provides grammar that is easier to read than ARM templates and allows you to create the prerequisites you want…
Alibaba Cloud Summit 2021
Join this virtual event to discover how you can accelerate digitalization with Cloud and Data Intelligence. Alibaba Cloud Summit 2021 will feature new product launches, keynotes from senior leaders at Alibaba Cloud…
Azure DNS
Azure DNS is a hosting service for DNS domains that provides name resolution by using Microsoft Azure infrastructure. By hosting your domains in Azure, you can manage your DNS records by using…
AWS Well Architected Framework of 5 Pillars
When building technical solutions on Amazon Web Services (AWS), if you ignore the five pillars of operational excellence, security, reliability, performance efficiency, and cost optimization, building a system that meets your expectations…
Install zsh-autosuggestions in Linux
Zsh is a shell designed for interactive use, although it is also a powerful scripting language Step1: Open a Linux terminal and run the following command sudo yum install zsh wget git -ychsh…