Results 1 to 5 of 5
I am a beginner in Linux and I would like to know the following:
1. Which distro is good for a beginner? How to install Ubuntu using VirtualBox, I do ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-21-2011 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 9
Linux Beginner Query...which distro to install?... programming help
I am a beginner in Linux and I would like to know the following:
1. Which distro is good for a beginner? How to install Ubuntu using VirtualBox, I do not want a dual boot with my Win7 x64?
2. Also, can I get some suggestions regarding learning resources for programming or scripting(if it is the same) in C/C++ on Linux platform? (I already know the linux commands but have never programmed in linux, also I am thorough in C/C++ programming)
Regards
Arpit
- 10-22-2011 #2
Go to distrowatch.com and do a search for beginner distro's. You will receive a list of what are consdiered good distro's for beginners, and can try them out as live cd/dvd's to see which one appeals to you most. ubuntu, Mint, and debian are usually good starting places for new people. Have fun with linux, and see which one you like best.
Registered Linux user #526930
- 10-22-2011 #3
To install Ubuntu in VirtualBox: https://help.ubuntu.com/community/VirtualBox
For scripting, see here: Bash scripting TutorialJay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 10-22-2011 #4Just Joined!
- Join Date
- Mar 2011
- Posts
- 67
If you want to program on Linux, you might want to read these two books: Basics of the Unix Philosophy , and people.wallawalla.edu/~larry.aamodt/engr122/TLCL-09.12.pdf
If you are going to use Ubuntu, you might want to install these:
vim
make
gcc
g++
git-core
git-gui
and openssh-client (needed by git-core)
Note: NOT ALL of these are needed to program on linux, however I do recommend them all.
You might also want to set up a github account (link here) so that you can easily make open source projects available to the public (this is why you would install the "git-core" package).
There should be instructions on github on how to set up an account and start using the git tools.
If you don't understand any of their instructions then just use the forums to find answers.
good luck!
- 10-24-2011 #5
In Ubuntu, the package build-essential will install all the development headers and compilers
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
The Fifth Continent reborn


1Likes
Reply With Quote
