diff --git a/_posts/matlab/2021-09-18-matlab-packages-and-toolboxes.md b/_posts/matlab/2021-09-18-matlab-packages-and-toolboxes.md index 2f6baa9e9..5a90b7bde 100644 --- a/_posts/matlab/2021-09-18-matlab-packages-and-toolboxes.md +++ b/_posts/matlab/2021-09-18-matlab-packages-and-toolboxes.md @@ -9,7 +9,6 @@ permalink: /blog/matlab/matlab-packages-and-toolboxes image: path: /images/posts/matlab/matlab-packages.jpg excerpt: A collection of useful MATLAB packages and toolboxes that support and improve your workflow, data visualization, code functionility and performance. -featured: true --- {% include toc.md %} diff --git a/_posts/qwiklabs/2019-11-06-Useful-Google-Cloud-Platform-Commands-Cheat-Sheet.md b/_posts/qwiklabs/2019-11-06-Useful-Google-Cloud-Platform-Commands-Cheat-Sheet.md index d928282a2..c252d5ce1 100644 --- a/_posts/qwiklabs/2019-11-06-Useful-Google-Cloud-Platform-Commands-Cheat-Sheet.md +++ b/_posts/qwiklabs/2019-11-06-Useful-Google-Cloud-Platform-Commands-Cheat-Sheet.md @@ -2,15 +2,26 @@ layout: post title: Useful Google Cloud Platform Commands Cheat Sheet (15 Practical Tips) date: 2019-11-06 13:12 +0800 -categories: [Cloud] +categories: + - Cloud author: chris -tags: [Google Cloud, User tips, GCLOUD, Terraform, Qwiklabs, Shorthand] +tags: + - Google Cloud + - User tips + - GCLOUD + - Terraform + - Qwiklabs + - Shorthand permalink: /blog/qwiklabs/useful-google-cloud-platform-commands-cheat-sheet redirect_from: - - /blog/qwiklabs/Useful-Google-Cloud-Platform-Commands-Cheat-Sheet + - /blog/qwiklabs/Useful-Google-Cloud-Platform-Commands-Cheat-Sheet css: syntax: true featured: true +image: + path: /assets/images/write-2160925.svg + width: "730" + height: "431" --- **gcloud** is the primary CLI tool for the Google Cloud Platform. You can find a shortlist of the frequently used commands below. There are also some examples of **gsutil** and **terraform** command-line tools. Mastering them helps you to script and automate many GCP operations.