Find the answer to your Linux question:
Results 1 to 10 of 10
Hi all! I'm extremely new to linux, however I have been a computer/network technician so I have the brain and the interest to learn. I have downloaded Backtrack v2, and ...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Posts
    5

    Talking Newbsterlicious

    Hi all!
    I'm extremely new to linux, however I have been a computer/network technician so I have the brain and the interest to learn. I have downloaded Backtrack v2, and Kubuntu 8.04.

    Does anyone have any advice or references (i.e. good experience learning with...) to learn linux? I mean, I at LEAST found this awesome forum, but I don't have the slightest CLUE as to where to start. Please feel free to PM me! Also, I'm pretty advanced with Networks and Microsoft. Maybe we can trade secrets!


    Thanks for your help!
    ~Efferri

  2. #2
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Greetings and welcome to the forum. I'd recommend you start with our introductory thread here:

    http://www.linuxforums.org/forum/lin...ead-first.html

    It has answers to some of the common questions we get asked by new users and should give you a good introduction.
    Registered Linux user #270181
    TechieMoe's Tech Rants

  3. #3
    Just Joined!
    Join Date
    Jun 2008
    Posts
    5

    Awesome

    That was a good read, I appreciate it. Anyone know of any quality books/online material for Linux, KDE, or BASH?

  4. #4
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,095
    Welcome to the forums!

    Check LinuxCommand.org for learning the command line:

    LinuxCommand.org: Learn the Linux command line. Write shell scripts.

    You can find some free ebooks about Linux here:

    68 Linux Related Free E-books
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #5
    Just Joined!
    Join Date
    Jun 2008
    Posts
    5

    Thanks!

    Sweet! Thanks for the links! I'm learning it slowly. My next attempt will be a USB dual boot of Backtrack and Kubuntu Hardy. Wish me luck!

  6. #6
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    http://tldp.org/LDP/abs/html/

    The absolute must-have in which regards bash scripting. Regardless of it's title, it's suited for beginners as well. Welcome.

  7. #7
    Just Joined!
    Join Date
    Jun 2008
    Posts
    5

    Abs

    Bash Scripting? I'm guessing scripting is more common in the Linux realm?

  8. #8
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Quoting yourself, it's really hard for me to understand the meaning of your last post, unless you posted here thinking that you were posting elsewhere.

    Quote Originally Posted by Efferri View Post
    Hi all!
    I'm extremely new to linux, however I have been a computer/network technician so I have the brain and the interest to learn. I have downloaded Backtrack v2, and Kubuntu 8.04.
    Quote Originally Posted by Efferri View Post
    That was a good read, I appreciate it. Anyone know of any quality books/online material for Linux, KDE, or BASH?
    Quote Originally Posted by Efferri View Post
    Bash Scripting? I'm guessing scripting is more common in the Linux realm?
    You knew you were in Linux in the first quote. And you explicitly say "BASH" on the second one, which is why I don't understand your third quote. Bash is the default shell for most linux distros. Scripting is just a natural extension to that capabilities of any given shell. A way to automate things that can as well be done step by step on the command line. Scripts can be used to batch process lots of files as well. An invaluable tool for any linux user.

  9. #9
    Just Joined!
    Join Date
    Jun 2008
    Posts
    5

    Scripting

    What I meant to ask was "Is scripting common in Linux?" because in the MS world it isn't too common.

    In other words is knowing how to write script essential for operating under Linux?

  10. #10
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Quote Originally Posted by Efferri View Post
    What I meant to ask was "Is scripting common in Linux?" because in the MS world it isn't too common.

    In other words is knowing how to write script essential for operating under Linux?
    Now I understand the question. Sorry.

    Well. Strictly speaking it's not completely essential for operating all the linux distros. Some of then have graphical tools for almost everything. But if you really want to know what's going on, it certainly helps a lot.

    Besides that, it's something that can really save you lots of of pain and hours when doing administrative tasks. Repetitive tasks are easily achieved with a bit of bash magic on a few seconds, or at least can be done unattended. Note that, knowing about bash, will open you many doors. Usually you need that even to program a cron task that is not trivial, backups, it's used a lot in init scripts on some distros,... It depends on what exactly do you want to learn. For administrative stuff it's a very good thing to know. To operate as a user, it helps a lot as well, though you can almost always find graphical alternatives (that will do the same work in 10x the time it'd take in bash :P ).

    Luck on this new way

Posting Permissions

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