mutex lock practice
npshell
A simple linux shell with special extras.
-
numberd pipe: |[number]
pipe output to next X command input.
npshell server
Let HW 1 be a tcp server, something like rsh or ssh.
Remote Working Ground Server (single-process concurrent)
-
npshell
-
chat
-
user pipe
pipe command output to other user
Remote Working Ground Server (concurrent connection-oriented paradigm with shared memory and FIFO)
-
npshell
-
chat
-
user pipe
pipe command output to other user
- boost.asio
http server
simple nginx or apache, only support "GET".
console.cgi
Send command to HW 2 part 2 server, and output cli in website.
https://www.youtube.com/watch?v=1Lgo9xnw-fI
part 1 + part 2 work in windows.
SOCKS4/4a server
Set up the firewall on HTTP Server for remote chat server so that it can only be accessed through SOCKS Sever.