the caturday's really big commit
This commit is contained in:
0
code/inet/Makefile
Normal file
0
code/inet/Makefile
Normal file
5
code/inet/README.md
Normal file
5
code/inet/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Internet protocols
|
||||
|
||||
## Finger
|
||||
|
||||
Show us the [code](finger.md) !
|
||||
0
code/inet/finger-server.pl
Normal file
0
code/inet/finger-server.pl
Normal file
7
code/inet/finger.md
Normal file
7
code/inet/finger.md
Normal 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
4
code/inet/plopserver.c
Normal 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
2
code/inet/plopserver.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# Plop serveur
|
||||
|
||||
3
code/inet/qotd.sh
Normal file
3
code/inet/qotd.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
/usr/games/fortune -a -n 500
|
||||
Reference in New Issue
Block a user