How to Make the Most of My Linux Experience After Switching?

0
2
Asked By TechyNerd42 On

I've decided to switch to Linux full time after trying it out on a laptop, and I have EndeavorOS installed. While I know I can just use my computer, I feel like there's so much more I could be doing to really understand and harness the power of Linux. I'm looking for suggestions on cool projects or activities that could help me get a better grasp on how Linux works. Any ideas?

3 Answers

Answered By OldSchoolLinuxer On

Honestly, the best way to learn Linux is just by using it. Get a handle on the basics first—like managing applications, windows, and files. Since EndeavorOS is based on Arch, the Arch Wiki is a fantastic resource for learning more. Once you have the basics down, start exploring advanced topics—a little bit each week. For example, learn a command line task that you usually do with a GUI, and understand the ‘man’ pages for commands.

CuriousCat48 -

Great point! Getting familiar with the Arch Wiki helped me a lot in my journey. It's full of tips!

TechyNerd42 -

Thanks for the advice! I’ll check out the Arch Wiki!

Answered By LearningLover99 On

Start by diving into bash scripting! Creating scripts and setting up aliases can really help you get comfortable. Installing Docker is another great step; you can learn how to write Docker compose files too. Don't forget to check out the Linux firewall with nftables. Exploring the /proc filesystem can also give you insights into how your system operates. Plus, take a look at GNU tools on gnu.org, like learning sed—it’s a game changer!

Answered By BookWorm2023 On

You might want to check out this free PDF guide: [Intro to Linux](https://tldp.org/LDP/intro-linux/intro-linux.pdf). It’s a bit dated but still packed with valuable info! Spend some time figuring out how to install software and get comfortable with the shell—like moving files and editing text. Also, look for Linux-native alternatives to any Windows software you miss. Understanding your file system, setting up printers, and customizing your environment will keep you busy for a while!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.