Anything to recommend for a Linux newbie? [closed]











up vote
0
down vote

favorite












I just installed Ubuntu 16.04 and am wondering if there would be anything you guys could recommend me, be it a book, webseries or anything to learn about Linux and it's Command Line.










share|improve this question













closed as primarily opinion-based by edwinksl, Sergiy Kolodyazhnyy, Rinzwind, Terrance, Muzaffar Aug 6 '16 at 0:06


Many good questions generate some degree of opinion based on expert experience, but answers to this question will tend to be almost entirely based on opinions, rather than facts, references, or specific expertise. If this question can be reworded to fit the rules in the help center, please edit the question.











  • 1




    Not going to stay open for long since this is too broad a question. Use the internet, it is there for you in case you need answers.
    – Rinzwind
    Aug 5 '16 at 23:18















up vote
0
down vote

favorite












I just installed Ubuntu 16.04 and am wondering if there would be anything you guys could recommend me, be it a book, webseries or anything to learn about Linux and it's Command Line.










share|improve this question













closed as primarily opinion-based by edwinksl, Sergiy Kolodyazhnyy, Rinzwind, Terrance, Muzaffar Aug 6 '16 at 0:06


Many good questions generate some degree of opinion based on expert experience, but answers to this question will tend to be almost entirely based on opinions, rather than facts, references, or specific expertise. If this question can be reworded to fit the rules in the help center, please edit the question.











  • 1




    Not going to stay open for long since this is too broad a question. Use the internet, it is there for you in case you need answers.
    – Rinzwind
    Aug 5 '16 at 23:18













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I just installed Ubuntu 16.04 and am wondering if there would be anything you guys could recommend me, be it a book, webseries or anything to learn about Linux and it's Command Line.










share|improve this question













I just installed Ubuntu 16.04 and am wondering if there would be anything you guys could recommend me, be it a book, webseries or anything to learn about Linux and it's Command Line.







command-line






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Aug 5 '16 at 22:48









Nandito104

91




91




closed as primarily opinion-based by edwinksl, Sergiy Kolodyazhnyy, Rinzwind, Terrance, Muzaffar Aug 6 '16 at 0:06


Many good questions generate some degree of opinion based on expert experience, but answers to this question will tend to be almost entirely based on opinions, rather than facts, references, or specific expertise. If this question can be reworded to fit the rules in the help center, please edit the question.






closed as primarily opinion-based by edwinksl, Sergiy Kolodyazhnyy, Rinzwind, Terrance, Muzaffar Aug 6 '16 at 0:06


Many good questions generate some degree of opinion based on expert experience, but answers to this question will tend to be almost entirely based on opinions, rather than facts, references, or specific expertise. If this question can be reworded to fit the rules in the help center, please edit the question.










  • 1




    Not going to stay open for long since this is too broad a question. Use the internet, it is there for you in case you need answers.
    – Rinzwind
    Aug 5 '16 at 23:18














  • 1




    Not going to stay open for long since this is too broad a question. Use the internet, it is there for you in case you need answers.
    – Rinzwind
    Aug 5 '16 at 23:18








1




1




Not going to stay open for long since this is too broad a question. Use the internet, it is there for you in case you need answers.
– Rinzwind
Aug 5 '16 at 23:18




Not going to stay open for long since this is too broad a question. Use the internet, it is there for you in case you need answers.
– Rinzwind
Aug 5 '16 at 23:18










1 Answer
1






active

oldest

votes

















up vote
2
down vote













Personally, I found that learning how to use the terminal (command line) to be one of the most important aspects of becoming more familiar with Linux. Not only is it a powerful tool for getting stuff done, but it also forced me to learn more about Linux in general, prompting me to research new questions and ideas. It was described to me as, "If you can't do it in the terminal, it cannot be done, period."



I used the following resource to get started learning how to use the terminal:



http://linuxcommand.org/learning_the_shell.php



In addition Codecademy has a section for learning how to use the terminal.



