From 6628398ddfe7964157c78ee9841e2c3925575ef7 Mon Sep 17 00:00:00 2001 From: "Chris K.Y. FUNG" <8746768+chriskyfung@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:40:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A9=20docs(posts):=20update=20featured?= =?UTF-8?q?=20posts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2021-09-18-matlab-packages-and-toolboxes.md | 1 - ...oogle-Cloud-Platform-Commands-Cheat-Sheet.md | 17 ++++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) 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.