So, this is what I’m doing today (from left to right):
2) Fixing a grub/mbr bootloader on netbook
3) setting up file server
5) answering emails and ordering an ssl certificate.
I LOVE quiet days in the office! 🙂
So, this is what I’m doing today (from left to right):
2) Fixing a grub/mbr bootloader on netbook
3) setting up file server
5) answering emails and ordering an ssl certificate.
I LOVE quiet days in the office! 🙂
Scammers rely on your ignorance in order to fool you into clicking on their link and typically entering your bank details.
Don’t let them!
DISCLAIMER: DO NOT TRY TO VISIT THE EXAMPLE SCAM LINK GIVEN IN THIS POST. YOU ALONE ARE RESPONSIBLE FOR YOUR ACTIONS.
When you receive a link in an email, you should analyse that link to determine the authenticity and legitimacy of that link, before you click on it.
I was recently forwarded a scam email to analyse. If you have recently received a suspicious email with a link, here’s how to analyse that link.
Firstly, hover the mouse pointer over that link. At the bottom of your email window (commonly called the status bar), you should see a web address appear.
In this example, a link was received purporting to be from the UK bank Cahoot. But the link address is suspicious – so let’s analyse it…
http://ip270-c6.gi.digl.pl:8887/securebank.cahoot.com/servlet/com.aquariussecurity.bks.security.authentication.servlet.LoginEntryServletBKS/
… the bit in bold is what you’re interested in. The rest is not really of interest. However, when you come to inspect a link in the future, it’s worth knowing the following:
![]() |
How to analyse a link in Thunderbird (click for larger image) |
This means the protocol that your browser will use. A secure, encrypted browser connection begins https:// ; therefore, the link above will be unencrypted (not secure) between your computer and the server. This is a tell-tale sign that it’s trouble.
This is the domain name, like “bbc.co.uk“, “fedoraproject.org” and “google.com“. This is the most important bit. The best way to read this is actually from right to left. The most right hand part, “pl“, is the top-level domain (TLD). pl is the TLD for Poland. tw is the TLD for Taiwan. ru = Russia. And so on. For reference, you can find a list of TLDs here: http://en.wikipedia.org/wiki/List_of_Internet_top-level_domains
The next two bits should really indicate the organisation of the originating email. digl is meaningless; it’s been made up by a scammer to probably infer “digital” or something like that. Likewise, gl is also meaningless.
A meaningful alternative would be cahoot.co.uk, as it is registered with a UK TLD and represents the claimed originator of the message.
The last bit of this link is what’s called a port number. The (optional) use of this by scammers is again a visual distraction which makes it harder to read the real web address. Apart from the fact that no bank would ever request your details by email anyway, if they were credible they most certainly wouldn’t use a web address with a non-standard port number.
The best thing to do when reading an address is to ignore the port number but be aware of the fact that it’s been used.
For more information, check out this PDF on avoiding email scams.
And for those who were paying attention and spotted the deliberate mistake, well done! 🙂
![]() Image via Wikipedia |
Stupid Firefox 7! It doesn’t recognise my plug-ins! But they did work in FF3.5. What gives?!!!
Ok, perhaps I’m overreacting. In fact, I am. Sorry.
I use #CentOS for my daily work which includes the rather antiquated Firefox v3.5. Ouch. As a web developer, it’s good to test on legacy browsers but it’s also important to use the latest – so I updated to the latest Firefox (v7, at time of writing).
Because my desktop machine (HP Opteron ML115) has 6GB of RAM, I typically use the x86_64 (64-bit) edition of #Firefox. However, unlike Firefox v3.5, v7 doesn’t seem to pick up my plug-ins automatically from /usr/lib64/mozilla/plugins.
To fix this, I had to open a shell and navigate into my home directory‘s mozilla plugins directory (I didn’t even know this existed until now!).
cd ~/mozilla/plugins
Then, just fix up all the missing symlinks:
ln -s /usr/lib64/mozilla/plugins/* .
No problemo! They’re now all back again at about:plugins 🙂
I recently upgraded to Fedora 15 on my netbook (a Samsung N130). For a while I used Ubuntu 10.04 (nice and quick, reliable wireless, good battery), then 10.10 (bit slower, still reliable, reasonable battery) and then 11.04 (sadly a bit more sappy towards the battery and – subjectively- more laggy too).
But saying that, I like Ubuntu 11.04 in many ways. I think Unity is good, despite much antipathy towards it elsewhere on t’internet, and the intregration of social networking, media player, messaging and so on makes for a pretty swish experience. One problem that started plaguing it on my netbook, however, was that wireless became increasingly unreliable. Sometimes I’d have to reboot multiple times to get a conneciton to my Access Point. Connecting to wireless when coming out of standby never worked, period.
The netbook contains a Realtek RTL8192e wireless chip – a problem in Linux due to Realtek not really pushing development as proactively as possible into the Linux kernel.
So, what to do?
If you’re reading this then you’re probably thinking you have two options:
1) Struggle for an eternity to get the native Linux driver working properly, or
2) Install ndis-wrapper, download the Windows driver binaries and use that instead.
There were the options I felt I had after reading this fedoraforum thread (F15, RTL8192 and Staging Drivers) and this thread too (F14 RTL8192E Staging Driver).
I almost swayed completely to option 2), but as if by magic I managed to get option 1) working. This was mainly thanks to this ubuntu forum post. In the post is a link to a download with the native linux RTL8192e driver files (I have taken the liberty of copying this archive and uploading here, in case that link stops working).
Here’s what I did:
In a terminal, type (as root)
# yum groupinstall “Development Tools” -y
Then, as your normal user:
# wget http://www.dirk-hoeschen.de/temp/rtl819Xe.tar.gz
(or my link, above)
# tar xfz rtl819Xe.tar.gz
# cd rtl819Xe
Then, again as root:
# ./install.sh
(this step compiles the driver and loads the resultant kernel module)
Because Linux loads drivers (modules) dynamically, the device is brought up immediately.
My wireless card was then recognised and visible in Network Manager. My access point was recognised and easy to connect to. I have noticed that negotiation times are a bit longer than before, but I can confirm that after a little testing I can now put my netbook into standby, then awaken it and hey presto! my wireless reconnects automatically. This is not a fringe use case; I for one am very glad this works as it should now.
Unlike the ubuntu post, I didn’t download the latest sources to compile. I just went with the files in the archive. If you have difficulties, it may be worth investigating this – YMMV.
Although Fedora 15 was a pain to start off with, due to this issue, I found that once sorted it’s now becoming a real joy to use. The extended battery life is really something to behold too – I’m getting a 20-30% increase in operating time now (up to 4 hours instead of 3 on Ubuntu 11.04).
Hope this helps someone out there. If not, you may still want to follow some ndis-wrapper instructions – this might be a better alternative for you.
Good luck!
[ Originally posted here: http://web.archive.org/web/20130918070911/http://onecool1.wordpress.com:80/2008/09/19/microsoft-outlook-2007-imap-exchange-and-moving-those-special-folders-back/ ]
As a Microsoft Windows Small Business Server 2003 user, I have the option of using either Microsoft Outlook for native Exchange mail server connectivity, or using another, open standard protocol such as IMAP. So, in my finite wisdom, I decided… why not?!
Why not indeed. The reason for using IMAP (Internet Message Access Protocol) is so that I could use….. wait for it… a non-Microsoft email client with my Microsoft server. The very notion. Well, actually it’s not too bad. You enable the IMAP service on the server, set up the mail account in Thunderbird, and hey presto – log in!
Unfortunately, my client (Mozilla Thunderbird) then seemed to have done certain things which – only now – take my slightly by surprise.
An Exchange mailbox, as standard, contains some basic top-level folders, such as Calendar, Contacts, Deleted Items, Drafts, Inbox, Outbox, Sent Items and Tasks (this is probably not an exhaustive list). In contrast Thunderbird, by default, contains Inbox, Drafts, Sent, Deleted, Junk and Trash. So, what’s in a name?
Well, after using Thunderbird/Exchange via IMAP (and not actually noticing this at the time of doing so), a couple of the Exchange folders had disappeared. I only noticed this later when using Outlook again, and couldn’t locate my Sent Items or Deleted Items folders. I then found them lurking within my Trash folder. Ok, so this has got very messy.
It sadly got worse. Now that these “Special Folders” in Microsoft parlance have been moved, they could not be moved back in Outlook. When trying to drag “Deleted Items” to my top-level Mailbox, I would be told “Cannot move special items. Special folders, including the Inbox, Contacts, Calendar, Notes, Tasks and Journal folders, cannot be moved.” Oh, I see. Although I tried various methods within Outlook to achieve the same thing, I failed miserably.
So what is the solution? Ironically, going back to Thunderbird and simply dragging the folder from Trash into the top-level mail account/box did it. It re-sync’ed over IMAP and everything gets copied correctly. How ridiculous.
The solution is not to run scanpst.exe or scanost.exe, or to start up Outlook using the “Safe” switch, thus:
C:Program FilesMicrosoft OfficeOffice12OUTLOOK.EXE” /safe
It’s not even starting up Outlook with “Reset Folders”:
C:Program FilesMicrosoft OfficeOffice12OUTLOOK.EXE” /resetfolders
… or the combination of both.
This is one of those annoying, inexplicable problems that you somehow just get used to. I hope this helps someone else out there who has suffered the same issue.
Thunderbird and Firefox are GTK+ apps. GTK+ is a windowing toolkit that GNU/Linux application developers tend to use when creating software on the GNOME Desktop Environment.
If you decide to switch to an alternative desktop environment, such as KDE, the default settings for GNOME/GTK applications may be ignored. This is because KDE uses the Qt windowing toolkit instead.
To fix this, you need to do it tell KDE to pick up the GTK settings and apply them to your GTK apps.
In Fedora/CentOS, this is simple:
# yum install qtcurve-gtk2.x86_64
Then in KDE, point to Kicker (the application menu) > system settings > Application Appearance > GTK+ Appearance
Change the Widget Style (dropdown) from Redmond to qtCurve.
More information for Ubuntu users is here:
Well, I actually feel the need to thank Microsoft. Crazy.
But yes, thank the maker that Redmond has finally decided it’s time to end support for IE6. Who, in the web design world, won’t miss it, I wonder?
Internet Explorer 6 has been the bane of web development inasmuch as IE5.5 before it. Given its age, though, it could be forgiven. IE6 was a lot better than IE5.5, which was also a huge improvement over IE5.
So, now that web designers can concentrate on better serving their customers and perhaps being more profitable too, this surely is a good thing for the industry that has for too long supported an browser incapable of basic standards-support.
this week (wk 10)
work
life
misc
last week (wk 9)
work
life
misc
this week (wk 9)
work
life
misc
last week (wk 8)
work
life
misc
Ok, so I check my email first thing on Wed 16 Feb to find a message from a close friend.
“What’s that email all about then mate?”, he asks. “No idea – which email?” I reply.
Turns out, it was this email (I have removed private email addresses, etc):
![]() |
|||
Join me on Ecademy
|
![]() 7 day FREE Trial |
||
ps. Join today and receive a free trial PowerNetworker subscription>
This email was sent to To avoid receiving these emails in the future go to http://www.ecademy.com/blockinvites.php?e= The Ecademy Limited. Registered in England and Wales. Company Registration:3651083 VAT:718037736 |
So, from a contact list I’d imported probably 2 years ago, since which I’d downgraded from a PowerNetworker to a Free member, suddenly is sent a whole load of invites to people I’ve not spoken to. This is not good.
Now, before the critics chime in, yes I know that the terms of importing the contact list are that ecademy will send out invites on my behalf. This is not an issue – I agreed to that…2+ years ago. A lot changes in that time.
Miffed as I was that this had happened, I considered blogging about it and finally let it lie … until the same message was again dispatched, early this morning (24 Feb), to the 180-odd contacts who had not yet responded or read their email. This, in my book, is tantamount to spamming. “Oh, you didn’t buy my product? Here, try again…”. Ad infinitum. This, a happy member does not make (especially since finding out that a customer of mine has received 3!).
So, sorry to all the contacts past and present who have endured these messages. At least I was able to obtain the list of contact data back out of ecademy so that I could message everyone separately and invite them personally to LinkedIn.
Let me just say, however, that despite this I have otherwise been happy using ecademy. Support has been good and the web site is useful in connecting people. But this method of increasing memberships is a little too covert for my liking, and the time is coming for one or more new platforms in business/social networking, with open, user-controlled features and content.
In the meantime, I await with interest, the outcome of my correspondance with ecademy’s support team:
Sent 24 Feb 2011
Hello,
I wish to close my account.
Can you also promise that the details of people who are in my contact list, but who are not members of ecademy, will be removed from your database?
I look forward to hearing from you.
Many thanks,
Steve
Update – 24 Deb 2011
Well, an automaton can do that for me too! I quote:
Deleting an account is a major step. Once the account has been deleted, you will not be able to re-join using the same email address. All your records, contacts, posts, comments and messages will also be deleted. Deleted records cannot be recovered.
This process is irreversible.
Are you absolutely sure you want to do this?
As an alternative, Click on ‘No. Just hide my profile’ to hide your profile and turn off all email messages, leaving your account intact.
If you definitely want to be permanently removed from Ecademy, type in your password, check the confirmation box and choose the ‘Yes. Please delete my account’ button below.