Skip to content

Cheatsheet for Linux

Overview

In the time being when working around within the programing process, I create the cheatsheet for personal learning and memory.

Detail

Alias commad

# Syntax
# $ alias <alias-name>="command to execute in string"

# Example: to authentication Google SDK with ADC method
alias gadc="gcloud auth application-default login"

Load the function as the component

To do this, use the .bashrc for each user

vi ~/.bashrc
source ~/.bashrc

Note: alway add \n at the end of file