Skip to content

cgxxv/simple-static-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Static Server

A simple static server. Just serve static files. And also a project for myself to start writing real c or c++ code.

starting

Usage

make
./3s

Man page tips

  • Section 1: user commands, e.g. ls, cp
  • Section 2: system calls, e.g. open, read
  • Section 3: library functions, e.g. printf, malloc
  • Section 4: special files, e.g. /dev/null, /dev/sda
  • Section 5: file formats, e.g. /etc/passwd, fstab
  • Section 6: games.
  • Section 7: conventions and miscellany, e.g. macro packages, protocol.
  • Section 8: administration and privileged commands, e.g. mount, fsck
  • Section L: math library functions.
  • Section N: tcl functions.

You can use the follow command in the terminal for document reference.

man socket
man 2 getcwd

The number following with man means the section above.

linux man pages references

About

The simple static server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published