Browsing Tag
Dev
35 posts
Recursive Inotify Daemon
There aren’t many Inotify daemons available that can work recursive and offer a descent flexibility regarding Inotify signals.…
Backup to free Hetzner FTP
If you have a hosting account at Hetzner with free backup space, you can not access this backup…
Check if a NFS share is mounted
Below is a small Perl example how to check for NFS mounted shares on a Linux host. The…
Changing file permissions in Perl
There are definetly a few modules on CPAN which will allow to easily change file permissions in Perl,…
Watch a directory for uploaded files
In some situations, you need to watch a directory for uploaded files and move/process them immediately. Many scripts…
dmesg with human readable timestamps
When you are not using Debian unstable or some kind of Linux distro that hasn’t got the latest…
Syslog event generator with Net::RawIP (perl)
Recently I have been asked to write a Syslog event generator, but not just a normal syslog generator,…
Geotag your photos with Perl and GPX files
Geotagging photos used to be a very expensive operation, since you needed special equipment, heavy antennas and especially:…
Perl/Ajax with JSON
I just discovered this very interesting article about Perl, CGI, Template and Ajax using JSON. I’m going to…
Updating custom CPAN modules on Debian
On Debian based distributions, a handy tool called dh-make-perl can be installed to ease the installation of CPAN…