Kidus | Cloud Journey
2 subscribers
1 photo
University student learning cloud computing from scratch.
Sharing my progress, mistakes, and small wins ☁️
Download Telegram
Channel created
Hello! 👋 
I’m Kidus Yared, a freshman student. 
I’m starting my journey into cloud engineering from scratch while managing my studies. 
I’ll be sharing what I learn, my progress, and the mistakes I make along the way. ☁️
Day 1: Learned what EC2 is — basically a virtual server in the cloud that companies use instead of physical machines ☁️
🔥1
Hello, guys! 😎 
I know it has been a while. 
I was just confused about where to start. 

Now I've decided and identified where I need to begin my journey. 

I realized that I should start by learning Linux and networking first before diving deeper into cloud fundamentals.
I am trying to adapt these short and nonsense words😅
🔥 WEEK 1: LINUX COMMAND LINE BASICS

🧭 1. NAVIGATION (Moving around)
📌 ls → List files/folders
👉 “What’s inside this directory?”
📌 cd folder_name → Enter a folder
👉 “Go inside”
📌 cd .. → Go one level up
👉 “Step back”
🏗️ 2. CREATING FILES & FOLDERS
📌 mkdir folder_name → Create a folder
📌 nano file.txt → Create/edit a file
👉 Save: CTRL + X → Y → Enter
📌 File types:
.txt → Text file
.py → Python file
🧹 3. DELETING
📌 rm file.txt → Delete a file
⚠️ No recycle bin. Be careful.
📦 4. COPYING & MOVING
📌 cp file.txt newfile.txt → Copy file
📌 cp -r folder1 folder2 → Copy folder
📌 mv file.txt /path/ → Move file
📌 mv old.txt new.txt → Rename file




#CloudEngineerJourney@kidus_cloud
🔥2
POV:
When u have only 2 subscribers but ur view is 20🙄
This media is not supported in your browser
VIEW IN TELEGRAM