Blog

  • Translating web pages

    I don’t know if I’ve mentioned it before here, but languages are one of the things that fascinate me. I’ve studied Spanish, German and French. Although right now I would barely be able to recognize a handful of words in German and French. Of late, spanish has been the language I’ve focused on *(3 1/2 years at this point.) My goal was to spend at least 5 years reading/listening to *just* one language (in addition to my native English…) anyway, I’m at a point where I feel like I have a very good understanding of written spanish, pretty good understanding of much spoken spanish (depends on the accent/pace/pronunciation of the speaker, but in some cases I feel that way with English as well…….) From time to time though, I’ve used web tools to automatically translate a page or a bit of text to see how well I’m understanding….

    (more…)

  • Microsoft May 2006 patch Tuesday updates

    Now that the April patches have been patched…. it’s time to look forward to what updates we’ll be seeing from Microsoft this coming Tuesday May 9th… There are 3 expected updates for May, 2 for Windows and one for Exchange Server. The Exchange update is listed as critical as is AT LEAST one of the two Windows patches.

    (more…)

  • Using .htaccess to ALLOW directory browsing

    By default the apache install for most sites now restricts directory browsing. It’s a good idea, you don’t want just ANYTHING to be browsable on a web server, but there comes a time that it makes life easier for a directory (or tree of directories) to be browsable without having to write (copy and paste) links to a bunch of files. Fortunately, .htaccess files can be used for many things and this, of course, is one of them…

    (more…)

  • Clamav 0.88.2 for Mandrake 10.0 rpms

    Since I have a few old Mandrake 10.0 servers out there churning along, I’ve rebuilt the Clamav package to reflect the recent security fix version 0.88.2 is up on the site at http://www.averyjparker.com/wp-content/downloads/clamav882/ As always, the rpms are here more for my convenience than anything else, rebuilt straight from the cooker package and built on 10.0 …. in other words, they work for me and that’s why they’re here.

    (more…)

  • /bash/rm: argument list too long

    I can’t tell you how many times I’ve seen this complaint from the bash shell when trying to remove a bunch of files. In this case, I was trying to clear a directory where log rotating had run amuck and there was a 10 second lag in typing ls ∗.gz and seeing any output…. So, I did rm ∗.gz and got bash/rm: argument list too long in response…. So, then I though I could “surgically remove” some files and shrink the list a bit… rm ∗5∗3∗2∗.gz -f; rm ∗5∗3∗1∗.gz -f, etc, etc, etc after about 4 of these it became obvious I’d need to find another way because even some of THOSE gave the “argument list too long” error. (What’s more, it looked like I was going to have to deal with files matching ∗[1-5]∗[0-9]∗[0-9]∗gz – yuck…)

    (more…)

  • Clamav and Firefox updates

    In the last couple days there have been new security releases of both clamantivirus (0.88.2 is now the current) and Mozilla-Firefox (1.0.3 is the current release over there). If you use either of these programs you should be looking to update. I’ve been busy looking at getting src.rpm’s recompiled here for various Mandr-ake/iva’s and if time allows I’ll even upload the latest. It sure feels like firefox has been getting rebuilt about every week or two lately though.

    (more…)

  • Make an autorun cd show a web document on autoplay…

    There’s a utility called Thumbs that looks like a good quick way to make a cd launch a web documented on autoplay in Windows 95/98/ME/NT/2000/XP/ …Of course, autoplay under windows is fairly easy to setup. If you have a program on the disk you can just have autorun.inf in the root directory of the cd and in that you can specify WHAT program to autorun. The problem with html documents on a disk is telling the computer how to run it. (Yes you can adjust the icon as well.)

    (more…)

  • The do-not-do business with list….

    I found an interesting link through The Sunbeltblog on the “do not do business with” list… I don’t think this is a NEW thing really, for years there have been government policies against doing business with certain individuals, etc… but…. anyway Bruce Schneier has done an article on it which gives some interesting points that you probably aren’t aware of.

    (more…)

  • 3 Critical Microsoft Updates, 1 Important, 1 Moderate and 1 re-released

    Looks like an interesting patch day. Looks like there are several bugs covered by the cumulative IE patch… Sans has a good writeup (7 CVE issues addressed by this 1 patch….) Also the Eolas ActiveX settlement (“Eolas Patent Patch”) solution seems to be included in this bundle. Also a MDAC and a Windows Explorer (not to be confused with the Internet Explorer) patch. (The Windows Explorer AND MDAC bugs are Remote code execution vulnerabilities…)

    (more…)