Bo Morgan Tech
Bo Morgan Tech @bomorgantech ·
Three quick commands every beginner should know: $ echo "Hello Linux" ← prints text $ whoami ← shows your username $ date ← shows current date/time Run them right now. They always work. 🕐 #BoMorganTech #Linux
4
Bo Morgan Tech
Bo Morgan Tech @bomorgantech ·
Don't retype commands you already ran. Use: $ history It shows your last 500 commands. Want to run one again? Type: $ !42 ← runs command #42 Work smarter, not harder. ⚡ #BoMorganTech #LinuxTips
2
Bo Morgan Tech
Bo Morgan Tech @bomorgantech ·
Two commands that keep your terminal clean: $ clear ← wipes the screen (shortcut: Ctrl+L) $ exit ← closes the terminal session Simple. Clean. Professional. Use them daily. ✨ #BoMorganTech #Linux
6
Bo Morgan Tech
Bo Morgan Tech @bomorgantech ·
Stuck on a command? Linux has a built-in manual: $ man ls $ man cd $ man pwd Press Q to quit. Every command has a manual page. You don't need to memorize everything — just know where to look. 📖 #BoMorganTech #LinuxTips
1
Bo Morgan Tech
Bo Morgan Tech @bomorgantech ·
Linux doesn't have C:\ or D:\ drives. Everything starts at / (called "root"). Key folders: /home → your files /etc → config files /var → logs /bin → programs One tree. Everything has a place. 🌳 #BoMorganTech #Linux
4
Bo Morgan Tech
Bo Morgan Tech @bomorgantech ·
Moving around in Linux is done with cd (change directory): $ cd Documents $ cd .. ← go up one level $ cd ~ ← go home Master these three and you can navigate any Linux system. 🧭 #BoMorganTech #LearnLinux
2
Bo Morgan Tech
Bo Morgan Tech @bomorgantech ·
Want to see what's in a folder? Use: $ ls Add a flag to see more detail: $ ls -l That shows permissions, size, and date. Two commands, endless usefulness. 🗂️ #BoMorganTech #Linux
3
Bo Morgan Tech
Bo Morgan Tech @bomorgantech ·
First command every Linux beginner needs: $ pwd It stands for "print working directory." It tells you exactly WHERE you are in the file system. Lost? Type pwd. Always know your location. 📍 #BoMorganTech #LinuxTips
3
Bo Morgan Tech
Bo Morgan Tech @bomorgantech ·
The terminal is your command center. On Ubuntu, press Ctrl + Alt + T to open it. That blinking cursor? That's Linux waiting for your instructions. Don't fear it — learn it. Let's go. 💻 #BoMorganTech #Linux
30
Bo Morgan Tech
Bo Morgan Tech @bomorgantech ·
Why learn Linux? Because it teaches you HOW computers actually work — not just how to click buttons. Every IT, DevOps, and cybersecurity job uses it. Start here. Start simple. Start today. 🖥️ #BoMorganTech #LearnLinux
4
Bo Morgan Tech
Bo Morgan Tech @bomorgantech ·
New series alert! 🐧 If you've ever wondered what Linux is, it's a free, open-source operating system that powers servers, phones, and supercomputers. And YOU can learn it. Starting today, we go step by step. No experience needed. #BoMorganTech #Linux
12