LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > LinuxQuestions.org > LinuxQuestions.org Member Intro
User Name
Password
LinuxQuestions.org Member Intro New to LinuxQuestions.org? Been a long time member but never made a post? Introduce yourself here.

Notices


Reply
  Search this Thread
Old 07-26-2016, 05:08 PM   #1
TomShea
LQ Newbie
 
Registered: Jul 2016
Posts: 1

Rep: Reputation: Disabled
Question Newbie to forum. Want to discover linux


Thanks for having me.
I'm sure a simple search will answer all my initial questions.
I'm here because I'm interested in learning how to program and I've read that Linux is the best os to use for programming.
I'm interested in how I can use it.
Can I use it on my current laptop or do I need a new one?
I think I saw a post where someone had it on a flash drive?
 
Old 07-26-2016, 05:34 PM   #2
notKlaatu
Senior Member
 
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077

Rep: Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732
Welcome!

1. Yes, Linux is great for programming because your entire stack is open source; this means you can look at (and re-use) the source code of things doing the same thing or a similar thing as what you are trying to do. That's a huge advantage and a great learning tool, and also a time-saver, since you don't have to spend hours re-inventing the wheel.


2. You can probably use it on your current laptop. There are many options; you can delete the current OS and install Linux, or you can dual-boot. The former is simpler but pretty drastic, the latter is more complex because you may have to configure things so that both your old OS and Linux are recognised at boot so that you can choose which one you want to boot into.

Personally I'm a "cold turkey" kinda guy; when I switched to Linux, I used Linux only on my main machine. I had a backup machine for school deadline emergencies, in case I couldn't figure something out on Linux, but in practise that ended up not happening and I just ended up using Linux for everything. It made things a lot easier in terms of fighting my old OS for a little bit of Gosh Darned flexibility, although there's still that Linux learning curve (as there is with anything new).


3. You can run Linux off of a thumbdrive. By nature, most Linux distributions have a "live" mode, but it's often just for the install process. Any data you generate in that mode gets erased when you reboot. Probably not what you want. So you want a "persistent" live boot system.

I ran on http://slax.org for a few months and it worked like a charm. Other distributions can be converted to "persistent" live systems. Here's a tutorial for Ubuntu: http://popey.com/blog/2015/03/25/mak...ntu-usb-stick/ and for Fedora: https://fedoraproject.org/wiki/How_t...d_use_Live_USB
 
Old 07-26-2016, 05:52 PM   #3
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Rep: Reputation: 147Reputation: 147
Welcome to the forum.
 
Old 07-26-2016, 06:27 PM   #4
Echtap
LQ Newbie
 
Registered: Jul 2016
Distribution: Debian
Posts: 14

Rep: Reputation: Disabled
Welcome to the forums You can definitely use an old laptop to run Linux; just either create a new partition or wipe your old data and boot it up via USB.
 
Old 07-26-2016, 09:40 PM   #5
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
Hello and welcome to the forum
 
Old 07-27-2016, 06:35 AM   #6
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Quote:
Originally Posted by TomShea View Post
Thanks for having me.
I'm sure a simple search will answer all my initial questions.
I'm here because I'm interested in learning how to program and I've read that Linux is the best os to use for programming.
I'm interested in how I can use it.
Can I use it on my current laptop or do I need a new one?
I think I saw a post where someone had it on a flash drive?
Instead I would like to thank YOU for joining the LQ community. Welcome!

Google and other search options are wonderful and an excellent first step. Fact is I discovered LQ due to using Google. People will also appreciate that you've tried to find answers to get yourself closer with your question.

Linux is a very good OS for programming. Typical installations of Linux usually contain tools for C and C++ compiling, and it is typically easy to install additional tools to do more. Plus other languages, including many scripts. There are a wide variety of options. There are on other OSes, just Linux for those who get comfortable with programming, I think find it to be a better environment.

You should be able to run it on your current laptop, there are sometimes exceptions that make it more difficult, however Linux has grown well over the years and mostly it just works with most systems.

As far as on a thumb drive, the answer is yes. You need not install it on a computer, you can run it from the thumb drive if you wish. You also can run Linux through virtual machine programs like VirtualBox, and either do this all the time, or do it for trial purposes to see what distributions you prefer.

Happy computing!
 
Old 07-27-2016, 06:59 AM   #7
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Quote:
Originally Posted by TomShea View Post
Thanks for having me.
I'm sure a simple search will answer all my initial questions.
I'm here because I'm interested in learning how to program and I've read that Linux is the best os to use for programming.
I'm interested in how I can use it.
Can I use it on my current laptop or do I need a new one?
I think I saw a post where someone had it on a flash drive?
Instead I would like to thank YOU for joining the LQ community. Welcome!

Google and other search options are wonderful and an excellent first step. Fact is I discovered LQ due to using Google. People will also appreciate that you've tried to find answers to get yourself closer with your question.

Linux is a very good OS for programming. Typical installations of Linux usually contain tools for C and C++ compiling, and it is typically easy to install additional tools to do more. Plus other languages, including many scripts. There are a wide variety of options. There are on other OSes, just Linux for those who get comfortable with programming, I think find it to be a better environment.

You should be able to run it on your current laptop, there are sometimes exceptions that make it more difficult, however Linux has grown well over the years and mostly it just works with most systems.

As far as on a thumb drive, the answer is yes. You need not install it on a computer, you can run it from the thumb drive if you wish. You also can run Linux through virtual machine programs like VirtualBox, and either do this all the time, or do it for trial purposes to see what distributions you prefer.

Happy computing!
 
  


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
I'm a newbie trying to discover Linux Eph2810 LinuxQuestions.org Member Intro 1 04-15-2010 11:09 PM
A newbie trying to discover Linux mighty hot LinuxQuestions.org Member Intro 1 05-14-2009 12:41 PM
If you are a Linux newbie-not a forum newbie, read. phantom_cyph Linux - Newbie 7 03-18-2007 09:52 PM

LinuxQuestions.org > Forums > LinuxQuestions.org > LinuxQuestions.org Member Intro

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