Skip to content

Instantly share code, notes, and snippets.

View tuananh170489's full-sized avatar
🏠
Working from home

TL;DR tuananh170489

🏠
Working from home
View GitHub Profile
syntax enable
filetype indent on
filetype indent plugin on
set nocompatible
set wildmenu
set showcmd
set linebreak
set showbreak=+++
set textwidth=100
#!/usr/bin/env bash
### Linux utilites ###
######################
echo "List of essential Linux utilites"
BASIC="man ls cd pwd grep head tail cut cat uniq sort wc tar less file ln rm"
BASIC+=" cp mkdir find xargs test time uname chmod chown groups locate basename"
BASIC+=" touch top"
LEARNER="whatis whereis which"
PROGRAMMER="git ctags diff patch"
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: system:aggregated-metrics-reader
labels:
rbac.authorization.k8s.io/aggregate-to-view: "true"
rbac.authorization.k8s.io/aggregate-to-edit: "true"
rbac.authorization.k8s.io/aggregate-to-admin: "true"
rules: