Newbie at Linux Kernel programming!


 
Thread Tools Search this Thread
Operating Systems Linux Fedora Newbie at Linux Kernel programming!
# 1  
Old 08-19-2009
Newbie at Linux Kernel programming!

Hi Friends,

This is my first ever post on this forum. I am a new user in the Linux field. Although, I have been working for sometime with CentOS at my work, I would consider myself an amateur only in this field. Smilie

The way file system works in linux and the reason its open-source, has really aroused my interest greatly in it. I am planning to start to learn kernel hacking and shell scripting. I have been doing my research and have few questions before i move on with it.

I have managed an extra laptop just for my linux learning and it has good configuration to support all the linux distros. I am planning to use Fedora distro to start with it. I just wanted to know if its a good idea to start off with fedora. I am more interested in learning linux from command line and shell, so is fedora a good choice ?

Also, how about using freeBSD in UNIX. I read somewhere that its very stable and also very good for learning command line and scripting concepts ?

I read previous posts and found that every distro has its own advantages and disadvantages particular to users, i just wanted to figure out the best options in my case, where i want to be good with command line, scripting and kernel level programming and configurations.

I would be really grateful if anyone can help me !!! Smilie
Thanks
Rohit
# 2  
Old 08-20-2009
I think Fedora is a great choice to begin learning. FreeBSD would fit the bill as well, but I would say learn one really well, then the other, starting with Fedora.
# 3  
Old 08-25-2009
Thanks for replying radar...
actually i was planning to do customize installation of fedora instead of the default one...do you happen to know any good tutorial link for that... ??

rohit
# 4  
Old 08-26-2009
May I suggest setting aside an additional partition on which you can install Linux from scratch? It's a great learning experience, but only try it if you have an (general) idea of what you're doing and/or have a system to boot to in case something goes wrong.
# 5  
Old 08-26-2009
FreeBSD is closer to UNIX than Linux is. FreeBSD and Linux have advanced greatly through cross pollination, so learning one very well is indeed highly recommended.
# 6  
Old 08-26-2009
Quote:
Originally Posted by figaro
FreeBSD is closer to UNIX than Linux is.
What does this mean when true Unix®©™ as an operating system does not exist?
# 7  
Old 08-28-2009
Thank you everyone for their help. Smilie

@pludi: I was actually planning to do few tutorials on Linux and play around with the kernel for a bit. Later I can switch on to Linux from Scratch and go deeper into the understanding of the linux kernel overall. Any suggestion ?

@everyone: As of now, I have decided on installing Fedora to play around. On the Fedora website, the latest release is Fedora 11. Just wanted to know if I should be using Fedora 11 or 10. All the previous releases of Fedora are obsolete and no longer receive regular updates from the Fedora community, so no point using them. Any suggestion, release 10 or 11 ?

PS: Any kind of suggestion or help would be greatly appreciated. Smilie

Rohit
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Programming newbie -help!!

Hi I am trying to learn shell script and i ran into an issue. I am trying to read a file with few directories and tar them up. I used a while loop but i end up overwriting tar file with only the last directory in the file being tared . cat test.txt | ( while read line do tar -czPf... (8 Replies)
Discussion started by: SPR
8 Replies

2. IP Networking

help implementing an ip filter in linux/net/socket.c (kernel programming)

hi there so, i was given an assignment: implement a linux system call that blocks all packets that are sent to a given IP (i have to do it without using iptables) i'm really new to kernel programming btw (and i'm enjoying it a lot) so, my syscall is called ip_block() and receives a... (1 Reply)
Discussion started by: lgfaria
1 Replies

3. UNIX for Dummies Questions & Answers

Any tips/suggestions for a newbie beginning to read the Linux Kernel Source Code

Hi All, I recently downloaded the Linux kernel source code, added them all to a project in MS VC++ and plan to read through it so that I can improve the way I code, read/understand a large code database and hopefully contribute something to the development of the Linux OS. I have taken a... (3 Replies)
Discussion started by: clavian
3 Replies

4. UNIX for Dummies Questions & Answers

Newbie needs help with Xlib / X11 programming,dunno who to ask,but you :(

Hi,I'm new here and to Unix also. I'm totall newbie. Here is what I have to do: -Basics of programming user interface with Xlib library -Xlib -Client/Server model of X-Windows system -Example of "Hello world" with button which changes text ,so that when u click displays another... (4 Replies)
Discussion started by: megane16v
4 Replies

5. Shell Programming and Scripting

perl newbie . &&..programming newbie

Hi, I am new to programming and also to perl..But i know 'perl' can come to my rescue, But I am stuck at many places and need help..any small help is much appreciated... below is the description of what i intend to acheive with my script. I have a files named in this format... (13 Replies)
Discussion started by: xytiz
13 Replies

6. Shell Programming and Scripting

perl newbie . &&..programming newbie (question 2)

Hello everyone, I am having to do a lot of perl scripting these days and I am learning a lot. I have this problem I want to move files from a folder and all its sub folders to one parent folder, they are all .gz files.. there is folder1\folder2\*.gz and there are about 50 folders... (1 Reply)
Discussion started by: xytiz
1 Replies

7. Programming

newbie to unix programming in C, needed a few simple prgs on these functions!

Hi all, I am a newbie to unix programming using C.. So i would like to have a few simple C programs to start off with.. I wanted programs on learning , abort,kill and raise,alarm and pause,I would also like to know how to use the vfork() in a prg It would be really great if i can have... (1 Reply)
Discussion started by: wrapster
1 Replies

8. UNIX for Dummies Questions & Answers

Programming Newbie Chick

OK, so I'm trying to finish my last individual assignment for this course, and it's the first time I've visited a forum (I've actually understood UNIX up to this point). I am having trouble with this one. I have to write a program that prompts the user to type their first name and stores it in a... (3 Replies)
Discussion started by: metalgoddess21
3 Replies

9. Linux

kernel programming

:) Hi, I intend to learn kernel programming. Please, let me know if have know any good books for learning or any sites which will be help me. Thanks in advance. - masg (1 Reply)
Discussion started by: masg1
1 Replies

10. Programming

programming question from a newbie, please help

Hi Everyone, I really hope I could get some insight from a few of you, I've been searching the net for various resources, and this board seems to be the friendliest and most helpful by far. I work for a medical research company and we use sun 4 and we have different studies that have their... (1 Reply)
Discussion started by: milenky
1 Replies
Login or Register to Ask a Question