8000 GitHub - tomoakinishimura/linux-prac: linux system programming practice repository
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tomoakinishimura/linux-prac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux System Pogramming Practice

Linux System Call Practice

Simple HTTP Server

  • http.c:no connect sock
  • http2.c:connetct sock, and replay html file

How to user Simple HTTP Server

gcc -o httpd hello2.c
./httpd --help  # help参照
./httpd --port=3000 . # docment rootを指定する。httpd実行ファイルの相対パス。

About

linux system programming practice repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0