FTLinuxCourse - Tin tổng hợp mới nhất không thể bỏ lỡ
  • Home
  • Lập Trình Linux
  • Công Nghệ
  • Máy Tính
No Result
View All Result
  • Home
  • Lập Trình Linux
  • Công Nghệ
  • Máy Tính
No Result
View All Result
FTLinuxCourse - Tin tổng hợp mới nhất không thể bỏ lỡ
No Result
View All Result

Linux System Programming 6 Hours Course

admin by admin
February 24, 2020
in Lập Trình Linux
13
Linux System Programming 6 Hours Course



We have created this course using the knowledge from the incredible 1500+ pages book “ The Linux Programming Interface by Michael Kerrisk”. This video course has 28 topics from the book and each topic is a chapter or a combination of different chapters from the book. As it is a 1500+ pages book, we have just barely scratched the surface, so make sure you get this book and read it on your own as well. The code examples are different from that of in the book.

Link Where You can buy this book:

You can follow our examples or the book examples or even compare them to get a better idea. Here are the topics with the timestamps:

0) Welcome (00:00)
1) Introduction (01:15)
2) File IO (03:22)
3) Processes (39:41)
4) Memory Allocation (46:50)
5) Users and Groups (01:13:50)
6) Time Functions (01:18:09)
7) System Limits (01:29:02)
8) System and Process Information (01:36:44)
9) File Systems (01:47:08)
10) Directories and Links (01:58:10)
11) Monitoring File Events (02:10:28)
12) Signal Handlers (02:25:48)
13) Timers and Sleeping (02:33:45)
14) Process Creation and Termination (02:46:07)
15) Monitoring Child Process (02:56:02)
16) Program Execution (03:04:50)
17) Threads Programming (03:15:34)
18) Daemons (03:27:27)
19) Shared Libraries (03:44:16)
20) Pipes (03:49:30)
21) FIFO (03:55:38)
22) Message Queues (04:09:03)
23) Semaphores (04:30:48)
24) Shared Memory (04:52:21)
25) File Locking (04:56:00)
26) Sockets (05:10:47)
27) Terminals and PsuedoTerminals (05:46:28)
28) Tracing System Calls (05:50:52)
29) Call to action to buy the buy book from the link below (05:55:10)

Link To Mentioned Videos:
1-(Users and Groups)

2-(File Permissions chmod)

Link Where You can buy this book:

Nguồn:https://ftlinuxcourse.com/

Xem thêm Bài Viết:

  • Trải nghiệm mới hay ho với hướng dẫn cài Mac Os trên vmware
  • Bật mí cách cài đặt ssl miễn phí lên Let’s Encrypt
  • Tuyệt chiêu tạo usb boot kali linux đơn giản dành cho bạn
  • Hướng dẫn chi tiết từ A – Z các bước cài đặt Python trên Windows 10
  • Bật mí quy trình cài đặt Kali Linux trên Vmware đúng chuẩn và chi tiết
Tags: Youtube
Previous Post

Cách tải và cài đặt font chữ từ DaFont

Next Post

Lập trình NodeJS căn bản - Bài 14 Router

Next Post
Lập trình NodeJS căn bản – Bài 14 Router

Lập trình NodeJS căn bản - Bài 14 Router

