Welcome![Sign In][Sign Up]
Location:
Search - how linux works

Search list

[Develop ToolsHow.Linux.Works.What.Every.Super.User.Should.Know.

Description: How.Linux.Works.What.Every.Super.User.Should.Know..一本很不错的初学linux的书,同时也温习一下英语-How.Linux.Works.What.Every.Super.Use r.Should.Know .. a very good beginner linux book, also study what English. .
Platform: | Size: 1037680 | Author: 孙一 | Hits:

[BooksHow.Linux.Works.What.Every.Super.User.Should.Know.

Description: How.Linux.Works.What.Every.Super.User.Should.Know..一本很不错的初学linux的书,同时也温习一下英语-How.Linux.Works.What.Every.Super.Use r.Should.Know .. a very good beginner linux book, also study what English. .
Platform: | Size: 1037312 | Author: 孙一 | Hits:

[Linux-UnixUnderstandingLinuxKernel

Description: All people curious about how Linux works and why it is so efficient will find answers here. After reading the book, you will find your way through the many thousands of lines of code, distinguishing between crucial data structures and secondary ones—in short, becoming a true Linux hacker.-All people curious about how Linux works and why it is so efficient will find answers here. After reading the book, you will find your way through the many thousands of lines of code, distinguishing between crucial data structures and secondary ones-in short, becoming a trueLinux hacker.
Platform: | Size: 2981888 | Author: alex | Hits:

[Linux-UnixLinuxSystemProgramming

Description: The information in this book will show you how to create code that will run on all of the different Linux distributions and hardware types. It will allow you to understandhow Linux works and how to take advantage of its flexibility.
Platform: | Size: 1864704 | Author: 徐弘光 | Hits:

[Game Programmd3loader

Description: Quake 3 s MD3 Viewer (july 13, 2007), loads and displays a player and a weapon. Supports lighting, texture mapping and animation. Includes a sample player model with weapon. See README for how to use it. Note (1): it uses the POSIX opendir/readdir functions, which are not implemented in all compilers under Windows (MinGW supports them). Note (2): This demo works on little endian architectures only. Libraries: OpenGL, GLU, GLUT, boost, libjpeg. Files: md3loader.zip (2.4 MB)-Quake 3 s MD3 Viewer (july 13, 2007), loads and displays a player and a weapon. Supports lighting, texture mapping and animation. Includes a sample player model with weapon. See README for how to use it. Note (1): it uses the POSIX opendir/readdir functions, which are not implemented in all compilers under Windows (MinGW supports them). Note (2): This demo works on little endian architectures only. Libraries: OpenGL, GLU, GLUT, boost, libjpeg. Files: md3loader.zip (2.4 MB)
Platform: | Size: 2507776 | Author: futuh | Hits:

[OtherHowLinuxWorks-WhatEverySuperUserShouldKnow

Description: This gives the user an idea about How Linux Works - What Every Super-User Should Know-This gives the user an idea about How Linux Works- What Every Super-User Should Know
Platform: | Size: 1037312 | Author: M Irshad Nazly | Hits:

[Internet-Networknetlink

Description: Linux 下netlink的实现,实现较为精确,简单,非常适合刚学习netlink的工程是学习。-A simple implementation of Linux Netlink, it is a good material for those who want to learn how netlink works.
Platform: | Size: 1024 | Author: martin | Hits:

[OtherThe.Illustrated.Network.How.TCP.IP.Works.in.a.Mode

Description: 本文实原版的介绍unix/linux下的TCP/IP协议族的资料,内容详细,而且附带试验操作的步骤。-Real introduction to this article original unix/linux under the TCP/IP protocol suite information, and detailed, and test operation with the steps.
Platform: | Size: 9720832 | Author: enshunyan | Hits:

[Linux-Unixcheese-2.28.1.tar

Description: cheese 是一款用你的摄像头拍照片和视频的软件,并带一些有趣的特殊效果,让你同别人分享快乐的软件。cheese最初是作为Google’s 2007 Summer of Code一部分,主要由 daniel g. siegel和 Rapha?l Slinckx主持的,经过几个月的发展,cheese已经有大部分经典大头贴的功能。在后台,cheese是利用GStreamer来实现照片和视频的各种效果的。   cheese主页http://www.gnome.org/projects/cheese/- Take photos and videos with your webcam, with fun graphical effects Cheese currently requires: - glib-2.0 >= 2.16.0 - gobject-2.0 >= 2.12.0 - gio-2.0 >= 2.16.0 - gtk+-2.0 >= 2.17.4 - gdk-2.0 >= 2.14.0 - gnome-desktop-2.0 >= 2.26.0 - gconf-2.0 >= 2.16.0 - gstreamer-0.10 >= 0.10.20 - gstreamer-plugins-base-0.10 >= 0.10.20 - gstreamer-plugins-good-0.10 >= 0.10.8 - gnome-vfs-2.0 - dbus-1 - dbus-glib-1 - hal - cairo - pango - librsvg >= 2.18.0 - libebook-1.2 (evolution-data-server) - postr for Flickr export (optional) - f-spot for F-Spot export (optional) - nautilus-sendto for better export mechanism (optional) - a webcam - a brain The official website is: http://projects.gnome.org/cheese How to get your camera working: To get your camera working with cheese, you will have to ensure that it works with the Gstreamer Framework and Video4Linux2 (V4L2) or Video4Linux (V4L). T
Platform: | Size: 5100544 | Author: JANKY | Hits:

[Windows DevelopDnsLookupDotNet_src

Description: dns lookup example demonstrates the form of DNS query messages and how to submit a request to a DNS server and interpret the result. I have wrapped this functionality up into a small easy-to-use C# assembly which you can easily deploy in your own applications to make ANAME, MX, NS and SOA queries. The assembly is entirely safe managed code, and it works just as well on Linux with the Mono CLR as it does on Windows.
Platform: | Size: 28672 | Author: amigo28 | Hits:

[Linux-UnixLinux-IPC.tar

Description: 资源中包含了Linux进程间通信的例子,同时有源文件和可执行文件。 源码主要包含了Linux下IPC机制的本地进程通信方式,包含了IPC共享内存,IPC信号量,IPC消息队列的实现,以及Linux下判断进程退出原因的示例程序。因为是做毕设学习时的练习程序,因此程序有详细的注释。(注意,每种通信方式需要在同时两个终端中查看验证,才可以看出效果,注意查看源码注释)-the source code included in the copressed package shows how IPC works in Linux ystem .Both source code and executable files are included.The source code was written by me as homework While I was working on my graduation project. And there was plenty of annotations in programs,so it s suitable for learning unix/linux system programing.(Attention:communications between processes are supposed to be observed in more than one terminals ,take care of that and the usage of the sooure code...)
Platform: | Size: 11264 | Author: liujingsong | Hits:

[Embeded Linuxserial.tar

Description: simple serial program. Shows how to set parameters for RS232, and how to stabilish conection with a computer using minicom. Tested for ARM-linux plataform. Works fine with LPC3250 ARM processor.-simple serial program. Shows how to set parameters for RS232, and how to stabilish conection with a computer using minicom. Tested for ARM-linux plataform. Works fine with LPC3250 ARM processor.
Platform: | Size: 8192 | Author: Miguel | Hits:

[Software EngineeringBehavioural_analysis_of_an_I2C_Linux_Driver.pdf.z

Description: If you want to fully understand how i2c driver for linux works-If you want to fully understand how i2c driver for linux works...
Platform: | Size: 217088 | Author: samson41879 | Hits:

[Internet-Networklinux-web

Description: ? 描述网络和网络互联,解释它们的作用 ? 简要讨论TCP/IP协议栈,IP地址,协议端口,因特网服务和应用 ? 解释什么是客户/服务器软件模型,它如何工作 ? 讨论各种用于电子通信,远程登录,文件传输,远程命令执行,以及状态报告的网络软件工具 ? 简要描述安全shell ? 覆盖如下命令和原语:finger, ftp, ifconfig, nslookup, ping, rcp, rlogin, rsh, ruptime, rusers, rwho, talk, telnet, traceroute-? describe networks and network interconnection, to explain their role ? brief discussion of TCP/IP protocol stack, IP address, protocol port, Internet services and applications ? explain what is a client/server software model, discuss how it works for ? e communications, remote login, file transfer, remote command execution, and status reporting network security software tools shell ? ? brief description of the coverage the following commands and primitives: finger, ftp, ifconfig, nslookup, ping, rcp, rlogin, rsh, ruptime, rusers, rwho, talk, telnet, traceroute
Platform: | Size: 652288 | Author: dino | Hits:

[Linux-Unixalien_8.85.tar

Description: Alien can use special diff files to help make alien packages conform to debian policy. This only used when you are converting to deb format. This document briefly explains how to make them. It assumes you are familiar with working with debian source packages. * Use "alien -g file.rpm" to generate a "source" directory tree. * Make whatever changes you need to make to debian/rules, add other files, etc. * Use dpkg-buildpackage to generate a standard debian .diff.gz file, and stick it in /var/lib/alien. * Test "alien file.rpm" - it should use your diff. If it works properly, (it s best if lintian is happy with the resulting .deb too), send the .diff.gz file to me for inclusion in alien. -- Joey Hess <joeyh@debian.org>-Alien can use special diff files to help make alien packages conform to debian policy. This is only used when you are converting to deb format. This document briefly explains how to make them. It assumes you are familiar with working with debian source packages. * Use "alien-g file.rpm" to generate a "source" directory tree. * Make whatever changes you need to make to debian/rules, add other files, etc. * Use dpkg-buildpackage to generate a standard debian .diff.gz file, and stick it in /var/lib/alien. * Test "alien file.rpm"- it should use your diff. If it works properly, (it s best if lintian is happy with the resulting .deb too), send the .diff.gz file to me for inclusion in alien. -- Joey Hess <joeyh@debian.org>
Platform: | Size: 65536 | Author: lixiao | Hits:

[Linux-UnixLinux-4

Description: 1.掌握nfs服务器的工作原理与配置。 2.学会如何通过nfs服务器进行开发板与PC机的通信。 -1 master nfs server works with the configuration. (2) learn how to develop through the nfs server to communicate with the PC board.
Platform: | Size: 9216 | Author: 张蕾 | Hits:

[androidAndroid-suspend-and-resume

Description: 休眠/唤醒在嵌入式Linux中是非常重要的部分,嵌入式设备尽可能的进入休眠状 态来延长电池的续航时间.这篇文章就详细介绍一下Linux中休眠/唤醒是如何工作 的, 还有Android中如何把这部分和Linux的机制联系起来的.-Suspend/Resume is a very important part of embedded Linux and embedded devices as possible into the sleep state to extend the battery life. This article details the suspend/resume up in Linux is how it works, as well as Androidhow this part of the Linux mechanism linking.
Platform: | Size: 14336 | Author: 陈军 | Hits:

[Linux-UnixHow-Linux-Works---What-Every-Super-User-Should-Kn

Description: What every Linux super user should know. Very useful
Platform: | Size: 1037312 | Author: marksaitis | Hits:

[Software EngineeringThe_Linux_Programming_Interface.pdf

Description: Good book for learning how to program Linux system software. Reading this book will give you a deep understanding under the hood how Linux works.
Platform: | Size: 7280640 | Author: mensch0815 | Hits:

[Linux-UnixHow Linux Works

Description: How Linux WOrks 2nd Edition What Every Superuser Should Know
Platform: | Size: 3231744 | Author: patrickOK | Hits:
« 12 »

CodeBus www.codebus.net