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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-12-2008, 06:30 PM
|
#1
|
LQ Newbie
Registered: Jan 2008
Posts: 7
Rep:
|
which one is more useful?? "linux"
hi. i am newuser of linux. but i cannot decide which linux that i can use. can u halp me?
|
|
|
01-12-2008, 07:05 PM
|
#2
|
Member
Registered: Feb 2004
Location: New Jersey, USA
Distribution: Ubuntu 14.04
Posts: 55
Rep:
|
Hello omeraygor,
When you say you are a new user of linux, do you mean that you *intend* to use linux but have not yet, and so you are trying to decide which distribution to install? If so you might want to look at: http://wiki.linuxquestions.org/wiki/...x_distribution
As with many things in computers, the "more useful" selection depends on your general computer experience, needs, hardware, future plans, etc. You also may need to consider (depending on your situation) whether you want to use Live CDs to experiment with different distributions before deciding on one. Running a Linux from a Live CD is slower and more limited, but gives you the ability to "test drive" before you install it to see if there are problems with your hardware or if you personally don't like some feature.
You might also want to consider whether you want to use Gnome or KDE as your desktop interface.
When I first got involved with Linux I used Red Hat, then Suse and most recently I switched to Ubuntu.
There is much to learn but you don't need to learn it all at once. I know it helped me to keep notes in a text file as well as bookmarks in my browser so I could revisit information and not just depend on my memory, until I got more used to working with Linux.
Last edited by legacyprog; 01-12-2008 at 07:10 PM.
|
|
|
01-12-2008, 08:15 PM
|
#3
|
Member
Registered: Dec 2007
Location: ON CA
Distribution: Xubuntu 8.04; Xubuntu 6.06.2
Posts: 64
Rep:
|
Hi,
In addition to Linux distributions running GNOME or KDE by default you might also want to check out distros running Xfce--an excellent graphical interface.
Some of these include:
Xubuntu
ZenWalk
Kwort
The advantages of using Xfce is that it uses fewer resources without sacrificing features or a great look.
To download Xubuntu (which runs of of the CD and can be installed without a second CD) visit xubuntu.mirror.hex1a4.net
Last edited by hex1a4; 01-12-2008 at 08:27 PM.
|
|
|
01-12-2008, 08:21 PM
|
#4
|
Senior Member
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079
Rep:
|
Just go to distrowatch.com, pick out a few distros out of the top 10 and try them out and see what one you like
|
|
|
01-12-2008, 09:30 PM
|
#5
|
LQ Newbie
Registered: Jan 2008
Posts: 7
Original Poster
Rep:
|
Quote:
Originally Posted by AceofSpades19
Just go to distrowatch.com, pick out a few distros out of the top 10 and try them out and see what one you like
|
thanks your helps, i decided to use xubuntu linux first.
i hope i will work with linux. but there is a problem. i wanna use linux to write code. which is languge that uses linux? how can i learn? is there any web site or e book?
|
|
|
01-12-2008, 10:24 PM
|
#6
|
Member
Registered: Dec 2007
Location: ON CA
Distribution: Xubuntu 8.04; Xubuntu 6.06.2
Posts: 64
Rep:
|
Quote:
Originally Posted by omeraygor
thanks your helps, i decided to use xubuntu linux first.
i hope i will work with linux. but there is a problem. i wanna use linux to write code. which is languge that uses linux? how can i learn? is there any web site or e book?
|
Good choice on Xubuntu. I've been using it since version 6.10 and am very happy with it--plus it has a great community where you can get help. (LinuxQuestions.org and UbuntuForums.org). Of the multitude of distros I used since beginning to use Linux, Xubuntu is the only one I contribute to, and plan on using for a long time. Xubuntu is also the only distro I felt so comfortable with I permanently removed windows with it.
As to programming. You can use just about any programming language there is--and there are many. My recommendation would be to install the Z Shell (zsh) and start by writing shell scripts. Zsh is an excellent, well documented, shell and command processor. You will not only be able to start learning programming but also learn about Linux.
Another excellent language to start with is PERL which can be used for server-side scripting for the Web and to enhance Linux.
Many people like Python which is used for just about anything. From small scripts to enhance Linux, Web applications, to full-blown software applications (some games like D&D: Temple of Elemental Evil are written in Python).
Some of the other programming languages include C (use gcc to compile C code), C++, Java (a nice, fairly easy language used to develop Web applets and platform-independent software applications), LISP (used for all sorts of things, including developing logic for artificial intelligence).
You really have to do some research, try a few languages out and decide on what you like and want to use. I just love having choices.
You might want to check out these sites and go on from there
http://www.freeprogrammingresources.com/
http://developer.gnome.org/doc/GGAD/
http://www.linuxjournal.com/article/3946
http://luv.asn.au/overheads/prog/c.html
http://www.tuxfiles.org/linuxhelp/cli.html
In the end it all depends on what kinds of applications you wish to do. Saying that you want to learn programming is simply too vague.
BTW Linux is written using a myriad of languages. Linux itself (the kernel) is written in C. The rest of the software that makes up a GNU/Linux operating system are written using C, C++, PERL, LISP, shell scripts (bash, zsh, tcsh etc.), Python and so on. It depends on the application and what language the developers of that application like.
Finally, if you find many of the languages intimidating to start with, try by learning to develop Websites. Learn HTML, CSS, JavaScript then PHP (easy language that I use on my Website) and go on from there.
Last edited by hex1a4; 01-12-2008 at 10:48 PM.
|
|
|
01-12-2008, 10:31 PM
|
#7
|
Member
Registered: Dec 2007
Location: Brazil
Distribution: slackware 13
Posts: 151
Rep:
|
Quote:
Originally Posted by omeraygor
thanks your helps, i decided to use xubuntu linux first.
i hope i will work with linux. but there is a problem. i wanna use linux to write code. which is languge that uses linux? how can i learn? is there any web site or e book?
|
Which language? All of them. Pick up one and go ahead! The internet has a lot of documentation, if you ask me, C/C++, java, perl, html, fortran, Shell scripting, Regex, Awk, Sed, php, python, XML, HSL, pascal, Ruby, Lisp, Smalltalk, erlang, Heskel... dead end!
I like fortran, but suggest C/C++, universal languages!
by the way, I suggest Ubuntu (gnome desktop) instead of Xubuntu (xfce desk) !
|
|
|
01-12-2008, 10:48 PM
|
#8
|
Senior Member
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 12.10
Posts: 1,142
Rep:
|
Quote:
Originally Posted by omeraygor
thanks your helps, i decided to use xubuntu linux first.
i hope i will work with linux. but there is a problem. i wanna use linux to write code. which is languge that uses linux? how can i learn? is there any web site or e book?
|
Start with python. If you search for "python tutorial" You will get many useful hits.
|
|
|
01-12-2008, 10:51 PM
|
#9
|
Member
Registered: Dec 2007
Location: ON CA
Distribution: Xubuntu 8.04; Xubuntu 6.06.2
Posts: 64
Rep:
|
Quote:
Originally Posted by oskar
Start with python. If you search for "python tutorial" You will get many useful hits.
|
python.org/doc/ is a good place to start Python as well.
Last edited by hex1a4; 01-13-2008 at 12:11 AM.
|
|
|
01-13-2008, 04:32 AM
|
#10
|
Senior Member
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 12.10
Posts: 1,142
Rep:
|
http://www.norvig.com/21-days.html
This is a good read. I can't seem to find my favorite python tutorial though
http://www.alice.org
Looks like fun.
You should realize that you are not wasting time by learning an easier language first. They all work pretty much the same. If you know one language, you will be able to learn a second one much faster. Trying to learn C was the most frustrating 30 minutes I ever spent. Python on the other hand almost debugs itself, and is likely to be able to do everything you imagine right now.
|
|
|
01-13-2008, 01:43 PM
|
#11
|
LQ Newbie
Registered: Jan 2008
Posts: 7
Original Poster
Rep:
|
hi. i know c and c++, but i wrote on windows using dev c++. but on linux which complier can i use? there is a queastion too. is it different c++ or c on linux. such as using library and other things.
|
|
|
01-13-2008, 02:18 PM
|
#12
|
Senior Member
Registered: Feb 2007
Location: Chilliwack,BC.Canada
Distribution: Slackware64 -current
Posts: 2,079
Rep:
|
Quote:
Originally Posted by omeraygor
hi. i know c and c++, but i wrote on windows using dev c++. but on linux which complier can i use? there is a queastion too. is it different c++ or c on linux. such as using library and other things.
|
you use the gcc compiler for c and g++ for C++, for an IDE, I use Kdevlop, but there is lots of other ones. All the standard libraries are available on linux
|
|
|
All times are GMT -5. The time now is 08:21 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|