473,769 Members | 2,090 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Using Which Version of Linux

ok, i m going to use Linux for my Python Programs, mainly because i
need to see what will these fork() and exec() do. So, can anyone tell
me which flavour of linux i should use, some say that Debian is more
programmer friendly, or shold i use fedora, or Solaris. Because these
three are the only ones i know of that are popular and free.
--
* Posted with NewsLeecher v3.0 Beta 7
* http://www.newsleecher.com/?usenet
Nov 5 '05 #1
26 2605
They are all the same as you don't have specific requirements
mentioned. Based on the way you ask, I would say some debian derivative
like ubuntu. debian is not programmer friendly but admin friendly I
would say. In general programmer friendly distro to me would mean
install everything one can possiblity think of by default so everything
is at hand for use.

Never tried the new solaris so I have no idea but I had some problem
when installed their old x86 a few years back however things may have
changed a lot.

I tried briefly with fedora but its packaging system is not up to par,
comparing with debian. However, you get newer things in fedora, in
general. Fedora has the advantage that it works better with commercial
stuff like Oracle/Sybase. I had problem making Sybase installed under
debian(the reason why I tried fedora).

bl**@blah.blah wrote:
ok, i m going to use Linux for my Python Programs, mainly because i
need to see what will these fork() and exec() do. So, can anyone tell
me which flavour of linux i should use, some say that Debian is more
programmer friendly, or shold i use fedora, or Solaris. Because these
three are the only ones i know of that are popular and free.
--
* Posted with NewsLeecher v3.0 Beta 7
* http://www.newsleecher.com/?usenet


Nov 5 '05 #2
blahman (bl**@blah.blah ) wrote:
ok, i m going to use Linux for my Python Programs, mainly because i
need to see what will these fork() and exec() do. So, can anyone tell
me which flavour of linux i should use, some say that Debian is more
programmer friendly, or shold i use fedora, or Solaris. Because these
three are the only ones i know of that are popular and free.


