LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-17-2012, 04:04 AM   #1
ElRiggs
LQ Newbie
 
Registered: Aug 2012
Location: Nevada
Distribution: Learning on Fedora
Posts: 1

Rep: Reputation: Disabled
Cool Where do I start?


Hello, fellow Linux users. I am new to really understanding the capabilities of a computer period. I was not getting the Windows operating system, and someone suggested I try learning one of the Linux programs. I am currently in a technical school for networking and based on personal investigation and discussions with my instructors I currently have downloaded Ubuntu and Fedora. So, my first question is where should I start in my studies to learn the Linux system? Thank you.
 
Old 08-17-2012, 04:20 AM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Hello and welcome to LQ!

For learning the graphical environment just use it for your everyday tasks, you will become more proficient over time.

For learning the command line I would recommend to have a look at these two links:
http://linuxcommand.org/index.php
http://linux.2038bug.com/rute-home.html

For information about setting up a specific software, like a web- or file-server very good sources are the ArchWiki and the Gentoo Wiki, even if they are originally meant for other distros than yours.
Of course there are also literally hundreds of tutorials for every purpose on the net, a good starting point would be http://tldp.org/

Have fun with Linux!
 
1 members found this post helpful.
Old 08-17-2012, 05:06 AM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Echoing the comments above, the first step is to install it and use it. With Linux, a big difference for me has been that I have always used the command-line (terminal) much more often than I ever did on Windows. This is not so much because it was necessary, but rather because so many things are faster and easier in the CLI.

As you use a system, you will find for yourself what works best, but definitely take the time to learn some basic commands. At TLDP (linked above), I would start with the Bash Guide for Beginners.
 
Old 08-17-2012, 06:51 AM   #4
redfox2807
Member
 
Registered: Jul 2012
Distribution: Debian testing/stable, Gentoo, CentOS 7, Sailfish OS, Android
Posts: 167

Rep: Reputation: 31
If you want a deeper knowledge of the OS internals and how the entire Linux OS works you can give a try to some more 'vanilla' distros like Slackware or Arch. They tend to be simpler in learning its architecture as they mostly use config files for configuration and not some GUI configuration tools that are easy to use but hard to understand what's behind the scenes. Though they're more time consuming for regular everyday use than the mainstream distros like Ubuntu, OpenSuSe, Fedora, etc.
 
Old 08-17-2012, 06:57 AM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by redfox2807 View Post
Though they're more time consuming for regular everyday use than the mainstream distros like Ubuntu, OpenSuSe, Fedora, etc.
Not really true. You don't change the setup of your system every day, you do it only once and make possibly some minor changes from time to time. Firefox, Thunderbird, Open/LibreOffice, whatever are all the same across the distros.
 
Old 08-17-2012, 07:22 AM   #6
redfox2807
Member
 
Registered: Jul 2012
Distribution: Debian testing/stable, Gentoo, CentOS 7, Sailfish OS, Android
Posts: 167

Rep: Reputation: 31
Quote:
Not really true. You don't change the setup of your system every day, you do it only once and make possibly some minor changes from time to time. Firefox, Thunderbird, Open/LibreOffice, whatever are all the same across the distros.
Well, that was my experience at least. When I had been using Slackware (and Zenwalk later) (it was several years ago so my exp can be outdated indeed) I always had to face some issues at major system updates like KDE or something. Not to mention that most of the additional peripheral hardware installed required a bit of my attention. It was not not something utterly difficult or unsolvable but it did take some time and require a bit of googling that consumes time as well. So compared to my current Kubuntu/Debian installations Slackware/Zenwalk were more time consuming. I don't wanna say that any of those are better. I was pretty happy with Slackware actually, but at the moment I can't grant time to any OS installation unfortunately, and that was the point to abandon Slackware-based for me.
 
Old 08-17-2012, 07:35 AM   #7
mpyusko
Member
 
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432
Blog Entries: 1

Rep: Reputation: 41
Where should you start? With a LiveCD distro like Knoopix. The advantage is it's fully functial and requires no installation to a hard drive, so you can mess with it as much as you want and you can't "break" anything. It runs entirely off the CD, and can cache the whole disk image to RAM if you have enough. It is a Debian based distro which makes it similar to Ubuntu. Once you mess around with it for a while, you'll have a better idea about Linux in general and can move on to a hard drive based distro. If you really want to learn linux in-depth then Linux From Scratch is a great way to go, though you really need competant working knowledge of how computers and software work.

One more thing.... If you haven't noticed already, when it comes to linux, everyone has a different opinion and they are almost always correct. That's why there are so many different distros and programs.... to suit nearly every style purpose.
 
Old 08-20-2012, 01:37 AM   #8
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Blog Entries: 15

Rep: Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178
Quote:
Originally Posted by ElRiggs View Post
Hello, fellow Linux users. I am new to really understanding the capabilities of a computer period. I was not getting the Windows operating system, and someone suggested I try learning one of the Linux programs. I am currently in a technical school for networking and based on personal investigation and discussions with my instructors I currently have downloaded Ubuntu and Fedora. So, my first question is where should I start in my studies to learn the Linux system? Thank you.
You can search this forum for answers and of course post.

Also; the Ubuntu folks are really nice
http://ubuntuforums.org/

Good luck to you-
 
Old 08-20-2012, 02:37 AM   #9
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,307
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by ElRiggs View Post
I was not getting the Windows operating system
If you mean you've never used Windows, that could be an advantage. A lot of people who come to Linux from Windows expect everything to be the same, and find it difficult to adapt. You won't have that problem.
 
Old 08-20-2012, 06:03 AM   #10
leosubhadeep
Member
 
Registered: Jul 2012
Location: West Bengal,India
Distribution: Ubuntu 14.04,Fedora 20,Windows 7
Posts: 111
Blog Entries: 3

Rep: Reputation: 2
Quote:
Originally Posted by ElRiggs View Post
Hello, fellow Linux users. I am new to really understanding the capabilities of a computer period. I was not getting the Windows operating system, and someone suggested I try learning one of the Linux programs. I am currently in a technical school for networking and based on personal investigation and discussions with my instructors I currently have downloaded Ubuntu and Fedora. So, my first question is where should I start in my studies to learn the Linux system? Thank you.
To have a taste of Linux/UNIX, give this a try: http://www.ee.surrey.ac.uk/Teaching/Unix/
Other links posted in here are coo, too.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
start script bash when system start,stop,reeboot, how ?? melmar Linux - General 4 12-10-2009 06:58 AM
when i try to start samba pdc's smb service nmbd failed to start . sandeepchau123 Linux - Newbie 2 10-20-2007 01:59 PM
How to start bash commands automatically every time I start the computer brgsousa Linux - Software 2 10-18-2007 11:26 AM
Computer doesn't start; fans start then stop; 1 long, 1 short beep PatrickMay16 General 18 09-26-2007 07:48 PM
fc2-gnome : Applications dont start / very slow to start nox104 Linux - Software 0 08-18-2004 08:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration