Entries Tagged ‘server’:

Simple Perl Client/Server Sockets Example

Here is a very simple client/server example coded in Perl. This is an extremely basic application – the goal was merely for me to learn how to use sockets in Perl. You can check out the code on github here: github.com/darkmuck/SimplePerlSockets. After you’ve downloaded the client and server files follow these instructions to test it [...]

Tags: , , , ,

Leave a Comment

16 Linux Server Commands You Should Know

original source: 16 Linux Server Monitoring Commands You Really Need To Know iostat The iostat command shows in detail what your storage subsystem is up to. You usually use iostat to monitor how well your storage sub-systems are working in general and to spot slow input/output problems before your clients notice that the server is [...]

Tags: , , ,

Comments (1)