How to Create a Snapshot in Google cloud Platform.
Snapshots incrementally back up data from your persistent disks. After created a snapshot to capture the current state of the disk we can use it to restore that data to a new disk.We can create snapshots from disks even while they are attached to running virtual machine (VM) instances. Login to Google cloud platform portal. Click …
Read more “How to Create a Snapshot in Google cloud Platform.”
Install composer on Amazon Linux running on EC2
$ cd ~ $ sudo curl -sS https://getcomposer.org/installer | sudo php $ sudo mv composer.phar /usr/local/bin/composer $ sudo ln -s /usr/local/bin/composer /usr/bin/composer then run below command $ sudo composer install
Install and Configure Azure CLI in Ubuntu.
There are multiple way to install Azure cli in ubuntu so below are the the two ways from those options. Way 1: Install azure cli on ubuntu using the below commands. apt install curl -y curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash apt-get update apt-get install azure-cli Way 2. Install the packages: sudo apt-get update sudo apt-get …
