Hello everyone π
Yesterday, I shared that Iβm starting a 4-week Linux (Ubuntu) learning journey. Today, I want to share my Day 1 progress and first impressions while working with Ubuntu.
π οΈ My Setup
- OS: Ubuntu 22.04 LTS
- Environment: VirtualBox
- Focus: Understanding the basics before jumping into advanced topics
Setting up Ubuntu in a virtual machine was a great way to explore Linux without affecting my main system.
π What I Learned on Day 1
Hereβs what I focused on today:
πΉ Understanding Linux Basics
Linux is an open-source operating system built around the Linux kernel
Ubuntu is a Linux distribution designed to be user-friendly
Linux is widely used in servers and cloud environments
πΉ Terminal & Basic Commands
I started using the terminal and practiced these commands:
- pwd β check current directory
- ls β list files and folders
- cd β navigate directories
- mkdir / rmdir β create and remove directories
- cp, mv, rm β file operations Using the terminal felt challenging at first, but also powerful.
π§ Key Takeaways
- The command line is central to working with Linux
- Understanding the file system structure is important
- Making small mistakes and fixing them helps learning faster
π― Whatβs Next?
Next, Iβll be learning:
- File permissions (chmod, chown)
- More practical command-line usage
- How Linux is used in real server environments
Iβll continue sharing my progress regularly.
π€ Letβs Learn Together
If you have:
Beginner Linux tips
- Recommended learning resources
- Advice for using Linux daily
Please share them in the comments π
Thanks for reading!
Happy learning π§π
Top comments (0)