• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

PacktPublishing/Hands-on-System-Programming-with-Linux: Hands-On System Programm ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

PacktPublishing/Hands-on-System-Programming-with-Linux

开源软件地址(OpenSource Url):

https://github.com/PacktPublishing/Hands-on-System-Programming-with-Linux

开源编程语言(OpenSource Language):

C 68.9%

开源软件介绍(OpenSource Introduction):

Hands-On System Programming with Linux

Hands-On System Programming with Linux

This is the code repository for Hands-On System Programming with Linux, published by Packt.

Explore Linux system programming interfaces, theory, and practice

What is this book about?

The Linux OS and its embedded and server applications are critical components of today’s software infrastructure in a decentralized, networked universe. The industry's demand for proficient Linux developers is only rising with time. Hands-On System Programming with Linux gives you a solid theoretical base and practical industry-relevant descriptions, and covers the Linux system programming domain. It delves into the art and science of Linux application programming— system architecture, process memory and management, signaling, timers, pthreads, and file IO.

This book covers the following exciting features:

  • Explore the theoretical underpinnings of Linux system architecture
  • Understand why modern OSes use virtual memory and dynamic memory APIs
  • Get to grips with dynamic memory issues and effectively debug them
  • Learn key concepts and powerful system APIs related to process management
  • Effectively perform file IO and use signaling and timers Deeply understand multithreading concepts, pthreads APIs, synchronization and scheduling

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

  • ch'n'/ : a directory for each chapter, named as ch'n' ; (n=1, 2, ..., 18), A_fileio, B_daemon. Each chapter directory will further contain:

    • the source code: Makefile, 'C' source and header files for that chapter
    • a text file named in the format assignment_ch'n'.txt ; which of course will contain all prescribed assignments to the reader for this chapter.
  • solutions_to_assgn/ch'n' : a directory, which will contain only selected solutions to assignments prescribed. The assignments themselves are in the ch'n' directory with the name assignment_ch'n'.txt. The solutions are organized by chapter, each chapter (that requires this) will have a directory within which you can find selected solutions. The 'solutions' are mostly in the form of code (along with the associated Makefile, if required); on occasion, the assignment is a "question type" and the answer can be found in a text file named as ch'n'_solutions.txt .

  • Hardware_Software_List.pdf : details on the hardware and software requirements for getting the best experience with working with the book's codebase [download link].

  • the Further_reading.md file : details, in a chapter-wise manner, useful online references as well as books; these will benefit the reader in learning more [download link].

We definitely encourage the reader to clone (and try out the code!) like so:

git clone https://github.com/PacktPublishing/Hands-on-System-Programming-with-Linux

Once cloned, we suggest you first browse through the Hardware_Software_List.pdf file; it details the hardware and software requirements for getting the best experience with working with the book's codebase. It mentions which packages are required, which are optional, and, wherever possible, how to install it.

Next, we suggest you proceed to build and try out the code examples. Also, a lot can be learned by working on the prescribed assignments for each chapter.

The code will look like the following:

include <pthread.h>
int pthread_mutexattr_gettype(const pthread_mutexattr_t *restrict attr,     int *restrict type);
int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type);

Following is what you need for this book: Hands-On System Programming with Linux is for Linux system engineers, programmers, or anyone who wants to go beyond using an API set to understanding the theoretical underpinnings and concepts behind powerful Linux system programming APIs. To get the most out of this book, you should be familiar with Linux at the user-level logging in, using shell via the command line interface, the ability to use tools such as find, grep, and sort. Working knowledge of the C programming language is required. No prior experience with Linux systems programming is assumed.

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Kaiwan N Billimoria taught himself programming on his dad's IBM PC back in 1983. He was programming in C and Assembly on DOS until he discovered the joys of Unix (via Richard Steven's iconic book, UNIX Network Programming, and by writing C code on SCO Unix). Kaiwan has worked on many aspects of the Linux system programming stack, including Bash scripting, system programming in C, kernel internals, and embedded Linux work. He has actively worked on several commercial/OSS projects. His contributions include drivers to the mainline Linux OS, and many smaller projects hosted on GitHub. His Linux passion feeds well into his passion for teaching these topics to engineers, which he has done for over two decades now. It doesn't hurt that he is a recreational ultra-marathoner too.

Other books by the authors

Suggestions and Feedback

Click here if you have any feedback or suggestions.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
liberodark/ODrive: Google Drive GUI for Windows / Mac / Linux发布时间:2022-08-15
下一篇:
CloudSkills/linux-bootcamp: Linux Cloud Engineer Bootcamp发布时间:2022-08-15
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap