Category: Ubuntu
-
How check incoming request in Linux / ubuntu from port 443 – https
Check incoming request from port 443 Check incoming request from port 443 with selected IP address Check incoming request from port 443 only ESTABLISHED connection Check number of incoming request from port 443
-
How check incoming request in Linux / ubuntu from port 80 – http
Check incoming request from port 80 Check incoming request from port 80 with selected IP address Check incoming request from port 80 only ESTABLISHED connection Check number of incoming request from port 80
-
PHP Fatal error: Uncaught ReflectionException: Class “translator” does not exist in
RUN composer command in non root user RUN composer command in root user
-
fin_wait2
The kernel timeout only applies if the connection is orphaned. If the connection is still attached to a socket, the program that owns that socket is responsible for timing out the shutdown of the connection. Likely it has called shutdown and is waiting for the connection to shut down cleanly. The application can wait as long as…
-
client-side socket state
Server creates listening socket, binds it, etc. Server calls accept Client calls connect creating the connection (TCP state on both sides moves to ESTABLISHED send / recv / send / recv / etc (state still ESTABLISHED) Client calls close; client OS sends FIN packet to server (client OS moves socket state to FIN_WAIT1) Server OS sends ACK to acknowledge the client machine’s FIN (server OS moves socket state to CLOSE_WAIT; client OS moves socket state to FIN_WAIT2)…
-
Python code for store system load into file and display stored system load
Python code for store system load into file Python code for display system load stored into file
