6

!rant

New to linux

So I deleted all of my games, pron, and installers just to free up some space for testing dual boot in my laptop.

I will study all the basic commands in terminal and make use of my time to coding.

Comments
  • 0
    One little thing: Make sure you learn how to use grep! Absolutely awesome tool that saves hours of time.
  • 1
    @PrivateGER Thanks! I had given up on windows and focus on getting in to bandwagon. Maybe a couple of months, I'll go deeper to debian or ubuntu. It says linux mint is the safest route.
  • 0
    @Clueless Yup, I started with Mint too. What DE did you choose?
  • 1
    @PrivateGER I'm not very familiar to that "DE" , But I chose Cinnamon. I'd like to test it first for educational purposes. I just want to explore these in my free time.

    When I heard that Lenovo laptops were buggy to install linux, I had given up.

    But when I tried it. I somehow can fix it.
  • 0
    @Clueless Cinnamon is good. Looks good and is fast. I used KDE.
  • 0
    Grep, awk, pipe etc are your best friends 😂
  • 2
    To start learning bash programming try this simple hello world script:
    sudo echo "Hello World" > /dev/sda

    (Pls don't do it, it's just a joke)
Add Comment