Comments 13

  1. Paweł Audionysos says:
    3 years ago

    4:23:02 – when your muscle memory doesn't have ECC 🙂

    Reply
  2. Sarang Patrange says:
    3 years ago

    Great Job Brother !
    Thanks a lot!

    Please make video on Linux Device Driver.

    Reply
  3. Serge says:
    3 years ago

    Wow! Thank you very much; I already own this book since it is avail. I am very glad to watch this video. Some content of the book will surely be less scary to try thanks to you. 🙂

    Reply
  4. AK Frank says:
    3 years ago

    Use `struct sockaddr_in address;` instead of `struct socket_addrin address;`

    Reply
  5. Siddharth Chadha says:
    3 years ago

    Also, are you sure your program at 4:07:50 is correct? Shouldn't the flag be O_RDWR? (read and write)

    Reply
  6. Siddharth Chadha says:
    3 years ago

    35:40 I think that should have been fwrite(&number, sizeof(struct threeNumb), 1, fptr);

    Reply
  7. Zeynep Günaydın says:
    3 years ago

    Thank you

    Reply
  8. Ja8eer says:
    3 years ago

    Woow excellent job man keep it up

    Reply
  9. Programistyczna Samodzielność says:
    3 years ago

    1:28:13 I have the same code in the timer rpogram, but the result is always 0.00000. Any ideas? Im using Centos Linux.

    Reply
  10. Pwnie Luver says:
    3 years ago

    Thank you for making this video

    0) Welcome (00:00)
    1) Introduction (01:15)
    2) File IO (03:22)
    3) Processes (39:41)
    4) Memory Allocation (46:50)
    5) Users and Groups (01:13:50)
    6) Time Functions (01:18:09)
    7) System Limits (01:29:02)
    8) System and Process Information (01:36:44)
    9) File Systems (01:47:08)
    10) Directories and Links (01:58:10)
    11) Monitoring File Events (02:10:28)
    12) Signal Handlers (02:25:48)
    13) Timers and Sleeping (02:33:45)
    14) Process Creation and Termination (02:46:07)
    15) Monitoring Child Process (02:56:02)
    16) Program Execution (03:04:50)
    17) Threads Programming (03:15:34)
    18) Daemons (03:27:27)
    19) Shared Libraries (03:44:16)
    20) Pipes (03:49:30)
    21) FIFO (03:55:38)
    22) Message Queues (04:09:03)
    23) Semaphores (04:30:48)
    24) Shared Memory (04:52:21)
    25) File Locking (04:56:00)
    26) Sockets (05:10:47)
    27) Terminals and PsuedoTerminals (05:46:28)
    28) Tracing System Calls (05:50:52)
    29) Call to action to buy the buy book from the link below (05:55:10)

    Reply
  11. Eridanus Supervoid says:
    3 years ago

    Priceless material, thank you so much mate!!!

    Reply
  12. y x says:
    3 years ago

    Great job!

    Reply
  13. Robert Craig says:
    3 years ago

    First off…..
    Thank you very much…
    Second….
    I fail to understand why it has so less views…..

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Xem Thêm

Những điều bạn có thể chưa biết về Thánh sim Hi Vietnamobile

Những điều bạn có thể chưa biết về Thánh sim Hi Vietnamobile

January 17, 2021
Xiaomi Mi 10 Pro thiết kế thời thương, màn hình cong ấn tượng

Xiaomi Mi 10 Pro thiết kế thời thương, màn hình cong ấn tượng

June 1, 2021
Địa chỉ in bao bì nhựa tại Đà Nẵng chiết khấu cao

Địa chỉ in bao bì nhựa tại Đà Nẵng chiết khấu cao

January 26, 2021
Địa chỉ bán đèn tuýp LED Philips uy tín và chất lượng trên thị trường?

Bán đèn tuýp led Philips – Skyled

July 27, 2020
Lựa chọn chủ đề in áo thun phù hợp

Lựa chọn dịch vụ in áo thun cotton cần lưu ý gì?

August 2, 2020
Cần xác định được điểm đặt pallet cao nhất để mua xe

Bí quyết chọn mua xe nâng điện đẩy tay

August 3, 2020

Về Chúng Tôi

Báo ftlinuxcourse.com 24h – Đón xem những tin tức mới nhất về tình hình chính trị, xã hội, an ninh trật tự, văn hóa – giải trí, thể thao, thông tin trong ngày.

  • Liên Hệ
  • Chính Sách Bảo Mật

© 2023 JNews - Premium WordPress news & magazine theme by Jegtheme.

No Result
View All Result
  • Home
  • Lập Trình Linux
  • Công Nghệ
  • Máy Tính

© 2023 JNews - Premium WordPress news & magazine theme by Jegtheme.