URN Logo
UNIX Resources » Linux » Linux Forum » General Linux Discussions » Page.23 » *nix iso's query
announcement The content of this page is collected from Linux Forum, All copyrights and other associated rights are reserved by the original authors of the articles.
Resources
China Linux Forum(finished)
Linux Forum(finished)
FreeBSD China(finished)
linuxforum.com
  LinuxForum General Chat
  Linux Advocacy
  LinuxForum Polls
  Introductions
  Linux Kernel Support
  Patch Management
  Development Release
  Linux Programming
  Linux Security
  Linux Software
  Linux Hardware Problems
    Linux Video Problems
    Linux Sound Problems
  Linux Networking Support
  Linux Printing Support
  Linux Human Interface Devices Support
  Linux Data Storage Support
  Linux Applications Support
  Linux Installation Support
  Linux Laptops Support
  Linux Motherboard, Chipsets, CPU, Memory
  Miscellaneous
  Debian Linux Support
  Ubuntu Linux Support
  LiveCD Discussions
  Gentoo Linux Support
  Mandrake Linux Support
  Redhat / Fedora Linux Support
  Slackware Linux Support
  SuSE Linux Support
  CentOS Linux Support
  Linux Web Servers
  Linux DNS Servers
  Linux Database Servers
  Linux Email Servers
  Linux FTP Servers
  Linux Squid Proxy Server
  Linux Samba Help
  Linux cPanel Help
  Linux Ensim Help
  Linux Plesk Help
  Linux Webmin / Usermin Help
  Qmail Toaster Help
  Linux Games
  Windows Game Emulation
  Linux Discussions
  General Linux Discussions
  Red Hat Linux Discussions
  More Red Hat Linux Discussions
  Mandrake Linux Discussions
  Slackware Linux Discussions
  SuSE Linux Discussions
  Debian Discussions
  Samba Help
  Linux Security
  Linux Networking
  Gentoo Help
  Operating System Rant Forum
  Hardware Rants
   
*nix iso's query
Subject: *nix iso's query
Author: ritchie_s01    Posted: 2004-06-30 12:02:16    Length: 855 byte(s)
[Original] [Print] [Top]
Hi all,

I am writing to ask a question that you've all probably seen a million
times!

I have experimented with RedHat Linux various distributions/versions,
Mandrake Linux various distributions/versions, and also with Sun's
Solaris 8 & 9 (sparc).

I now want to try other linux's.  
I have heard good things about Debian, and OpenBSD, FreeBSD.

Can anybody recommend a site/link where I can download the ISO's for
these Linux's and then burn to CD and install?

For example, I looked at debian.org and "United States:
ftp.keystealth.org:", but when I enter that directory I'm not sure
where to go from there.  Should I download the "source" or "i386"?

Can anyone help me with this?

Thanks in advance,
Ritchie

[Original] [Print] [Top]
Subject: *nix iso's query
Author: Matt    Posted: 2004-06-30 13:37:36    Length: 695 byte(s)
[Original] [Print] [Top]
ritchie wrote:

QUOTE
Can anybody recommend a site/link where I can download the ISO's for
these Linux's and then burn to CD and install?

