LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-08-2016, 04:35 PM   #1
cbrookej
LQ Newbie
 
Registered: May 2016
Posts: 12

Rep: Reputation: Disabled
Question Getting started


I was on the Newbie Forum this past spring, asking if I could handle Linux. Users convinced me that I could. Now I am back, having installed Mint/Cinnamon. I have found some generic introductions to Linux, but I question how useful they would be to a newbie trying to learn to use Mint/Cinnamon.

Would generic manuals be useful to such a newbie? Or would I need something more specific to that GUI? I will not be looking directly at the shell after all, let alone the kernal. How to proceed with Mint/Cin?

Can anyone recommend a starting manual, preferrably a book? I am much more comfortable with old fashioned books, than with online help I have seen so far. I find being able to flip quickly from one page to another very helpful, and being able find things in an index. Can anyone recommend such a book?

How can I get started with Mint/Cin?
 
Old 08-08-2016, 05:00 PM   #2
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Use it every day for every day things.
There is the user guide > Start Menu > welcome
or close to that.
What version of Mint? 18 just came out MATE/Cinnamon and recently Xfce builds.
If you open a terminal and issue:
Code:
inxi -S
and paste the results, it would be helpful.

Go to and bookmark https://sites.google.com/site/easylinuxtipsproject/Home
 
Old 08-08-2016, 05:30 PM   #3
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by cbrookej View Post
Can anyone recommend a starting manual, preferrably a book? I am much more comfortable with old fashioned books, than with online help I have seen so far. I find being able to flip quickly from one page to another very helpful, and being able find things in an index. Can anyone recommend such a book?

How can I get started with Mint/Cin?
Hi...

While I'm not sure about an actual book, an online resource that might be useful is "The Linux Mint User Guide" here. The actual document you download (here) is in PDF format, which you can print out and read as if it were a book.

Regards...

Last edited by ardvark71; 08-08-2016 at 05:36 PM. Reason: Added information and link.
 
Old 08-09-2016, 04:36 AM   #4
aragorn2101
Member
 
Registered: Dec 2012
Location: Mauritius
Distribution: Slackware
Posts: 567

Rep: Reputation: 301Reputation: 301Reputation: 301Reputation: 301
Hi,

Linux and Linux distributions are developed and maintained by huge communities. So, to stick to one book can give you a good intro, but if you really want to know Linux, you must have some patience and read around as much as you can. There are lots of Wiki's, books, guides and howtos. Use your system everyday and after about a week you should be very familiar with the GUI. But do not stop there, please. The GUI is limited to what it was programmed to do and to let users do. The command line is virtually limitless. The true power of a Linux system resides there.

Check out this book: http://www.tldp.org/LDP/intro-linux/intro-linux.pdf
and some of the other guides at TLDP.

Start with simple things like browsing through directories and files. Learning about permissions and utility tools. Manage files/folders, manipulating text files. Then, much later, you can start to look at system administration.

You are embarking on a long and beautiful journey.
Enjoy.
 
1 members found this post helpful.
Old 08-10-2016, 05:15 AM   #5
jamison20000e
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
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Arrow Hi.

+1 on running it... &sea,,, &see; signature &c.

Have fun!

Last edited by jamison20000e; 08-14-2016 at 08:34 AM.
 
Old 08-10-2016, 11:00 AM   #6
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,149

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
There's the community documentation mentioned by aardvark and the official manual
https://linuxmint.com/documentation/...glish_18.0.pdf
If you search for Linux Mint on Amazon, you'll find several titles with the usual customer reviews.

Your programs will generally have help and may also have websites with extra information.
 
1 members found this post helpful.
Old 08-10-2016, 11:16 AM   #7
Sefyir
Member
 
Registered: Mar 2015
Distribution: Linux Mint
Posts: 634

Rep: Reputation: 316Reputation: 316Reputation: 316Reputation: 316
Quote:
Originally Posted by DavidMcCann View Post
Your programs will generally have help and may also have websites with extra information.
This is the most true part of linux.

There isn't much of a guide for Linux Mint (Feel free to read the above linked by ardvark71) as it covers the basic stuff.
Every tool (software) you use however, will likely have extensive documentation on the official site, many guides on video sites (like youtube), unofficial "how-to" guides and often entire forums dedicated to a certain tool.

So think of something you want to do like edit video / audio, create a game, using the command line (do this one!), create podcast, convert media, etc and look at the documentation for that
 
Old 08-13-2016, 07:51 PM   #8
cbrookej
LQ Newbie
 
Registered: May 2016
Posts: 12

Original Poster
Rep: Reputation: Disabled
Sorrry it has taken me a while to get back on this. Some more urgent issues came up.

Quote:
Originally Posted by Habitual View Post
Use it every day for every day things.
There is the user guide > Start Menu > welcome
or close to that.

What version of Mint?

I think I have v 18 Sarah. It was installed August 2; I'm pretty sure the tech would have installed the latest version available then. I have a user guide for 17.3; will this be good for 18?

18 just came out MATE/Cinnamon and recently Xfce builds.
If you open a terminal and issue:

Code:
inxi  -S-S
and paste the results, it would be helpful.

I found the terminal, typed in the code, got some info.
I was unable to copy and paste. I was copying from Linux and trying to paste into Windows 7. Is that the problem? If so, I will need help fixing it. I am just barely starting with this.

https://sites.google.com/site/easylinuxtipsproject/Home

I looked at this. It sounds like Linux (Ubuntu1? Mint?) is full of land mines, too many for me to remember. I am a rank newby. I am worried.

F-18? Wow! The fanciest thing I ever flew was a T-6. It was a lot of fun.





Go to and bookmark https://sites.google.com/site/easylinuxtipsproject/Home
 
Old 08-14-2016, 05:51 AM   #9
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by cbrookej View Post
I was on the Newbie Forum this past spring, asking if I could handle Linux. Users convinced me that I could. Now I am back, having installed Mint/Cinnamon. I have found some generic introductions to Linux, but I question how useful they would be to a newbie trying to learn to use Mint/Cinnamon.

Would generic manuals be useful to such a newbie? Or would I need something more specific to that GUI? I will not be looking directly at the shell after all, let alone the kernal. How to proceed with Mint/Cin?

Can anyone recommend a starting manual, preferrably a book? I am much more comfortable with old fashioned books, than with online help I have seen so far. I find being able to flip quickly from one page to another very helpful, and being able find things in an index. Can anyone recommend such a book?

How can I get started with Mint/Cin?
i don't understand why people don't take the most obvious step first:
look at the web pages provided by the distro in question.
including, but not limited to, their forums.

i guess it's a problem of not seeing the forest for all the trees.

anyway, in this case ardvark's answer is the correct one.
 
  


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] bash script runs perfectly when started manually - but not when started by CRON jonasbdk Linux - General 12 08-27-2014 05:54 AM
[SOLVED] No sound in KDE when started by startx while working fine when started by kdm/gdm arj1singh Ubuntu 2 12-14-2010 11:55 AM
Started nautilus as root....problems started Chaosbringer SUSE / openSUSE 0 11-05-2008 03:00 AM
How to get started ? utw-mephisto Debian 4 04-23-2005 03:18 PM
I need help getting started sirgarfield Linux - Newbie 2 09-22-2003 11:57 AM

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

All times are GMT -5. The time now is 06:51 AM.

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