[CGUYS] Fwd: [Slashdot] Mac OS X Problem Puts Up a Block To IPv6

2010-05-06 Thread Fred Holmes
Fwd: [Slashdot] Stories for 2010-05-05

+--+
| Mac OS X Problem Puts Up a Block To IPv6  
   |
|   from the twenty-five-or-six-to-four dept.   
   |
|   posted by kdawson on Tuesday May 04, @17:50 (OS X)  
   |
|   
https://apple.slashdot.org/story/10/05/04/2029255/Mac-OS-X-Problem-Puts-Up-a-Block-To-IPv6
 |
+--+

An anonymous reader lets us know of an experiment conducted in Norway to
determine [0]real-world problems in using IPv6 today (Google translation;
[1]Norwegian original). "According to a Norwegian article in digi.no,
Redpill Linpro did an experiment with regard to IPv6 on one of the
largest online newspapers there (www.vg.no). They added a hidden iframe
that pointed to an IPv6-enabled domain to test real-life problems about
the reported IPv6 holes. The result was that mainly Mac OS X, older
versions of Opera, and a few Linux distributions exhibited problems. For
Mac OS X it took 75 seconds to time out before failing back to IPv4."
>From the [2]consultant's report: "Mac OS X has a problem in that it will
prefer 6to4-based IPv6 over IPv4-based connectivity, at least if its
local IPv4 address is an RFC 1918-based private address as commonly found
in NAT-ed home network environments. This is unfortunate, as 6to4 has
shown itself to be much less reliable than IPv4."

Discuss this story at:
http://apple.slashdot.org/comments.pl?sid=10/05/04/2029255

Links:
0. 
http://translate.google.com/translate?js=y&prev=_t&hl=en&ie=UTF-8&layout=1&eotf=1&u=http%3A%2F%2Fwww.digi.no%2F841728%2Fvg-og-a-pressen-over-paa-ipv6&sl=no&tl=en
1. http://www.digi.no/841728/vg-og-a-pressen-over-paa-ipv6
2. http://fud.no/ipv6/



*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*


Re: [CGUYS] webbugs in webmail?

2010-05-06 Thread John Duncan Yoyo
FWIW gmail does a good job of blocking spam.  Perhaps just forwarding his
mail to a gMail address will do the trick.

On Thu, May 6, 2010 at 7:34 PM, Reid Katan  wrote:

> Quoting tjpa :
>
>  On May 6, 2010, at 4:36 AM, Fred Jones wrote:
>>
>>> 1. If you load a Spam message in webmail to report it to Network
>>>  Solutions  won't any Webbugs identify the IP address and the  recipient of
>>> the Spam for future Spamming?
>>>
>>
>> Good question.
>>
>> If the mail client does not automatically display images -- so you have
>> to press a "Load images" button to see them -- that is a sign that it
>> is trying to block web bugs. If you don't click that button, or
>> anything in the email, you are probably not triggering web bugs. YMMV.
>>
>
> Also, spam is pretty easy to spot (most of the time) without opening it up.
>
>
>
> *
> **  List info, subscription management, list rules, archives, privacy  **
> **  policy, calmness, a member map, and more at http://www.cguys.org/  **
> *
>



-- 
John Duncan Yoyo
---o)


*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*


Re: [CGUYS] webbugs in webmail?

2010-05-06 Thread Reid Katan

Quoting tjpa :


On May 6, 2010, at 4:36 AM, Fred Jones wrote:
1. If you load a Spam message in webmail to report it to Network   
Solutions  won't any Webbugs identify the IP address and the   
recipient of the Spam for future Spamming?


Good question.

If the mail client does not automatically display images -- so you have
to press a "Load images" button to see them -- that is a sign that it
is trying to block web bugs. If you don't click that button, or
anything in the email, you are probably not triggering web bugs. YMMV.


Also, spam is pretty easy to spot (most of the time) without opening it up.


*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*


Re: [CGUYS] Converting mixed upper/lower case to all caps

2010-05-06 Thread David Turk
Thanks!

  david

David Turk
Manager, Preservation Imaging
Indiana Historical Society
450 W. Ohio St.
Indianapolis, IN  46202
dt...@indianahistory.org

