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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-17-2012, 04:04 AM
|
#1
|
LQ Newbie
Registered: Aug 2012
Location: Nevada
Distribution: Learning on Fedora
Posts: 1
Rep:
|
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.
|
|
|
08-17-2012, 04:20 AM
|
#2
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
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.
|
08-17-2012, 05:06 AM
|
#3
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
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.
|
|
|
08-17-2012, 06:51 AM
|
#4
|
Member
Registered: Jul 2012
Distribution: Debian testing/stable, Gentoo, CentOS 7, Sailfish OS, Android
Posts: 167
Rep:
|
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.
|
|
|
08-17-2012, 06:57 AM
|
#5
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Quote:
Originally Posted by redfox2807
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.
|
|
|
08-17-2012, 07:22 AM
|
#6
|
Member
Registered: Jul 2012
Distribution: Debian testing/stable, Gentoo, CentOS 7, Sailfish OS, Android
Posts: 167
Rep:
|
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.
|
|
|
08-17-2012, 07:35 AM
|
#7
|
Member
Registered: Oct 2003
Location: Rochester, NY, USA
Distribution: Salckware ver 10.1 - 14.1, Debian too.
Posts: 432
Rep:
|
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.
|
|
|
08-20-2012, 01:37 AM
|
#8
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
|
Quote:
Originally Posted by ElRiggs
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-
|
|
|
08-20-2012, 02:37 AM
|
#9
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,307
Rep:
|
Quote:
Originally Posted by ElRiggs
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.
|
|
|
08-20-2012, 06:03 AM
|
#10
|
Member
Registered: Jul 2012
Location: West Bengal,India
Distribution: Ubuntu 14.04,Fedora 20,Windows 7
Posts: 111
Rep:
|
Quote:
Originally Posted by ElRiggs
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.
|
|
|
All times are GMT -5. The time now is 06:09 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|