michael@slashetc:~$

  • Woman dumps rare Apple I worth $200,000 at recycling center

    Yea Apple isn't open source or open hardware. However this piece of tech history would defiantly put my Intel 386 Tandy to shame... A Bay Area recycling center is attempting to track down an unidentified woman who dropped off a 1976-model Apple I in April, after the computer sold to...

  • I Just Installed Windows Mint.... Wait What?!

    My Sunday afternoon was spent installing Windows... wait... Linux... oh I don't know at this point. It's stable as hell but looks like most peoples desktop. I'll call this mashup: Windows Mint. OK, you caught me. I did not install windows at all. Instead I wanted to see how close...

  • Command fu: a function to find the fastest free DNS server

    timeDNS() { parallel -j0 --tag dig @{} "$*" ::: 208.67.222.222 208.67.220.220 198.153.192.1 198.153.194.1 156.154.70.1 156.154.71.1 8.8.8.8 8.8.4.4 | grep Query | sort -nk5; } http://www.commandlinefu.com/commands/view/14188/a-function-to-find-the-fastest-free-dns-server