filed in Perl, Programming, Scripts on Mar.17, 2012
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: client, Perl, Programming, server, sockets
filed in Linux, Scripts on Sep.19, 2010
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: bsd, linux, rsync, script, time machine, unix