Skip to content

Instantly share code, notes, and snippets.

View AshokBungatavula's full-sized avatar

Ashok Bungatavula AshokBungatavula

  • DXC technology
  • New Orleans
View GitHub Profile
Here I am Sharing Some Useful #CheatSheets of DevOps and Cloud that can ease daily relatively tasks.
if you find some more can add in comment section
- Linux command cheat sheet: https://lnkd.in/eemfYJU
- Git and GitHub cheat sheet: https://lnkd.in/eqmYz7Y
- Docker cheat sheet: https://lnkd.in/euVgEym
sudo apt-get clean # to get some space
apt install cloud-guest-utils # tool to mount blocks
lsblk # to list all blocks
growpart /dev/xvda 1 # to extend size of specific block(here xvda 1)
resize2fs /dev/xvda1 # mount block
df -h # check file system