Category: Computers

  • AVG – Cannot Launch AVG Internet Update

    Last week sometime I was doing maintenance on an OLD Windows 95 machine (yes there are some still out there….) and noticed the Antivirus had not updated in a good while. They were using Grisoft’s AVG and so I tried to force an update. I was greeted with an error message… “Cannot Launch AV internet update” Which was puzzling since we were online with no connectivity problems. On looking, this is known to be an issue with Grisoft AVG on Windows 95…..

    (more…)

  • Outlook archive error message

    Saw this today…. “Error while aging folder “Inbox” in store “Personal Folders”. File access is
    denied. You do not have the permission required to access the file
    C:\WINDOWS\Application Data\Microsoft\Outlook\archive.pst.”

    It was on an older Outlook 98/Windows 98 system, but it was something that might be applicable to others as well.

    Basically, this system has two different profiles, both of which are password protected.

    (more…)

  • Upgrade your mouse

    This is going in the basics category. Quite often I visit a computer that has a mouse which is just a trial of patience to use. I mean, you have to pick it up and move it, shake it a bit, turn it over and clean out the lint from the “ball” area…. The good news is that mousing does NOT have to be like this. If your computer has a PS2 (small round plug) for your mouse, or a USB (small rectangular plug) for your mouse, it should be VERY easy to replace that old ball style mouse with an optical mouse.

    (more…)

  • Windows XP SP3

    Well, in the article the other day about the Windows wireless problem/(feature that could be exploitable?) there was a mention that the default behaviour for Windows would be changed with the next service pack, for XP users that’s SP3. So, when can we expec this? It seems that service pack three for Windows XP probably won’t be publicly available until the second half of 2007.

    (more…)

  • Microsoft was aware of the WMF vulnerability “for years”

    Bugtraq has an interesting post which picks up on a note in Stephen Toulouse’s latest entry on the WMF vulnerability. When I first read the post I was more interested in the way he was responding to allegations of the flaw being an intentional backdoor, but the above bugtraq post points out and makes points on an implication that I missed….. (emphasis is mine…)

    “The potential danger of this type of metafile record was
    recognized
    and some applications (Internet Explorer, notably)
    will not process any metafile record of type META_ESCAPE,
    the overall type of the SetAbortProc record.”

    (more…)

  • Bashpodder linux podcasting client

    So, juice (formerly known as ipodder) was a bit too gui-only for my tastes, I took a look at bashpodder which is a bash-script based podcast client. Really, this is very much to my liking as it can be scripted to run via cron (or at)… basically, there are three required files from the main site. There is a gui for it, but that’s not necessary…. bashpodder.shell, parse_enclosure.xsl, and bp.conf are required. bp.conf is the main configuration file and you basically enter one feed address per line.

    (more…)

  • Juice – formerly ipodder podcast client for Linux (Windows and Mac too…)

    I’ve been playing around a bit with podcast clients the last couple of days. I’ve been finding online news feeds for the onlineradiotv.com site and for many of those I have bash scripts to handle downloading or streaming the audio available from shortwave broadcasters. I did run across a few podcasts too though and thought it might be time to take another look at linux podcasting clients…

    (more…)

  • Page banned from Google?

    So for the past month and a half I’ve been puzzling over northcarolinagenealogy.net and it’s mysterious sudden disappearance from google. I mean… let’s see, there are a couple hundred posts there. It uses the same template as this and the South Carolina genealogy site do. Nothing really different than the South Carolina Genealogy site (more posts…?) I don’t have any links to “bad neighborhoods” that I can tell over there, but doing a site:northcarolinagenealogy.net search at either google.com or blogsearch.google.com turns up NOTHING. (While similar searches for southcarolinagenealogy.org or averyjparker.com turn up scads of pages, and a November search would show the same for northcarolinagenealgy.net)

    (more…)

  • OpenVPN

    The last time I used openvpn, it was version 1.x and only supported a single connection per running process. So, if you had a server that you wanted to support multiple clients connecting, you had to… have multiple ports open to the outside world (unless you did something VERY fancy), and had to have as many openvpn processes open and listening for connections, as you had clients you expected to connect. It wasn’t a pretty setup unless you had a small number (1-5) that you expected to connect. Fortunately that has changed with the 2.0 series of openvpn and it’s really matured as a vpn solution.

    (more…)

  • Using the command line in linux – part 4

    Dealing with text…. we’ve looked at a couple of basics on logging in and starting to use the command line and hopefully not feeling too helpless there… we’ve seen ways to navigate directories and how to find new commands and how to find out more about how to use them. Now it’s time to talk about how to manipulate (work with) text files. Most every important configuration file in linux is text based and editable from the command line. This can be a VERY good thing at times, or very intimidating if you’re not comfortable with a command line environment. It’s worth noting that you CAN edit configuration files with a graphical interface text editor….

    (more…)