Skip to content

Instantly share code, notes, and snippets.

View MGopalkrishnaL's full-sized avatar

M Gopal Krishna MGopalkrishnaL

View GitHub Profile
@MGopalkrishnaL
MGopalkrishnaL / terminal-commands.md
Created April 14, 2023 13:20 — forked from bradtraversy/terminal-commands.md
Common Terminal Commands

Common Terminal Commands

Key Commands & Navigation

Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:

  • Up Arrow: Will show your last command
  • Down Arrow: Will show your next command
  • Tab: Will auto-complete your command
  • Ctrl + L: Will clear the screen
@MGopalkrishnaL
MGopalkrishnaL / index.html
Created April 15, 2022 15:51
Tribute Website
<div>
<h1> Dr. Norman Borlaug </h1>
<p>The man who saved a billion lives </p>
</div>
<div>
<img src="https://cdn.freecodecamp.org/testable-projects-fcc/images/tribute-page-main-image.jpg" alt="Farmers studying">
<p> Dr. Norman Borlaug, third from the left, trains biologists in Mexico on how to increase wheat yields - part of his life-long war on hunger.</p>
</div>
@MGopalkrishnaL
MGopalkrishnaL / index.html
Created April 15, 2022 15:48
Tribute Website
<div>
<h1> Dr. Norman Borlaug </h1>
<p>The man who saved a billion lives </p>
</div>
<div>
<img src="https://cdn.freecodecamp.org/testable-projects-fcc/images/tribute-page-main-image.jpg" alt="Farmers studying">
<p> Dr. Norman Borlaug, third from the left, trains biologists in Mexico on how to increase wheat yields - part of his life-long war on hunger.</p>
</div>