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 06-05-2020, 06:06 AM   #1
optimusprime03
LQ Newbie
 
Registered: Jun 2012
Posts: 1

Rep: Reputation: Disabled
Question First Post


This is my first post. Trying to decide what distro to build from. Just tired of microhard and seeking a new way of computing. Will probably start with Ubuntu and go from there. Never done any programming so I will have to learn everything. Where should I start? I just learned I initially signed up in June of 2012. What happened?

Last edited by optimusprime03; 06-05-2020 at 06:08 AM.
 
Old 06-05-2020, 06:35 AM   #2
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,631

Rep: Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696
Quote:
Originally Posted by optimusprime03 View Post
This is my first post. Trying to decide what distro to build from. Just tired of microhard and seeking a new way of computing. Will probably start with Ubuntu and go from there. Never done any programming so I will have to learn everything. Where should I start? I just learned I initially signed up in June of 2012. What happened?
Considering the question of what you mean by "build" in this context.

Learning and using Linux (or BSD) does not require learning to program, but learning to program helps understand EVERYTHING else in computing.

I do not know the answer to your question, but: Welcome to the jungle!
 
1 members found this post helpful.
Old 06-05-2020, 06:57 AM   #3
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 optimusprime03 View Post
This is my first post. Trying to decide what distro to build from. Just tired of microhard and seeking a new way of computing. Will probably start with Ubuntu and go from there. Never done any programming so I will have to learn everything. Where should I start? I just learned I initially signed up in June of 2012. What happened?
Do you mean just write and compile C or C++ programs to run on your Linux system? Be they user applications or things like kernel drivers? If so Ubuntu desktop is perfectly fine.

Or something else?

Depending on what you want there can be tools you can install to help improve the experience.
 
Old 06-05-2020, 09:04 AM   #4
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,574
Blog Entries: 19

Rep: Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452Reputation: 4452
If you want to build C programs, all Debian derivatives such as Ubuntu have a package called build-essential. Install this and you will have all the necessary tools at your disposal.
 
1 members found this post helpful.
Old 06-05-2020, 09:13 AM   #5
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 hazel View Post
If you want to build C programs, all Debian derivatives such as Ubuntu have a package called build-essential. Install this and you will have all the necessary tools at your disposal.
build-essential should already be on a default Ubuntu desktop, current version?

EDIT: It's not for 20.04 so I'm incorrect there.

Last edited by rtmistler; 06-05-2020 at 10:18 AM.
 
Old 06-05-2020, 02:03 PM   #6
quickbreakfast
Member
 
Registered: Oct 2015
Location: northern territory
Distribution: slackware 15
Posts: 335

Rep: Reputation: Disabled
Quote:
Originally Posted by optimusprime03 View Post
This is my first post. Will probably start with Ubuntu and go from there.
Ubuntu us as good as a distro as any to start. But don't be surprised if, like finding a partner, you jump round a bit (called distro hopping) before settling on the distro you mainly use.

Quote:
Never done any programming so I will have to learn everything.
If it makes you feel any better I don't do any programming and I've been using linux for several years.

Quote:
Where should I start?
With a willingness to-

1/ learn

2/ no fear of asking silly questions

3/ an expectation of pulling hair out in frustration, and

4/no fear of using the command line/terminal (potato/potatoe)
 
Old 06-05-2020, 06:50 PM   #7
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
Thumbs up

Ruby was a fun start for me.
https://pine.fm/LearnToProgram/

Hear lots kicked off with Python?

Someone just posted about Haskell on the what you reading thread.
http://learnyouahaskell.com/chapters

So-many great tutors and magazines out there, free as well. How about games like Robocode or even hardware like Pi(s)?

Here's a good tutorial to everything: http://www.sc.edu/beaufort/library/p...es/bones.shtml

Have fun!
 
  


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
My First Post and I Solved My First Question to LQ dlfetters48 LinuxQuestions.org Member Intro 2 11-20-2017 06:38 AM
Mandatory first post so I can post links Judago LinuxQuestions.org Member Intro 1 05-24-2009 11:59 PM
First post so I can post links forum1793 LinuxQuestions.org Member Intro 1 05-03-2008 04:12 PM
First post so I can post links prgrcmpny LinuxQuestions.org Member Intro 3 05-03-2008 12:25 PM
first linux, first post, how do you install tar.bz2 ?? blackdragon Linux - Newbie 12 07-28-2004 01:16 PM

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

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