LinuxQuestions.org
Visit Jeremy's Blog.
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 08-24-2012, 06:58 AM   #1
sudo_su
Member
 
Registered: Aug 2012
Location: Australia
Distribution: Redhat, CentOS
Posts: 59

Rep: Reputation: Disabled
Question Scientific Linux, suggestion


Dear All.

i want to download scientific linux and i found different versions of its latest release,

1: i386
2: x86_64

I want to install it on my laptop and desktop for learning purpose, which one is gna b da best option for me.
 
Old 08-24-2012, 07:08 AM   #2
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,415

Rep: Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785
Depends whether you've got a 32 (i386) or 64 (x86_64) bit machine; that's what those 2 options are...
 
Old 08-24-2012, 07:12 AM   #3
sudo_su
Member
 
Registered: Aug 2012
Location: Australia
Distribution: Redhat, CentOS
Posts: 59

Original Poster
Rep: Reputation: Disabled
I've got core2duo laptop and dell gx280 desktop.

as i googled lil bit ( i hope em right ) isn't i386 machines outdated like now everything comes 64bit support? in addition i found while googling that x86 also means 32 bit, if so, Y we have seperate option for i386 as x86_64 covers both?

Quote:
Originally Posted by chrism01 View Post
Depends whether you've got a 32 (i386) or 64 (x86_64) bit machine; that's what those 2 options are...
 
Old 08-24-2012, 07:18 AM   #4
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Ubuntu
Posts: 990

Rep: Reputation: 318Reputation: 318Reputation: 318Reputation: 318
Quote:
Originally Posted by sudo_su View Post
I've got core2duo laptop and dell gx280 desktop.

as i googled lil bit ( i hope em right ) isn't i386 machines outdated like now everything comes 64bit support? in addition i found while googling that x86 also means 32 bit, if so, Y we have seperate option for i386 as x86_64 covers both?
Not all machines are 64 bit, hence the option for both.

Also, please type out your words and do not use texting shorthand, ie "gna b da best option for me." should be "going to be the best option for me."
 
Old 08-24-2012, 07:36 AM   #5
sudo_su
Member
 
Registered: Aug 2012
Location: Australia
Distribution: Redhat, CentOS
Posts: 59

Original Poster
Rep: Reputation: Disabled
i found this on board,

Quote:
I'm no Linux Ninja or anything, but I do beleive that I386 means that the software is built and optimized for 386 class and up machines, x86 means it runs on the x86 architecture (286,386,486 etc) and x86_64 means that it runs on the 86 architecture aswell as the new Athlon 64 bit systems. I hope this helps, and of course, dont quote me on anything.
__________________
-Wh33t-
is this my clarification?? or i furtner need to google :S
 
Old 08-24-2012, 08:11 AM   #6
VDP76
Member
 
Registered: Apr 2010
Location: Bayreuth, Germany
Distribution: CrunchBang Linux (#!)
Posts: 111

Rep: Reputation: 19
hi sudo_su,

the easiest way to check if your system is 32 or 64 bit is to open a terminal and type
Code:
cat /proc/cpuinfo | grep flags
if in the output that you get there is a flag named lm (stands for long mode) then your system is 64 bit.
 
1 members found this post helpful.
Old 08-24-2012, 08:19 AM   #7
sudo_su
Member
 
Registered: Aug 2012
Location: Australia
Distribution: Redhat, CentOS
Posts: 59

Original Poster
Rep: Reputation: Disabled
dear,

this is what i get,

Quote:
cat /proc/cpuinfo | grep flags
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida dts tpr_shadow vnmi flexpriority
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida dts tpr_shadow vnmi flexpriority
are these two "lm"s u are talking about?

Quote:
Originally Posted by VDP76 View Post
hi sudo_su,

the easiest way to check if your system is 32 or 64 bit is to open a terminal and type
Code:
cat /proc/cpuinfo | grep flags
if in the output that you get there is a flag named lm (stands for long mode) then your system is 64 bit.
 
Old 08-24-2012, 08:36 AM   #8
VDP76
Member
 
Registered: Apr 2010
Location: Bayreuth, Germany
Distribution: CrunchBang Linux (#!)
Posts: 111

Rep: Reputation: 19
Quote:
Originally Posted by sudo_su View Post
Code:
cat /proc/cpuinfo | grep flags
flags	 : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida dts tpr_shadow vnmi flexpriority
flags	 : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida dts tpr_shadow vnmi flexpriority
I meant lm alone, which you have anyway (see the bold highlighting in your quote)..so you system is 64 bit.
A 32 bit OS would work anyway, you would just need some ia32 package for compatibility.

Please, when you post commands, outputs or similar, use the [CODE] tags, it makes the thread more easy to read.
 
1 members found this post helpful.
Old 08-24-2012, 08:46 AM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,647

Rep: Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655Reputation: 2655
a word of warning

SL6 has even LESS documentation than CentOS6 has
so you will need to be able to port the RHEL / CentOS and Fedora documentation for use in SL6

and by less i mean almost NONE .
 
Old 08-24-2012, 09:02 AM   #10
leosubhadeep
Member
 
Registered: Jul 2012
Location: West Bengal,India
Distribution: Ubuntu 14.04,Fedora 20,Windows 7
Posts: 111
Blog Entries: 3

Rep: Reputation: 2
Quote:
Originally Posted by VDP76 View Post
the easiest way to check if your system is 32 or 64 bit is to open a terminal and type
Code:
cat /proc/cpuinfo | grep flags
if in the output that you get there is a flag named lm (stands for long mode) then your system is 64 bit.
He's right. Check and revert back your result in here.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Scientific linux - how-to? arunagiri Linux - Newbie 8 04-27-2011 05:52 PM
Scientific Linux manaila Linux - Laptop and Netbook 5 07-14-2010 02:01 PM
Scientific Linux salemboot Linux - Distributions 3 05-17-2010 11:03 AM
Scientific Linux kujirasan Linux - Distributions 3 10-29-2007 02:25 PM
Scientific Linux khaleel5000 Linux - General 2 10-18-2006 10:00 AM

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

All times are GMT -5. The time now is 09:44 AM.

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