<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>LINICKX.com</title><link>https://www.linickx.com/</link><description></description><lastBuildDate>Sat, 12 Nov 2011 19:33:00 +0000</lastBuildDate><item><title>Unread Gmail on your OSX Desktop</title><link>https://www.linickx.com/unread-gmail-on-your-osx-desktop</link><description>&lt;p&gt;1) Install &lt;a href="http://projects.tynsoe.org/en/geektool/"&gt;GeekTool&lt;/a&gt;&lt;br /&gt;
2) Run this script....&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#!/bin/bash

USERNAME="me@gmail.com"
PASSWORD="password"

EMAIL=`curl -u $USERNAME:$PASSWORD --silent "https://mail.google.com/mail/feed/atom" | tr -d '\n' | awk -F '&amp;lt;entry&amp;gt;' '{for (i=2; i&amp;lt;=NF; i++) {print $i}}' | sed -n "s/&amp;lt;title&amp;gt;\(.*\)&amp;lt;\/title.*name&amp;gt;\(.*\)&amp;lt;\/name&amp;gt;.*/\2 - \1/p"`

if [ -n "$EMAIL" ]
    then

    echo "INBOX:"
    echo "-----------------------------------------"

    IFS=$'\n'
    for i in $EMAIL
    do
        len=${#i}
        if [ "$len" -gt 40 ]
            then
            echo ${i:0:37} "..."
        else
            echo $i
        fi
    done
fi
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;3) smile&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Sat, 12 Nov 2011 19:33:00 +0000</pubDate><guid isPermaLink="false">tag:www.linickx.com,2011-11-12:unread-gmail-on-your-osx-desktop</guid><category>Blog</category><category>geektool</category><category>gmail</category><category>mac</category><category>osx</category></item><item><title>Bluecoat, Gmail (Google Mail) &amp; Your request is being scanned for security purposes</title><link>https://www.linickx.com/bluecoat-gmail-google-mail-your-request-is-being-scanned-for-security-purposes</link><description>&lt;p&gt;This issue wasted an hour of my life :)&lt;/p&gt;
&lt;p&gt;Recently users visiting google mail via the bluecoat proxy started
complaining of popups which said...&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Your request is being scanned for security purposes&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Instead of "botching" it on the blue coat I offered my users a work
around... something that they should be doing anyway... switch on
encryption.... So within gmail -&amp;gt; settings -&amp;gt; general, tick the box...&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.linickx.com/files/2009/11/GMail_Always_Use_HTTPS.png"&gt;&lt;img alt="GMail - Always Use
HTTPS" src="https://www.linickx.com/files/2009/11/GMail_Always_Use_HTTPS-300x180.png" title="GMail - Always Use HTTPS" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This did the trick, my users mail is now more confidential than it was
before and there were no more pop-ups :cool:&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Mon, 16 Nov 2009 17:00:00 +0000</pubDate><guid isPermaLink="false">tag:www.linickx.com,2009-11-16:bluecoat-gmail-google-mail-your-request-is-being-scanned-for-security-purposes</guid><category>Blog</category><category>bluecoat</category><category>gmail</category><category>Security</category></item><item><title>Firefox Add-on: Remember The Milk for Gmail</title><link>https://www.linickx.com/firefox-add-on-remember-the-milk-for-gmail</link><description>&lt;p&gt;I've been playing with &lt;a href="http://www.rememberthemilk.com"&gt;Remember the
milk&lt;/a&gt; for some time now, I thought with
&lt;a href="https://www.linickx.com/archives/tag/n800"&gt;my n800&lt;/a&gt; it would be really
useful...BUT... Actually I've found that the firefox extension they have
released has really upped my usage, as soon as I can get my tasks synced
with my n800 I'll definitively be upgrading to their pro version.&lt;/p&gt;
&lt;p&gt;I've recommended this plugin to a few friends and they love it, so if
you're looking for a new personal task managment solution then this is
for you!&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://www.rememberthemilk.com/services/gmail/"&gt;Remember The Milk - Services / Remember The Milk for
Gmail&lt;/a&gt;&lt;br /&gt;
 Remember The Milk for Gmail is a Firefox extension that allows you to
