Tags
arduino authentication bash best buy copiers cpan deb debian development DNS dynex electronics fingerprint fire free software geek git hunter iphone ipv6 LOGO mac mobileme modules nerd OSX perl piezo python rrd ruby screen shell software spam stupid support thermistor tips ubuntu virus weather wxperl yapc youtubeTwitter...
- @miyagawa plus their stupid idea always backfires and Kyle sums it up @ the end bible parable style 2 days ago
- @miyagawa yes... But I think makes for well rounded kid. He will hear the cursing at school anyway and we discuss what happened on each ep 2 days ago
- @jicooo that's what I said 2 days ago
- @miyagawa ahh good one too had to have long talk with son after wAs very confused 2 days ago
- @jicooo lie down brown cow mad cow disease 2 days ago
- More updates...
Posting tweet...
Powered by Twitter Tools
-
Meta
Tag Archives: bash
~/.bashrc Perl Module Version Tip
I often need to quickly check the version of a perl module currently installed. A while back I got tired of running: $ perl -MPOE::Filter -E ‘say $POE::Filter::VERSION’ 1.2357 So I added a quick function to .bashrc: pm-vers () { … Continue reading