LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-07-2013, 12:22 AM   #1
AbidDhanaiser
Member
 
Registered: May 2013
Location: Faisalabad, Pakistan
Posts: 72

Rep: Reputation: Disabled
FEDORA 15 OS working


hi all , i want useful link so i can understand F15 operating system working like , interrupts, networking, kernel , I/O , Memory management , and some like that ..
thanks

Last edited by onebuck; 10-08-2013 at 05:52 AM. Reason: correct thread title
 
Old 10-07-2013, 09:21 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by AbidDhanaiser View Post
hi all , i want useful link so i can understand F15 operating system working like , interrupts, networking, kernel , I/O , Memory management , and some like that ..
thanks
Try http://www.google.com for a start. What you're asking for is scattered in a LOT of places, and you can look all that up yourself. You can also try kernel.org for descriptions/source-code, but you don't say what level of information you're looking for.

And be aware that Fedora 15 is OLD...the latest is 19, so learning something that's already 4 versions behind doesn't make much sense.
 
Old 10-07-2013, 01:19 PM   #3
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
to backup what tbone stated, the older Fedora used sysV, now with Fedora 19 they have moved fully to systemd. a much better way of controlling how processes start, stop, run, load, etc...

Also dont forget to look at the fedora release notes and their kernel notes about their daily/weekly builds for both F19 and F20, should be in public beta soon if its not already there.
 
1 members found this post helpful.
Old 10-07-2013, 11:46 PM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
These links may prove as useful-

http://docs.fedoraproject.org/en-US/...tes/index.html
http://fedoraproject.org/wiki/Building_a_custom_kernel

The new Fedora 20's code name is "Heisenbug" and the schedule is here:
http://fedoraproject.org/wiki/Releases/20/Schedule

It's entirely up to you; AbidDhanaiser but you may want to consider using the more stable version of
Fedora 19- If anything you will have stability which is a good thing-
http://fedoraproject.org/get-fedora
 
Old 10-08-2013, 12:00 AM   #5
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
Quote:
Originally Posted by TB0ne View Post
Try http://www.google.com for a start. What you're asking for is scattered in a LOT of places, and you can look all that up yourself. You can also try kernel.org for descriptions/source-code, but you don't say what level of information you're looking for.

And be aware that Fedora 15 is OLD...the latest is 19, so learning something that's already 4 versions behind doesn't make much sense.
i second that, learning how fedora 15 works would make a halfway decent academic exercise, but outside that, fedora 15 is 4, soon to be 5 generations out of date, so learning it inside out would have little to no practical value.
 
Old 10-08-2013, 12:28 AM   #6
AbidDhanaiser
Member
 
Registered: May 2013
Location: Faisalabad, Pakistan
Posts: 72

Original Poster
Rep: Reputation: Disabled
Actually , i need to know how FEDORA operating system handle interrupts , what are I/O in Fedora, memory management , process execution , all those topic which are necessary to understand OS working .
I did much search from Google , but it only told about its documentation , server config , GUI , but not proper OS presentation .
 
Old 10-08-2013, 12:31 AM   #7
AbidDhanaiser
Member
 
Registered: May 2013
Location: Faisalabad, Pakistan
Posts: 72

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
These links may prove as useful-

http://docs.fedoraproject.org/en-US/...tes/index.html
http://fedoraproject.org/wiki/Building_a_custom_kernel

The new Fedora 20's code name is "Heisenbug" and the schedule is here:
http://fedoraproject.org/wiki/Releases/20/Schedule

It's entirely up to you; AbidDhanaiser but you may want to consider using the more stable version of
Fedora 19- If anything you will have stability which is a good thing-
http://fedoraproject.org/get-fedora
i am searching from last two days not getting exact presentation to present FEDORA operating system working. i need it
 
Old 10-08-2013, 02:26 AM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
just HOW things are being done is changing
" those times they are a changing "

fedora19 and OpenSUSE12.3 have already made the full move over to System D from the OLD System V
RHEL6 /CentOS6 are still in a change over mode , RHEL7 will be systemD

so
using the OLD system v "init" system
or the new systemD

so the old way of doing things from fedora 15 ,RHEL5, Debian stable
or the new OS's and what future OS's will use

-- something bell might have said ---
there is this "new fanged" thing called " the telephone" , it's going to change the world ......


--- edit ---
have a look at " udev " and how the linux KERNEL works

Last edited by John VV; 10-08-2013 at 02:31 AM.
 
Old 10-08-2013, 06:04 AM   #9
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response

Hi,

Quote:
Originally Posted by AbidDhanaiser View Post
i am searching from last two days not getting exact presentation to present FEDORA operating system working. i need it
You could do some digging(search) here at LQ for potential links or solutions to your inquiries with Fedora 15.

I too agree that to learn the workings of older releases like Fedora 15 will only help you with Fedora 15 since the changes that have been made with new releases of Fedora.

As to the inner workings of the Kernel, look at the archives at Kernel.org or KernelNewbies.org.

Links I like to provide to users with inquiries of your type;
Quote:
Just a few links to aid you to gaining some understanding;



1 Linux Documentation Project
2 Rute Tutorial & Exposition
3 Linux Command Guide
4 Bash Beginners Guide
5 Bash Reference Manual
6 Advanced Bash-Scripting Guide
7 Linux Newbie Admin Guide
8 LinuxSelfHelp
9 Utimate Linux Newbie Guide
10 Linux Home Networking
11 Virtualization- Top 10

The above links and others can be found at 'Slackware-Links'. More than just SlackwareŽ links!
Hope this helps.
 
1 members found this post helpful.
Old 10-08-2013, 11:37 PM   #10
AbidDhanaiser
Member
 
Registered: May 2013
Location: Faisalabad, Pakistan
Posts: 72

Original Poster
Rep: Reputation: Disabled
its really helped , thanks a lot
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
emu8086...how to download in feodra..procedure shivi91 Programming 11 03-19-2011 08:14 AM
Trying to install XP over a Linux Feodra 10 SonnyMan Linux - Newbie 14 05-18-2009 03:23 PM
make DVD of feodra sujitkale Linux - General 1 09-01-2007 12:32 PM
XGL, Compiz and Feodra Core 5 WhiskeyTangoFoxtrot Linux - Software 2 05-07-2006 02:20 PM
Booting problem in a system with xp and feodra subbareddy Linux - Software 7 10-19-2004 07:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:18 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