Linux - Day 2

Linux - Day 2


Had an amazing learning session today with Shubham Londhe! 🎉

Today marked #Day2 of my learning journey, and I’m thrilled to share what I've accomplished so far:

What I Learned Today:

  1. Learned the Basics of Linux Commands 🖥️
    I started exploring Linux today and got a handle on the basic commands. It’s amazing how much you can do with just a few simple commands in the terminal!

  2. Launched an EC2 Instance on AWS
    I successfully set up an EC2 instance using an Ubuntu machine on AWS, all thanks to the free tier! It’s really cool to see how cloud computing works in real time.

  3. Got Hands-On with the VI Editor 🔥🔥
    One of the highlights was getting my hands dirty with the Vim editor. I made some tweaks and edits, which felt incredibly rewarding!

A Quick Command-Line Adventure

I navigated to the /var/www/html directory like a pro! Here’s how it went down:

$ cd /var/www/html
$ sudo vim index.nginx-debian.html

I made a few changes, saved the file using Esc, then typed :wq and hit ENTER.

Finally, I plugged the public IP into my browser, and boom—it worked! 🎉 I couldn’t believe how satisfying it was to see my edits come to life on the web.


Appreciate

Today was not just about learning commands and launching instances; it was about building confidence in using powerful tools that shape our digital world. I’m excited to continue this journey, dive deeper into Linux, and explore more about cloud computing.

Huge thanks to Shubham for guiding me through this process! Stay tuned for more updates on my learning journey!