Entries in the ‘Scripts’ Category:

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

Automatic Rsync Script

I’ve been messing around with rsync lately on one of my linux machines. I’ve been looking for a simple solution that would provide something similar to Apple’s Time Machine software. There are obviously some open source packages that could provide this functionality for me, but I just wanted something really simple that could be automated. [...]

Tags: , , , , ,

Leave a Comment