manage your tasks in Gmail (complete, postpone, and edit tasks), add
new tasks (and connect them with your emails, contacts, and Google
Calendar events), automatically add tasks for starred messages or
specific labels, and much more!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;My &lt;a href="https://www.linickx.com/firefox"&gt;firefox page&lt;/a&gt; is now back online, so
check it out for a list of other useful plugins/addons.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Fri, 01 Feb 2008 11:15:00 +0000</pubDate><guid isPermaLink="false">tag:www.linickx.com,2008-02-01:firefox-add-on-remember-the-milk-for-gmail</guid><category>extension</category><category>Firefox</category><category>gmail</category><category>rtm</category></item><item><title>Fixing Some Life Irritating Bugs....</title><link>https://www.linickx.com/fixing-some-life-irritating-bugs</link><description>&lt;p&gt;As Christmas draws closer, time becomes more of a premium, as a result
blog activity suffers... I've thought about using
&lt;a href="http://twitter.com"&gt;twitter&lt;/a&gt; for my blog category, in the mean-time I'm
using it with &lt;a href="http://www.imod.co.za/2007/10/01/update-facebook-status-via-google-talk/"&gt;googletalk &amp;amp;
facebook&lt;/a&gt;,
so we'll see if that develops.&lt;/p&gt;
&lt;p&gt;I've had a chance to fix some annoying bugs with my laptop/life, and
thought I'd share them here, they'll pop-up in delicious when I get a
chance to go thought my shared list, but until then here are some
links....&lt;/p&gt;
&lt;p&gt;Fedora: &lt;a href="http://www.redhat.com/archives/rhl-list/2007-March/msg03614.html"&gt;Java Clobbers/Breaks File Associations in
Gnome/Nautilus&lt;/a&gt;&lt;br /&gt;
Gmail: &lt;a href="http://blog.jameswiltshire.com/post/18458390"&gt;Can't enable IMAP, because it's not available in UK
English.&lt;/a&gt;&lt;br /&gt;
WMA to MP3: &lt;a href="http://www.linuxquestions.org/linux/answers/Applications_GUI_Multimedia/Convert_WMA_to_MP3"&gt;Converted some old tracks I found in a
backup&lt;/a&gt;.&lt;br /&gt;
Gnome: &lt;a href="http://linuxfud.wordpress.com/2006/11/27/how-to-change-the-color-of-your-tooltips/"&gt;Changed the colour of
tooltips&lt;/a&gt;
as doing it in the theme file &lt;a href="http://blogs.gnome.org/brunobol/2007/11/26/making-a-black-gnome/#comment-136"&gt;didn't
work&lt;/a&gt;&lt;br /&gt;
Eye Candy: Fixed my &lt;a href="http://sensors-applet.sourceforge.net/"&gt;CPU Temp
Gauge&lt;/a&gt; (by typing
sensors-detect, and following the instructions!)&lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Mon, 17 Dec 2007 13:43:00 +0000</pubDate><guid isPermaLink="false">tag:www.linickx.com,2007-12-17:fixing-some-life-irritating-bugs</guid><category>Blog</category><category>bugfixes</category><category>Fedora</category><category>gmail</category><category>mp3</category></item><item><title>GPG For Firefox !</title><link>https://www.linickx.com/gpg-for-firefox</link><description>&lt;p&gt;yay !&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://firegpg.tuxfamily.org/?page=home&amp;amp;lang=en"&gt;FireGPG - use GPG easily in Firefox
!&lt;/a&gt;&lt;br /&gt;
 FireGPG is a Firefox extension under GPL which brings an interface to
encrypt, decrypt, sign or verify the signature of a text in any web
page using GnuPG.&lt;/p&gt;
&lt;/blockquote&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Wed, 11 Jul 2007 15:51:00 +0100</pubDate><guid isPermaLink="false">tag:www.linickx.com,2007-07-11:gpg-for-firefox</guid><category>encryption</category><category>extension</category><category>Firefox</category><category>gmail</category><category>gpg</category></item><item><title>Gmail Notifier - Firefox Extension</title><link>https://www.linickx.com/gmail-notifier-firefox-extension</link><description>&lt;p&gt;Simple,effective and necessary...&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/173"&gt;Gmail Notifier :: Firefox
Add-ons&lt;/a&gt;&lt;br /&gt;
 A notifier for Gmail...&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I've been using this for a while, and most firefox users probably have
something in place already, so nothing new here, but I use&lt;a href="https://www.linickx.com/index.php?content=firefox"&gt;my firefox
page&lt;/a&gt; for prepping new
installs, so perhaps this is more of a "post to self" ;)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Fri, 18 May 2007 17:38:00 +0100</pubDate><guid isPermaLink="false">tag:www.linickx.com,2007-05-18:gmail-notifier-firefox-extension</guid><category>extension</category><category>Firefox</category><category>gmail</category></item><item><title>Gmail File Space Extension (gSpace)</title><link>https://www.linickx.com/gmail-file-space-extension-gspace</link><description>&lt;p&gt;For those who can't wait for the fabled gdrive, this is worth a look,
you get like an FTP style interface to gmail within firefox, I've found
it useful for quick backups.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://www.rjonna.com/ext/gspace.php"&gt;Gmail File Space&lt;/a&gt;&lt;br /&gt;
 his extension allows you to use your Gmail Space (2 GB) for file
storage. It acts as a remote machine. You can transfer files between
your hard drive and gmail. This is similar to "Gmail Drive" on windows
platform. Your gmail account looks like a FTP host and you can upload
and download your files. After you install, you get an option called
"GSpace" in your "tools" menu clicking on which opens the window for
transfer of folders/files. Works great for photos and music files less
than 14MB.&lt;/p&gt;
&lt;/blockquote&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Wed, 11 Oct 2006 05:44:00 +0100</pubDate><guid isPermaLink="false">tag:www.linickx.com,2006-10-11:gmail-file-space-extension-gspace</guid><category>extension</category><category>Firefox</category><category>gmail</category><category>Google</category></item></channel></rss>