Skip to content

Instantly share code, notes, and snippets.

@pahud
pahud / resize.md
Last active November 13, 2020 04:23
resize Cloud9 root volume size
  • resize the EBS volume size from EC2 console(e.g. 8GB to 20GB)
  • sudo growpart /dev/xvda 1
  • sudo resize2fs /dev/xvda1 or sudo resize2fs /dev/nvme0n1p1
@mmichaelis
mmichaelis / .gitignore
Created September 1, 2011 20:08
Monitoring System Load on Linux System with vmstat and generating graphs from it
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
# idea:
*.iml
*.ipr
*.iws
.idea/
# maven:
target/