Custom Search

Help Desk and IT Certification Headline Animator

Thursday, September 24, 2009

"Yahoo will shut down your marketing account." But I don't have one.

As in the previous post on secure computing, this one also addresses an email from Yahoo... but it's actually NOT from Yahoo, it only seems to be. When in doubt, check the source code of the message. In Gmail, go to the arrow button next to the Reply button in the top row above the message, and select View Original.
Here's the source code of my email (with some sensitive data replaced with X), note the bolded lines, especially the first one, pointing to the actual sender of the email


Delivered-To: ixxxxxxx@gmail.com
Received: by xxx.xxx.xxx.xxx with SMTP id xxxxxxxx;
Thu, 24 Sep 2009 11:51:22 -0700 (PDT)
Received: by 10.231.xxx.xxx with SMTP id s18mr26832ibf.3.1253818281942;
Thu, 24 Sep 2009 11:51:21 -0700 (PDT)
Return-Path:
Received: from meyney3.xxxxxware.com (meyney3.xxxxxxware.com [69.43.xxx.xxx])
by mx.google.com with ESMTP id 2si8388721iwn.5.2009.09.24.11.51.21;
Thu, 24 Sep 2009 11:51:21 -0700 (PDT)
Received-SPF: pass (google.com: domain of kmills@xxxxelectric.com designates 69.43.xxx.xxx as permitted sender) client-ip=69.43.xxx.xxx;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of kmills@xxxxxxxelectric.com designates 69.43.xxx.xxx as permitted sender) smtp.mail=kmills@xxxxxelectric.com
Date: Thu, 24 Sep 2009 11:51:21 -0700 (PDT)
Message-Id: <4abbbfa9.4244f10a.2ba8.ffff99f3smtpin_added@mx.google.com>
Received: from [67.15.xxx.xxx] (port=49529 helo=localhost.localdomain)
by meyney3.xxxxxxxware.com with esmtpa (Exim 4.69)
(envelope-from )
id 1MqtPV-0002kb-15
for ixxxxxx@gmail.com; Thu, 24 Sep 2009 11:51:21 -0700
From: "YAHOO MARKETING SERVICES"
To:
Subject: ACCOUNT SUSPENSION
Content-type: text/html; charset=us-ascii








Dear Member,

Your Yahoo Marketing account has expired. You must renew it immediately or your
account will be closed. If you intend to use this service in the future,
you must take action at once!

To continue click here, login to your Yahoo Marketing account and follow the steps.

Thank you for using Yahoo Marketing!

Yahoo Marketing Services DEP.

Please do not reply to this email. This mailbox is not monitored and you
will not receive a respons.






So, be careful what you do, and don't let yourself be misled by such emails.



If you like the content of my blog and would like to support my work, please consider a small donation.





Wednesday, September 16, 2009

Mozilla Firefox speed tweaks

Firefox is one of the top browsers out there, but it has this nasty habbit ever since it came out. It's reckless with the memory usage. Many have complained about the memory management of Firefox and its toll on the system performance, so I spent some time researching the subject and compiled a set of steps you can make in order to speed up Firefox.

The first step is to open Firefox, and type about:config in the address bar, find the lines that follow, and change their default settings to the suggested values

Change the default settings with the new suggested values
network.prefetch-next = False
network.http.pipelining Set to true
network.http.pipelining.maxrequests Set to 8
network.http.max-connections Set to 96
network.http.max-connections-per-server Set to 32
network.http.max-persistent-connections-per-server Set to 8
network.http.pipelining.ssl Set to true
network.http.proxy.pipelining Set to true

Disable the following
dom.disable_window_open_feature.menubar
dom.disable_window_move_resize
dom.disable_window_open_feature.titlebar
dom.disable_window_open_feature.toolbar

Faster browse through tabs
browser.tabs.tabMinWidth = 75

Plug the Firefox memory hole
1. browser.cache.memory.enable and set the value to true, you can double click the entry to make it true.
2. Now, Right-click any where create a new entry by selecting New >> Integer and name it browser.cache.memory.capacity
3. Now enter the value according to the size of your RAM memory.
If you have:
256 MB of RAM, enter “4096”
512 MB of RAM, enter “8192”
1 GB of RAM, enter “16384”
And so on

Improve better rendering of the display: select New > Integer. Type content.notify.interval as your preference name, click OK, enter 500000 (that’s five hundred thousand, not fifty thousand) and click OK again. Right-click again in the window and select New > Boolean. This time create a value called content.notify.ontimer and set it to True to finish the job.

Improve loading of the image on the screen: right-click in the window and select New > Integer. Type content.switch.threshold, click OK, enter 250000 (a quarter of a second) and click OK to finish.

JavaScript security tweak
Set “javascript.options.jit.content” to “False”

Restart Firefox and you should have a better working browser next time you go surfing.
This list is the result of my research on the net. I'm not the author of the suggestions, so I'm not taking any credit for the settings. All I did is to put them into one place where people can easily go through them and edit the settings.

SUPPORT THIS SITE

If you like the content of my blog and would like to support my work, please consider a small donation.

Subscribe Now: Feed Icon