From: Computer Guys Discussion List [computerguy...@listserv.aol.com] On Behalf 
Of Andy Gallant [a...@agallant.com]
Sent: Thursday, May 06, 2010 3:25 PM
To: COMPUTERGUYS-L@LISTSERV.AOL.COM
Subject: Re: [CGUYS] Converting mixed upper/lower case to all caps

Or use the command prompt, get a listing, build a batch file using
RENAME, and voila.  Here's a link with one example:
http://www.labnol.org/software/tutorials/rename-multiple-files-bulk-excel-googl-docs/2481/





On 5/6/2010 1:46 PM, mike wrote:
> Filemenu tools might do it, this app contains an advanced renamer tool.
>
> http://www.lopesoft.com/en/fmtools/info.html
>
> On Thu, May 6, 2010 at 10:36 AM, David Turkwrote:
>
>> Windows XP SP3
>>
>> I have several dozen files from outside sources, whose filenames don't
>> conform to our filename format.  They're a mix of upper&  lower case
>> letters, while our format uses all caps.  Is there some cut/paste trick I
>> can use to copy the filenames, then paste them as all caps?  tia.
>>
>>   david
>>
>> David Turk
>> Manager, Preservation Imaging Services
>> Indiana Historical Society
>> Eugene and Marilyn Glick Indiana History Center
>> 450 W. Ohio St.
>> Indianapolis, IN  46202
>> (317) 232-4592
>> dt...@indianahistory.org
>>
>> Discover the Indiana Experience, a New Way to Live History:
>> http://www.indianahistory.org/experience
>>


*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*


*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*


Re: [CGUYS] Converting mixed upper/lower case to all caps

2010-05-06 Thread Andy Gallant
Or use the command prompt, get a listing, build a batch file using 
RENAME, and voila.  Here's a link with one example: 
http://www.labnol.org/software/tutorials/rename-multiple-files-bulk-excel-googl-docs/2481/ 






On 5/6/2010 1:46 PM, mike wrote:

Filemenu tools might do it, this app contains an advanced renamer tool.

http://www.lopesoft.com/en/fmtools/info.html

On Thu, May 6, 2010 at 10:36 AM, David Turkwrote:


Windows XP SP3

I have several dozen files from outside sources, whose filenames don't
conform to our filename format.  They're a mix of upper&  lower case
letters, while our format uses all caps.  Is there some cut/paste trick I
can use to copy the filenames, then paste them as all caps?  tia.

  david

David Turk
Manager, Preservation Imaging Services
Indiana Historical Society
Eugene and Marilyn Glick Indiana History Center
450 W. Ohio St.
Indianapolis, IN  46202
(317) 232-4592
dt...@indianahistory.org

Discover the Indiana Experience, a New Way to Live History:
http://www.indianahistory.org/experience




*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*


Re: [CGUYS] Converting mixed upper/lower case to all caps

2010-05-06 Thread mike
Filemenu tools might do it, this app contains an advanced renamer tool.

http://www.lopesoft.com/en/fmtools/info.html

On Thu, May 6, 2010 at 10:36 AM, David Turk wrote:

> Windows XP SP3
>
> I have several dozen files from outside sources, whose filenames don't
> conform to our filename format.  They're a mix of upper & lower case
> letters, while our format uses all caps.  Is there some cut/paste trick I
> can use to copy the filenames, then paste them as all caps?  tia.
>
>  david
>
> David Turk
> Manager, Preservation Imaging Services
> Indiana Historical Society
> Eugene and Marilyn Glick Indiana History Center
> 450 W. Ohio St.
> Indianapolis, IN  46202
> (317) 232-4592
> dt...@indianahistory.org
>
> Discover the Indiana Experience, a New Way to Live History:
> http://www.indianahistory.org/experience
>
>
> *
> **  List info, subscription management, list rules, archives, privacy  **
> **  policy, calmness, a member map, and more at http://www.cguys.org/  **
> *
>


*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*


[CGUYS] Converting mixed upper/lower case to all caps

2010-05-06 Thread David Turk
Windows XP SP3

I have several dozen files from outside sources, whose filenames don't conform 
to our filename format.  They're a mix of upper & lower case letters, while our 
format uses all caps.  Is there some cut/paste trick I can use to copy the 
filenames, then paste them as all caps?  tia.

  david

