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
View File
+5
View File
@@ -0,0 +1,5 @@
# Internet protocols
## Finger
Show us the [code](finger.md) !
View File
+7
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
View File
@@ -0,0 +1,4 @@
#include <stdio.h>
int main(int argc, char *argv[])
{ puts("plop"); return 0 }
+2
View File
@@ -0,0 +1,2 @@
# Plop serveur
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
/usr/games/fortune -a -n 500