Results 1 to 9 of 9

Thread: How do you learn networking from an Ubuntu/Linux perspective?

  1. #1
    Join Date
    Mar 2011
    Beans
    31

    Question How do you learn networking from an Ubuntu/Linux perspective?

    I don't know a lot about linux or networking, though I do know the basics.

    I've looked at a lot of free networking materials on the net but they all seem to teach things from a windows perspective (eg, they use windows commands).

    Are there any kinds of free material (ebooks, courses, podcasts etc) on the web to learn networking from a linux perspective, using linux commands and linux programs?

  2. #2
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Re: How do you learn networking from an Ubuntu/Linux perspective?

    We have many

    look at that.
    hope it helps you .

    all the best.
    Dont miss anything even it is small. one small pin is enough to bring down a man.


  3. #3
    Join Date
    Oct 2009
    Location
    Elgin, IL USA
    Beans
    3,363
    Distro
    Ubuntu 16.10 Yakkety Yak

    Re: How do you learn networking from an Ubuntu/Linux perspective?

    Are you familiar with man and apropos terminal commands? man is to read about specific commands (ie, the manual). apropos helps you search for commands related to some word, to look up with man.

    So start with man apropos (you can use cursor keys or PageUp/PageDown, or q to quit). Then try apropos network, or apropos network | less if you want to easily scroll up and down the list.

    Then see man pages for ifconfig, route, resolv.conf, and NetworkManager.

    Some commands to try:

    Code:
    ifconfig -a
    route -n
    cat /etc/resolv.conf
    cat /etc/hostname
    cat /etc/hosts
    Last edited by efflandt; February 25th, 2012 at 04:41 AM.
    i5 650 3.2 GHz upgraded to i7 870, 16 GB 1333 RAM, nvidia GTX 1060, 32" 1080p & assorted older computers

  4. #4
    Join Date
    Mar 2011
    Beans
    31

    Question Re: How do you learn networking from an Ubuntu/Linux perspective?

    Quote Originally Posted by raja.genupula View Post
    We have many

    look at that.
    hope it helps you .

    all the best.
    Quote Originally Posted by efflandt View Post
    Are you familiar with man and apropos terminal commands? man is to read about specific commands (ie, the manual). apropos helps you search for commands related to some word, to look up with man.

    So start with man apropos (you can use cursor keys or PageUp/PageDown, or q to quit). Then try apropos network, or apropos network | less if you want to easily scroll up and down the list.

    Then see man pages for ifconfig, route, resolv.conf, and NetworkManager.

    Some commands to try:

    Code:
    ifconfig -a
    route -n
    cat /etc/resolv.conf
    cat /etc/hostname
    cat /etc/hosts
    Thanks very much guys, but is there maybe something a bit more laymen friendly?

  5. #5
    Join Date
    Mar 2011
    Beans
    31

    Re: How do you learn networking from an Ubuntu/Linux perspective?

    Sorry I meant that that 2nd reply was a bit too technical and dry.

    The first pdf from the search in the first link is over 12 years old. The other results are not very helpful.

  6. #6
    Join Date
    Mar 2011
    Beans
    31

    Re: How do you learn networking from an Ubuntu/Linux perspective?

    bmp

  7. #7
    Join Date
    Mar 2007
    Location
    Denver, CO
    Beans
    7,958
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: How do you learn networking from an Ubuntu/Linux perspective?

    What specifically do you need to know? A lot of networking jargon and info spans OS types -- IP addressess, tcp, udp, etc.

  8. #8
    Join Date
    Mar 2011
    Beans
    31

    Re: How do you learn networking from an Ubuntu/Linux perspective?

    Quote Originally Posted by kevdog View Post
    What specifically do you need to know? A lot of networking jargon and info spans OS types -- IP addressess, tcp, udp, etc.
    Well I've just noticed that there are a lot of commands that they use in beginning networking that are from windows. I don't think the commands are the same in Linux, unless I'm wrong. Also, many GUI features available to get information about and configure network connections are not available in Linux (as far as I know).

  9. #9
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: How do you learn networking from an Ubuntu/Linux perspective?

    Hi, to be honest there is no easy way, I have been studying and working with wireless issues for the better part of a year, I have learned everything from google and watching some good people in the networking section work and asking questions when needed.

    I started by pasting the commands they used into the terminal to study the information that was outputed.

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
  •