Here is my suggestion, from one beginner to another, the next time you want to do something on your computer, use Google and see how it's done from the terminal. Practice creating new folders and moving and renaming files, try to compile a simple program from the source, learn how to use the terminal to play music, open images, format a flashdrive. Read the man pages and become familiar reading those (so you get the hang of the syntax; commands, options, arguments).



In my opinion there is no better way to learn, than to be hands-on. Have fun!






share|improve this answer




























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote













    Personally, I found that learning how to use the terminal (command line) to be one of the most important aspects of becoming more familiar with Linux. Not only is it a powerful tool for getting stuff done, but it also forced me to learn more about Linux in general, prompting me to research new questions and ideas. It was described to me as, "If you can't do it in the terminal, it cannot be done, period."



    I used the following resource to get started learning how to use the terminal:



    http://linuxcommand.org/learning_the_shell.php



    In addition Codecademy has a section for learning how to use the terminal.



    Here is my suggestion, from one beginner to another, the next time you want to do something on your computer, use Google and see how it's done from the terminal. Practice creating new folders and moving and renaming files, try to compile a simple program from the source, learn how to use the terminal to play music, open images, format a flashdrive. Read the man pages and become familiar reading those (so you get the hang of the syntax; commands, options, arguments).



    In my opinion there is no better way to learn, than to be hands-on. Have fun!






    share|improve this answer

























      up vote
      2
      down vote













      Personally, I found that learning how to use the terminal (command line) to be one of the most important aspects of becoming more familiar with Linux. Not only is it a powerful tool for getting stuff done, but it also forced me to learn more about Linux in general, prompting me to research new questions and ideas. It was described to me as, "If you can't do it in the terminal, it cannot be done, period."



      I used the following resource to get started learning how to use the terminal:



      http://linuxcommand.org/learning_the_shell.php



      In addition Codecademy has a section for learning how to use the terminal.



      Here is my suggestion, from one beginner to another, the next time you want to do something on your computer, use Google and see how it's done from the terminal. Practice creating new folders and moving and renaming files, try to compile a simple program from the source, learn how to use the terminal to play music, open images, format a flashdrive. Read the man pages and become familiar reading those (so you get the hang of the syntax; commands, options, arguments).



      In my opinion there is no better way to learn, than to be hands-on. Have fun!






      share|improve this answer























        up vote
        2
        down vote










        up vote
        2
        down vote









        Personally, I found that learning how to use the terminal (command line) to be one of the most important aspects of becoming more familiar with Linux. Not only is it a powerful tool for getting stuff done, but it also forced me to learn more about Linux in general, prompting me to research new questions and ideas. It was described to me as, "If you can't do it in the terminal, it cannot be done, period."



        I used the following resource to get started learning how to use the terminal:



        http://linuxcommand.org/learning_the_shell.php



        In addition Codecademy has a section for learning how to use the terminal.



        Here is my suggestion, from one beginner to another, the next time you want to do something on your computer, use Google and see how it's done from the terminal. Practice creating new folders and moving and renaming files, try to compile a simple program from the source, learn how to use the terminal to play music, open images, format a flashdrive. Read the man pages and become familiar reading those (so you get the hang of the syntax; commands, options, arguments).



        In my opinion there is no better way to learn, than to be hands-on. Have fun!






        share|improve this answer












        Personally, I found that learning how to use the terminal (command line) to be one of the most important aspects of becoming more familiar with Linux. Not only is it a powerful tool for getting stuff done, but it also forced me to learn more about Linux in general, prompting me to research new questions and ideas. It was described to me as, "If you can't do it in the terminal, it cannot be done, period."



        I used the following resource to get started learning how to use the terminal:



        http://linuxcommand.org/learning_the_shell.php



        In addition Codecademy has a section for learning how to use the terminal.



        Here is my suggestion, from one beginner to another, the next time you want to do something on your computer, use Google and see how it's done from the terminal. Practice creating new folders and moving and renaming files, try to compile a simple program from the source, learn how to use the terminal to play music, open images, format a flashdrive. Read the man pages and become familiar reading those (so you get the hang of the syntax; commands, options, arguments).



        In my opinion there is no better way to learn, than to be hands-on. Have fun!







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Aug 5 '16 at 23:27









        themike_b

        53118




        53118















            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