LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 07-20-2023, 06:02 PM   #16
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,360

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751

As above, using it and making notes as you go is a good start.

Here's a couple of old bash tutorials from TLDP. As also stated above, the cli hasn't changed that much, so most of it is correct ( -ish)

https://tldp.org/LDP/Bash-Beginners-...tml/index.html
https://tldp.org/LDP/abs/html/
 
1 members found this post helpful.
Old 07-31-2023, 09:31 PM   #17
c00kiemonster182
LQ Newbie
 
Registered: Jul 2023
Posts: 2

Rep: Reputation: 2
The best way is to force yourself to use the terminal. Have to write down a URL for later? Use VIM. Need to copy a few files to a new folder? Use cp. Fans are blowing and you want to see what process is hogging all the RAM? top or htop etc.

It's easier to use specialized software for operations, but forcing yourself to use the terminal is the real way to make yourself useful.
 
2 members found this post helpful.
Old 08-02-2023, 06:13 PM   #18
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Code:
It's easier to use specialized software for operations, but forcing yourself to use the terminal is the real way to make yourself useful.
I agree with this 100%
My opinion of gui tools is that they allow a user to do exactly what the programmer intended and only that.
Learning from the command line allows one to think and to develop their own problem solving or work flow skills in a way that fits them.

Like breaking in a new pair of shoes. They may be a little uncomfortable when brand new, but as they are worn for a time become really comfortable. Learning to use the command line takes getting used to in the same way.
 
Old 08-03-2023, 05:50 AM   #19
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,597
Blog Entries: 19

Rep: Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455
The way I would put it is this:

When you use a graphical interface, the computer is in charge. It offers you a selection of what it can do, using icons and menus, and you can choose among those options, but you can't do anything else. And you can't really learn anything about the system that way.

When you use the command line interface, you are in charge. You tell the computer what you want it to do and the computer does it, as long as it accords with Linux's permissions system.
 
Old 08-03-2023, 06:37 AM   #20
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
Yipppeee,

Install Linux Mint (or other) and use it.

Many operations in Linux Mint can be carried out using the graphical user interface.

When you have a specific need to use the command line, then use something appropriate from these links:

http://www.cheat-sheets.org/saved-copy/ubunturef.pdf

https://www.tuxarena.com/intro/cheatsheet.html

https://linuxopsys.com/topics/linux-...ds-cheat-sheet

If you plan to be a command line guru, then it may be a good idea to purchase The Linux Pocket Guide by Daniel J Barrett:
https://www.amazon.co.uk/Linux-Pocke.../dp/B01GGQKXRG

There are plenty of used ones on ebay at a cheaper price.
 
Old 02-24-2024, 04:38 PM   #21
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,658

Rep: Reputation: 2708Reputation: 2708Reputation: 2708Reputation: 2708Reputation: 2708Reputation: 2708Reputation: 2708Reputation: 2708Reputation: 2708Reputation: 2708Reputation: 2708
#1 there are about half as many "best" answers as there are users who care to answer.

#2 Multiply that by the number of definitions of "best" that you use to define or refine the question.

#3 and multiply again by the number of distributions used by this community.

Hint: it is a BIG number.

Perhaps you should refine the question a bit, or give an idea about what kinds of answers are actually useful to you.

RE: previous suggestions: you might grab any version of the "Linux Bible" as a bit of a study guide. In the case of all documentation and books, realize that the information may not pertain well to the newest releases or cutting edge distributions. The software release cycle is FAR faster than the publishing cycle! That said, if you pick up old copies at half priced books or your local used bookstore, they will cover many basics well enough and give you a place to start in learning both old and new tools and utilities. NONE of that learning is wasted!
 
Old 02-24-2024, 05:15 PM   #22
___
Member
 
Registered: Apr 2023
Posts: 142
Blog Entries: 1

Rep: Reputation: Disabled
Oops: necro-trolled (by *now-deleted* spam post)

You only need to know: the conceptual functioning of the *commonly used* tools. (You don't need to delve into all the option switches, until you're trying to do something less common with a particular tool.)

Quickly skim through the top 20 results of a web search like this:
100 most used Linux commands

Think of it as: a *fun treasure hunt*, for the most valuable CLI commands!

P. S. Install the 'tldr' pkg
How Linux Works is by far the best advanced book, for the concepts behind the functionality.

Last edited by ___; 02-24-2024 at 06:39 PM.
 
Old 02-25-2024, 11:20 AM   #23
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
The best way to learn Linux is to use it and look up information when you actually need it. It may help to keep a file where you record useful tricks and tips in case you forget them.

You don't say which distro you have, but most have a wiki or manual. When all else fails, consult the documentation of Arch Linux. It's not one I recommend, but their documentation explains everything and is kept up to date. Your GUI will have a website with information. Most programs have manuals available — that for LibreOffice, for example.

Don't be talked into using the CLI when the GUI will do. I've used computers since before there was a GUI and I often use the CLI, but if a GUI tool exists I use it. For commands, an online version may be easier to read — compare the results entering https://linux.die.net/man/1/chmod in a browser with "man chmod" in a terminal. A useful reference is https://archive.org/details/unixtoolbox
 
Old 02-25-2024, 11:30 AM   #24
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,610

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553

This is an old thread from 2023 - the author has not been seen since posting it.

Prior to the now-deleted spam post, it would have warned:
Quote:
Please note that this thread has not been replied to in over 6 months. Please ensure your reply is still relevant and timely.
 
Old 02-29-2024, 11:08 AM   #25
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,803

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally Posted by hazel View Post
In the olden days, I would have said TLDP, The Linux Documentation Project. But I don't think that's been kept up to date.
Much/Most of it hasn't been updated. A lot of links are now "404" pages at iBiblio (or, worse, defaced and full of porn). Pity as it was useful back in the day.
 
Old 02-29-2024, 11:22 AM   #26
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,803

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally Posted by Yipppeee View Post
Hi Community,

I want to learn as much as possible about Linux. Where can I find resources for newbies like me, that greatly expedite the learning process 10 fold.
Have you looked at your friendly local library for a text on Linux> Even an older publication like Linux Unleashed would be helpful for a newbie. Granted it won't have anything about SystemD or today's desktop environments but the basics would be covered: shell scripting , for example. All you need is a library card to get started.

If you want to dive in head first, try a "live" CD/DVD that boots Linux but doesn't touch your hard disk's contents.

HTH...
 
  


Reply



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
[SOLVED] Where can I find a newbies guide to XFCE or is XFCE not for newbies? Robert.Thompson Slackware 5 03-07-2011 10:27 AM
LXer: Looking for Newbies that want to learn Python LXer Syndicated Linux News 0 12-12-2009 02:01 AM
LXer: Helping Newbies Learn to Love Linux LXer Syndicated Linux News 0 02-02-2009 05:20 PM
Experts:read. Newbies:learn. quentusrex LQ Suggestions & Feedback 7 08-18-2004 03:50 PM
Do All "Newbies" Need To Learn This ???? free_mumia Linux - Newbie 3 01-07-2004 12:11 PM

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

All times are GMT -5. The time now is 07:07 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