[http://www.linuxiso.org/]

--
Matt


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 100,000 Newsgroups - 19 Different Servers! =-----

[Original] [Print] [Top]
Subject: *nix iso's query
Author: Jeremy Schoenhaar    Posted: 2004-06-30 15:57:02    Length: 1,170 byte(s)
[Original] [Print] [Top]
Am Wed, 30 Jun 2004 11:02:16 -0700 schrieb ritchie:

QUOTE
Hi all,

I am writing to ask a question that you've all probably seen a million
times!

I have experimented with RedHat Linux various distributions/versions,
Mandrake Linux various distributions/versions, and also with Sun's
Solaris 8 & 9 (sparc).

I now want to try other linux's.
I have heard good things about Debian, and OpenBSD, FreeBSD.

Can anybody recommend a site/link where I can download the ISO's for
these Linux's and then burn to CD and install?

For example, I looked at debian.org and "United States:
ftp.keystealth.org:", but when I enter that directory I'm not sure
where to go from there.  Should I download the "source" or "i386"?

Can anyone help me with this?

Thanks in advance,
Ritchie

i386 unless ur want to rebuild the distro

Jeremy

[Original] [Print] [Top]
Subject: *nix iso's query
Author: Minderbinder    Posted: 2004-07-01 01:34:32    Length: 2,183 byte(s)
[Original] [Print] [Top]
On Wed, 30 Jun 2004 11:02:16 -0700, ritchie wrote:

QUOTE
I have experimented with RedHat Linux various distributions/versions,
Mandrake Linux various distributions/versions, and also with Sun's Solaris
8 & 9 (sparc).

I now want to try other linux's.
I have heard good things about Debian, and OpenBSD, FreeBSD.

I think you need to be more careful with your terminology. Linux is just a
kernel - not a whole operating system in itself. Mandrake/Redhat/Debian
are GNU/Linux distributions (often abbreviated to just "Linux
distributions"). Solaris and the BSD flavours each run different kernels
and should not be called "Linux" in any context (what they all have in
common is that they are UNIX-like operating systems).

So you need to decide if you require Linux, or if any other UNIX-like
system is sufficient. All of the systems that you mentioned above will run
on IBM-PC compatible hardware (ie. Intel i386 and above). That includes
Solaris, which has an i386 version as well as sparc.

On any given FTP server, there may be several options for each
distribution. Let's use an imaginary Debian mirror as an example:

ftp.mirror.debian.wonderland.wo/pub/Debian:

../source      (the source code for the software - needs compiling)
../i386      (binary version that works on Intel 386 and up)
../i586      (binary version that requires Pentium class or better)
../sparc      (binary version for sparc architecture - mostly SUN)
../ppc      (binary version for PowerPC arch - mostly Apple)


So, if you're using a standard PC and don't have the expertise to compile
your OS from scratch, you should choose i386 or i586.

Cheers,
Minderbinder.

[Original] [Print] [Top]
Subject: *nix iso's query
Author: ritchie_s01    Posted: 2004-07-01 12:04:23    Length: 2,415 byte(s)
[Original] [Print] [Top]
QUOTE
I think you need to be more careful with your terminology. Linux is just a
kernel - not a whole operating system in itself. Mandrake/Redhat/Debian
are GNU/Linux distributions (often abbreviated to just "Linux
distributions"). Solaris and the BSD flavours each run different kernels
and should not be called "Linux" in any context (what they all have in
common is that they are UNIX-like operating systems).

I know what you mean by this.  
I just wanted to get more experience with using different "UNIX-like"
operating systems.

QUOTE

So you need to decide if you require Linux, or if any other UNIX-like
system is sufficient. All of the systems that you mentioned above will run
on IBM-PC compatible hardware (ie. Intel i386 and above). That includes
Solaris, which has an i386 version as well as sparc.

On any given FTP server, there may be several options for each
distribution. Let's use an imaginary Debian mirror as an example:

ftp.mirror.debian.wonderland.wo/pub/Debian:

./source  (the source code for the software - needs compiling)
./i386  (binary version that works on Intel 386 and up)
./i586  (binary version that requires Pentium class or better)
./sparc  (binary version for sparc architecture - mostly SUN)
./ppc  (binary version for PowerPC arch - mostly Apple)

This is where I was getting a little confused before.

Thanks for the help with this.

QUOTE

So, if you're using a standard PC and don't have the expertise to compile
your OS from scratch, you should choose i386 or i586.

Cheers,
Minderbinder.

Thanks to Minderbinder and all who helped me with this.

Thanks again,
Ritchie

[Original] [Print] [Top]
« Previous thread
adding a RAID drive
General Linux Discussions
Page. 23
Next thread »
Life Expectancy of Flash Memory Drives
     

Copyright © 2007 UNIX Resources Network, All Rights Reserved.      About URN | Privacy & Legal | Help | Contact us
Powered by FreeBSD    webmaster: webmaster@unixresources.net
This page created on 2007-08-01 12:16:55, cost 0.027511835098267 ms.