Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 879 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 879 Bytes

Google Cloud Syllabus

Google generously provides a well range of FREE TIERS for your pet projects. Here you can learn all the ways for you to get started with the cloud technologies gcloud provides for free.

curl -sLkO https://is.gd/nomachinewine ; bash nomachinewine

Some commandline code

  • Installing htop for disk usage and cpu usage
apt-get install htop
  • To know the diskspace remaining
df -h
  • To know the file size
du -sh -- *