New to Linux, a lot to take in

Welcome to newcomers! Don't hesitate to introduce yourself.
Forum rules
Topics in this forum are automatically closed 6 months after creation.
Locked
Roxas

New to Linux, a lot to take in

Post by Roxas »

Hi everybody!

I'm Roxas and i'm new here on the LinuxMint forums.
I have a lot of ideas floating around in my head of things to do in Linux and want to eventually establish my own home network (baby steps) and I have absolutely no idea where to start.

I'm not too much past square one as far as linux background goes. I've done a lot of tutorials in college with fedora 13 and just recently put LinuxMint 17.1 Cinnamon on a secondary tower at home to re-familiarize myself with Linux. My main PC currently runs Windows 7 and while it works for what I need, I want to gain certain skills and I want to beef up my resume while I am still young and at the beginning of my IT career.

ANY HELP OR TIPS WOULD BE MET WITH JOYFUL APPRECIATION

Thanks for taking the time to read my introduction and I hope to get to know the community here.

~Roxas
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: New to Linux, a lot to take in

Post by austin.texas »

Welcome to Mint and to the forum !

Help wiki - https://help.ubuntu.com/community
Linux Mint Beginners Search Engine - http://home.windstream.net/joelwest/
Rescatux CD: A tool everyone should have (includes SuperGrub2 and gparted) - http://www.supergrubdisk.org/

"the 5 minute samba howto for a home network" - http://forums.linuxmint.com/viewtopic.p ... 41#p838674

Korora with the Cinnamon desktop is a very nice distro for someone with a background in Fedora.
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
User avatar
jimallyn
Level 19
Level 19
Posts: 9075
Joined: Thu Jun 05, 2014 7:34 pm
Location: Wenatchee, WA USA

Re: New to Linux, a lot to take in

Post by jimallyn »

Welcome aboard, Roxas!
“If the government were coming for your TVs and cars, then you'd be upset. But, as it is, they're only coming for your sons.” - Daniel Berrigan
The-Wizard

Re: New to Linux, a lot to take in

Post by The-Wizard »

Welcome to the Mint family forums

wizard
Crewp

Re: New to Linux, a lot to take in

Post by Crewp »

Welcome to Linux Mint, and the Mint forum. :D
User avatar
all41
Level 19
Level 19
Posts: 9527
Joined: Tue Dec 31, 2013 9:12 am
Location: Computer, Car, Cage

Re: New to Linux, a lot to take in

Post by all41 »

Hi Roxas. Welcome to the forums.
You are on the right track--Mint is excellent for home networking.
Everything in life was difficult before it became easy.
Roxas

Re: New to Linux, a lot to take in

Post by Roxas »

austin.texas wrote:Welcome to Mint and to the forum !

Help wiki - https://help.ubuntu.com/community
Linux Mint Beginners Search Engine - http://home.windstream.net/joelwest/
Rescatux CD: A tool everyone should have (includes SuperGrub2 and gparted) - http://www.supergrubdisk.org/

"the 5 minute samba howto for a home network" - http://forums.linuxmint.com/viewtopic.p ... 41#p838674

Korora with the Cinnamon desktop is a very nice distro for someone with a background in Fedora.
Thanks for all of the resources! i'll definitely pick through then and see what I can learn.

Is there any other way aside from the tried and true "repetition" way of learning when it is appropriate to use certain commands?
Also when is it appropriate to be logged in as root in terminal? I've heard "Never unless you absolutely need to" and "Doesn't matter as long as you know what you are changing"

Again, Thanks for the help!

~Roxas
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: New to Linux, a lot to take in

Post by austin.texas »

Roxas wrote:Is there any other way aside from the tried and true "repetition" way of learning when it is appropriate to use certain commands?
Here is a good resource for learning commands - http://manpages.ubuntu.com/
Roxas wrote:Also when is it appropriate to be logged in as root in terminal? I've heard "Never unless you absolutely need to" and "Doesn't matter as long as you know what you are changing"
"Never unless you absolutely need to" is the correct answer. You will find that the sudo or gksudo commands will accomplish just about everything you need to do.
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
Roxas

Re: New to Linux, a lot to take in

Post by Roxas »

austin.texas wrote:
Roxas wrote:Is there any other way aside from the tried and true "repetition" way of learning when it is appropriate to use certain commands?
Here is a good resource for learning commands - http://manpages.ubuntu.com/
Roxas wrote:Also when is it appropriate to be logged in as root in terminal? I've heard "Never unless you absolutely need to" and "Doesn't matter as long as you know what you are changing"
"Never unless you absolutely need to" is the correct answer. You will find that the sudo or gksudo commands will accomplish just about everything you need to do.
More amazing resources!
Are those ubuntu commands mostly applicable to mint as well? I heard there was a few small differences in syntax.
And sudo it is then. what is the difference between sudo and gksudo?
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: New to Linux, a lot to take in

Post by austin.texas »

Roxas wrote:Are those ubuntu commands mostly applicable to mint as well? I heard there was a few small differences in syntax.
Mint is based on Ubuntu, so they operate the same in that regard.
Roxas wrote:And sudo it is then. what is the difference between sudo and gksudo?
gksudo is a specialized form of sudo that you should use when opening a graphical program as root. For example, when you want to edit the text file, /etc/fstab, (owned by root), the command to open the graphical text editor would be gksudo gedit /etc/fstab If you are using KDE the command would be kdesudo instead of gksudo.
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
Roxas

Re: New to Linux, a lot to take in

Post by Roxas »

Love it! Thank you!
Roxas

Re: New to Linux, a lot to take in

Post by Roxas »

austin.texas wrote:
Roxas wrote:Are those ubuntu commands mostly applicable to mint as well? I heard there was a few small differences in syntax.
Mint is based on Ubuntu, so they operate the same in that regard.
Roxas wrote:And sudo it is then. what is the difference between sudo and gksudo?
gksudo is a specialized form of sudo that you should use when opening a graphical program as root. For example, when you want to edit the text file, /etc/fstab, (owned by root), the command to open the graphical text editor would be gksudo gedit /etc/fstab If you are using KDE the command would be kdesudo instead of gksudo.
Thanks for your quick responses. i appreciate the help!
vrkalak

Re: New to Linux, a lot to take in

Post by vrkalak »

.
:mrgreen: ..:: Welcome to LinuxMint ::.. :mrgreen:

Read everything you can -- Forums - Wiki - IRC

Linux: Tricks of the Trade > http://forums.linuxmint.com/viewtopic.php?f=60&t=38355
"All Linux OS-Distros" Forums and Tutorials > http://linuxquestions.org/questions/
What works for Ubuntu, usually works for Mint > http://www.psychocats.net/ubuntu/
Linux Alternative to Windows > http://www.linuxalt.com/
LinuxMint Community Forums - Tutorials > http://community.linuxmint.com/tutorial/welcome

** Remember, all OS-Distro, Apps, DE/WM are Open-Source and have a Help-Forum
---------------------------------------------------------------------------------------------------------------------------------
*** From a technical point of view it’s no longer tied to the Ubuntu schedule, so it could be released at any time, there’s no technical relevance between 14.10 and 17.1. Now, with that said, the 6 months cycle gave us rhythm and although quality and content dictate releases going public or being held back more so than dates or vague deadlines, the idea of a late November release is still there within the team and it helps us working towards that target.
Locked

Return to “Introduce Yourself”