the caturday's really big commit

This commit is contained in:
tTh
2024-09-28 20:25:02 +02:00
parent dfede4a816
commit a1c0fddd17
38 changed files with 603 additions and 265 deletions

0
code/inet/Makefile Normal file
View File

5
code/inet/README.md Normal file
View File

@@ -0,0 +1,5 @@
# Internet protocols
## Finger
Show us the [code](finger.md) !

View File

7
code/inet/finger.md Normal file
View File

@@ -0,0 +1,7 @@
# Finger
Sur le port 79/tcp.
[https://tools.ietf.org/html/rfc1288](https://tools.ietf.org/html/rfc1288)
[https://www.bortzmeyer.org/1288.html](https://www.bortzmeyer.org/1288.html)

4
code/inet/plopserver.c Normal file
View File

@@ -0,0 +1,4 @@
#include <stdio.h>
int main(int argc, char *argv[])
{ puts("plop"); return 0 }

2
code/inet/plopserver.md Normal file
View File

@@ -0,0 +1,2 @@
# Plop serveur

3
code/inet/qotd.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
/usr/games/fortune -a -n 500