Month: December 2005

  • Neat grep intro

    Linuxgangster.org (??) has a good article up on the powerful grep command. GREP is one of the most useful command line tools in linux (really, there are so many it’s hard to choose, but this is one I use more frequently than most others…) grep can stand on it’s own to look for a term in many files (for example)

    grep soughtafterterm *.txt

    it will display which line numbers and which files it appears in.

    (more…)

  • Self destructing messages

    Good luck Jim… this message will self destruct in 40 seconds… A UK mobile (cell) company says it’s developed self-destructing text messages. In the spring they hope to introduce self destructing email/photo and voice messages. The recipient receives a link to the message and once viewed the message “self destructs” in 40 seconds. The good things they claim from this…

    ultimately no one will ever have to worry about their messages or pictures ending up in the wrong hands ever again,

    (more…)

  • Tools of the trade…. External USB drive adapter

    This is the first of a few articles that will highlight some of the tools/gadgets/gizmos that I find useful. I’m starting off with one that’s almost essential. External USB hard drive adapter. Recently, I’ve been looking for something a bit leaner than your typical usb -> hard drive converter. Yes, I’ve carried something like this for large (3.5″) hard drives to appointments. The idea is if you need to transfer data from an old pc to a new one, put the old drive in an external adapter and copy away.

    (more…)

  • Global White Space Reset (CSS/html)

    This may not be useful to many people, but I thought it was interesting. If you do web design and use css you’ll probably like this… I found this post at leftjustified.net about a neat way to “reset” the padding and margin css information which can help for designing sites to display the same when using CSS. Unfortunately, many browsers have little quirks in displaying css, maybe they have strange default settings which cause css placement to look, well, strange, from one browser to another… in comes this little trick…

    (more…)

  • Frontier Labs – nexblack

    I know it’s not an ipod… but I’m looking forward to hearing some word when Fronteir Labs releases their “Nexblack”. For background…. the nexblack is priced at around $89 (at the frontier labs store), but I’ve found $69 here. It’s a portable mp3/wma/wma with drm/ogg player (according to the spec sheet.) It uses AA batteries (2), has built-in recording, uses compactflash cards and according to the spec sheet will have a line-in (line-in recording as well). It also will have fm radio functions.

    (more…)

  • How-to – NXserver on OpenSUSE

    I’ve played around with NXserver before and been impressed with it’s speed (and quality) of remote X desktop over slow connections. It’s been about a year since I’ve actively looked at it, but I found this how-to yesterday from madpenguin. The how-to is related to getting nxserver up and running on OpenSuSE using freenx (a free version of NoMachine’s NX server).

    (more…)

  • Wikipedia Class action suit?

    ZDNet’s the Open Source blog is talking about a possible Classaction suit against the wikipedia. He calls it the next SCO suit and summarizes things like this…

    The SCO suits were an attempt to shut down open source based on the idea that everything is owned, or comes from something that is owned, and so the use of any code requires payment to someone.

    While that lawsuit is winding down, a new threat is now emerging. It’s a class action against Wikipedia, aimed at ending open source information by demanding that “someone take responsibility” for everything published on the Web.

    (more…)

  • More Command Line Interface Magic…. Aliases

    Enterprise Linux has a good article on some handy aliases under linux that can make CLI usage much more handy. The only warning I would have is to be careful that an alias you want to create doesn’t conflict with another useful program. (One of the comments noted that ld is the executable of the linker).

    (more…)

  • Microsoft sued over software flaw

    A South Korean man claims that Microsoft hid information about a flaw in Windows and has filed suit against the Operating System maker.

    Jang Young-ha, 47, filed the lawsuit against Microsoft with the Suwon District Court on charges of deception, accusing the US software giant of selling the flawed program for use in handheld electronic devices.

    (more…)

  • Microsoft Security Bulletin Email

    There is a trojan making the rounds that is acquired by clicking on links in an email. That’s not necessarily new, however…. this email represents itself as an authentic-looking Microsoft security bulletin and the links are supposedly to updates (sorted by Windows version.) It’s important to point out that Microsoft does not send registered users security notices in this manner and if you are concerned about security updates you should either enable automatic updates or visit http://windowsupdate.microsoft.com

    (more…)