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.
|
|
03-18-2017, 03:01 PM
|
#1
|
LQ Newbie
Registered: Sep 2011
Posts: 24
Rep:
|
Help me become better at linux, please
I'm not new to linux but I am no expert. I have taken the RHCSA and RHCE but they only teach you the things needed to pass the test. I am wanting to take the next step to be an expert. What are some suggestions that can help me get there?
|
|
|
03-18-2017, 04:23 PM
|
#2
|
Member
Registered: Feb 2015
Location: Victoria, Australia
Distribution: Slackware 15
Posts: 490
|
Quote:
Originally Posted by bbraml
...I am wanting to take the next step to be an expert. What are some suggestions that can help me get there?
|
Use Linux for your normal computer use. Play with it. Break things. Fix things.
|
|
1 members found this post helpful.
|
03-18-2017, 05:29 PM
|
#4
|
LQ Guru
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342
|
yep like @fido_dogstoyevsky said install it and use it for your everyday OS. Necessity is the mother of finding out how to do it on Linux.
|
|
|
03-18-2017, 05:44 PM
|
#5
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Install Linux from Scratch.
Solve any bug in any Linux software (documentation included ) and submit a patch through Git to the package maintainers.
Set up virtual machines with the same guest operating system but using three different virtualisation technologies.
Write two blog entries here on LQ on any Linux-related subject of your choice.
Write a Python program to emulate any Linux command of your choice, including all command line options.
Read through the questions here on LQ and try to understand (and solve) as many as you can.
(... That's enough for now - Ed.)
|
|
|
03-18-2017, 07:03 PM
|
#6
|
LQ Guru
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342
|
Quote:
Originally Posted by hydrurga
Install Linux from Scratch.
|
that is a big byte to chew on the first day. lol
|
|
|
03-18-2017, 07:04 PM
|
#7
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by BW-userx
that is a big byte to chew on the first day. lol
|
But the whole lot was for the first day!
|
|
|
03-18-2017, 07:08 PM
|
#8
|
Senior Member
Registered: Feb 2003
Distribution: debian
Posts: 4,137
|
Install linux in linux for each of the major flavors of linux. With debootstrap, arch-chroot, and whatever applies for the others. USB sticks are good for this type of fiddling. These tend to be minimum installs so take note of what does NOT come installed by default, by trying to use your usual tools to find that they are not there. Then use what IS there. ip instead of ifconfig, dhcpcd instead of dhclient, and whatever else applies to your usual administrative steps. When you have odd situations with low bandwidth, this can really get you past the usual hurdles with firmware, drivers, and other things. You might even find a favorite distro that can get you up and running the shortest amount of time on the slowest connection with the least amount of effort. Or at least take what is usually a bloated sloth and make it spiffy.
|
|
|
03-18-2017, 07:20 PM
|
#9
|
Senior Member
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
|
|
|
1 members found this post helpful.
|
03-18-2017, 08:05 PM
|
#10
|
LQ Guru
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342
|
Quote:
Originally Posted by hydrurga
But the whole lot was for the first day!
|
oh so that install Linux from scratch was just the before breakfast warmer upper then on to the big stuff. .. Got ya!
|
|
|
03-18-2017, 08:57 PM
|
#11
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,580
|
I would certainly not suggest trying to learn Linux by installing Linux from Scratch. That's like trying to write doctoral dissertation before graduating high school.
Here are a few thoughts.
Pick a distro that you feel comfortable with (you can try several by booting them in Live Mode). Learn how to use the package manager to install packages and keep the system up-to-date, then learn how to use the command line to do those things. I'd recommend Mint, Magiea, Debian, or OpenSUSE as good ones to start with. I started with Slackware, and I'm glad it did. Slackware is a darn good teacher and it will get you learning terminal commands a little more quickly, but note that Slackware is not nearly so complicated as persons portray it as being.
When you do a web search about a problem, be sure the include the word "Linux" or the name of your distro in the search string.
Familiarize yourself with the directory structure (I don't mean memorize it--I mean learn its basic layout and how to navigate it).
Finally, pick something you like to do on the computer. Do it using Linux. Along the way you will learn about Linux.
Rinse and repeat.
Most important, remember that Linux is not Windows. Expect it to be different and be prepared to have to learn new ways of doing things.
Last edited by frankbell; 03-18-2017 at 09:00 PM.
|
|
|
03-18-2017, 09:03 PM
|
#12
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by frankbell
I would certainly not suggest trying to learn Linux by installing Linux from Scratch. That's like trying to write doctoral dissertation before graduating high school.
|
The OP stated that they had already passed the RHCSA and RHCE exams. They are not a total newbie. LFS would be a great way of getting to know Linux better in an organised guided way.
|
|
1 members found this post helpful.
|
03-18-2017, 09:34 PM
|
#13
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,580
|
Quote:
LFS would be a great way of getting to know Linux better in an organised guided way.
|
Thanks for straightening me out.
I have to work on my reading comprehension.
|
|
|
All times are GMT -5. The time now is 08:38 AM.
|
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
|
|