Skip to content
View vanvuvuong's full-sized avatar
  • Vietnam
Block or Report

Block or report vanvuvuong

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vanvuvuong/README.md

Hello there, I'm a Cloud Engineer. Sadly to say, most of my repos are private!

👋 Tran Dinh Dong's Github Stats

Working with Technology Stacks

Pinned

  1. 90DaysOfDevOps 90DaysOfDevOps Public

    Forked from MichaelCade/90DaysOfDevOps

    This repository is my documenting repository for learning the world of DevOps. I started this journey on the 1st January 2022 and I plan to run to March 31st for a complete 90-day romp on spending …

    Shell

  2. Linux Advanced Commands Notes Linux Advanced Commands Notes
    1
    Run next command if the previous one is failed
    2
    
                  
    3
    ```
    4
    cmd1 && echo "Success" || echo "Failed"
    5
    ```