↓
Menu ↓
  • News, articles and stuff
    • Development
      • Perl
      • Web
    • Media
      • Photo
      • Video
  • Media
    • Photography
  • About

Johnny Morano's Blog

Geek talk, extreme sports and travels

Johnny Morano's Blog
Home Menu ↓
Skip to primary content
Skip to secondary content
  • Home
  • About
  • Media
    • Photography
  • News, articles and stuff
Home→Categories Development - Page 4 << 1 2 3 4

Category Archives: Development

Post navigation

Newer posts →

Blacklist emails with DCC through a Perl script

Posted on October 8, 2010 by insaniacOctober 8, 2010

DCC is a wonderful tool, but it needs to be fed constantly. After going through the process of blacklisting a few emails that weren’t tag as spam, I found myself in a not so lazy position. We don’t like that … Continue reading →

Posted in Blog, Development, Perl | Tagged Dev, Perl, UNIX

Monitor resources on a UNIX machine (with Perl)

Posted on October 7, 2010 by insaniacOctober 7, 2010

To get an overview of what is running on a certain UNIX/Linux host, most users will usually run of one the following commands: ps top htop But most of the times, they will not give a correct view of what … Continue reading →

Posted in Blog, Development, Perl | Tagged Dev, Perl, UNIX

Hacking the easy-fancybox WordPress plugin

Posted on September 1, 2010 by insaniacSeptember 1, 2010

Intro The easy-fancybox WordPress is actually a rather simple but cool plugin to use, if it would work out-of-the-box in WordPress 3.x (on Debian unstable). First of all, a bit of background information: I’ve installed WordPress using apt-get install wordpress … Continue reading →

Posted in Blog, Development, Web | Tagged Dev, PHP, Wordpress

Recovering a deleted file in Subversion

Posted on August 31, 2010 by insaniacAugust 31, 2010

Many times I have been looking on the Internet to find a suitable solution for this, but in the end I’ve created my own solution. These next steps will explain how to recover a deleted file back into the HEAD … Continue reading →

Posted in Blog, Development | Tagged Dev, Subversion

Simple webserver in Perl

Posted on August 10, 2010 by insaniacAugust 10, 2010

I had to mimic a certain web application for a customer I’m currently working for, so I’ve created a small standard webserver in Perl using HTTP::Daemon. The only thing it does, is serving one particular file.

Posted in Blog, Development, Perl | Tagged Dev, Perl

Calculate netmask in Perl

Posted on August 6, 2010 by insaniacJanuary 25, 2017

This is a small code snippet I wrote along time ago for a bigger framework I’ve created. No extra modules are required. It calculates the netmask of a network based on the network address and network bit (CIDR notation). #!/usr/bin/perl … Continue reading →

Posted in Blog, Development, Perl | Tagged Dev, Perl

Perl script: speed.pl

Posted on August 5, 2010 by insaniacAugust 5, 2010

A small script I wrote to see how fast a file grows (for instance when it’s being copied from one partition to another, disk to disk, network to network, …) #!/usr/bin/perl use strict; use warnings; my $file = shift @ARGV; … Continue reading →

Posted in Blog, Development, Perl | Tagged Dev, Perl

Post navigation

Newer posts →
© 2021 - Johnny Morano's Blog
↑