David Turk
Manager, Preservation Imaging Services
Indiana Historical Society
Eugene and Marilyn Glick Indiana History Center
450 W. Ohio St.
Indianapolis, IN  46202
(317) 232-4592
dt...@indianahistory.org

Discover the Indiana Experience, a New Way to Live History:
http://www.indianahistory.org/experience


*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*


Re: [CGUYS] webbugs in webmail?

2010-05-06 Thread tjpa

On May 6, 2010, at 4:36 AM, Fred Jones wrote:
1. If you load a Spam message in webmail to report it to Network  
Solutions  won't any Webbugs identify the IP address and the  
recipient of the Spam for future Spamming?


Good question.

If the mail client does not automatically display images -- so you  
have to press a "Load images" button to see them -- that is a sign  
that it is trying to block web bugs. If you don't click that button,  
or anything in the email, you are probably not triggering web bugs.  
YMMV.



*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*


Re: [CGUYS] security softward - trendmicro - any information?

2010-05-06 Thread Stewart Marshall
I have already used this approach once  when someone got infected 
with this XP antivirus scam.


They are getting worse and will literally paralyze the system from 
doing anything, even in safe mode, so the only option is to run the boot disk.


These have all been windows XP systems.  Have not run into it yet with 7.

Stewart


At 11:18 AM 5/6/2010, you wrote:

On May 5, 2010, at 5:57 PM, Brian Jones wrote:

I was recently installing Trend Micro's AV for a customer when an
error occurred.  When tried to uninstall to start over, there was no
uninstall routine available. So I re-ran the install and got more
errors (different from the prior time).  I repeated the cycle and it
continued to get worse.


I have had similar problems with Notron and BitDefender. I suspect
that all antiviral software has to make itself hard to remove. If they
didn't the next virus that came along could easily uninstall it.  The
best defense is to not run defective OSs.

More and more I like the idea of periodically booting into Linux from
a CD and then running a virus scanner from there. BitDefender has such
a disk and it is free. It creates a RAM disk and downloads the latest
definitions. Then it runs against the inactive Windows drive. That
means it can bypass rootkits and other defenses that a virus could
have inserted into Windows.


*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*



*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*


Re: [CGUYS] security softward - trendmicro - any information?

2010-05-06 Thread tjpa

On May 5, 2010, at 5:57 PM, Brian Jones wrote:
I was recently installing Trend Micro's AV for a customer when an  
error occurred.  When tried to uninstall to start over, there was no  
uninstall routine available. So I re-ran the install and got more  
errors (different from the prior time).  I repeated the cycle and it  
continued to get worse.


I have had similar problems with Notron and BitDefender. I suspect  
that all antiviral software has to make itself hard to remove. If they  
didn't the next virus that came along could easily uninstall it.  The  
best defense is to not run defective OSs.


More and more I like the idea of periodically booting into Linux from  
a CD and then running a virus scanner from there. BitDefender has such  
a disk and it is free. It creates a RAM disk and downloads the latest  
definitions. Then it runs against the inactive Windows drive. That  
means it can bypass rootkits and other defenses that a virus could  
have inserted into Windows.



*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*


[CGUYS] webbugs in webmail?

2010-05-06 Thread Fred Jones
Hi Guys, 

I'm confused again and would appreciate any help... 

I have a friend who uses webmail via Network Solutions email. He asked me 
about Spam that he started getting about a month ago (mostly Viagra ED etc). 
I told him there isn't too much he can do to stop the Spam other than to use 
a good filter and to just ignore them. My friend called Network Solutions 
and the Tech told him to report the messages using their Spam Reporting 
feature in their webmail. My questions are; 

1. If you load a Spam message in webmail to report it to Network Solutions  
won't any Webbugs identify the IP address and the recipient of the Spam for 
future Spamming? 

The Network Solutions Tech told my friend that Webbugs would not work in 
their Webmail if the recipient did not reply to the message. 

2. Is the Network Solutions Tech correct in that Webmail is disabled in 
their Webmail? 

3. Is there any other way to report Spam to Network Solutions using Webmail? 


Thanks for any help!


*
**  List info, subscription management, list rules, archives, privacy  **
**  policy, calmness, a member map, and more at http://www.cguys.org/  **
*