Month: December 2005

  • WMF 0-day exploit

    There seems to be a 0-day exploit involving WMF (Windows Meta File’s) according to SANS. Here’s their lead-in

    Just when we thought that this will be another slow day, a link to a working unpatched exploit in, what looks like Windows Graphics Rendering Engine, has been posted to Bugtraq.

    (more…)

  • Fake MS Messenger 8 beta and other IM warnings…

    F-Secure is warning about ads for a “leaked version” of Windows Messenger 8 beta. There is no public beta of this and it is a virus….

    If you download and run BETA8WEBINSTALL.EXE from that site, you won’t get a new chat client. Instead, your existing MSN Messenger will start to send download links to everyone in your contact list. It also connects your machine to a botnet server.

    (more…)

  • WordPress 2.0 is now released

    I saw an article at Barrapunto that WordPress 2.0 is now available. I went over to the WordPress site and found indeed it is released. (No mention in their blog yet of it.) Here’s the Gaceta Digital Article that Barrapunto “found”

    (more…)

  • Flightgear multi platform open source flight simulator revisited

    Ok – I was thinking I might have been a bit too dismissive of flightgear. So, I took a second look (and a third and fourth.) In fact, I found a source rpm of the 0.99 version and rebuilt it for Mandriva 2006 and installed. And went in search of scenery for the local area. Now, to compare the two, X-Plane has more spit and polish and frankly the visuals (from the limited area I could see) are better. Flightgear is interesting from the standpoint that it’s open source (GPL) and can use a variety of flight models.

    (more…)

  • Automatically downloading a file mp3 with a bash script

    Linux systems give you many possibilities and one of them is good scheduling (cron), another is good scripting capabilities. I’ve done things with linux fairly easily that with Windows would have been next to impossible and required me to download several other things to make it happen. Anyway, I recently saw mention of a linux, bash scripted podcatching client. Basically you tell what podcasts you subscribe to and it downloads them on a schedule. It reminded me of a couple scripts I’ve got running that do similar things, but not from a true rss/podcast feed.

    (more…)

  • Network Security guide for the home or small business network – Part 15 – Security Through obscurity

    I remember many years ago watching a Dr. Who episode where a very important key was “hidden” in a display of many other keys. Kind of like hiding a tree in a forest. This concept is “security by obscurity”. Generally this is considered a bad approach to security. It is a bad approach if this is the ONLY thing you consider. Many examples are security by obscurity are usually thought of as… proprietary applications that keep source code secret so no one can find what flaws exist, using operating systems or programs that are “obscure” or have small market share and are not targetted.

    (more…)

  • Building RPM’s from Source RPMs

    Let me start by saying I am FAR from being an expert on the subject of building rpm’s… RPM’s are binary packages for use in red-hat based distributions. They are used (*in my case on Mandriva) with urpmi to install. Urpmi is a “wrapper” around the rpm utility that figures out what dependencies a program has and then installs those dependencies along with that program. One problem under linux is that binaries are not necessarily portable from one version of a distribution to another. For instance, some of the rpm’s for cooker may not be compatible with an old 10.0 system. But, there are src.rpm’s that can be rebuilt.

    (more…)

  • X-Plane flight Simulator for Linux

    I remember back when I was running Windows as my primary OS, one of my favorite diversions was Microsoft Flight Simulator (2000?) In fact, I clearly remember circumnavigating the globe in a Cessna in that program (landing at a small strip in Icelend, the old Hong Kong International airport and some airstrip in the Himalayas were the most challenging. In fact, for the altitude problems I didn’t think I’d make it past the himalayas…) Anyway, when I moved to linux it wouldn’t run under wine and there wasn’t much out there to compare that ran under linux.

    (more…)

  • Kaffeine no sound

    Ok – so now post upgrade to Mandriva 2006 I sit down to try something out. Put a dvd in the drive and see what happens. I rarely sit and watch dvd’s on the desktop, but it’s always been a possibility… So, when I pop the disc in, kaffeine pops up with it’s “install” sequence – checks to see what’s on the system and what’s not what version of kde, libdvdcss, dvd, dvb hardware, etc….

    So, the disc pops up and no sound…. hmm. maybe it’s just kaffeine…

    (more…)

  • Building RPM’s – making a build environment

    I’m going to do a few articles on building RPM’s as much for my own reference as anyone elses. I’m not an expert on the subject by any means… I do this from time to time, rebuild an rpm for an older system (or even a newer system that doesn’t have an official rpm for.) I have a tendency to forget things that I don’t do frequently. The first part of being able to rebuild rpm’s is to have what’s called a build environment. For starters, I’m using Mandriva 2006 (older versions I used Mandrake 10.1 or 10.0, etc.) In your home directory you need a folder called rpm.

    (more…)