who can give me some suggestion on learn the kernel of linux? [closed] - operating-system

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Recently,I want to lean the linux OS,but whit the awful source code I feel that I'v lost in the source code and I haven't got anything.so ,who can tell me some of your experiences on learn linux OS or some advise.thanks!

I suggest you can read the website Linux from Scratch and try to learn to build a Linux from source code.

Related

iPhone Push Notification server wirtting in C# to run on windows [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want a push notification service to run on windows written using C#. Is it possible any guide lines?
Simple google search showed me this tutorial which seems cover everything.

how to access/generate .ppt file through an IOS App [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
After seeing apple's keynote and other similar applications, I would like to prepare an app which makes presentation(.ppt file) and try to add some other things for an IOS application. But i don't know how & from where i should start from programming side or if any,
Please can anyone give suggestions regarding this feature/functionality.
Thanks in advance..

How to integrate Unity code in Xcode code? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Has anybody worked on Unity?? Please tell if anybody tried to integrate unity code with Xcode code.
You can't integrate the code exactly. You can use plugins in Unity to communicate between the unity project and the xcode objective c code.
http://answers.unity3d.com/questions/142849/uikit.html
http://prime31.com/unity/
http://forum.unity3d.com/threads/56017-expand-Unity-apps-with-UIKit

Video Tutorial for Hadoop [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
have anybody got any link(s) to video tutorial of starting hadoop
There a couple of nice videos from Cloudera at
http://www.cloudera.com/resources/?type=Training
Look at the "Cluster Computing and MapReduce Lecture" series in YouTube
http://www.youtube.com/watch?v=yjPBkvYh-ss
http://www.youtube.com/watch?v=-vD6PUdf3Js
http://www.youtube.com/watch?v=5Eib_H_zCEY
http://www.youtube.com/watch?v=1ZDybXl212Q
http://www.youtube.com/watch?v=BT-piFBP4fE
Here is a video of how to install Arch Linux, and then install Hadoop on top of that.

Example socket programming in iphone [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am learning objective C.I like to know about client/server(socket) programming for iphone.
I went through many answers,but still having many confusion with that flow and working.Can anyone help me out with code.
Using CoreFoundation's CFStreams
Using raw sockets on the iPhone
Go through this you will have to get basic idea of socket programming
http://ichuiphonedev.blogspot.in/2012/07/a-basic-idea-of-socket-programming-in.html