Blog |Follow Nick on Mastodon| About
 

Tag Archive: Blog


  • Unread Gmail on your OSX Desktop

    1) Install GeekTool
    2) Run this script....

    #!/bin/bash
    
    USERNAME="[email protected]"
    PASSWORD="password"
    
    EMAIL=`curl -u $USERNAME:$PASSWORD --silent "https://mail.google.com/mail/feed/atom" | tr -d '\n' | awk -F '<entry>' '{for (i=2; i<=NF; i++) {print $i}}' | sed -n "s/<title>\(.*\)<\/title.*name>\(.*\)<\/name>.*/\2 ...
  • What am I talking about

    I use a fair amount of "text speak" here is a quick translation:

    AFAIK = As Far As I Know 
    AKA = Also Known As 
    ASAP = As Soon As Possible 
    BTW = By The Way 
    ETA = Estimated Time of Arrival 
    FAQ = Frequently Asked Question 
    FUD = Fear, Uncertainty and Doubt 
    FYI = For Your Information ...
  • Secret Keys for the Cloud

    I've had an idea, whether it's a good one or not is yet to be seen; one of the big issues to cloud application and servers is encryption key management, there is a simple chicken n egg issue, if the secret key is on the server/application then ...

  • Undelete

    I've just used this little gem to recover files off a memory card... awesome!

    PhotoRec is file data recovery software designed to recover lost files including video, documents and archives from hard disks, CD-ROMs, and lost pictures (thus the Photo Recovery name) from digital camera memory. PhotoRec ignores the ...

  • GTD in your Shell

    For the last few months I've felt better at managing my actions and tasks thanks to Steve Losh's T. T is a simple python script that allows you to manage a simple task list from your shell prompt.

    I use my shell all the time to ping stuff ...

« Page 3 / 23 »

 
Nick Bettison ©