A standard answer is - use that one, which is known to your friends, so they
can help you. Actually all Linux distros come with python and huge amount
of additional modules, so choose any. Fedora, Mandrake, Suse and Ubuntu
willi be easier for begginers, as they are targeted on inexperienced Linux
users (what doesn't mean they cannot be used by experienced),
Debian requires some knowledge (well, way more then other distros) but i
like it for its clarity, wonderful package manager apt and control i have
over it, it is also well documented and popular. I suggest first use
Knoppix - Debian based distro, that boots from cd, doesn't require
installation and contains tons of software, including python of course.
Solaris is a different os, has nothing to do with Linux.

--
Maciej "Fiedzia" Dziardziel (fiedzia (at) fiedzia (dot) prv (dot) pl)
www.fiedzia.prv.pl

It is my fondest hope that you are reading these while you should be
working. Isn't that what the net's really about anyways? Sort of a place
to go 'researching' while you should be getting stuff done!
Nov 5 '05 #3
blahman (bl**@blah.blah ) writes:
ok, i m going to use Linux for my Python Programs, mainly because i
need to see what will these fork() and exec() do. So, can anyone tell
me which flavour of linux i should use, some say that Debian is more
programmer friendly, or shold i use fedora, or Solaris. Because these
three are the only ones i know of that are popular and free.


You seem a bit confused. Solaris isn't a Linux distribution, it's
(System V) Unix. Linux isn't Unix - it's a Unix look-like. *BSD is
Unix, but they can't call it that for licensing reasons.

"Programmer-friendly" is pretty vague. Gentoo is the only Linux distro
I've run into (which excludes a *lot* of Unix distros) that I'd
consider programmer friendly, because it doesn't split packages up
into "user stuff" and "developer stuff". That means you have to
install two packages instead of one if you want to build things
against that software. On the other hand, it uses it's own "package"
manager - emerge - so you can't take advantage of rpms/debs from other
systems (or you couldn't last time I looked into it). It also installs
the least amount of "bundled" software, which I consider a programmer
friendly behavior.

Personally, I run FreeBSD - and I like gentoo because it has a lot in
common with a BSD distribution. FreeBSD is the most popular of the
BSDs. BSDs differ from Linuxen in that a BSD distribution is an
integrated whole - the kernel and userland are maintained by the same
group, in the same repository. So the number of BSD kernels to choose
from is much greater than the number of Linux kernels, but the number
of BSD distributions is much fewer.

<mike
--
Mike Meyer <mw*@mired.or g> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
Nov 5 '05 #4
bl**@blah.blah wrote:
ok, i m going to use Linux for my Python Programs, mainly because i
need to see what will these fork() and exec() do. So, can anyone tell
me which flavour of linux i should use, some say that Debian is more
programmer friendly, or shold i use fedora, or Solaris. Because these
three are the only ones i know of that are popular and free.


Solaris isn't Linux, but it is good. I've never installed it from
scratch, though.

I might get lambasted for suggesting this, but try Slackware. It will
let you do a very minimal installation, which means there's less stuff
that can go wrong. It also has nice, beginner-friendly FAQs to help you
get started. Like the other distros already suggested, it comes with
the graphical desktop environments Gnome and KDE, too.

If at all possible, have another computer available with a working
internet connection and a floppy disc drive or CD burner.

Like Maciej said, if you have a buddy nearby who is already an expert on
a particular distro, try that distro. This is especially true for
distros like Gentoo that have... their own way of doing things. :)
Nov 5 '05 #5
Jeffrey Schwab wrote:

I might get lambasted for suggesting this, but try Slackware. It will
let you do a very minimal installation, which means there's less stuff
that can go wrong. It also has nice, beginner-friendly FAQs to help you
get started. Like the other distros already suggested, it comes with
the graphical desktop environments Gnome and KDE, too.

What I like about Slackware/python is that you get the full python
distribution. My last experience with Debian & subordinates was that
only the "core" python was included with the distribution, and a bit of
hunting was required to get Tkinter working. Maybe this has improved in
the last year or two?

Nick
Nov 5 '05 #6
On Sat, 05 Nov 2005 04:26:38 -0600, blahman wrote:
ok, i m going to use Linux for my Python Programs, mainly because i
need to see what will these fork() and exec() do. So, can anyone tell
me which flavour of linux i should use, some say that Debian is more
programmer friendly, or shold i use fedora, or Solaris. Because these
three are the only ones i know of that are popular and free.


Personally I would recommend staying away from Fedora unless you have a
friend who is well-versed in it and willing to help. I like the
distributin ok (I run it on the laptop I'm writing this from) but it uses
RPMs for package distribution, and the rpm tools don't know how to
automatically downloaded dependencies like yum or apt do. Because of that
I have to say that the RPM package tools suck quite badly.

Debian and SUSE are both pretty good choices.
Nov 5 '05 #7
And for complete control and customization of your os and hardware...
There's nothing like Gentoo!

Nov 5 '05 #8
I have been away from unix/linux for a couple of years.

I went with SUSE. Just do an install all, and 10 gig later you
are done.

Very simple install, very easy admin with YAST.

If you are a power admin, there may be better release. But if you want
simple, but powerful, SUSE has worked well for me.

Good Luck,
Mike
bl**@blah.blah wrote:
ok, i m going to use Linux for my Python Programs, mainly because i
need to see what will these fork() and exec() do. So, can anyone tell
me which flavour of linux i should use, some say that Debian is more
programmer friendly, or shold i use fedora, or Solaris. Because these
three are the only ones i know of that are popular and free.

--
The greatest performance improvement occurs on the transition of from
the non-working state to the working state.
Nov 5 '05 #9
Hi Michael,
I too use SUSE (9.3). The Novell operation has convinced me to
go back to SUSE, after some trials with Mandrake and Ubuntu.
Especially on the Python side all is ready up. But I will not go
into the complications of "fork" and "thread" programming...
Bye.

Nov 5 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

121
10164
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode support IDEs are DreamWeaver 8 and Zend PHP Studio. DreamWeaver provides full support for Unicode. However, DreamWeaver is a web editor rather than a PHP IDE. It only supports basic IntelliSense (or code completion) and doesn't have anything...
4
2235
by: Tim Golden | last post by:
Tim Golden enlightened us with: > > Well, I'm with you. I'm sure a lot of people will chime in to point > > out just how flexible and useful and productive Linux is as a > > workstation, but every time I try to use it -- and I make an honest > > effort -- I end up back in Windows > I'm curious, what do you mean with "it" in the part "every time I try > to use it"? Fair question. I have, over the years, installed and used Gentoo,
1
1213
by: Michael O'Brien | last post by:
Hola~ I'm developing a c++ library that contains python types and methods on Windows using MSVC .net 2003 and g++ on Linux. To compile on Linux, I just compile and I can use a debug compiled version of my plugin in a vanilla python interpreter. On Windows, it seems like you have to compile a custom version of python and then compile my plugin against the debug version of python.
5
6776
by: Michael Sperlle | last post by:
Is it possible? Bestcrypt can supposedly be set up on linux, but it seems to need changes to the kernel before it can be installed, and I have no intention of going through whatever hell that would cause. If I could create a large file that could be encrypted, and maybe add files to it by appending them and putting in some kind of delimiter between files, maybe a homemade version of truecrypt could be constructed. Any idea what it...
0
1923
by: jgarber | last post by:
Hello, I just upgraded MySQLdb to the 1.2.0 version provided by Redhat Enterprise Linux ES4. At that point I began to get segfaults when importing twisted after MySQLdb, but not before. -- RedHat Enterprise Linux ES 4 (fully updated) Python 2.3.4 mysql-python (MySQLdb) version 1.2.0
1
1940
by: g950101 | last post by:
Hi, I faced some problems during using pyfort. The log for installing pyfort is attached: running install running build running build_py running build_scripts copying pyfort -build/scripts-2.4 changing mode of build/scripts-2.4/pyfort from 644 to 755
5
4930
by: zgh1970 | last post by:
Hi, Friends, default DB2 compression library. I am wondering if this option will have any new restriction on RESTORE in the following. (Can I used that backup imsage for restore at the follwoing compatible situations?) : There are operating system considerations when using the RESTORE DATABASE command:
0
1486
by: Grant Edwards | last post by:
I've got a system where I try to install extensions using /usr/local/bin/python setup.py install But, it fails when it tries to use a non-existant compiler path and specs file. I suspect it's trying to use the compieler that was used to build /usr/bin/python. How do I get it to use the compiler settings that were used for /usr/local/bin/python?
13
3658
by: Ivan | last post by:
Hi, What is the best syntax to use a char to index into an array. /////////////////////////////////// For example int data; data = 1;
44
584
by: John Dann | last post by:
I'm unclear as to how best to use what I'm terming the top-level CSS selectors, by which I mean selectors like *, html and body. I'm coming at this from trying to understand how best to set font sizes but I seem to have strayed into a broader question. Some CSS guides seem to suggest that a * declaration is good practice for any style sheet, primarily I suppose to set zero defaults for margin and padding for all other relevant selectors...
0
9422
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10208
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10038
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9987
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8867
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5294
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3952
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3558
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2812
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.