Results 1 to 5 of 5

Thread: [SOLVED] Command-LIne Beginner: Best Way To Learn CL?

  1. #1
    Join Date
    Nov 2008
    Location
    Boykin, SC
    Beans
    159
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Question [SOLVED] Command-LIne Beginner: Best Way To Learn CL?

    In anyone's or everyone's opinion, what is the best way for me to learn command line programming? Or should I call it command line architecture? Or structure? Here's my reasoning:

    In reading the following page: https://help.ubuntu.com/community/Repositories/Ubuntu, I was reading where repository changes could be made with graphical interface, which is obviously the easiest way for a newbie like myself to start adding/removing programs, but there is also a section that says, info3.png Software sources can also be managed by making direct modifications to this file using the command line. If you prefer to use the command line instead of a graphical user interface, see Managing Repositories from the Command Line instead.

    GUI-based repository management is normally accomplished via the "Software Sources" panel. This panel can be accessed via two menus:

    *

    Software Sources: System > Administration > Software Sources.
    *

    Synaptic: System > Administration > Synaptic >> Settings >> Repositories.
    * You will have to enter your password to gain access to the page.
    And so I thought that repositories, since I might be able to double check my work via graphical interface, would be a good place to start my language education.

    I suppose I'm looking for advice one where you all think I should start.

    Thanks.

  2. #2
    Join Date
    Jul 2008
    Beans
    1,706

    Re: Command-LIne Beginner: Best Way To Learn CL?

    one command at a time

    i first knew cd, ls, how to run a program, and apt-get...and i just built from there...and googled and manpaged when needed

  3. #3
    Join Date
    Sep 2008
    Location
    Korea
    Beans
    938
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Command-LIne Beginner: Best Way To Learn CL?

    This is a nice place to start, I find:
    http://linuxcommand.org/

    Another good way to become familiar with the CLI is to ask questions on specific tasks here and if you are given commands to run, ask what they do.

    Also, the manual pages of the commands will quickly become a good friend of yours. E.g. type in
    Code:
    man tar
    and see if you can make any sense of it. Try things out. Create a test directory in which you can play around with commands.

  4. #4
    Join Date
    May 2008
    Beans
    185

    Re: Command-LIne Beginner: Best Way To Learn CL?

    Take a look at Basic Commands from the Ubuntu Wiki:

    https://help.ubuntu.com/8.04/basic-commands/C/

  5. #5
    Join Date
    Jan 2007
    Location
    Houston, TX
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Command-LIne Beginner: Best Way To Learn CL?

    I've pointed several people to this guide and they really seem to love it. A reason I like it is because its not biased to one distro. This guide applies to GNU/Linux.
    Last edited by toupeiro; November 26th, 2008 at 05:58 PM.
    "Its easy to come up with new ideas, the hard part is letting go of what worked for you two years ago, but will soon be out of date." -Roger von Oech

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •