Skip to content
BarryCrowder.net
View website Menu
  • Home
  • About
  • Posts
  • Contact
  • Type your search
  • Home
  • About
  • Posts
  • Contact
  • Type your search

Author: Barry

This author has written 11 articles
  1. Home>
  2. Barry
Read more about the article Unauthorized

Unauthorized

  • Post author:Barry
  • Post published:2019-11-15
  • Post category:Creativity

We don't need permission to be creative

Continue ReadingUnauthorized

Technical Support

  • Post author:Barry
  • Post published:2016-06-19
  • Post category:Programming

I recently had a problem streaming a video from Amazon Prime on my XBOX360. Specifically, we rented a move from Amazon Prime, but when we tried to play it in the…

Continue ReadingTechnical Support

Finding text within files

  • Post author:Barry
  • Post published:2010-03-16
  • Post category:Uncategorized

Here is a trick that will help you find text within a file, when you don't know what file contains that text. It uses the unix 'find' command, along with the…

Continue ReadingFinding text within files

PKI: Using openssl to get certificate info

  • Post author:Barry
  • Post published:2010-03-16
  • Post category:Programming

If you want to get the certificate information from a remote server that is using SSL (e.g. HTTPS, LDAPS, etc.), then the following unix* command will tell you about what that…

Continue ReadingPKI: Using openssl to get certificate info

perl: safe() strings for concatenation

  • Post author:Barry
  • Post published:2008-09-25
  • Post category:Programming

At some point, if you use perl enough, you'll encounter the following error message: Use of uninitialized value in concatenation (.) or string at ./progname.pl line #. While it does not…

Continue Readingperl: safe() strings for concatenation

perl: trim()

  • Post author:Barry
  • Post published:2008-09-25
  • Post category:Programming

A trim() function should be native to perl, but since it isn't, this will have to do. sub trim { my @vals=@_; for (@vals) { s/^s+//; s/s+$//; } return wantarray ?…

Continue Readingperl: trim()

Using a Voltmeter to diagnose Ford Vehicles

  • Post author:Barry
  • Post published:2008-04-09
  • Post category:Automotive

Overview This document contains general procedures and techniques for using a voltmeter to diagnose Ford electronic components. It contains specific procedures for testing the Throttle Position (TP) sensor, Mass Air Flow…

Continue ReadingUsing a Voltmeter to diagnose Ford Vehicles
  • 1
  • 2
  • Go to the next page

Sponsors



Categories

  • Automotive
  • Creativity
  • Photos
  • Programming
  • Recipes
  • Uncategorized

About Me

Jack of many trades, master of none.

Join Newsletter

Coming soon