RE: script SSID for wireless configs

2010-05-21 Thread Sam Cayze
Are they Dells?  I think you can with the Dell Wireless Utility (As
opposed to the built-in Windows utility).

The Dell utility can import/export configs.  Therefore, I bet there is a
way to script the import process.  Never done it, so it's just a hunch.
Fwiw.

 

Sam

 

 

From: Erik Goldoff [mailto:egold...@gmail.com] 
Sent: Friday, May 21, 2010 9:22 AM
To: NT System Admin Issues
Subject: script SSID for wireless configs

 

Quick question :

 

Scenario-agency has a wireless access point with SSID broadcast
disabled, so the SSID must be explicitly entered on each 'authorized'
wireless client.

 

Can this explicit entry of the SSID be scripted to automate across
multiple systems ???

 

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: Salary Comparison Help (UNCLASSIFIED)

2010-05-21 Thread Fogarty, Richard R Mr CTR USA USASOC USA
Ft Bragg, NC

 

From: Kent, Larry CTR US USA [mailto:larry.k...@us.army.mil] 
Sent: Friday, May 21, 2010 4:49 PM
To: NT System Admin Issues
Subject: [AKO Warning - Message fails DKIM verification] RE: [AKO Warning -
Message fails DKIM verification] Salary Comparison Help (UNCLASSIFIED)

 

Classification: UNCLASSIFIED
Caveats: FOUO

Where is your area?

 

From: Fogarty, Richard R Mr CTR USA USASOC USA
[mailto:rick.foga...@us.army.mil] 
Sent: Friday, May 21, 2010 11:18 AM
To: NT System Admin Issues
Subject: [AKO Warning - Message fails DKIM verification] Salary Comparison
Help

 

We're getting ready to rebid our IT contract.  My position is considered a
senior/critical position and am getting several offers from competitors for
the rebid.  The boss came to me and asked what it would take to keep me here
for the next 7 months in addition to include any position that I wanted in
the new contract if I wanted to stay.  So, I'd like to ensure I have the
right ranges so 1.) I don't underbid myself, and 2.) don't embarrass myself
with some outrageous figures.

 

I'd like to be able to back up my request just in case.

Does anyone know of a salary comparison web site that I can get some metrics
for our area?

 

rick 

 

 

Classification: UNCLASSIFIED
Caveats: FOUO

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: script SSID for wireless configs

2010-05-21 Thread Micheal Espinola Jr
Your safety with WPA2 varies a bit based on the protocol used (TKIP or
AES).  TKIP uses WEP mechanisms, and you maintain that WEP exposure if you
use it with WPA2.  For true WPA2 security, you need to use AES.

The configuration of some devices is deceptive when it lets you use WPA2
with TKIP.

--
ME2


On Fri, May 21, 2010 at 2:53 PM, Murray Freeman  wrote:

> Ben, that explains things better. My password is 15 characters long
> withalpha, numbers and special characters, so I guess I'm reasonably
> secure.
>
> Thanks for the explanation
>
>
> Murray
>
>
> -Original Message-
> From: Ben Scott [mailto:mailvor...@gmail.com]
> Sent: Friday, May 21, 2010 4:47 PM
> To: NT System Admin Issues
> Subject: Re: script SSID for wireless configs
>
> On Fri, May 21, 2010 at 3:27 PM, Murray Freeman 
> wrote:
> > So you are telling me that there are tools that can see something that
>
> > isn't being broadcast?
>
>  It's still being broadcast.
>
>  Normally, a wifi AP periodically transmits a "beacon frame"
> containing the SSID.  Member nodes continuously listen for beacon
> frames.  By doing so, they build up that list of local wifi networks.
> You have told your AP not to transmit those beacon frames, so you won't
> show up in said list.
>
>  But in order to participate in a wifi network, member nodes must
> locate and associate with your AP.  That is done in the clear.  For
> example, suppose your network is named "ALANET".  Your laptop has to
> first ask, "Are you there, 'ALANET'?"  Your AP will then say, "Yes, I am
> 'ALANET'."  They then proceed to negotiate encryption.
>
>  All wifi receivers in the area will get those transmissions.
> Normally, other nodes will ignore your transmissions as unrelated.
> But sniffer tools will show the contents of those frames, or even
> present a list of them.
>
> On Fri, May 21, 2010 at 3:47 PM, Murray Freeman 
> wrote:
> > ... the rest of the neighborhood are broadcasting and several use
> > their family name. I'm going to assume that they would tend to draw
> > the hackers more than my "unknown" wifi, and most of them are WPA
> whereas I'm WPA2.
>
>  That depends.  For someone just looking for a free Internet
> connection, yes, they will prolly go after the open networks.  But some
> people see things like a so-called "hidden SSID" as a challenge.
> It's more "fun" to go after such targets.
>
>  I am told that WPA2 is generally regarded as cryptographically strong,
> though.  So unless there's some kind of unpublished attack happening,
> you're probabbly in good shape.  Unless you have a weak secret, of
> course.  If your WPA2 key is something like "password", "swordfish",
> "12345", "letmein", or your SSID, then you could be in trouble.
>
> -- Ben
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
>   ~
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: Firewall for small biz

2010-05-21 Thread Ben Scott
On Thu, May 20, 2010 at 1:43 PM, David Lum  wrote:
> I have a 17-user client (one SBS server, same one discussed with the PE840)
> with a 5+yr old SonicWALL SOHO firewall and I believe it’s time to upgrade
> them to something more current. They used to VPN but have found SBS remote
> access much faster.
>
> What kinds of things should I look for in a new workgroup firewall?

  It really depends on what you're looking to have it do, and the expected load.

  Say it's a typical consumer Internet connection (cable, DSL, etc.),
and all they're doing is web surfing and email and remote access, and
they're using SBS to remote in, and they're not looking for any kind
of filtering, deep inspection, intrusion detection, etc.  In that
case, you could use an old PC running "free" firewall "appliance"
software like IPcop, pfsense, etc.  Or a SOHO gateway running
third-party firmware like DD-WRT.

  If you're looking for more advanced features... tell us what you're
looking for.  :-)

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~



RE: Holy PAC-MAN Batman!

2010-05-21 Thread Alex Eckelberry
http://sunbeltblog.blogspot.com/2010/05/virus-is-attacking-my-computer.html


From: Richard Stovall [mailto:rich...@gmail.com]
Sent: Friday, May 21, 2010 11:00 AM
To: NT System Admin Issues
Subject: Holy PAC-MAN Batman!

Is anyone else getting a playable PAC-MAN on the Google home page?





~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: script SSID for wireless configs

2010-05-21 Thread Kurt Buff
On Fri, May 21, 2010 at 15:08, Ben Scott  wrote:
> On Fri, May 21, 2010 at 2:23 PM, Micheal Espinola Jr
>  wrote:
>> And with that, let the soapboxing begin...
>
>  On that note:
>
>  It is important to remember that wireless is inherently a broadcast
> medium.  So everyone around you is always receiving *everything* you
> transmit.  What matters is how you protect what you transmit.  :)
>
>  It's like a bunch of people standing in a room together.  If you
> say, "Hey, Ben, your shoe is untied", most other people in the room
> aren't going to bend down to tie their shoes, too.  But they'll still
> hear what you said to me.  That is what things like "hidden" SSIDs and
> MAC address filtering do.
>
>  If you say, "Hey, Ben, seven six two three nine four eight five one
> nine six", everyone again knows you said something to me, but they
> don't know *what* unless they know the code.  That is encryption.
>
> -- Ben

What about "eight six seven five three zero nine"?

Hm? Is that encryption?

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~



Re: DNS Cache - Do you ever clean it up?

2010-05-21 Thread Ben Scott
On Fri, May 21, 2010 at 2:35 PM, Free, Bob  wrote:
> If you have any Adobe crap it’s now a weekly reboot….who was that who wins
> again? Certainly not us.

  Adobe Flash.  Adobe Acrobat.  Adobe Shockwave.  Sun Java.  Apple QuickTime.

  Tell me again how lucky we are to have all the latest technology?  ;-)

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~



Re: script SSID for wireless configs

2010-05-21 Thread Ben Scott
On Fri, May 21, 2010 at 2:23 PM, Micheal Espinola Jr
 wrote:
> And with that, let the soapboxing begin...

  On that note:

  It is important to remember that wireless is inherently a broadcast
medium.  So everyone around you is always receiving *everything* you
transmit.  What matters is how you protect what you transmit.  :)

  It's like a bunch of people standing in a room together.  If you
say, "Hey, Ben, your shoe is untied", most other people in the room
aren't going to bend down to tie their shoes, too.  But they'll still
hear what you said to me.  That is what things like "hidden" SSIDs and
MAC address filtering do.

  If you say, "Hey, Ben, seven six two three nine four eight five one
nine six", everyone again knows you said something to me, but they
don't know *what* unless they know the code.  That is encryption.

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


RE: SQL 2008 R2 Failover Clustering

2010-05-21 Thread Brian Desmond
I think I had to create it but I could be remembering bad. Maybe I was actually 
on SQL 2008. Setup will tell you if you need it. The yeah was to the cluster 
resource part - you just go create an MSDTC resource in there and it's happy.

Thanks,
Brian Desmond
br...@briandesmond.com

c   - 312.731.3132

From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Friday, May 21, 2010 5:05 PM
To: NT System Admin Issues
Subject: RE: SQL 2008 R2 Failover Clustering

Yeah... It does?  Yeah It doesn't?

--

Bob Fronk
b...@btrfronk.com

From: Brian Desmond [mailto:br...@briandesmond.com]
Sent: Friday, May 21, 2010 6:04 PM
To: NT System Admin Issues
Subject: RE: SQL 2008 R2 Failover Clustering

Yeah

Thanks,
Brian Desmond
br...@briandesmond.com

c   - 312.731.3132

From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Friday, May 21, 2010 5:04 PM
To: NT System Admin Issues
Subject: RE: SQL 2008 R2 Failover Clustering

I thought I read that SQL2K8 R2 didn't need the MSDTC.  If it still does, do I 
just set it up as a clustered service?

--

Bob Fronk
b...@btrfronk.com

From: Brian Desmond [mailto:br...@briandesmond.com]
Sent: Friday, May 21, 2010 5:07 PM
To: NT System Admin Issues
Subject: RE: SQL 2008 R2 Failover Clustering

Only thing IIRC you need an MSDTC resource. You toss it on the same drive as 
your quorum LUN if you want and you should be fine.

Thanks,
Brian Desmond
br...@briandesmond.com

c   - 312.731.3132

From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Friday, May 21, 2010 3:52 PM
To: NT System Admin Issues
Subject: SQL 2008 R2 Failover Clustering

This is my first journey into SQL clustering.  I have setup several stand-alone 
SQL servers, but none are clustered, mirrored, etc.

I am setting up the SQL backend to what will be a SharePoint Farm.

To this point, there are two hardware identical servers (W2K8 Ent R2 64bit) 
configured with external shared storage. The shared storage has been configured 
in multiple volumes to house transaction logs, database(s), etc.  The two 
servers are configured as MS Failover Cluster, tested and failover functions, 
although no applications or services are configured at this point.

>From what I gather from reading several MS articles, I can now run the SQL2K8 
>R2 setup on each member of the cluster, selecting option to install a failover 
>node on the first server, and then add a failover node on the second server.  
>I have run the configuration checker and everything passes.

Experiences and recommendations from the group are appreciated.

Thanks

BF






















~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: SQL 2008 R2 Failover Clustering

2010-05-21 Thread Bob Fronk
Yeah... It does?  Yeah It doesn't?

--

Bob Fronk
b...@btrfronk.com

From: Brian Desmond [mailto:br...@briandesmond.com]
Sent: Friday, May 21, 2010 6:04 PM
To: NT System Admin Issues
Subject: RE: SQL 2008 R2 Failover Clustering

Yeah

Thanks,
Brian Desmond
br...@briandesmond.com

c   - 312.731.3132

From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Friday, May 21, 2010 5:04 PM
To: NT System Admin Issues
Subject: RE: SQL 2008 R2 Failover Clustering

I thought I read that SQL2K8 R2 didn't need the MSDTC.  If it still does, do I 
just set it up as a clustered service?

--

Bob Fronk
b...@btrfronk.com

From: Brian Desmond [mailto:br...@briandesmond.com]
Sent: Friday, May 21, 2010 5:07 PM
To: NT System Admin Issues
Subject: RE: SQL 2008 R2 Failover Clustering

Only thing IIRC you need an MSDTC resource. You toss it on the same drive as 
your quorum LUN if you want and you should be fine.

Thanks,
Brian Desmond
br...@briandesmond.com

c   - 312.731.3132

From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Friday, May 21, 2010 3:52 PM
To: NT System Admin Issues
Subject: SQL 2008 R2 Failover Clustering

This is my first journey into SQL clustering.  I have setup several stand-alone 
SQL servers, but none are clustered, mirrored, etc.

I am setting up the SQL backend to what will be a SharePoint Farm.

To this point, there are two hardware identical servers (W2K8 Ent R2 64bit) 
configured with external shared storage. The shared storage has been configured 
in multiple volumes to house transaction logs, database(s), etc.  The two 
servers are configured as MS Failover Cluster, tested and failover functions, 
although no applications or services are configured at this point.

>From what I gather from reading several MS articles, I can now run the SQL2K8 
>R2 setup on each member of the cluster, selecting option to install a failover 
>node on the first server, and then add a failover node on the second server.  
>I have run the configuration checker and everything passes.

Experiences and recommendations from the group are appreciated.

Thanks

BF


















~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: SQL 2008 R2 Failover Clustering

2010-05-21 Thread Brian Desmond
Yeah

Thanks,
Brian Desmond
br...@briandesmond.com

c   - 312.731.3132

From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Friday, May 21, 2010 5:04 PM
To: NT System Admin Issues
Subject: RE: SQL 2008 R2 Failover Clustering

I thought I read that SQL2K8 R2 didn't need the MSDTC.  If it still does, do I 
just set it up as a clustered service?

--

Bob Fronk
b...@btrfronk.com

From: Brian Desmond [mailto:br...@briandesmond.com]
Sent: Friday, May 21, 2010 5:07 PM
To: NT System Admin Issues
Subject: RE: SQL 2008 R2 Failover Clustering

Only thing IIRC you need an MSDTC resource. You toss it on the same drive as 
your quorum LUN if you want and you should be fine.

Thanks,
Brian Desmond
br...@briandesmond.com

c   - 312.731.3132

From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Friday, May 21, 2010 3:52 PM
To: NT System Admin Issues
Subject: SQL 2008 R2 Failover Clustering

This is my first journey into SQL clustering.  I have setup several stand-alone 
SQL servers, but none are clustered, mirrored, etc.

I am setting up the SQL backend to what will be a SharePoint Farm.

To this point, there are two hardware identical servers (W2K8 Ent R2 64bit) 
configured with external shared storage. The shared storage has been configured 
in multiple volumes to house transaction logs, database(s), etc.  The two 
servers are configured as MS Failover Cluster, tested and failover functions, 
although no applications or services are configured at this point.

>From what I gather from reading several MS articles, I can now run the SQL2K8 
>R2 setup on each member of the cluster, selecting option to install a failover 
>node on the first server, and then add a failover node on the second server.  
>I have run the configuration checker and everything passes.

Experiences and recommendations from the group are appreciated.

Thanks

BF














~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: SQL 2008 R2 Failover Clustering

2010-05-21 Thread Bob Fronk
I thought I read that SQL2K8 R2 didn't need the MSDTC.  If it still does, do I 
just set it up as a clustered service?

--

Bob Fronk
b...@btrfronk.com

From: Brian Desmond [mailto:br...@briandesmond.com]
Sent: Friday, May 21, 2010 5:07 PM
To: NT System Admin Issues
Subject: RE: SQL 2008 R2 Failover Clustering

Only thing IIRC you need an MSDTC resource. You toss it on the same drive as 
your quorum LUN if you want and you should be fine.

Thanks,
Brian Desmond
br...@briandesmond.com

c   - 312.731.3132

From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Friday, May 21, 2010 3:52 PM
To: NT System Admin Issues
Subject: SQL 2008 R2 Failover Clustering

This is my first journey into SQL clustering.  I have setup several stand-alone 
SQL servers, but none are clustered, mirrored, etc.

I am setting up the SQL backend to what will be a SharePoint Farm.

To this point, there are two hardware identical servers (W2K8 Ent R2 64bit) 
configured with external shared storage. The shared storage has been configured 
in multiple volumes to house transaction logs, database(s), etc.  The two 
servers are configured as MS Failover Cluster, tested and failover functions, 
although no applications or services are configured at this point.

>From what I gather from reading several MS articles, I can now run the SQL2K8 
>R2 setup on each member of the cluster, selecting option to install a failover 
>node on the first server, and then add a failover node on the second server.  
>I have run the configuration checker and everything passes.

Experiences and recommendations from the group are appreciated.

Thanks

BF










~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: script SSID for wireless configs

2010-05-21 Thread Ben Scott
On Fri, May 21, 2010 at 4:15 PM, Ziots, Edward  wrote:
> Both of my wireless net’s are private and hidden MAC filtered and
> firewalled. Using 802.11 N MIMO. Works like a charm, but its fun to see how
> many in the neighborhood that aren’t.

  The problem with MAC restrictions is that MAC addresses are
transmitted cleartext.  So if an attacker tries to connect but gets no
response from the AP, but does see other nodes talking to the AP, they
can easily deduce that you are filtering by MAC.  So they note which
MAC addresses are working, wait for one of them to go away, then spoof
that MAC and continue.

  Sure, it will keep out the casual home users.  But so will just
using WPA2.  Or even WEP.

  For home or other casual use, I say just use WPA2 with a strong
passphrase.  That lets you easily get on the network, and you can
easily let your guest on the network.  WPA2 is believed to be
cryptographically sound.  As long as that holds, it will keep out both
a casual intruder (e.g., neighbor looking to mooch Internet) and a
determined attacker.  Anything else is just more work with no apparent
gain.

  For corporate use, I recommend requiring a PKI VPN to get past the
first IP gateway.  Ideally, require two-factor authentication for the
VPN.  Firewall out anything else.  Use link layer security if you
want, or not.  If someone does connect to the wifi net without
authorization, they won't be able to sniff or connect to anything
useful.  I trust a good VPN a lot more than I trust most wireless
equipment manufacturers.

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~



RE: script SSID for wireless configs

2010-05-21 Thread Murray Freeman
Ben, that explains things better. My password is 15 characters long
withalpha, numbers and special characters, so I guess I'm reasonably
secure.

Thanks for the explanation 


Murray 


-Original Message-
From: Ben Scott [mailto:mailvor...@gmail.com] 
Sent: Friday, May 21, 2010 4:47 PM
To: NT System Admin Issues
Subject: Re: script SSID for wireless configs

On Fri, May 21, 2010 at 3:27 PM, Murray Freeman 
wrote:
> So you are telling me that there are tools that can see something that

> isn't being broadcast?

  It's still being broadcast.

  Normally, a wifi AP periodically transmits a "beacon frame"
containing the SSID.  Member nodes continuously listen for beacon
frames.  By doing so, they build up that list of local wifi networks.
You have told your AP not to transmit those beacon frames, so you won't
show up in said list.

  But in order to participate in a wifi network, member nodes must
locate and associate with your AP.  That is done in the clear.  For
example, suppose your network is named "ALANET".  Your laptop has to
first ask, "Are you there, 'ALANET'?"  Your AP will then say, "Yes, I am
'ALANET'."  They then proceed to negotiate encryption.

  All wifi receivers in the area will get those transmissions.
Normally, other nodes will ignore your transmissions as unrelated.
But sniffer tools will show the contents of those frames, or even
present a list of them.

On Fri, May 21, 2010 at 3:47 PM, Murray Freeman 
wrote:
> ... the rest of the neighborhood are broadcasting and several use 
> their family name. I'm going to assume that they would tend to draw 
> the hackers more than my "unknown" wifi, and most of them are WPA
whereas I'm WPA2.

  That depends.  For someone just looking for a free Internet
connection, yes, they will prolly go after the open networks.  But some
people see things like a so-called "hidden SSID" as a challenge.
It's more "fun" to go after such targets.

  I am told that WPA2 is generally regarded as cryptographically strong,
though.  So unless there's some kind of unpublished attack happening,
you're probabbly in good shape.  Unless you have a weak secret, of
course.  If your WPA2 key is something like "password", "swordfish",
"12345", "letmein", or your SSID, then you could be in trouble.

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~
  ~

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~



Re: script SSID for wireless configs

2010-05-21 Thread Ben Scott
On Fri, May 21, 2010 at 3:27 PM, Murray Freeman  wrote:
> So you are telling me that there are tools that can see something that isn't
> being broadcast?

  It's still being broadcast.

  Normally, a wifi AP periodically transmits a "beacon frame"
containing the SSID.  Member nodes continuously listen for beacon
frames.  By doing so, they build up that list of local wifi networks.
You have told your AP not to transmit those beacon frames, so you
won't show up in said list.

  But in order to participate in a wifi network, member nodes must
locate and associate with your AP.  That is done in the clear.  For
example, suppose your network is named "ALANET".  Your laptop has to
first ask, "Are you there, 'ALANET'?"  Your AP will then say, "Yes, I
am 'ALANET'."  They then proceed to negotiate encryption.

  All wifi receivers in the area will get those transmissions.
Normally, other nodes will ignore your transmissions as unrelated.
But sniffer tools will show the contents of those frames, or even
present a list of them.

On Fri, May 21, 2010 at 3:47 PM, Murray Freeman  wrote:
> ... the rest of the neighborhood are broadcasting and several use their
> family name. I'm going to assume that they would tend to draw the hackers
> more than my "unknown" wifi, and most of them are WPA whereas I'm WPA2.

  That depends.  For someone just looking for a free Internet
connection, yes, they will prolly go after the open networks.  But
some people see things like a so-called "hidden SSID" as a challenge.
It's more "fun" to go after such targets.

  I am told that WPA2 is generally regarded as cryptographically
strong, though.  So unless there's some kind of unpublished attack
happening, you're probabbly in good shape.  Unless you have a weak
secret, of course.  If your WPA2 key is something like "password",
"swordfish", "12345", "letmein", or your SSID, then you could be in
trouble.

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


RE: SQL 2008 R2 Failover Clustering

2010-05-21 Thread Brian Desmond
It needs a LUN so if you don't want to carve off a gig for 5 megs of stuff. 
I've separated them too although I think last time I failed to remember to ask 
for the second 1 gig lun so that was my solution.

Thanks,
Brian Desmond
br...@briandesmond.com

c   - 312.731.3132

From: Michael B. Smith [mailto:mich...@smithcons.com]
Sent: Friday, May 21, 2010 4:16 PM
To: NT System Admin Issues
Subject: RE: SQL 2008 R2 Failover Clustering

I've always separated them, but that's right, that's it.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Brian Desmond [mailto:br...@briandesmond.com]
Sent: Friday, May 21, 2010 5:07 PM
To: NT System Admin Issues
Subject: RE: SQL 2008 R2 Failover Clustering

Only thing IIRC you need an MSDTC resource. You toss it on the same drive as 
your quorum LUN if you want and you should be fine.

Thanks,
Brian Desmond
br...@briandesmond.com

c   - 312.731.3132

From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Friday, May 21, 2010 3:52 PM
To: NT System Admin Issues
Subject: SQL 2008 R2 Failover Clustering

This is my first journey into SQL clustering.  I have setup several stand-alone 
SQL servers, but none are clustered, mirrored, etc.

I am setting up the SQL backend to what will be a SharePoint Farm.

To this point, there are two hardware identical servers (W2K8 Ent R2 64bit) 
configured with external shared storage. The shared storage has been configured 
in multiple volumes to house transaction logs, database(s), etc.  The two 
servers are configured as MS Failover Cluster, tested and failover functions, 
although no applications or services are configured at this point.

>From what I gather from reading several MS articles, I can now run the SQL2K8 
>R2 setup on each member of the cluster, selecting option to install a failover 
>node on the first server, and then add a failover node on the second server.  
>I have run the configuration checker and everything passes.

Experiences and recommendations from the group are appreciated.

Thanks

BF














~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: SQL 2008 R2 Failover Clustering

2010-05-21 Thread Michael B. Smith
I've always separated them, but that's right, that's it.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Brian Desmond [mailto:br...@briandesmond.com]
Sent: Friday, May 21, 2010 5:07 PM
To: NT System Admin Issues
Subject: RE: SQL 2008 R2 Failover Clustering

Only thing IIRC you need an MSDTC resource. You toss it on the same drive as 
your quorum LUN if you want and you should be fine.

Thanks,
Brian Desmond
br...@briandesmond.com

c   - 312.731.3132

From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Friday, May 21, 2010 3:52 PM
To: NT System Admin Issues
Subject: SQL 2008 R2 Failover Clustering

This is my first journey into SQL clustering.  I have setup several stand-alone 
SQL servers, but none are clustered, mirrored, etc.

I am setting up the SQL backend to what will be a SharePoint Farm.

To this point, there are two hardware identical servers (W2K8 Ent R2 64bit) 
configured with external shared storage. The shared storage has been configured 
in multiple volumes to house transaction logs, database(s), etc.  The two 
servers are configured as MS Failover Cluster, tested and failover functions, 
although no applications or services are configured at this point.

>From what I gather from reading several MS articles, I can now run the SQL2K8 
>R2 setup on each member of the cluster, selecting option to install a failover 
>node on the first server, and then add a failover node on the second server.  
>I have run the configuration checker and everything passes.

Experiences and recommendations from the group are appreciated.

Thanks

BF










~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: script SSID for wireless configs

2010-05-21 Thread Micheal Espinola Jr
Well, thats the kicker:  Define "casual".  You mean on an open network?
Sure.  Passworded by any level of security goes beyond casual at that point,
and is an attack.  The tools and info are all over the Internet.
Obfuscation does you nothing, but give a false sense of security.

The article that Carl posted is a good read.  For those curious, consider
this quote:

While this is commonly viewed as a mechanism to improve the security of the
> WLAN and is a recommended best-practice by the PCI Data Security Standard,
> [SSID's] can reduce the effective security of the WLAN.
>

--
ME2


On Fri, May 21, 2010 at 1:28 PM, Erik Goldoff  wrote:

>  The takeaway here is that turning off the SSID broadcast should never be
> the **only** security measure because in and of itself, it only provides a
> false sense of security, and keeps out only the most casual .
>
>
>
> *Erik Goldoff***
>
> *IT  Consultant*
>
> *Systems, Networks, & Security *
>
> '  Security is an ongoing process, not a one time event ! '
>
> *From:* Murray Freeman [mailto:mfree...@alanet.org]
> *Sent:* Friday, May 21, 2010 3:48 PM
>
> *To:* NT System Admin Issues
> *Subject:* RE: script SSID for wireless configs
>
>
>
> Thanks Micheal, that clears it up somewhat. It sounds to me that with the
> number of wifi's in my neighborhood, I don't have to be very concerned
> because the rest of the neighborhood are broadcasting and several use their
> family name. I'm going to assume that they would tend to draw the hackers
> more than my "unknown" wifi, and most of them are WPA whereas I'm WPA2.
>
>
>
> Thanks again.
>
>
>
> *Murray *
>
>
>
>
>  --
>
> *From:* Micheal Espinola Jr [mailto:michealespin...@gmail.com]
> *Sent:* Friday, May 21, 2010 2:34 PM
>
> *To:* NT System Admin Issues
> *Subject:* Re: script SSID for wireless configs
>
> Technically speaking, its not that it isnt "broadcasted".  It's not
> "advertised" in the packets.  This is a good short summary:
>
>
>
> http://en.wikipedia.org/wiki/Service_set_%28802.11_network%29#Security_of_Broadcasting_SSID
>
> --
> ME2
>
>  On Fri, May 21, 2010 at 12:27 PM, Murray Freeman 
> wrote:
>
> So you are telling me that there are tools that can see something that
> isn't being broadcast? I'm having trouble with that concept. If I tturn off
> the power altogether, can these"tools" see my wifi? If the broadcast is shut
> off, how is it broadcasting? Finally, if these tools can see my SSID, can
> they also see the unencrypted password? I can tell you that Inssider tells
> me a lot about the wifi's it picks up including it's mac address along with
> the manufacturer of the wifi, and the channel in use. But my SSID displays
> as unknown. Either wifi is completely unsecure or it isn't. Please explain!
>
>
>
> *Murray *
>
>
>
>
>  --
>
> *From:* Micheal Espinola Jr [mailto:michealespin...@gmail.com]
> *Sent:* Friday, May 21, 2010 1:23 PM
>
>
> *To:* NT System Admin Issues
>
> *Subject:* Re: script SSID for wireless configs
>
> Its false security.  Mainly because anyone capable of hacking your network
> can see your SSID with their toolset (its still out there in the ether).
>
> Obscurity != Security
>
> And with that, let the soapboxing begin...
>
> --
> ME2
>
>On Fri, May 21, 2010 at 10:43 AM, Murray Freeman 
> wrote:
>
> I've been "lurking" on this topic, and I have a couple of questions. First,
> I have a wifi at home and I have the radio broadcast turned off. I'm using
> INSSIDER software to look around my neighborhood from time to time. My SSID
> shows up as "unknown". Obviously I have no problem connecting and if someone
> who has never connected previously comes over, I help them by telling them
> the SSID and password to connect. The next time they come over, they connect
> automatically. So, my questions. First, even if you know my SSID, you need
> to know my password or you're not going to connect. I figure that without
> the SSID, it is even more difficult for a stranger to connect. Oh, I'm using
> WPA2 security. I know I could use MAC filtering, but I'm comfortable that
> I'm secure enough. Can you guys explain to me how having the radio broadcast
> turned off makes the security lessened?
>
>
>
> *Murray *
>
>
>
>
>  --
>
> *From:* Erik Goldoff [mailto:egold...@gmail.com]
>
> *Sent:* Friday, May 21, 2010 12:01 PM
>
>
> *To:* NT System Admin Issues
> *Subject:* RE: script SSID for wireless configs
>
>
>
>
>
> No real input as their decisions are already made, but like I said, they
> are depending solely on non-broadcast of the SSID as their ‘security’, they
> do have other proper measures in place.
>
> *Erik Goldoff*
>
> *IT  Consultant*
>
> *Systems, Networks, & Security *
>
> '  Security is an ongoing process, not a one time event ! '
>
> *From:* Carl Houseman [mailto:c.house...@gmail.com]
> *Sent:* Friday, May 21, 2010 11:55 AM
> *To:* NT System Admin Issues
> *Subject:* RE: script SSID for wireless configs
>
>
>
>

RE: SQL 2008 R2 Failover Clustering

2010-05-21 Thread Brian Desmond
Only thing IIRC you need an MSDTC resource. You toss it on the same drive as 
your quorum LUN if you want and you should be fine.

Thanks,
Brian Desmond
br...@briandesmond.com

c   - 312.731.3132

From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Friday, May 21, 2010 3:52 PM
To: NT System Admin Issues
Subject: SQL 2008 R2 Failover Clustering

This is my first journey into SQL clustering.  I have setup several stand-alone 
SQL servers, but none are clustered, mirrored, etc.

I am setting up the SQL backend to what will be a SharePoint Farm.

To this point, there are two hardware identical servers (W2K8 Ent R2 64bit) 
configured with external shared storage. The shared storage has been configured 
in multiple volumes to house transaction logs, database(s), etc.  The two 
servers are configured as MS Failover Cluster, tested and failover functions, 
although no applications or services are configured at this point.

>From what I gather from reading several MS articles, I can now run the SQL2K8 
>R2 setup on each member of the cluster, selecting option to install a failover 
>node on the first server, and then add a failover node on the second server.  
>I have run the configuration checker and everything passes.

Experiences and recommendations from the group are appreciated.

Thanks

BF






~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: SQL 2008 R2 Failover Clustering

2010-05-21 Thread Brian Desmond
That's pretty much it. They've made it fairly painless actually. I did it a few 
months ago for the first time since SQL 2000 and it was quite straightforward.

Thanks,
Brian Desmond
br...@briandesmond.com

c   - 312.731.3132

From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Friday, May 21, 2010 3:52 PM
To: NT System Admin Issues
Subject: SQL 2008 R2 Failover Clustering

This is my first journey into SQL clustering.  I have setup several stand-alone 
SQL servers, but none are clustered, mirrored, etc.

I am setting up the SQL backend to what will be a SharePoint Farm.

To this point, there are two hardware identical servers (W2K8 Ent R2 64bit) 
configured with external shared storage. The shared storage has been configured 
in multiple volumes to house transaction logs, database(s), etc.  The two 
servers are configured as MS Failover Cluster, tested and failover functions, 
although no applications or services are configured at this point.

>From what I gather from reading several MS articles, I can now run the SQL2K8 
>R2 setup on each member of the cluster, selecting option to install a failover 
>node on the first server, and then add a failover node on the second server.  
>I have run the configuration checker and everything passes.

Experiences and recommendations from the group are appreciated.

Thanks

BF






~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

SQL 2008 R2 Failover Clustering

2010-05-21 Thread Bob Fronk
This is my first journey into SQL clustering.  I have setup several stand-alone 
SQL servers, but none are clustered, mirrored, etc.

I am setting up the SQL backend to what will be a SharePoint Farm.

To this point, there are two hardware identical servers (W2K8 Ent R2 64bit) 
configured with external shared storage. The shared storage has been configured 
in multiple volumes to house transaction logs, database(s), etc.  The two 
servers are configured as MS Failover Cluster, tested and failover functions, 
although no applications or services are configured at this point.

>From what I gather from reading several MS articles, I can now run the SQL2K8 
>R2 setup on each member of the cluster, selecting option to install a failover 
>node on the first server, and then add a failover node on the second server.  
>I have run the configuration checker and everything passes.

Experiences and recommendations from the group are appreciated.

Thanks

BF


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: [AKO Warning - Message fails DKIM verification] Salary Comparison Help (UNCLASSIFIED)

2010-05-21 Thread Kent, Larry CTR US USA
Classification: UNCLASSIFIED
Caveats: FOUO

Where is your area?

 

From: Fogarty, Richard R Mr CTR USA USASOC USA
[mailto:rick.foga...@us.army.mil] 
Sent: Friday, May 21, 2010 11:18 AM
To: NT System Admin Issues
Subject: [AKO Warning - Message fails DKIM verification] Salary
Comparison Help

 

We're getting ready to rebid our IT contract.  My position is considered
a senior/critical position and am getting several offers from
competitors for the rebid.  The boss came to me and asked what it would
take to keep me here for the next 7 months in addition to include any
position that I wanted in the new contract if I wanted to stay.  So, I'd
like to ensure I have the right ranges so 1.) I don't underbid myself,
and 2.) don't embarrass myself with some outrageous figures.

 

I'd like to be able to back up my request just in case.

Does anyone know of a salary comparison web site that I can get some
metrics for our area?

 

rick 

 

 

Classification: UNCLASSIFIED
Caveats: FOUO


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Permissions

2010-05-21 Thread Glen Johnson
I will be upgrading two servers soon to win 08 R2 from win 08.  Both servers 
support 08 R2.
Both servers hold dfs roots, and shared folders.  DFS is not replicated.
Am I correct in thinking that all I should have to do afterwards is re-create 
the DFS structure and re-share the folders and life will be good.
The file shares are on a D drive so the OS upgrade shouldn't touch the 
individual folder permissions?
I'm hoping this is the case to minimize down time.
I will have backups, just in case.
Any advice or links appreciated.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~



RE: script SSID for wireless configs

2010-05-21 Thread Erik Goldoff
The takeaway here is that turning off the SSID broadcast should never be the
*only* security measure because in and of itself, it only provides a false
sense of security, and keeps out only the most casual .

 

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '

From: Murray Freeman [mailto:mfree...@alanet.org] 
Sent: Friday, May 21, 2010 3:48 PM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

Thanks Micheal, that clears it up somewhat. It sounds to me that with the
number of wifi's in my neighborhood, I don't have to be very concerned
because the rest of the neighborhood are broadcasting and several use their
family name. I'm going to assume that they would tend to draw the hackers
more than my "unknown" wifi, and most of them are WPA whereas I'm WPA2. 

 

Thanks again.

 

Murray 

 

 

  _  

From: Micheal Espinola Jr [mailto:michealespin...@gmail.com] 
Sent: Friday, May 21, 2010 2:34 PM
To: NT System Admin Issues
Subject: Re: script SSID for wireless configs

Technically speaking, its not that it isnt "broadcasted".  It's not
"advertised" in the packets.  This is a good short summary:

 
http://en.wikipedia.org/wiki/Service_set_%28802.11_network%29#Security_of_Br
oadcasting_SSID

--
ME2



On Fri, May 21, 2010 at 12:27 PM, Murray Freeman 
wrote:

So you are telling me that there are tools that can see something that isn't
being broadcast? I'm having trouble with that concept. If I tturn off the
power altogether, can these"tools" see my wifi? If the broadcast is shut
off, how is it broadcasting? Finally, if these tools can see my SSID, can
they also see the unencrypted password? I can tell you that Inssider tells
me a lot about the wifi's it picks up including it's mac address along with
the manufacturer of the wifi, and the channel in use. But my SSID displays
as unknown. Either wifi is completely unsecure or it isn't. Please explain!

 

Murray 

 

 

  _  

From: Micheal Espinola Jr [mailto:michealespin...@gmail.com] 
Sent: Friday, May 21, 2010 1:23 PM 


To: NT System Admin Issues

Subject: Re: script SSID for wireless configs

Its false security.  Mainly because anyone capable of hacking your network
can see your SSID with their toolset (its still out there in the ether).

Obscurity != Security

And with that, let the soapboxing begin...

--
ME2



On Fri, May 21, 2010 at 10:43 AM, Murray Freeman 
wrote:

I've been "lurking" on this topic, and I have a couple of questions. First,
I have a wifi at home and I have the radio broadcast turned off. I'm using
INSSIDER software to look around my neighborhood from time to time. My SSID
shows up as "unknown". Obviously I have no problem connecting and if someone
who has never connected previously comes over, I help them by telling them
the SSID and password to connect. The next time they come over, they connect
automatically. So, my questions. First, even if you know my SSID, you need
to know my password or you're not going to connect. I figure that without
the SSID, it is even more difficult for a stranger to connect. Oh, I'm using
WPA2 security. I know I could use MAC filtering, but I'm comfortable that
I'm secure enough. Can you guys explain to me how having the radio broadcast
turned off makes the security lessened? 

 

Murray 

 

 

  _  

From: Erik Goldoff [mailto:egold...@gmail.com] 

Sent: Friday, May 21, 2010 12:01 PM 


To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

 

No real input as their decisions are already made, but like I said, they are
depending solely on non-broadcast of the SSID as their ‘security’, they do
have other proper measures in place.

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '

From: Carl Houseman [mailto:c.house...@gmail.com] 
Sent: Friday, May 21, 2010 11:55 AM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

The post was offered as a general comment, not a response to your question.
That happens around here a lot.  As IT consultant, do you not have any
capacity to advise the agency on security matters?  Or keep them from
shooting themselves in the foot?  I guess not...

 

Carl

 

From: Erik Goldoff [mailto:egold...@gmail.com] 
Sent: Friday, May 21, 2010 11:50 AM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

Thank you but that was not the question.  To the agency, this is one layer
of security, in addition to WPA, etc.  The question is whether the wireless
config could be scripted.

 

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '

 

 

 

 

 

 

 

 

 

 

 

 

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: script SSID for wireless configs

2010-05-21 Thread Erik Goldoff
Not that your AP is broadcasting it but it *is* in the connecting station’s
info that can be sniffed.

 

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '

From: Murray Freeman [mailto:mfree...@alanet.org] 
Sent: Friday, May 21, 2010 3:28 PM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

So you are telling me that there are tools that can see something that isn't
being broadcast? I'm having trouble with that concept. If I tturn off the
power altogether, can these"tools" see my wifi? If the broadcast is shut
off, how is it broadcasting? Finally, if these tools can see my SSID, can
they also see the unencrypted password? I can tell you that Inssider tells
me a lot about the wifi's it picks up including it's mac address along with
the manufacturer of the wifi, and the channel in use. But my SSID displays
as unknown. Either wifi is completely unsecure or it isn't. Please explain!

 

Murray 

 

 

  _  

From: Micheal Espinola Jr [mailto:michealespin...@gmail.com] 
Sent: Friday, May 21, 2010 1:23 PM
To: NT System Admin Issues
Subject: Re: script SSID for wireless configs

Its false security.  Mainly because anyone capable of hacking your network
can see your SSID with their toolset (its still out there in the ether).

Obscurity != Security

And with that, let the soapboxing begin...

--
ME2



On Fri, May 21, 2010 at 10:43 AM, Murray Freeman 
wrote:

I've been "lurking" on this topic, and I have a couple of questions. First,
I have a wifi at home and I have the radio broadcast turned off. I'm using
INSSIDER software to look around my neighborhood from time to time. My SSID
shows up as "unknown". Obviously I have no problem connecting and if someone
who has never connected previously comes over, I help them by telling them
the SSID and password to connect. The next time they come over, they connect
automatically. So, my questions. First, even if you know my SSID, you need
to know my password or you're not going to connect. I figure that without
the SSID, it is even more difficult for a stranger to connect. Oh, I'm using
WPA2 security. I know I could use MAC filtering, but I'm comfortable that
I'm secure enough. Can you guys explain to me how having the radio broadcast
turned off makes the security lessened? 

 

Murray 

 

 

  _  

From: Erik Goldoff [mailto:egold...@gmail.com] 

Sent: Friday, May 21, 2010 12:01 PM 


To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

 

No real input as their decisions are already made, but like I said, they are
depending solely on non-broadcast of the SSID as their ‘security’, they do
have other proper measures in place.

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '

From: Carl Houseman [mailto:c.house...@gmail.com] 
Sent: Friday, May 21, 2010 11:55 AM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

The post was offered as a general comment, not a response to your question.
That happens around here a lot.  As IT consultant, do you not have any
capacity to advise the agency on security matters?  Or keep them from
shooting themselves in the foot?  I guess not...

 

Carl

 

From: Erik Goldoff [mailto:egold...@gmail.com] 
Sent: Friday, May 21, 2010 11:50 AM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

Thank you but that was not the question.  To the agency, this is one layer
of security, in addition to WPA, etc.  The question is whether the wireless
config could be scripted.

 

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '

 

 

 

 

 

 

 

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: script SSID for wireless configs

2010-05-21 Thread Ziots, Edward
Both of my wireless net's are private and hidden MAC filtered and
firewalled. Using 802.11 N MIMO. Works like a charm, but its fun to see
how many in the neighborhood that aren't. 

 

Z

 

Edward Ziots

CISSP,MCSA,MCP+I,Security +,Network +,CCA

Network Engineer

Lifespan Organization

401-639-3505

ezi...@lifespan.org

 

From: Steve Ens [mailto:stevey...@gmail.com] 
Sent: Friday, May 21, 2010 4:14 PM
To: NT System Admin Issues
Subject: Re: script SSID for wireless configs

 

I have 2wire too...those things are great.

On Fri, May 21, 2010 at 3:10 PM, Murray Freeman 
wrote:

Of the dozen or so wifi's that I can see with inssider, one is WEP, my
neighbor behind me is WPA2 and everyone else is WPA. Every now and then
I see an unencrypted wifi, and I suspect it's a "honeypot". I'm WPA2!
Most of the neighbors have "2wire" names, and I've been told that those
are AT&T Uverse users.


Murray



-Original Message-
From: Kurt Buff [mailto:kurt.b...@gmail.com]
Sent: Friday, May 21, 2010 2:59 PM
To: NT System Admin Issues
Subject: Re: script SSID for wireless configs

If drive by intruders see either WPA or WPA2 they will most likely keep
going.

If they see WEP they might stick around after the 30 seconds it takes to
crack it, and if it's open then they're golden.

I'd be more worried about the 13-year old neighbor boy who is running
Linux brute-forcing your network than someone outside of your
neighborhood.

That "unkown" SSID is more tempting than not.

I use my street address as my SSID, FWIW.

Kurt


On Fri, May 21, 2010 at 12:47, Murray Freeman 
wrote:
> Thanks Micheal, that clears it up somewhat. It sounds to me that with
> the number of wifi's in my neighborhood, I don't have to be very
> concerned because the rest of the neighborhood are broadcasting and
> several use their family name. I'm going to assume that they would
> tend to draw the hackers more than my "unknown" wifi, and most of them
are WPA whereas I'm WPA2.
>
> Thanks again.
>
>
> Murray
>
>
> 
> From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
> Sent: Friday, May 21, 2010 2:34 PM
> To: NT System Admin Issues
> Subject: Re: script SSID for wireless configs
>
> Technically speaking, its not that it isnt "broadcasted".  It's not
> "advertised" in the packets.  This is a good short summary:
>
>
> http://en.wikipedia.org/wiki/Service_set_%28802.11_network%29#Security
> _of_Broadcasting_SSID
>
> --
> ME2
>
>
> On Fri, May 21, 2010 at 12:27 PM, Murray Freeman 
> wrote:
>>
>> So you are telling me that there are tools that can see something
>> that isn't being broadcast? I'm having trouble with that concept. If
>> I tturn off the power altogether, can these"tools" see my wifi? If
>> the broadcast is shut off, how is it broadcasting? Finally, if these
>> tools can see my SSID, can they also see the unencrypted password? I
>> can tell you that Inssider tells me a lot about the wifi's it picks
>> up including it's mac address along with the manufacturer of the
>> wifi, and the channel in use. But my SSID displays as unknown. Either
wifi is completely unsecure or it isn't. Please explain!
>>
>>
>> Murray
>>
>>
>> 
>> From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
>> Sent: Friday, May 21, 2010 1:23 PM
>> To: NT System Admin Issues
>> Subject: Re: script SSID for wireless configs
>>
>> Its false security.  Mainly because anyone capable of hacking your
>> network can see your SSID with their toolset (its still out there in
the ether).
>>
>> Obscurity != Security
>>
>> And with that, let the soapboxing begin...
>>
>> --
>> ME2
>>
>>
>> On Fri, May 21, 2010 at 10:43 AM, Murray Freeman
>> 
>> wrote:
>>>
>>> I've been "lurking" on this topic, and I have a couple of questions.
>>> First, I have a wifi at home and I have the radio broadcast turned
>>> off. I'm using INSSIDER software to look around my neighborhood from
>>> time to time. My SSID shows up as "unknown". Obviously I have no
>>> problem connecting and if someone who has never connected previously
>>> comes over, I help them by telling them the SSID and password to
>>> connect. The next time they come over, they connect automatically.
>>> So, my questions. First, even if you know my SSID, you need to know
>>> my password or you're not going to connect. I figure that without
the SSID, it is even more difficult for a stranger to connect.
>>> Oh, I'm using WPA2 security. I know I could use MAC filtering, but
>>> I'm comfortable that I'm secure enough. Can you guys explain to me
>>> how having the radio broadcast turned off makes the security
lessened?
>>>
>>>
>>> Murray
>>>
>>>
>>> 
>>> From: Erik Goldoff [mailto:egold...@gmail.com]
>>> Sent: Friday, May 21, 2010 12:01 PM
>>> To: NT System Admin Issues
>>> Subject: RE: script SSID for wireless configs
>>>
>>>
>>>
>>> No real input as their decisions are already made, but like I said,
>>> they are depending solely on non-broad

Re: script SSID for wireless configs

2010-05-21 Thread Steve Ens
I have 2wire too...those things are great.

On Fri, May 21, 2010 at 3:10 PM, Murray Freeman  wrote:

> Of the dozen or so wifi's that I can see with inssider, one is WEP, my
> neighbor behind me is WPA2 and everyone else is WPA. Every now and then I
> see an unencrypted wifi, and I suspect it's a "honeypot". I'm WPA2! Most of
> the neighbors have "2wire" names, and I've been told that those are AT&T
> Uverse users.
>
>
> Murray
>
>
> -Original Message-
> From: Kurt Buff [mailto:kurt.b...@gmail.com]
> Sent: Friday, May 21, 2010 2:59 PM
> To: NT System Admin Issues
> Subject: Re: script SSID for wireless configs
>
> If drive by intruders see either WPA or WPA2 they will most likely keep
> going.
>
> If they see WEP they might stick around after the 30 seconds it takes to
> crack it, and if it's open then they're golden.
>
> I'd be more worried about the 13-year old neighbor boy who is running Linux
> brute-forcing your network than someone outside of your neighborhood.
>
> That "unkown" SSID is more tempting than not.
>
> I use my street address as my SSID, FWIW.
>
> Kurt
>
>
> On Fri, May 21, 2010 at 12:47, Murray Freeman  wrote:
> > Thanks Micheal, that clears it up somewhat. It sounds to me that with
> > the number of wifi's in my neighborhood, I don't have to be very
> > concerned because the rest of the neighborhood are broadcasting and
> > several use their family name. I'm going to assume that they would
> > tend to draw the hackers more than my "unknown" wifi, and most of them
> are WPA whereas I'm WPA2.
> >
> > Thanks again.
> >
> >
> > Murray
> >
> >
> > 
> > From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
> > Sent: Friday, May 21, 2010 2:34 PM
> > To: NT System Admin Issues
> > Subject: Re: script SSID for wireless configs
> >
> > Technically speaking, its not that it isnt "broadcasted".  It's not
> > "advertised" in the packets.  This is a good short summary:
> >
> >
> > http://en.wikipedia.org/wiki/Service_set_%28802.11_network%29#Security
> > _of_Broadcasting_SSID
> >
> > --
> > ME2
> >
> >
> > On Fri, May 21, 2010 at 12:27 PM, Murray Freeman 
> > wrote:
> >>
> >> So you are telling me that there are tools that can see something
> >> that isn't being broadcast? I'm having trouble with that concept. If
> >> I tturn off the power altogether, can these"tools" see my wifi? If
> >> the broadcast is shut off, how is it broadcasting? Finally, if these
> >> tools can see my SSID, can they also see the unencrypted password? I
> >> can tell you that Inssider tells me a lot about the wifi's it picks
> >> up including it's mac address along with the manufacturer of the
> >> wifi, and the channel in use. But my SSID displays as unknown. Either
> wifi is completely unsecure or it isn't. Please explain!
> >>
> >>
> >> Murray
> >>
> >>
> >> 
> >> From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
> >> Sent: Friday, May 21, 2010 1:23 PM
> >> To: NT System Admin Issues
> >> Subject: Re: script SSID for wireless configs
> >>
> >> Its false security.  Mainly because anyone capable of hacking your
> >> network can see your SSID with their toolset (its still out there in the
> ether).
> >>
> >> Obscurity != Security
> >>
> >> And with that, let the soapboxing begin...
> >>
> >> --
> >> ME2
> >>
> >>
> >> On Fri, May 21, 2010 at 10:43 AM, Murray Freeman
> >> 
> >> wrote:
> >>>
> >>> I've been "lurking" on this topic, and I have a couple of questions.
> >>> First, I have a wifi at home and I have the radio broadcast turned
> >>> off. I'm using INSSIDER software to look around my neighborhood from
> >>> time to time. My SSID shows up as "unknown". Obviously I have no
> >>> problem connecting and if someone who has never connected previously
> >>> comes over, I help them by telling them the SSID and password to
> >>> connect. The next time they come over, they connect automatically.
> >>> So, my questions. First, even if you know my SSID, you need to know
> >>> my password or you're not going to connect. I figure that without the
> SSID, it is even more difficult for a stranger to connect.
> >>> Oh, I'm using WPA2 security. I know I could use MAC filtering, but
> >>> I'm comfortable that I'm secure enough. Can you guys explain to me
> >>> how having the radio broadcast turned off makes the security lessened?
> >>>
> >>>
> >>> Murray
> >>>
> >>>
> >>> 
> >>> From: Erik Goldoff [mailto:egold...@gmail.com]
> >>> Sent: Friday, May 21, 2010 12:01 PM
> >>> To: NT System Admin Issues
> >>> Subject: RE: script SSID for wireless configs
> >>>
> >>>
> >>>
> >>> No real input as their decisions are already made, but like I said,
> >>> they are depending solely on non-broadcast of the SSID as their
> >>> 'security', they do have other proper measures in place.
> >>>
> >>> Erik Goldoff
> >>>
> >>> IT  Consultant
> >>>
> >>> Systems, Networks, & Security
> >>>
> >>> '  Security is an ongoing process, not a on

RE: script SSID for wireless configs

2010-05-21 Thread Murray Freeman
Of the dozen or so wifi's that I can see with inssider, one is WEP, my neighbor 
behind me is WPA2 and everyone else is WPA. Every now and then I see an 
unencrypted wifi, and I suspect it's a "honeypot". I'm WPA2! Most of the 
neighbors have "2wire" names, and I've been told that those are AT&T Uverse 
users. 


Murray


-Original Message-
From: Kurt Buff [mailto:kurt.b...@gmail.com] 
Sent: Friday, May 21, 2010 2:59 PM
To: NT System Admin Issues
Subject: Re: script SSID for wireless configs

If drive by intruders see either WPA or WPA2 they will most likely keep going.

If they see WEP they might stick around after the 30 seconds it takes to crack 
it, and if it's open then they're golden.

I'd be more worried about the 13-year old neighbor boy who is running Linux 
brute-forcing your network than someone outside of your neighborhood.

That "unkown" SSID is more tempting than not.

I use my street address as my SSID, FWIW.

Kurt


On Fri, May 21, 2010 at 12:47, Murray Freeman  wrote:
> Thanks Micheal, that clears it up somewhat. It sounds to me that with 
> the number of wifi's in my neighborhood, I don't have to be very 
> concerned because the rest of the neighborhood are broadcasting and 
> several use their family name. I'm going to assume that they would 
> tend to draw the hackers more than my "unknown" wifi, and most of them are 
> WPA whereas I'm WPA2.
>
> Thanks again.
>
>
> Murray
>
>
> 
> From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
> Sent: Friday, May 21, 2010 2:34 PM
> To: NT System Admin Issues
> Subject: Re: script SSID for wireless configs
>
> Technically speaking, its not that it isnt "broadcasted".  It's not 
> "advertised" in the packets.  This is a good short summary:
>
>
> http://en.wikipedia.org/wiki/Service_set_%28802.11_network%29#Security
> _of_Broadcasting_SSID
>
> --
> ME2
>
>
> On Fri, May 21, 2010 at 12:27 PM, Murray Freeman 
> wrote:
>>
>> So you are telling me that there are tools that can see something 
>> that isn't being broadcast? I'm having trouble with that concept. If 
>> I tturn off the power altogether, can these"tools" see my wifi? If 
>> the broadcast is shut off, how is it broadcasting? Finally, if these 
>> tools can see my SSID, can they also see the unencrypted password? I 
>> can tell you that Inssider tells me a lot about the wifi's it picks 
>> up including it's mac address along with the manufacturer of the 
>> wifi, and the channel in use. But my SSID displays as unknown. Either wifi 
>> is completely unsecure or it isn't. Please explain!
>>
>>
>> Murray
>>
>>
>> 
>> From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
>> Sent: Friday, May 21, 2010 1:23 PM
>> To: NT System Admin Issues
>> Subject: Re: script SSID for wireless configs
>>
>> Its false security.  Mainly because anyone capable of hacking your 
>> network can see your SSID with their toolset (its still out there in the 
>> ether).
>>
>> Obscurity != Security
>>
>> And with that, let the soapboxing begin...
>>
>> --
>> ME2
>>
>>
>> On Fri, May 21, 2010 at 10:43 AM, Murray Freeman 
>> 
>> wrote:
>>>
>>> I've been "lurking" on this topic, and I have a couple of questions.
>>> First, I have a wifi at home and I have the radio broadcast turned 
>>> off. I'm using INSSIDER software to look around my neighborhood from 
>>> time to time. My SSID shows up as "unknown". Obviously I have no 
>>> problem connecting and if someone who has never connected previously 
>>> comes over, I help them by telling them the SSID and password to 
>>> connect. The next time they come over, they connect automatically. 
>>> So, my questions. First, even if you know my SSID, you need to know 
>>> my password or you're not going to connect. I figure that without the SSID, 
>>> it is even more difficult for a stranger to connect.
>>> Oh, I'm using WPA2 security. I know I could use MAC filtering, but 
>>> I'm comfortable that I'm secure enough. Can you guys explain to me 
>>> how having the radio broadcast turned off makes the security lessened?
>>>
>>>
>>> Murray
>>>
>>>
>>> 
>>> From: Erik Goldoff [mailto:egold...@gmail.com]
>>> Sent: Friday, May 21, 2010 12:01 PM
>>> To: NT System Admin Issues
>>> Subject: RE: script SSID for wireless configs
>>>
>>>
>>>
>>> No real input as their decisions are already made, but like I said, 
>>> they are depending solely on non-broadcast of the SSID as their 
>>> 'security', they do have other proper measures in place.
>>>
>>> Erik Goldoff
>>>
>>> IT  Consultant
>>>
>>> Systems, Networks, & Security
>>>
>>> '  Security is an ongoing process, not a one time event ! '
>>>
>>> From: Carl Houseman [mailto:c.house...@gmail.com]
>>> Sent: Friday, May 21, 2010 11:55 AM
>>> To: NT System Admin Issues
>>> Subject: RE: script SSID for wireless configs
>>>
>>>
>>>
>>> The post was offered as a general comment, not a response to your 
>>> question.  That happens around here

Re: script SSID for wireless configs

2010-05-21 Thread Kurt Buff
LastHouseOnTheLeft

On Fri, May 21, 2010 at 13:01, Andy Shook  wrote:
> 13_Lollipop_Lane ? :)
>
> Shook
>
> -Original Message-
> From: Kurt Buff [mailto:kurt.b...@gmail.com]
> Sent: Friday, May 21, 2010 3:59 PM
> To: NT System Admin Issues
> Subject: Re: script SSID for wireless configs
>
> If drive by intruders see either WPA or WPA2 they will most likely keep going.
>
> If they see WEP they might stick around after the 30 seconds it takes
> to crack it, and if it's open then they're golden.
>
> I'd be more worried about the 13-year old neighbor boy who is running
> Linux brute-forcing your network than someone outside of your
> neighborhood.
>
> That "unkown" SSID is more tempting than not.
>
> I use my street address as my SSID, FWIW.
>
> Kurt
>
>
> On Fri, May 21, 2010 at 12:47, Murray Freeman  wrote:
>> Thanks Micheal, that clears it up somewhat. It sounds to me that with the
>> number of wifi's in my neighborhood, I don't have to be very concerned
>> because the rest of the neighborhood are broadcasting and several use their
>> family name. I'm going to assume that they would tend to draw the hackers
>> more than my "unknown" wifi, and most of them are WPA whereas I'm WPA2.
>>
>> Thanks again.
>>
>>
>> Murray
>>
>>
>> 
>> From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
>> Sent: Friday, May 21, 2010 2:34 PM
>> To: NT System Admin Issues
>> Subject: Re: script SSID for wireless configs
>>
>> Technically speaking, its not that it isnt "broadcasted".  It's not
>> "advertised" in the packets.  This is a good short summary:
>>
>>
>> http://en.wikipedia.org/wiki/Service_set_%28802.11_network%29#Security_of_Broadcasting_SSID
>>
>> --
>> ME2
>>
>>
>> On Fri, May 21, 2010 at 12:27 PM, Murray Freeman 
>> wrote:
>>>
>>> So you are telling me that there are tools that can see something that
>>> isn't being broadcast? I'm having trouble with that concept. If I tturn off
>>> the power altogether, can these"tools" see my wifi? If the broadcast is shut
>>> off, how is it broadcasting? Finally, if these tools can see my SSID, can
>>> they also see the unencrypted password? I can tell you that Inssider tells
>>> me a lot about the wifi's it picks up including it's mac address along with
>>> the manufacturer of the wifi, and the channel in use. But my SSID displays
>>> as unknown. Either wifi is completely unsecure or it isn't. Please explain!
>>>
>>>
>>> Murray
>>>
>>>
>>> 
>>> From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
>>> Sent: Friday, May 21, 2010 1:23 PM
>>> To: NT System Admin Issues
>>> Subject: Re: script SSID for wireless configs
>>>
>>> Its false security.  Mainly because anyone capable of hacking your network
>>> can see your SSID with their toolset (its still out there in the ether).
>>>
>>> Obscurity != Security
>>>
>>> And with that, let the soapboxing begin...
>>>
>>> --
>>> ME2
>>>
>>>
>>> On Fri, May 21, 2010 at 10:43 AM, Murray Freeman 
>>> wrote:

 I've been "lurking" on this topic, and I have a couple of questions.
 First, I have a wifi at home and I have the radio broadcast turned off. I'm
 using INSSIDER software to look around my neighborhood from time to time. 
 My
 SSID shows up as "unknown". Obviously I have no problem connecting and if
 someone who has never connected previously comes over, I help them by
 telling them the SSID and password to connect. The next time they come 
 over,
 they connect automatically. So, my questions. First, even if you know my
 SSID, you need to know my password or you're not going to connect. I figure
 that without the SSID, it is even more difficult for a stranger to connect.
 Oh, I'm using WPA2 security. I know I could use MAC filtering, but I'm
 comfortable that I'm secure enough. Can you guys explain to me how having
 the radio broadcast turned off makes the security lessened?


 Murray


 
 From: Erik Goldoff [mailto:egold...@gmail.com]
 Sent: Friday, May 21, 2010 12:01 PM
 To: NT System Admin Issues
 Subject: RE: script SSID for wireless configs



 No real input as their decisions are already made, but like I said, they
 are depending solely on non-broadcast of the SSID as their ‘security’, they
 do have other proper measures in place.

 Erik Goldoff

 IT  Consultant

 Systems, Networks, & Security

 '  Security is an ongoing process, not a one time event ! '

 From: Carl Houseman [mailto:c.house...@gmail.com]
 Sent: Friday, May 21, 2010 11:55 AM
 To: NT System Admin Issues
 Subject: RE: script SSID for wireless configs



 The post was offered as a general comment, not a response to your
 question.  That happens around here a lot.  As IT consultant, do you not
 have any capacity to advise the agency on security matters?  Or ke

RE: Holy PAC-MAN Batman!

2010-05-21 Thread Clayton Doige
AWESOME - just what I needed for a Friday night, honey, I'll be with you in
a sec LMAO

 

From: Phillip Partipilo [mailto:p...@psnet.com] 
Sent: 21 May 2010 20:52
To: NT System Admin Issues
Subject: RE: Holy PAC-MAN Batman!

 

Google has officially made today the least productive day around the globe.

 

 

Phillip Partipilo

Parametric Solutions Inc.

Jupiter, Florida

(561) 747-6107

 

 

From: Ziots, Edward [mailto:ezi...@lifespan.org] 
Sent: Friday, May 21, 2010 3:41 PM
To: NT System Admin Issues
Subject: RE: Holy PAC-MAN Batman!

 

Yes, seen that earlier J 

 

Z

 

Edward Ziots

CISSP,MCSA,MCP+I,Security +,Network +,CCA

Network Engineer

Lifespan Organization

401-639-3505

ezi...@lifespan.org

 

From: David Mazzaccaro [mailto:david.mazzacc...@hudsonhhc.com] 
Sent: Friday, May 21, 2010 11:02 AM
To: NT System Admin Issues
Subject: RE: Holy PAC-MAN Batman!

 

oh boy. here we go... 99% of my users have google as their home page... 

I can hear the sirens now...LOL

 

 

  _  

From: Richard Stovall [mailto:rich...@gmail.com] 
Sent: Friday, May 21, 2010 11:00 AM
To: NT System Admin Issues
Subject: Holy PAC-MAN Batman!

Is anyone else getting a playable PAC-MAN on the Google home page? 

 

 


.

 

 

 

 

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: script SSID for wireless configs

2010-05-21 Thread Andy Shook
13_Lollipop_Lane ? :)

Shook

-Original Message-
From: Kurt Buff [mailto:kurt.b...@gmail.com] 
Sent: Friday, May 21, 2010 3:59 PM
To: NT System Admin Issues
Subject: Re: script SSID for wireless configs

If drive by intruders see either WPA or WPA2 they will most likely keep going.

If they see WEP they might stick around after the 30 seconds it takes
to crack it, and if it's open then they're golden.

I'd be more worried about the 13-year old neighbor boy who is running
Linux brute-forcing your network than someone outside of your
neighborhood.

That "unkown" SSID is more tempting than not.

I use my street address as my SSID, FWIW.

Kurt


On Fri, May 21, 2010 at 12:47, Murray Freeman  wrote:
> Thanks Micheal, that clears it up somewhat. It sounds to me that with the
> number of wifi's in my neighborhood, I don't have to be very concerned
> because the rest of the neighborhood are broadcasting and several use their
> family name. I'm going to assume that they would tend to draw the hackers
> more than my "unknown" wifi, and most of them are WPA whereas I'm WPA2.
>
> Thanks again.
>
>
> Murray
>
>
> 
> From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
> Sent: Friday, May 21, 2010 2:34 PM
> To: NT System Admin Issues
> Subject: Re: script SSID for wireless configs
>
> Technically speaking, its not that it isnt "broadcasted".  It's not
> "advertised" in the packets.  This is a good short summary:
>
>
> http://en.wikipedia.org/wiki/Service_set_%28802.11_network%29#Security_of_Broadcasting_SSID
>
> --
> ME2
>
>
> On Fri, May 21, 2010 at 12:27 PM, Murray Freeman 
> wrote:
>>
>> So you are telling me that there are tools that can see something that
>> isn't being broadcast? I'm having trouble with that concept. If I tturn off
>> the power altogether, can these"tools" see my wifi? If the broadcast is shut
>> off, how is it broadcasting? Finally, if these tools can see my SSID, can
>> they also see the unencrypted password? I can tell you that Inssider tells
>> me a lot about the wifi's it picks up including it's mac address along with
>> the manufacturer of the wifi, and the channel in use. But my SSID displays
>> as unknown. Either wifi is completely unsecure or it isn't. Please explain!
>>
>>
>> Murray
>>
>>
>> 
>> From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
>> Sent: Friday, May 21, 2010 1:23 PM
>> To: NT System Admin Issues
>> Subject: Re: script SSID for wireless configs
>>
>> Its false security.  Mainly because anyone capable of hacking your network
>> can see your SSID with their toolset (its still out there in the ether).
>>
>> Obscurity != Security
>>
>> And with that, let the soapboxing begin...
>>
>> --
>> ME2
>>
>>
>> On Fri, May 21, 2010 at 10:43 AM, Murray Freeman 
>> wrote:
>>>
>>> I've been "lurking" on this topic, and I have a couple of questions.
>>> First, I have a wifi at home and I have the radio broadcast turned off. I'm
>>> using INSSIDER software to look around my neighborhood from time to time. My
>>> SSID shows up as "unknown". Obviously I have no problem connecting and if
>>> someone who has never connected previously comes over, I help them by
>>> telling them the SSID and password to connect. The next time they come over,
>>> they connect automatically. So, my questions. First, even if you know my
>>> SSID, you need to know my password or you're not going to connect. I figure
>>> that without the SSID, it is even more difficult for a stranger to connect.
>>> Oh, I'm using WPA2 security. I know I could use MAC filtering, but I'm
>>> comfortable that I'm secure enough. Can you guys explain to me how having
>>> the radio broadcast turned off makes the security lessened?
>>>
>>>
>>> Murray
>>>
>>>
>>> 
>>> From: Erik Goldoff [mailto:egold...@gmail.com]
>>> Sent: Friday, May 21, 2010 12:01 PM
>>> To: NT System Admin Issues
>>> Subject: RE: script SSID for wireless configs
>>>
>>>
>>>
>>> No real input as their decisions are already made, but like I said, they
>>> are depending solely on non-broadcast of the SSID as their ‘security’, they
>>> do have other proper measures in place.
>>>
>>> Erik Goldoff
>>>
>>> IT  Consultant
>>>
>>> Systems, Networks, & Security
>>>
>>> '  Security is an ongoing process, not a one time event ! '
>>>
>>> From: Carl Houseman [mailto:c.house...@gmail.com]
>>> Sent: Friday, May 21, 2010 11:55 AM
>>> To: NT System Admin Issues
>>> Subject: RE: script SSID for wireless configs
>>>
>>>
>>>
>>> The post was offered as a general comment, not a response to your
>>> question.  That happens around here a lot.  As IT consultant, do you not
>>> have any capacity to advise the agency on security matters?  Or keep them
>>> from shooting themselves in the foot?  I guess not...
>>>
>>>
>>>
>>> Carl
>>>
>>>
>>>
>>> From: Erik Goldoff [mailto:egold...@gmail.com]
>>> Sent: Friday, May 21, 2010 11:50 AM
>>> To: NT System Admin Issues
>>> Subject: RE

RE: Holy PAC-MAN Batman!

2010-05-21 Thread Kim Longenbaugh
Productivity probably plummeted when google posted pac man on their
page, pardner.

 

From: Phillip Partipilo [mailto:p...@psnet.com] 
Sent: Friday, May 21, 2010 2:52 PM
To: NT System Admin Issues
Subject: RE: Holy PAC-MAN Batman!

 

Google has officially made today the least productive day around the
globe.

 

 

Phillip Partipilo

Parametric Solutions Inc.

Jupiter, Florida

(561) 747-6107

 

 

From: Ziots, Edward [mailto:ezi...@lifespan.org] 
Sent: Friday, May 21, 2010 3:41 PM
To: NT System Admin Issues
Subject: RE: Holy PAC-MAN Batman!

 

Yes, seen that earlier J 

 

Z

 

Edward Ziots

CISSP,MCSA,MCP+I,Security +,Network +,CCA

Network Engineer

Lifespan Organization

401-639-3505

ezi...@lifespan.org

 

From: David Mazzaccaro [mailto:david.mazzacc...@hudsonhhc.com] 
Sent: Friday, May 21, 2010 11:02 AM
To: NT System Admin Issues
Subject: RE: Holy PAC-MAN Batman!

 

oh boy. here we go... 99% of my users have google as their home
page... 

I can hear the sirens now...LOL

 

 



From: Richard Stovall [mailto:rich...@gmail.com] 
Sent: Friday, May 21, 2010 11:00 AM
To: NT System Admin Issues
Subject: Holy PAC-MAN Batman!

Is anyone else getting a playable PAC-MAN on the Google home page? 

 

 


.

 

 

 

 

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: script SSID for wireless configs

2010-05-21 Thread Kurt Buff
If drive by intruders see either WPA or WPA2 they will most likely keep going.

If they see WEP they might stick around after the 30 seconds it takes
to crack it, and if it's open then they're golden.

I'd be more worried about the 13-year old neighbor boy who is running
Linux brute-forcing your network than someone outside of your
neighborhood.

That "unkown" SSID is more tempting than not.

I use my street address as my SSID, FWIW.

Kurt


On Fri, May 21, 2010 at 12:47, Murray Freeman  wrote:
> Thanks Micheal, that clears it up somewhat. It sounds to me that with the
> number of wifi's in my neighborhood, I don't have to be very concerned
> because the rest of the neighborhood are broadcasting and several use their
> family name. I'm going to assume that they would tend to draw the hackers
> more than my "unknown" wifi, and most of them are WPA whereas I'm WPA2.
>
> Thanks again.
>
>
> Murray
>
>
> 
> From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
> Sent: Friday, May 21, 2010 2:34 PM
> To: NT System Admin Issues
> Subject: Re: script SSID for wireless configs
>
> Technically speaking, its not that it isnt "broadcasted".  It's not
> "advertised" in the packets.  This is a good short summary:
>
>
> http://en.wikipedia.org/wiki/Service_set_%28802.11_network%29#Security_of_Broadcasting_SSID
>
> --
> ME2
>
>
> On Fri, May 21, 2010 at 12:27 PM, Murray Freeman 
> wrote:
>>
>> So you are telling me that there are tools that can see something that
>> isn't being broadcast? I'm having trouble with that concept. If I tturn off
>> the power altogether, can these"tools" see my wifi? If the broadcast is shut
>> off, how is it broadcasting? Finally, if these tools can see my SSID, can
>> they also see the unencrypted password? I can tell you that Inssider tells
>> me a lot about the wifi's it picks up including it's mac address along with
>> the manufacturer of the wifi, and the channel in use. But my SSID displays
>> as unknown. Either wifi is completely unsecure or it isn't. Please explain!
>>
>>
>> Murray
>>
>>
>> 
>> From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
>> Sent: Friday, May 21, 2010 1:23 PM
>> To: NT System Admin Issues
>> Subject: Re: script SSID for wireless configs
>>
>> Its false security.  Mainly because anyone capable of hacking your network
>> can see your SSID with their toolset (its still out there in the ether).
>>
>> Obscurity != Security
>>
>> And with that, let the soapboxing begin...
>>
>> --
>> ME2
>>
>>
>> On Fri, May 21, 2010 at 10:43 AM, Murray Freeman 
>> wrote:
>>>
>>> I've been "lurking" on this topic, and I have a couple of questions.
>>> First, I have a wifi at home and I have the radio broadcast turned off. I'm
>>> using INSSIDER software to look around my neighborhood from time to time. My
>>> SSID shows up as "unknown". Obviously I have no problem connecting and if
>>> someone who has never connected previously comes over, I help them by
>>> telling them the SSID and password to connect. The next time they come over,
>>> they connect automatically. So, my questions. First, even if you know my
>>> SSID, you need to know my password or you're not going to connect. I figure
>>> that without the SSID, it is even more difficult for a stranger to connect.
>>> Oh, I'm using WPA2 security. I know I could use MAC filtering, but I'm
>>> comfortable that I'm secure enough. Can you guys explain to me how having
>>> the radio broadcast turned off makes the security lessened?
>>>
>>>
>>> Murray
>>>
>>>
>>> 
>>> From: Erik Goldoff [mailto:egold...@gmail.com]
>>> Sent: Friday, May 21, 2010 12:01 PM
>>> To: NT System Admin Issues
>>> Subject: RE: script SSID for wireless configs
>>>
>>>
>>>
>>> No real input as their decisions are already made, but like I said, they
>>> are depending solely on non-broadcast of the SSID as their ‘security’, they
>>> do have other proper measures in place.
>>>
>>> Erik Goldoff
>>>
>>> IT  Consultant
>>>
>>> Systems, Networks, & Security
>>>
>>> '  Security is an ongoing process, not a one time event ! '
>>>
>>> From: Carl Houseman [mailto:c.house...@gmail.com]
>>> Sent: Friday, May 21, 2010 11:55 AM
>>> To: NT System Admin Issues
>>> Subject: RE: script SSID for wireless configs
>>>
>>>
>>>
>>> The post was offered as a general comment, not a response to your
>>> question.  That happens around here a lot.  As IT consultant, do you not
>>> have any capacity to advise the agency on security matters?  Or keep them
>>> from shooting themselves in the foot?  I guess not...
>>>
>>>
>>>
>>> Carl
>>>
>>>
>>>
>>> From: Erik Goldoff [mailto:egold...@gmail.com]
>>> Sent: Friday, May 21, 2010 11:50 AM
>>> To: NT System Admin Issues
>>> Subject: RE: script SSID for wireless configs
>>>
>>>
>>>
>>> Thank you but that was not the question.  To the agency, this is one
>>> layer of security, in addition to WPA, etc.  The question is whether the
>>> wireless co

Re: OT, vintage memories

2010-05-21 Thread Micheal Espinola Jr
pontificating perplexed poetry

--
ME2


On Fri, May 21, 2010 at 12:42 PM, Jonathan Link wrote:

> Pesky poseurs presenting peculiarities persistently.
>
> On Fri, May 21, 2010 at 3:28 PM, Phillip Partipilo  wrote:
>
>>  Purple’s pretty pimp.
>>
>>
>>
>>
>>
>> Phillip Partipilo
>>
>> Parametric Solutions Inc.
>>
>> Jupiter, Florida
>>
>> (561) 747-6107
>>
>>
>>
>>
>>
>> *From:* Damien Solodow [mailto:damien.solo...@harrison.edu]
>> *Sent:* Friday, May 21, 2010 3:23 PM
>>
>> *To:* NT System Admin Issues
>> *Subject:* RE: OT, vintage memories
>>
>>
>>
>> Phillip Partipilo putts around public in a Prius
>>
>>
>>
>> purposely protecting people from pollution
>>
>>
>>
>> and passes a passive person in a purple Pontiac
>>
>>
>>
>> *From:* Kim Longenbaugh [mailto:k...@colonialsavings.com]
>> *Sent:* Friday, May 21, 2010 3:21 PM
>> *To:* NT System Admin Issues
>> *Subject:* RE: OT, vintage memories
>>
>>
>>
>> Phillip Partipilo putts around public in a Prius
>>
>>
>>
>> purposely protecting people from pollution
>>
>>
>>
>> *From:* Andy Shook [mailto:andy.sh...@peak10.com]
>> *Sent:* Friday, May 21, 2010 1:55 PM
>> *To:* NT System Admin Issues
>> *Subject:* RE: OT, vintage memories
>>
>>
>>
>> Phillip Partipilo putts around public in a Prius.
>>
>>
>>
>> (Keep it going)
>>
>>
>>
>> Shook
>>
>>
>>
>> *From:* Phillip Partipilo [mailto:p...@psnet.com]
>> *Sent:* Friday, May 21, 2010 12:19 PM
>> *To:* NT System Admin Issues
>> *Subject:* RE: OT, vintage memories
>>
>>
>>
>> I try my hardest to keep mileage as low as possible, but as badly as I
>> drive my Prius I cant get it down under 42.  Boring as hell vehicle.
>>
>>
>>
>>
>>
>> Phillip Partipilo
>>
>> Parametric Solutions Inc.
>>
>> Jupiter, Florida
>>
>> (561) 747-6107
>>
>>
>>
>>
>>
>> *From:* Don Guyer [mailto:don.gu...@prufoxroach.com]
>> *Sent:* Friday, May 21, 2010 10:44 AM
>> *To:* NT System Admin Issues
>> *Subject:* RE: OT, vintage memories
>>
>>
>>
>> I get about 12-14 in my Jeep. Fun as hell vehicle though!
>>
>>
>>
>> J
>>
>>
>>
>> Don Guyer
>>
>> Systems Engineer - Information Services
>>
>> Prudential, Fox & Roach/Trident Group
>>
>> 431 W. Lancaster Avenue
>>
>> Devon, PA 19333
>>
>> Direct: (610) 993-3299
>>
>> Fax: (610) 650-5306
>>
>> don.gu...@prufoxroach.com
>>
>>
>>
>> *From:* Steven M. Caesare [mailto:scaes...@caesare.com]
>> *Sent:* Thursday, May 20, 2010 11:14 PM
>> *To:* NT System Admin Issues
>> *Subject:* RE: OT, vintage memories
>>
>>
>>
>> Wow… seems low.
>>
>>
>>
>> Nice rig tho!
>>
>>
>>
>> -sc
>>
>>
>>
>> *From:* Sean Martin [mailto:seanmarti...@gmail.com]
>> *Sent:* Thursday, May 20, 2010 7:37 PM
>> *To:* NT System Admin Issues
>> *Subject:* Re: OT, vintage memories
>>
>>
>>
>> 2008 GMC Sierra 3500 HD Quad Cab Dually - 6.6l Duramax. I've been told to
>> chalk it up to the new DPF and other emissions equipment. I've also been
>> told it should increase by 5-6 mpg once I hit between 20-30k miles. I just
>> rolled over 20k so we'll see
>>
>>
>>
>> - Sean
>>
>> On Thu, May 20, 2010 at 2:14 PM, Steven M. Caesare 
>> wrote:
>>
>> What diesel are you driving that gets 11?
>>
>>
>>
>> My near 8000lbs Ford  F-350 QuadCab Longbed diesel got ~18/22.
>>
>>
>>
>> -sc
>>
>>
>>
>>
>>
>>
>>
>> *From:* Sean Martin [mailto:seanmarti...@gmail.com]
>> *Sent:* Thursday, May 20, 2010 5:24 PM
>>
>>
>> *To:* NT System Admin Issues
>>
>> *Subject:* Re: OT, vintage memories
>>
>>
>>
>> Ugh...I'm paying $3.57/gal for diesel. Hurray for 11mpg! 
>>
>>
>>
>> - Sean
>>
>> On Thu, May 20, 2010 at 12:16 PM, John Aldrich <
>> jaldr...@blueridgecarpet.com> wrote:
>>
>> Yeah… I remember about 2/3 of those… including Drive-In movie theaters,
>> Brownie Hawkeye cameras, flashbulbs, flash cubes, Wolfman Jack, Jiffy Pop
>> (still around, but darned hard to find!) and a few other things. I remember
>> as a kid gas going up to a whopping 50¢ a gallon or something and thinking
>> that was high, then watching as I was about to start driving, gas got up to,
>> gasp, almost a whole dollar a gallon. Never figured it would reach almost
>> $3/gallon (or more in some areas!)
>>
>>
>>
>> [image: John-Aldrich][image: Tile-Tools]
>>
>>
>>
>> *From:* Bob Fronk [mailto:b...@btrfronk.com]
>> *Sent:* Thursday, May 20, 2010 4:08 PM
>>
>>
>> *To:* NT System Admin Issues
>> *Subject:* RE: OT, vintage memories
>>
>>
>>
>> I had a 1976 TransAm that I pulled out the unleaded plug in the fill neck
>> and removed the catalytic converter so I could use leaded because it was
>> cheaper for a poor High School student.
>>
>>
>>
>> *From:* Greg Olson [mailto:gol...@markettools.com]
>> *Sent:* Thursday, May 20, 2010 3:33 PM
>> *To:* NT System Admin Issues
>> *Subject:* RE: OT, vintage memories
>>
>>
>>
>> Even better was when they we’re phasing out Regular gas. I had a 1970
>> Firebird and remember paying $.40-45 per gallon for my Junior year in High
>> School.
>>
>>
>>
>>
>>
>> *From:* Bob Fronk [mailto:b...@btrfronk.com]
>> *Sent:* Thursday, May 20, 2010 11:53 AM
>> *To:* NT System Admin Issues

Re: OT, vintage memories

2010-05-21 Thread Micheal Espinola Jr
Hi, I'm Chris Hanson.

--
ME2


On Fri, May 21, 2010 at 12:54 PM, Kim Longenbaugh
wrote:

>  Puckish petulant p3d0philes pursue puerile p0rn0graphy perniciously
>  providing police paroxysmic palpitations
>
>
>
> *From:* Jonathan Link [mailto:jonathan.l...@gmail.com]
> *Sent:* Friday, May 21, 2010 2:42 PM
> *To:* NT System Admin Issues
> *Subject:* Re: OT, vintage memories
>
>
>
> Pesky poseurs presenting peculiarities persistently.
>
> On Fri, May 21, 2010 at 3:28 PM, Phillip Partipilo  wrote:
>
> Purple’s pretty pimp.
>
>
>
>
>
> Phillip Partipilo
>
> Parametric Solutions Inc.
>
> Jupiter, Florida
>
> (561) 747-6107
>
>
>
>
>
> *From:* Damien Solodow [mailto:damien.solo...@harrison.edu]
> *Sent:* Friday, May 21, 2010 3:23 PM
>
>
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Phillip Partipilo putts around public in a Prius
>
>
>
> purposely protecting people from pollution
>
>
>
> and passes a passive person in a purple Pontiac
>
>
>
> *From:* Kim Longenbaugh [mailto:k...@colonialsavings.com]
> *Sent:* Friday, May 21, 2010 3:21 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Phillip Partipilo putts around public in a Prius
>
>
>
> purposely protecting people from pollution
>
>
>
> *From:* Andy Shook [mailto:andy.sh...@peak10.com]
> *Sent:* Friday, May 21, 2010 1:55 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Phillip Partipilo putts around public in a Prius.
>
>
>
> (Keep it going)
>
>
>
> Shook
>
>
>
> *From:* Phillip Partipilo [mailto:p...@psnet.com]
> *Sent:* Friday, May 21, 2010 12:19 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> I try my hardest to keep mileage as low as possible, but as badly as I
> drive my Prius I cant get it down under 42.  Boring as hell vehicle.
>
>
>
>
>
> Phillip Partipilo
>
> Parametric Solutions Inc.
>
> Jupiter, Florida
>
> (561) 747-6107
>
>
>
>
>
> *From:* Don Guyer [mailto:don.gu...@prufoxroach.com]
> *Sent:* Friday, May 21, 2010 10:44 AM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> I get about 12-14 in my Jeep. Fun as hell vehicle though!
>
>
>
> J
>
>
>
> Don Guyer
>
> Systems Engineer - Information Services
>
> Prudential, Fox & Roach/Trident Group
>
> 431 W. Lancaster Avenue
>
> Devon, PA 19333
>
> Direct: (610) 993-3299
>
> Fax: (610) 650-5306
>
> don.gu...@prufoxroach.com
>
>
>
> *From:* Steven M. Caesare [mailto:scaes...@caesare.com]
> *Sent:* Thursday, May 20, 2010 11:14 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Wow… seems low.
>
>
>
> Nice rig tho!
>
>
>
> -sc
>
>
>
> *From:* Sean Martin [mailto:seanmarti...@gmail.com]
> *Sent:* Thursday, May 20, 2010 7:37 PM
> *To:* NT System Admin Issues
> *Subject:* Re: OT, vintage memories
>
>
>
> 2008 GMC Sierra 3500 HD Quad Cab Dually - 6.6l Duramax. I've been told to
> chalk it up to the new DPF and other emissions equipment. I've also been
> told it should increase by 5-6 mpg once I hit between 20-30k miles. I just
> rolled over 20k so we'll see
>
>
>
> - Sean
>
> On Thu, May 20, 2010 at 2:14 PM, Steven M. Caesare 
> wrote:
>
> What diesel are you driving that gets 11?
>
>
>
> My near 8000lbs Ford  F-350 QuadCab Longbed diesel got ~18/22.
>
>
>
> -sc
>
>
>
>
>
>
>
> *From:* Sean Martin [mailto:seanmarti...@gmail.com]
> *Sent:* Thursday, May 20, 2010 5:24 PM
>
>
> *To:* NT System Admin Issues
>
> *Subject:* Re: OT, vintage memories
>
>
>
> Ugh...I'm paying $3.57/gal for diesel. Hurray for 11mpg! 
>
>
>
> - Sean
>
> On Thu, May 20, 2010 at 12:16 PM, John Aldrich <
> jaldr...@blueridgecarpet.com> wrote:
>
> Yeah… I remember about 2/3 of those… including Drive-In movie theaters,
> Brownie Hawkeye cameras, flashbulbs, flash cubes, Wolfman Jack, Jiffy Pop
> (still around, but darned hard to find!) and a few other things. I remember
> as a kid gas going up to a whopping 50¢ a gallon or something and thinking
> that was high, then watching as I was about to start driving, gas got up to,
> gasp, almost a whole dollar a gallon. Never figured it would reach almost
> $3/gallon (or more in some areas!)
>
>
>
> [image: John-Aldrich][image: Tile-Tools]
>
>
>
> *From:* Bob Fronk [mailto:b...@btrfronk.com]
>
> *Sent:* Thursday, May 20, 2010 4:08 PM
>
>
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> I had a 1976 TransAm that I pulled out the unleaded plug in the fill neck
> and removed the catalytic converter so I could use leaded because it was
> cheaper for a poor High School student.
>
>
>
> *From:* Greg Olson [mailto:gol...@markettools.com]
> *Sent:* Thursday, May 20, 2010 3:33 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Even better was when they we’re phasing out Regular gas. I had a 1970
> Firebird and remember paying $.40-45 per gallon for my Junior year in High
> School.
>
>
>
>
>
> *From:* Bob Fronk [mailto:b...@btrfronk.com]
> *Sent:* Thursday, May 20, 2010 11:

RE: Holy PAC-MAN Batman!

2010-05-21 Thread Phillip Partipilo
Google has officially made today the least productive day around the globe.


Phillip Partipilo
Parametric Solutions Inc.
Jupiter, Florida
(561) 747-6107


From: Ziots, Edward [mailto:ezi...@lifespan.org]
Sent: Friday, May 21, 2010 3:41 PM
To: NT System Admin Issues
Subject: RE: Holy PAC-MAN Batman!

Yes, seen that earlier :)

Z

Edward Ziots
CISSP,MCSA,MCP+I,Security +,Network +,CCA
Network Engineer
Lifespan Organization
401-639-3505
ezi...@lifespan.org

From: David Mazzaccaro [mailto:david.mazzacc...@hudsonhhc.com]
Sent: Friday, May 21, 2010 11:02 AM
To: NT System Admin Issues
Subject: RE: Holy PAC-MAN Batman!

oh boy. here we go... 99% of my users have google as their home page...
I can hear the sirens now...LOL



From: Richard Stovall [mailto:rich...@gmail.com]
Sent: Friday, May 21, 2010 11:00 AM
To: NT System Admin Issues
Subject: Holy PAC-MAN Batman!
Is anyone else getting a playable PAC-MAN on the Google home page?





.









~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: script SSID for wireless configs

2010-05-21 Thread Murray Freeman
Thanks Micheal, that clears it up somewhat. It sounds to me that with
the number of wifi's in my neighborhood, I don't have to be very
concerned because the rest of the neighborhood are broadcasting and
several use their family name. I'm going to assume that they would tend
to draw the hackers more than my "unknown" wifi, and most of them are
WPA whereas I'm WPA2. 
 
Thanks again.
 

Murray 

 



From: Micheal Espinola Jr [mailto:michealespin...@gmail.com] 
Sent: Friday, May 21, 2010 2:34 PM
To: NT System Admin Issues
Subject: Re: script SSID for wireless configs


Technically speaking, its not that it isnt "broadcasted".  It's not
"advertised" in the packets.  This is a good short summary:

 
http://en.wikipedia.org/wiki/Service_set_%28802.11_network%29#Security_o
f_Broadcasting_SSID

--
ME2



On Fri, May 21, 2010 at 12:27 PM, Murray Freeman 
wrote:


So you are telling me that there are tools that can see
something that isn't being broadcast? I'm having trouble with that
concept. If I tturn off the power altogether, can these"tools" see my
wifi? If the broadcast is shut off, how is it broadcasting? Finally, if
these tools can see my SSID, can they also see the unencrypted password?
I can tell you that Inssider tells me a lot about the wifi's it picks up
including it's mac address along with the manufacturer of the wifi, and
the channel in use. But my SSID displays as unknown. Either wifi is
completely unsecure or it isn't. Please explain!
 

Murray 

 



From: Micheal Espinola Jr [mailto:michealespin...@gmail.com] 
Sent: Friday, May 21, 2010 1:23 PM 

To: NT System Admin Issues

Subject: Re: script SSID for wireless configs


Its false security.  Mainly because anyone capable of hacking
your network can see your SSID with their toolset (its still out there
in the ether).

Obscurity != Security

And with that, let the soapboxing begin...

--
ME2



On Fri, May 21, 2010 at 10:43 AM, Murray Freeman
 wrote:


I've been "lurking" on this topic, and I have a couple
of questions. First, I have a wifi at home and I have the radio
broadcast turned off. I'm using INSSIDER software to look around my
neighborhood from time to time. My SSID shows up as "unknown". Obviously
I have no problem connecting and if someone who has never connected
previously comes over, I help them by telling them the SSID and password
to connect. The next time they come over, they connect automatically.
So, my questions. First, even if you know my SSID, you need to know my
password or you're not going to connect. I figure that without the SSID,
it is even more difficult for a stranger to connect. Oh, I'm using WPA2
security. I know I could use MAC filtering, but I'm comfortable that I'm
secure enough. Can you guys explain to me how having the radio broadcast
turned off makes the security lessened? 
 

Murray 

 




From: Erik Goldoff [mailto:egold...@gmail.com] 

Sent: Friday, May 21, 2010 12:01 PM 

To: NT System Admin Issues
Subject: RE: script SSID for wireless configs



 

No real input as their decisions are already made, but
like I said, they are depending solely on non-broadcast of the SSID as
their 'security', they do have other proper measures in place.

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event
! '

From: Carl Houseman [mailto:c.house...@gmail.com] 
Sent: Friday, May 21, 2010 11:55 AM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

The post was offered as a general comment, not a
response to your question.  That happens around here a lot.  As IT
consultant, do you not have any capacity to advise the agency on
security matters?  Or keep them from shooting themselves in the foot?  I
guess not...

 

Carl

 

From: Erik Goldoff [mailto:egold...@gmail.com] 
Sent: Friday, May 21, 2010 11:50 AM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

Thank you but that was not the question.  To the agency,
this is one layer of security, in addition to WPA, etc.  The question is
whether the wireless config could be scripted.

 

Erik Goldoff

IT  Consultant

Syst

Re: OT, vintage memories

2010-05-21 Thread Jonathan Link
Pesky poseurs presenting peculiarities persistently.

On Fri, May 21, 2010 at 3:28 PM, Phillip Partipilo  wrote:

>  Purple’s pretty pimp.
>
>
>
>
>
> Phillip Partipilo
>
> Parametric Solutions Inc.
>
> Jupiter, Florida
>
> (561) 747-6107
>
>
>
>
>
> *From:* Damien Solodow [mailto:damien.solo...@harrison.edu]
> *Sent:* Friday, May 21, 2010 3:23 PM
>
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Phillip Partipilo putts around public in a Prius
>
>
>
> purposely protecting people from pollution
>
>
>
> and passes a passive person in a purple Pontiac
>
>
>
> *From:* Kim Longenbaugh [mailto:k...@colonialsavings.com]
> *Sent:* Friday, May 21, 2010 3:21 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Phillip Partipilo putts around public in a Prius
>
>
>
> purposely protecting people from pollution
>
>
>
> *From:* Andy Shook [mailto:andy.sh...@peak10.com]
> *Sent:* Friday, May 21, 2010 1:55 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Phillip Partipilo putts around public in a Prius.
>
>
>
> (Keep it going)
>
>
>
> Shook
>
>
>
> *From:* Phillip Partipilo [mailto:p...@psnet.com]
> *Sent:* Friday, May 21, 2010 12:19 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> I try my hardest to keep mileage as low as possible, but as badly as I
> drive my Prius I cant get it down under 42.  Boring as hell vehicle.
>
>
>
>
>
> Phillip Partipilo
>
> Parametric Solutions Inc.
>
> Jupiter, Florida
>
> (561) 747-6107
>
>
>
>
>
> *From:* Don Guyer [mailto:don.gu...@prufoxroach.com]
> *Sent:* Friday, May 21, 2010 10:44 AM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> I get about 12-14 in my Jeep. Fun as hell vehicle though!
>
>
>
> J
>
>
>
> Don Guyer
>
> Systems Engineer - Information Services
>
> Prudential, Fox & Roach/Trident Group
>
> 431 W. Lancaster Avenue
>
> Devon, PA 19333
>
> Direct: (610) 993-3299
>
> Fax: (610) 650-5306
>
> don.gu...@prufoxroach.com
>
>
>
> *From:* Steven M. Caesare [mailto:scaes...@caesare.com]
> *Sent:* Thursday, May 20, 2010 11:14 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Wow… seems low.
>
>
>
> Nice rig tho!
>
>
>
> -sc
>
>
>
> *From:* Sean Martin [mailto:seanmarti...@gmail.com]
> *Sent:* Thursday, May 20, 2010 7:37 PM
> *To:* NT System Admin Issues
> *Subject:* Re: OT, vintage memories
>
>
>
> 2008 GMC Sierra 3500 HD Quad Cab Dually - 6.6l Duramax. I've been told to
> chalk it up to the new DPF and other emissions equipment. I've also been
> told it should increase by 5-6 mpg once I hit between 20-30k miles. I just
> rolled over 20k so we'll see
>
>
>
> - Sean
>
> On Thu, May 20, 2010 at 2:14 PM, Steven M. Caesare 
> wrote:
>
> What diesel are you driving that gets 11?
>
>
>
> My near 8000lbs Ford  F-350 QuadCab Longbed diesel got ~18/22.
>
>
>
> -sc
>
>
>
>
>
>
>
> *From:* Sean Martin [mailto:seanmarti...@gmail.com]
> *Sent:* Thursday, May 20, 2010 5:24 PM
>
>
> *To:* NT System Admin Issues
>
> *Subject:* Re: OT, vintage memories
>
>
>
> Ugh...I'm paying $3.57/gal for diesel. Hurray for 11mpg! 
>
>
>
> - Sean
>
> On Thu, May 20, 2010 at 12:16 PM, John Aldrich <
> jaldr...@blueridgecarpet.com> wrote:
>
> Yeah… I remember about 2/3 of those… including Drive-In movie theaters,
> Brownie Hawkeye cameras, flashbulbs, flash cubes, Wolfman Jack, Jiffy Pop
> (still around, but darned hard to find!) and a few other things. I remember
> as a kid gas going up to a whopping 50¢ a gallon or something and thinking
> that was high, then watching as I was about to start driving, gas got up to,
> gasp, almost a whole dollar a gallon. Never figured it would reach almost
> $3/gallon (or more in some areas!)
>
>
>
> [image: John-Aldrich][image: Tile-Tools]
>
>
>
> *From:* Bob Fronk [mailto:b...@btrfronk.com]
> *Sent:* Thursday, May 20, 2010 4:08 PM
>
>
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> I had a 1976 TransAm that I pulled out the unleaded plug in the fill neck
> and removed the catalytic converter so I could use leaded because it was
> cheaper for a poor High School student.
>
>
>
> *From:* Greg Olson [mailto:gol...@markettools.com]
> *Sent:* Thursday, May 20, 2010 3:33 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Even better was when they we’re phasing out Regular gas. I had a 1970
> Firebird and remember paying $.40-45 per gallon for my Junior year in High
> School.
>
>
>
>
>
> *From:* Bob Fronk [mailto:b...@btrfronk.com]
> *Sent:* Thursday, May 20, 2010 11:53 AM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Yep.. Remember all of it.
>
>
>
> Except gas was about $0.75 when I started driving.
>
>
>
> *From:* Kim Longenbaugh [mailto:k...@colonialsavings.com]
> *Sent:* Thursday, May 20, 2010 2:28 PM
> *To:* NT System Admin Issues
> *Subject:* OT, vintage memories
>
>
>
> For those of us who are “vintage”, a fun li

RE: Holy PAC-MAN Batman!

2010-05-21 Thread Ziots, Edward
Yes, seen that earlier J 

 

Z

 

Edward Ziots

CISSP,MCSA,MCP+I,Security +,Network +,CCA

Network Engineer

Lifespan Organization

401-639-3505

ezi...@lifespan.org

 

From: David Mazzaccaro [mailto:david.mazzacc...@hudsonhhc.com] 
Sent: Friday, May 21, 2010 11:02 AM
To: NT System Admin Issues
Subject: RE: Holy PAC-MAN Batman!

 

oh boy. here we go... 99% of my users have google as their home
page... 

I can hear the sirens now...LOL

 

 



From: Richard Stovall [mailto:rich...@gmail.com] 
Sent: Friday, May 21, 2010 11:00 AM
To: NT System Admin Issues
Subject: Holy PAC-MAN Batman!

Is anyone else getting a playable PAC-MAN on the Google home page? 

 

 


.

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: OT, vintage memories

2010-05-21 Thread Blackman, Woody
Nah - Perfect!

From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
Sent: Friday, May 21, 2010 12:36 PM
To: NT System Admin Issues
Subject: Re: OT, vintage memories

very nice!

--
ME2

On Fri, May 21, 2010 at 12:23 PM, Damien Solodow 
mailto:damien.solo...@harrison.edu>> wrote:
Phillip Partipilo putts around public in a Prius

purposely protecting people from pollution

and passes a passive person in a purple Pontiac

From: Kim Longenbaugh 
[mailto:k...@colonialsavings.com]
Sent: Friday, May 21, 2010 3:21 PM

To: NT System Admin Issues
Subject: RE: OT, vintage memories

Phillip Partipilo putts around public in a Prius

purposely protecting people from pollution

From: Andy Shook [mailto:andy.sh...@peak10.com]
Sent: Friday, May 21, 2010 1:55 PM

To: NT System Admin Issues
Subject: RE: OT, vintage memories

Phillip Partipilo putts around public in a Prius.

(Keep it going)

Shook

From: Phillip Partipilo [mailto:p...@psnet.com]
Sent: Friday, May 21, 2010 12:19 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

I try my hardest to keep mileage as low as possible, but as badly as I drive my 
Prius I cant get it down under 42.  Boring as hell vehicle.


Phillip Partipilo
Parametric Solutions Inc.
Jupiter, Florida
(561) 747-6107


From: Don Guyer 
[mailto:don.gu...@prufoxroach.com]
Sent: Friday, May 21, 2010 10:44 AM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

I get about 12-14 in my Jeep. Fun as hell vehicle though!

:)

Don Guyer
Systems Engineer - Information Services
Prudential, Fox & Roach/Trident Group
431 W. Lancaster Avenue
Devon, PA 19333
Direct: (610) 993-3299
Fax: (610) 650-5306
don.gu...@prufoxroach.com

From: Steven M. Caesare 
[mailto:scaes...@caesare.com]
Sent: Thursday, May 20, 2010 11:14 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

Wow... seems low.

Nice rig tho!

-sc

From: Sean Martin [mailto:seanmarti...@gmail.com]
Sent: Thursday, May 20, 2010 7:37 PM
To: NT System Admin Issues
Subject: Re: OT, vintage memories

2008 GMC Sierra 3500 HD Quad Cab Dually - 6.6l Duramax. I've been told to chalk 
it up to the new DPF and other emissions equipment. I've also been told it 
should increase by 5-6 mpg once I hit between 20-30k miles. I just rolled over 
20k so we'll see

- Sean
On Thu, May 20, 2010 at 2:14 PM, Steven M. Caesare 
mailto:scaes...@caesare.com>> wrote:
What diesel are you driving that gets 11?

My near 8000lbs Ford  F-350 QuadCab Longbed diesel got ~18/22.

-sc



From: Sean Martin [mailto:seanmarti...@gmail.com]
Sent: Thursday, May 20, 2010 5:24 PM

To: NT System Admin Issues
Subject: Re: OT, vintage memories

Ugh...I'm paying $3.57/gal for diesel. Hurray for 11mpg! 

- Sean
On Thu, May 20, 2010 at 12:16 PM, John Aldrich 
mailto:jaldr...@blueridgecarpet.com>> wrote:
Yeah... I remember about 2/3 of those... including Drive-In movie theaters, 
Brownie Hawkeye cameras, flashbulbs, flash cubes, Wolfman Jack, Jiffy Pop 
(still around, but darned hard to find!) and a few other things. I remember as 
a kid gas going up to a whopping 50¢ a gallon or something and thinking that 
was high, then watching as I was about to start driving, gas got up to, gasp, 
almost a whole dollar a gallon. Never figured it would reach almost $3/gallon 
(or more in some areas!)

[cid:image001.jpg@01CAF8E2.8C836880][cid:image002@01caf8e2.8c836880]

From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Thursday, May 20, 2010 4:08 PM

To: NT System Admin Issues
Subject: RE: OT, vintage memories

I had a 1976 TransAm that I pulled out the unleaded plug in the fill neck and 
removed the catalytic converter so I could use leaded because it was cheaper 
for a poor High School student.

From: Greg Olson [mailto:gol...@markettools.com]
Sent: Thursday, May 20, 2010 3:33 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

Even better was when they we're phasing out Regular gas. I had a 1970 Firebird 
and remember paying $.40-45 per gallon for my Junior year in High School.


From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Thursday, May 20, 2010 11:53 AM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

Yep.. Remember all of it.

Except gas was about $0.75 when I started driving.

From: Kim Longenbaugh 
[mailto:k...@colonialsavings.com]
Sent: Thursday, May 20, 2010 2:28 PM
To: NT System Admin Issues
Subject: OT, vintage memories

For those of us who are "vintage", a fun link

http://www.webmarketing101.com/memory_lane.htm

































































~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ 

Re: OT, vintage memories

2010-05-21 Thread Micheal Espinola Jr
very nice!

--
ME2


On Fri, May 21, 2010 at 12:23 PM, Damien Solodow <
damien.solo...@harrison.edu> wrote:

> Phillip Partipilo putts around public in a Prius
>
>
>
> purposely protecting people from pollution
>
>
>
> and passes a passive person in a purple Pontiac
>
>
>
> *From:* Kim Longenbaugh [mailto:k...@colonialsavings.com]
> *Sent:* Friday, May 21, 2010 3:21 PM
>
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Phillip Partipilo putts around public in a Prius
>
>
>
> purposely protecting people from pollution
>
>
>
> *From:* Andy Shook [mailto:andy.sh...@peak10.com]
> *Sent:* Friday, May 21, 2010 1:55 PM
>
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Phillip Partipilo putts around public in a Prius.
>
>
>
> (Keep it going)
>
>
>
> Shook
>
>
>
> *From:* Phillip Partipilo [mailto:p...@psnet.com]
> *Sent:* Friday, May 21, 2010 12:19 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> I try my hardest to keep mileage as low as possible, but as badly as I
> drive my Prius I cant get it down under 42.  Boring as hell vehicle.
>
>
>
>
>
> Phillip Partipilo
>
> Parametric Solutions Inc.
>
> Jupiter, Florida
>
> (561) 747-6107
>
>
>
>
>
> *From:* Don Guyer [mailto:don.gu...@prufoxroach.com]
> *Sent:* Friday, May 21, 2010 10:44 AM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> I get about 12-14 in my Jeep. Fun as hell vehicle though!
>
>
>
> J
>
>
>
> Don Guyer
>
> Systems Engineer - Information Services
>
> Prudential, Fox & Roach/Trident Group
>
> 431 W. Lancaster Avenue
>
> Devon, PA 19333
>
> Direct: (610) 993-3299
>
> Fax: (610) 650-5306
>
> don.gu...@prufoxroach.com
>
>
>
> *From:* Steven M. Caesare [mailto:scaes...@caesare.com]
> *Sent:* Thursday, May 20, 2010 11:14 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Wow… seems low.
>
>
>
> Nice rig tho!
>
>
>
> -sc
>
>
>
> *From:* Sean Martin [mailto:seanmarti...@gmail.com]
> *Sent:* Thursday, May 20, 2010 7:37 PM
> *To:* NT System Admin Issues
> *Subject:* Re: OT, vintage memories
>
>
>
> 2008 GMC Sierra 3500 HD Quad Cab Dually - 6.6l Duramax. I've been told to
> chalk it up to the new DPF and other emissions equipment. I've also been
> told it should increase by 5-6 mpg once I hit between 20-30k miles. I just
> rolled over 20k so we'll see
>
>
>
> - Sean
>
> On Thu, May 20, 2010 at 2:14 PM, Steven M. Caesare 
> wrote:
>
> What diesel are you driving that gets 11?
>
>
>
> My near 8000lbs Ford  F-350 QuadCab Longbed diesel got ~18/22.
>
>
>
> -sc
>
>
>
>
>
>
>
> *From:* Sean Martin [mailto:seanmarti...@gmail.com]
> *Sent:* Thursday, May 20, 2010 5:24 PM
>
>
> *To:* NT System Admin Issues
>
> *Subject:* Re: OT, vintage memories
>
>
>
> Ugh...I'm paying $3.57/gal for diesel. Hurray for 11mpg! 
>
>
>
> - Sean
>
> On Thu, May 20, 2010 at 12:16 PM, John Aldrich <
> jaldr...@blueridgecarpet.com> wrote:
>
> Yeah… I remember about 2/3 of those… including Drive-In movie theaters,
> Brownie Hawkeye cameras, flashbulbs, flash cubes, Wolfman Jack, Jiffy Pop
> (still around, but darned hard to find!) and a few other things. I remember
> as a kid gas going up to a whopping 50¢ a gallon or something and thinking
> that was high, then watching as I was about to start driving, gas got up to,
> gasp, almost a whole dollar a gallon. Never figured it would reach almost
> $3/gallon (or more in some areas!)
>
>
>
> [image: John-Aldrich][image: Tile-Tools]
>
>
>
> *From:* Bob Fronk [mailto:b...@btrfronk.com]
> *Sent:* Thursday, May 20, 2010 4:08 PM
>
>
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> I had a 1976 TransAm that I pulled out the unleaded plug in the fill neck
> and removed the catalytic converter so I could use leaded because it was
> cheaper for a poor High School student.
>
>
>
> *From:* Greg Olson [mailto:gol...@markettools.com]
> *Sent:* Thursday, May 20, 2010 3:33 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Even better was when they we’re phasing out Regular gas. I had a 1970
> Firebird and remember paying $.40-45 per gallon for my Junior year in High
> School.
>
>
>
>
>
> *From:* Bob Fronk [mailto:b...@btrfronk.com]
> *Sent:* Thursday, May 20, 2010 11:53 AM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Yep.. Remember all of it.
>
>
>
> Except gas was about $0.75 when I started driving.
>
>
>
> *From:* Kim Longenbaugh [mailto:k...@colonialsavings.com]
> *Sent:* Thursday, May 20, 2010 2:28 PM
> *To:* NT System Admin Issues
> *Subject:* OT, vintage memories
>
>
>
> For those of us who are “vintage”, a fun link
>
>
>
> http://www.webmarketing101.com/memory_lane.htm
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ 

Re: script SSID for wireless configs

2010-05-21 Thread Micheal Espinola Jr
Technically speaking, its not that it isnt "broadcasted".  It's not
"advertised" in the packets.  This is a good short summary:


http://en.wikipedia.org/wiki/Service_set_%28802.11_network%29#Security_of_Broadcasting_SSID

--
ME2


On Fri, May 21, 2010 at 12:27 PM, Murray Freeman wrote:

>  So you are telling me that there are tools that can see something that
> isn't being broadcast? I'm having trouble with that concept. If I tturn off
> the power altogether, can these"tools" see my wifi? If the broadcast is shut
> off, how is it broadcasting? Finally, if these tools can see my SSID, can
> they also see the unencrypted password? I can tell you that Inssider tells
> me a lot about the wifi's it picks up including it's mac address along with
> the manufacturer of the wifi, and the channel in use. But my SSID displays
> as unknown. Either wifi is completely unsecure or it isn't. Please explain!
>
>
> *Murray *
>
>
>  --
> *From:* Micheal Espinola Jr [mailto:michealespin...@gmail.com]
> *Sent:* Friday, May 21, 2010 1:23 PM
>
> *To:* NT System Admin Issues
> *Subject:* Re: script SSID for wireless configs
>
> Its false security.  Mainly because anyone capable of hacking your network
> can see your SSID with their toolset (its still out there in the ether).
>
> Obscurity != Security
>
> And with that, let the soapboxing begin...
>
> --
> ME2
>
>
> On Fri, May 21, 2010 at 10:43 AM, Murray Freeman wrote:
>
>>  I've been "lurking" on this topic, and I have a couple of questions.
>> First, I have a wifi at home and I have the radio broadcast turned off. I'm
>> using INSSIDER software to look around my neighborhood from time to time. My
>> SSID shows up as "unknown". Obviously I have no problem connecting and if
>> someone who has never connected previously comes over, I help them by
>> telling them the SSID and password to connect. The next time they come over,
>> they connect automatically. So, my questions. First, even if you know my
>> SSID, you need to know my password or you're not going to connect. I figure
>> that without the SSID, it is even more difficult for a stranger to connect.
>> Oh, I'm using WPA2 security. I know I could use MAC filtering, but I'm
>> comfortable that I'm secure enough. Can you guys explain to me how having
>> the radio broadcast turned off makes the security lessened?
>>
>>
>> *Murray *
>>
>>
>>  --
>>  *From:* Erik Goldoff [mailto:egold...@gmail.com]
>> *Sent:* Friday, May 21, 2010 12:01 PM
>>
>> *To:* NT System Admin Issues
>> *Subject:* RE: script SSID for wireless configs
>>
>>
>>
>> No real input as their decisions are already made, but like I said, they
>> are depending solely on non-broadcast of the SSID as their ‘security’, they
>> do have other proper measures in place.
>>
>> *Erik Goldoff***
>>
>> *IT  Consultant*
>>
>> *Systems, Networks, & Security *
>>
>> '  Security is an ongoing process, not a one time event ! '
>>
>> *From:* Carl Houseman [mailto:c.house...@gmail.com]
>> *Sent:* Friday, May 21, 2010 11:55 AM
>> *To:* NT System Admin Issues
>> *Subject:* RE: script SSID for wireless configs
>>
>>
>>
>> The post was offered as a general comment, not a response to your
>> question.  That happens around here a lot.  As IT consultant, do you not
>> have any capacity to advise the agency on security matters?  Or keep them
>> from shooting themselves in the foot?  I guess not...
>>
>>
>>
>> Carl
>>
>>
>>
>> *From:* Erik Goldoff [mailto:egold...@gmail.com]
>> *Sent:* Friday, May 21, 2010 11:50 AM
>> *To:* NT System Admin Issues
>> *Subject:* RE: script SSID for wireless configs
>>
>>
>>
>> Thank you but that was not the question.  To the agency, this is one layer
>> of security, in addition to WPA, etc.  The question is whether the wireless
>> config could be scripted.
>>
>>
>>
>> *Erik Goldoff***
>>
>> *IT  Consultant*
>>
>> *Systems, Networks, & Security *
>>
>> '  Security is an ongoing process, not a one time event ! '
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>
>
>
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: OT, vintage memories

2010-05-21 Thread Phillip Partipilo
Purple's pretty pimp.


Phillip Partipilo
Parametric Solutions Inc.
Jupiter, Florida
(561) 747-6107


From: Damien Solodow [mailto:damien.solo...@harrison.edu]
Sent: Friday, May 21, 2010 3:23 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

Phillip Partipilo putts around public in a Prius

purposely protecting people from pollution

and passes a passive person in a purple Pontiac

From: Kim Longenbaugh [mailto:k...@colonialsavings.com]
Sent: Friday, May 21, 2010 3:21 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

Phillip Partipilo putts around public in a Prius

purposely protecting people from pollution

From: Andy Shook [mailto:andy.sh...@peak10.com]
Sent: Friday, May 21, 2010 1:55 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

Phillip Partipilo putts around public in a Prius.

(Keep it going)

Shook

From: Phillip Partipilo [mailto:p...@psnet.com]
Sent: Friday, May 21, 2010 12:19 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

I try my hardest to keep mileage as low as possible, but as badly as I drive my 
Prius I cant get it down under 42.  Boring as hell vehicle.


Phillip Partipilo
Parametric Solutions Inc.
Jupiter, Florida
(561) 747-6107


From: Don Guyer [mailto:don.gu...@prufoxroach.com]
Sent: Friday, May 21, 2010 10:44 AM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

I get about 12-14 in my Jeep. Fun as hell vehicle though!

:)

Don Guyer
Systems Engineer - Information Services
Prudential, Fox & Roach/Trident Group
431 W. Lancaster Avenue
Devon, PA 19333
Direct: (610) 993-3299
Fax: (610) 650-5306
don.gu...@prufoxroach.com

From: Steven M. Caesare [mailto:scaes...@caesare.com]
Sent: Thursday, May 20, 2010 11:14 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

Wow... seems low.

Nice rig tho!

-sc

From: Sean Martin [mailto:seanmarti...@gmail.com]
Sent: Thursday, May 20, 2010 7:37 PM
To: NT System Admin Issues
Subject: Re: OT, vintage memories

2008 GMC Sierra 3500 HD Quad Cab Dually - 6.6l Duramax. I've been told to chalk 
it up to the new DPF and other emissions equipment. I've also been told it 
should increase by 5-6 mpg once I hit between 20-30k miles. I just rolled over 
20k so we'll see

- Sean
On Thu, May 20, 2010 at 2:14 PM, Steven M. Caesare 
mailto:scaes...@caesare.com>> wrote:
What diesel are you driving that gets 11?

My near 8000lbs Ford  F-350 QuadCab Longbed diesel got ~18/22.

-sc



From: Sean Martin [mailto:seanmarti...@gmail.com]
Sent: Thursday, May 20, 2010 5:24 PM

To: NT System Admin Issues
Subject: Re: OT, vintage memories

Ugh...I'm paying $3.57/gal for diesel. Hurray for 11mpg! 

- Sean
On Thu, May 20, 2010 at 12:16 PM, John Aldrich 
mailto:jaldr...@blueridgecarpet.com>> wrote:
Yeah... I remember about 2/3 of those... including Drive-In movie theaters, 
Brownie Hawkeye cameras, flashbulbs, flash cubes, Wolfman Jack, Jiffy Pop 
(still around, but darned hard to find!) and a few other things. I remember as 
a kid gas going up to a whopping 50¢ a gallon or something and thinking that 
was high, then watching as I was about to start driving, gas got up to, gasp, 
almost a whole dollar a gallon. Never figured it would reach almost $3/gallon 
(or more in some areas!)

[cid:image001.jpg@01CAF8FA.0503AD80][cid:image002@01caf8fa.0503ad80]

From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Thursday, May 20, 2010 4:08 PM

To: NT System Admin Issues
Subject: RE: OT, vintage memories

I had a 1976 TransAm that I pulled out the unleaded plug in the fill neck and 
removed the catalytic converter so I could use leaded because it was cheaper 
for a poor High School student.

From: Greg Olson [mailto:gol...@markettools.com]
Sent: Thursday, May 20, 2010 3:33 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

Even better was when they we're phasing out Regular gas. I had a 1970 Firebird 
and remember paying $.40-45 per gallon for my Junior year in High School.


From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Thursday, May 20, 2010 11:53 AM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

Yep.. Remember all of it.

Except gas was about $0.75 when I started driving.

From: Kim Longenbaugh 
[mailto:k...@colonialsavings.com]
Sent: Thursday, May 20, 2010 2:28 PM
To: NT System Admin Issues
Subject: OT, vintage memories

For those of us who are "vintage", a fun link

http://www.webmarketing101.com/memory_lane.htm




























































~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~<><>

RE: script SSID for wireless configs

2010-05-21 Thread Murray Freeman
So you are telling me that there are tools that can see something that
isn't being broadcast? I'm having trouble with that concept. If I tturn
off the power altogether, can these"tools" see my wifi? If the broadcast
is shut off, how is it broadcasting? Finally, if these tools can see my
SSID, can they also see the unencrypted password? I can tell you that
Inssider tells me a lot about the wifi's it picks up including it's mac
address along with the manufacturer of the wifi, and the channel in use.
But my SSID displays as unknown. Either wifi is completely unsecure or
it isn't. Please explain!
 

Murray 

 



From: Micheal Espinola Jr [mailto:michealespin...@gmail.com] 
Sent: Friday, May 21, 2010 1:23 PM
To: NT System Admin Issues
Subject: Re: script SSID for wireless configs


Its false security.  Mainly because anyone capable of hacking your
network can see your SSID with their toolset (its still out there in the
ether).

Obscurity != Security

And with that, let the soapboxing begin...

--
ME2



On Fri, May 21, 2010 at 10:43 AM, Murray Freeman 
wrote:


I've been "lurking" on this topic, and I have a couple of
questions. First, I have a wifi at home and I have the radio broadcast
turned off. I'm using INSSIDER software to look around my neighborhood
from time to time. My SSID shows up as "unknown". Obviously I have no
problem connecting and if someone who has never connected previously
comes over, I help them by telling them the SSID and password to
connect. The next time they come over, they connect automatically. So,
my questions. First, even if you know my SSID, you need to know my
password or you're not going to connect. I figure that without the SSID,
it is even more difficult for a stranger to connect. Oh, I'm using WPA2
security. I know I could use MAC filtering, but I'm comfortable that I'm
secure enough. Can you guys explain to me how having the radio broadcast
turned off makes the security lessened? 
 

Murray 

 




From: Erik Goldoff [mailto:egold...@gmail.com] 

Sent: Friday, May 21, 2010 12:01 PM 

To: NT System Admin Issues
Subject: RE: script SSID for wireless configs



 

No real input as their decisions are already made, but like I
said, they are depending solely on non-broadcast of the SSID as their
'security', they do have other proper measures in place.

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '

From: Carl Houseman [mailto:c.house...@gmail.com] 
Sent: Friday, May 21, 2010 11:55 AM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

The post was offered as a general comment, not a response to
your question.  That happens around here a lot.  As IT consultant, do
you not have any capacity to advise the agency on security matters?  Or
keep them from shooting themselves in the foot?  I guess not...

 

Carl

 

From: Erik Goldoff [mailto:egold...@gmail.com] 
Sent: Friday, May 21, 2010 11:50 AM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

Thank you but that was not the question.  To the agency, this is
one layer of security, in addition to WPA, etc.  The question is whether
the wireless config could be scripted.

 

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '

 



 



 



 


 

 


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: OT, vintage memories

2010-05-21 Thread RichardMcClary
Piffle!

"Damien Solodow"  wrote on 05/21/2010 
02:23:14 PM:

> Phillip Partipilo putts around public in a Prius
> 
> purposely protecting people from pollution 
> 
> and passes a passive person in a purple Pontiac
> 
> From: Kim Longenbaugh [mailto:k...@colonialsavings.com] 
> Sent: Friday, May 21, 2010 3:21 PM
> To: NT System Admin Issues
> Subject: RE: OT, vintage memories
> 
> Phillip Partipilo putts around public in a Prius
> 
> purposely protecting people from pollution 
> 
> From: Andy Shook [mailto:andy.sh...@peak10.com] 
> Sent: Friday, May 21, 2010 1:55 PM
> To: NT System Admin Issues
> Subject: RE: OT, vintage memories
> 
> Phillip Partipilo putts around public in a Prius.
> 
> (Keep it going) 
> 
> Shook
> 
> From: Phillip Partipilo [mailto:p...@psnet.com] 
> Sent: Friday, May 21, 2010 12:19 PM
> To: NT System Admin Issues
> Subject: RE: OT, vintage memories
> 
> I try my hardest to keep mileage as low as possible, but as badly as
> I drive my Prius I cant get it down under 42.  Boring as hell vehicle.
> 
> 
> Phillip Partipilo
> Parametric Solutions Inc.
> Jupiter, Florida
> (561) 747-6107
> 
> 
> From: Don Guyer [mailto:don.gu...@prufoxroach.com] 
> Sent: Friday, May 21, 2010 10:44 AM
> To: NT System Admin Issues
> Subject: RE: OT, vintage memories
> 
> I get about 12-14 in my Jeep. Fun as hell vehicle though!
> 
> J
> 
> Don Guyer
> Systems Engineer - Information Services
> Prudential, Fox & Roach/Trident Group
> 431 W. Lancaster Avenue
> Devon, PA 19333
> Direct: (610) 993-3299
> Fax: (610) 650-5306
> don.gu...@prufoxroach.com
> 
> From: Steven M. Caesare [mailto:scaes...@caesare.com] 
> Sent: Thursday, May 20, 2010 11:14 PM
> To: NT System Admin Issues
> Subject: RE: OT, vintage memories
> 
> Wow? seems low.
> 
> Nice rig tho!
> 
> -sc
> 
> From: Sean Martin [mailto:seanmarti...@gmail.com] 
> Sent: Thursday, May 20, 2010 7:37 PM
> To: NT System Admin Issues
> Subject: Re: OT, vintage memories
> 
> 2008 GMC Sierra 3500 HD Quad Cab Dually - 6.6l Duramax. I've been 
> told to chalk it up to the new DPF and other emissions equipment. 
> I've also been told it should increase by 5-6 mpg once I hit between
> 20-30k miles. I just rolled over 20k so we'll see
> 
> - Sean
> On Thu, May 20, 2010 at 2:14 PM, Steven M. Caesare  > wrote:
> What diesel are you driving that gets 11?
> 
> My near 8000lbs Ford  F-350 QuadCab Longbed diesel got ~18/22.
> 
> -sc
> 
> 
> 
> From: Sean Martin [mailto:seanmarti...@gmail.com] 
> Sent: Thursday, May 20, 2010 5:24 PM 
> 
> To: NT System Admin Issues
> Subject: Re: OT, vintage memories 
> 
> Ugh...I'm paying $3.57/gal for diesel. Hurray for 11mpg! 
> 
> - Sean
> On Thu, May 20, 2010 at 12:16 PM, John Aldrich 
 > wrote:
> Yeah? I remember about 2/3 of those? including Drive-In movie 
> theaters, Brownie Hawkeye cameras, flashbulbs, flash cubes, Wolfman 
> Jack, Jiffy Pop (still around, but darned hard to find!) and a few 
> other things. I remember as a kid gas going up to a whopping 50¢ a 
> gallon or something and thinking that was high, then watching as I 
> was about to start driving, gas got up to, gasp, almost a whole 
> dollar a gallon. Never figured it would reach almost $3/gallon (or 
> more in some areas!)
> 
> [image removed] [image removed] 
> 
> From: Bob Fronk [mailto:b...@btrfronk.com] 
> Sent: Thursday, May 20, 2010 4:08 PM 
> 
> To: NT System Admin Issues
> Subject: RE: OT, vintage memories
> 
> I had a 1976 TransAm that I pulled out the unleaded plug in the fill
> neck and removed the catalytic converter so I could use leaded 
> because it was cheaper for a poor High School student.
> 
> From: Greg Olson [mailto:gol...@markettools.com] 
> Sent: Thursday, May 20, 2010 3:33 PM
> To: NT System Admin Issues
> Subject: RE: OT, vintage memories
> 
> Even better was when they we?re phasing out Regular gas. I had a 
> 1970 Firebird and remember paying $.40-45 per gallon for my Junior 
> year in High School. 
> 
> 
> From: Bob Fronk [mailto:b...@btrfronk.com] 
> Sent: Thursday, May 20, 2010 11:53 AM
> To: NT System Admin Issues
> Subject: RE: OT, vintage memories
> 
> Yep.. Remember all of it.
> 
> Except gas was about $0.75 when I started driving. 
> 
> From: Kim Longenbaugh [mailto:k...@colonialsavings.com] 
> Sent: Thursday, May 20, 2010 2:28 PM
> To: NT System Admin Issues
> Subject: OT, vintage memories
> 
> For those of us who are ?vintage?, a fun link
> 
> http://www.webmarketing101.com/memory_lane.htm
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: OT, vintage memories

2010-05-21 Thread Damien Solodow
Phillip Partipilo putts around public in a Prius

 

purposely protecting people from pollution 

 

and passes a passive person in a purple Pontiac

 

From: Kim Longenbaugh [mailto:k...@colonialsavings.com] 
Sent: Friday, May 21, 2010 3:21 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

 

Phillip Partipilo putts around public in a Prius

 

purposely protecting people from pollution 

 

From: Andy Shook [mailto:andy.sh...@peak10.com] 
Sent: Friday, May 21, 2010 1:55 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

 

Phillip Partipilo putts around public in a Prius.

 

(Keep it going)  

 

Shook

 

From: Phillip Partipilo [mailto:p...@psnet.com] 
Sent: Friday, May 21, 2010 12:19 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

 

I try my hardest to keep mileage as low as possible, but as badly as I drive my 
Prius I cant get it down under 42.  Boring as hell vehicle.

 

 

Phillip Partipilo

Parametric Solutions Inc.

Jupiter, Florida

(561) 747-6107

 

 

From: Don Guyer [mailto:don.gu...@prufoxroach.com] 
Sent: Friday, May 21, 2010 10:44 AM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

 

I get about 12-14 in my Jeep. Fun as hell vehicle though!

 

J

 

Don Guyer

Systems Engineer - Information Services

Prudential, Fox & Roach/Trident Group

431 W. Lancaster Avenue

Devon, PA 19333

Direct: (610) 993-3299

Fax: (610) 650-5306

don.gu...@prufoxroach.com

 

From: Steven M. Caesare [mailto:scaes...@caesare.com] 
Sent: Thursday, May 20, 2010 11:14 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

 

Wow... seems low.

 

Nice rig tho!

 

-sc

 

From: Sean Martin [mailto:seanmarti...@gmail.com] 
Sent: Thursday, May 20, 2010 7:37 PM
To: NT System Admin Issues
Subject: Re: OT, vintage memories

 

2008 GMC Sierra 3500 HD Quad Cab Dually - 6.6l Duramax. I've been told to chalk 
it up to the new DPF and other emissions equipment. I've also been told it 
should increase by 5-6 mpg once I hit between 20-30k miles. I just rolled over 
20k so we'll see

 

- Sean

On Thu, May 20, 2010 at 2:14 PM, Steven M. Caesare  wrote:

What diesel are you driving that gets 11?

 

My near 8000lbs Ford  F-350 QuadCab Longbed diesel got ~18/22.

 

-sc

 

 

 

From: Sean Martin [mailto:seanmarti...@gmail.com] 
Sent: Thursday, May 20, 2010 5:24 PM 


To: NT System Admin Issues

Subject: Re: OT, vintage memories 

 

Ugh...I'm paying $3.57/gal for diesel. Hurray for 11mpg! 

 

- Sean

On Thu, May 20, 2010 at 12:16 PM, John Aldrich  
wrote:

Yeah... I remember about 2/3 of those... including Drive-In movie theaters, 
Brownie Hawkeye cameras, flashbulbs, flash cubes, Wolfman Jack, Jiffy Pop 
(still around, but darned hard to find!) and a few other things. I remember as 
a kid gas going up to a whopping 50¢ a gallon or something and thinking that 
was high, then watching as I was about to start driving, gas got up to, gasp, 
almost a whole dollar a gallon. Never figured it would reach almost $3/gallon 
(or more in some areas!)

 

  

 

From: Bob Fronk [mailto:b...@btrfronk.com] 
Sent: Thursday, May 20, 2010 4:08 PM 


To: NT System Admin Issues
Subject: RE: OT, vintage memories

 

I had a 1976 TransAm that I pulled out the unleaded plug in the fill neck and 
removed the catalytic converter so I could use leaded because it was cheaper 
for a poor High School student.

 

From: Greg Olson [mailto:gol...@markettools.com] 
Sent: Thursday, May 20, 2010 3:33 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

 

Even better was when they we're phasing out Regular gas. I had a 1970 Firebird 
and remember paying $.40-45 per gallon for my Junior year in High School. 

 

 

From: Bob Fronk [mailto:b...@btrfronk.com] 
Sent: Thursday, May 20, 2010 11:53 AM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

 

Yep.. Remember all of it.

 

Except gas was about $0.75 when I started driving.  

 

From: Kim Longenbaugh [mailto:k...@colonialsavings.com] 
Sent: Thursday, May 20, 2010 2:28 PM
To: NT System Admin Issues
Subject: OT, vintage memories

 

For those of us who are "vintage", a fun link

 

http://www.webmarketing101.com/memory_lane.htm

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~<><>

limited logon script??

2010-05-21 Thread David McSpadden
Is this all I really need to do?

Create silent usershare on server.

Add this to top of logon.bat?

 

 

 

echo on

net use x: \\10.0.50.205\%username%$

if errorlevel 1 goto :logoff

goto :continue

:logoff

call MSG.exe %username% "The user %username% is already logged into the
network somewhere else.  Please log off that workstation before trying
to log into the network again."

logoff.exe

:continue

setx logdrive "X:"

setx logpath "X:\"

 

"Please consider the environment before printing this email."

 

 


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~<>

Re: OT, vintage memories

2010-05-21 Thread Richard Stovall
He's just alliterate.

On Fri, May 21, 2010 at 3:02 PM, Micheal Espinola Jr <
michealespin...@gmail.com> wrote:

> You sir, are out of practice.  Why have you been hiding from us?
>
> --
> ME2
>
>
>
> On Fri, May 21, 2010 at 11:54 AM, Andy Shook wrote:
>
>>  Phillip Partipilo putts around public in a Prius.
>>
>>
>>
>> (Keep it going)
>>
>>
>>
>> Shook
>>
>>
>>
>> *From:* Phillip Partipilo [mailto:p...@psnet.com]
>> *Sent:* Friday, May 21, 2010 12:19 PM
>>
>> *To:* NT System Admin Issues
>> *Subject:* RE: OT, vintage memories
>>
>>
>>
>> I try my hardest to keep mileage as low as possible, but as badly as I
>> drive my Prius I cant get it down under 42.  Boring as hell vehicle.
>>
>>
>>
>>
>>
>> Phillip Partipilo
>>
>> Parametric Solutions Inc.
>>
>> Jupiter, Florida
>>
>> (561) 747-6107
>>
>>
>>
>>
>>
>> *From:* Don Guyer [mailto:don.gu...@prufoxroach.com]
>> *Sent:* Friday, May 21, 2010 10:44 AM
>> *To:* NT System Admin Issues
>> *Subject:* RE: OT, vintage memories
>>
>>
>>
>> I get about 12-14 in my Jeep. Fun as hell vehicle though!
>>
>>
>>
>> J
>>
>>
>>
>> Don Guyer
>>
>> Systems Engineer - Information Services
>>
>> Prudential, Fox & Roach/Trident Group
>>
>> 431 W. Lancaster Avenue
>>
>> Devon, PA 19333
>>
>> Direct: (610) 993-3299
>>
>> Fax: (610) 650-5306
>>
>> don.gu...@prufoxroach.com
>>
>>
>>
>> *From:* Steven M. Caesare [mailto:scaes...@caesare.com]
>> *Sent:* Thursday, May 20, 2010 11:14 PM
>> *To:* NT System Admin Issues
>> *Subject:* RE: OT, vintage memories
>>
>>
>>
>> Wow… seems low.
>>
>>
>>
>> Nice rig tho!
>>
>>
>>
>> -sc
>>
>>
>>
>> *From:* Sean Martin [mailto:seanmarti...@gmail.com]
>> *Sent:* Thursday, May 20, 2010 7:37 PM
>> *To:* NT System Admin Issues
>> *Subject:* Re: OT, vintage memories
>>
>>
>>
>> 2008 GMC Sierra 3500 HD Quad Cab Dually - 6.6l Duramax. I've been told to
>> chalk it up to the new DPF and other emissions equipment. I've also been
>> told it should increase by 5-6 mpg once I hit between 20-30k miles. I just
>> rolled over 20k so we'll see
>>
>>
>>
>> - Sean
>>
>> On Thu, May 20, 2010 at 2:14 PM, Steven M. Caesare 
>> wrote:
>>
>> What diesel are you driving that gets 11?
>>
>>
>>
>> My near 8000lbs Ford  F-350 QuadCab Longbed diesel got ~18/22.
>>
>>
>>
>> -sc
>>
>>
>>
>>
>>
>>
>>
>> *From:* Sean Martin [mailto:seanmarti...@gmail.com]
>> *Sent:* Thursday, May 20, 2010 5:24 PM
>>
>>
>> *To:* NT System Admin Issues
>>
>> *Subject:* Re: OT, vintage memories
>>
>>
>>
>> Ugh...I'm paying $3.57/gal for diesel. Hurray for 11mpg! 
>>
>>
>>
>> - Sean
>>
>> On Thu, May 20, 2010 at 12:16 PM, John Aldrich <
>> jaldr...@blueridgecarpet.com> wrote:
>>
>> Yeah… I remember about 2/3 of those… including Drive-In movie theaters,
>> Brownie Hawkeye cameras, flashbulbs, flash cubes, Wolfman Jack, Jiffy Pop
>> (still around, but darned hard to find!) and a few other things. I remember
>> as a kid gas going up to a whopping 50¢ a gallon or something and thinking
>> that was high, then watching as I was about to start driving, gas got up to,
>> gasp, almost a whole dollar a gallon. Never figured it would reach almost
>> $3/gallon (or more in some areas!)
>>
>>
>>
>> [image: John-Aldrich][image: Tile-Tools]
>>
>>
>>
>> *From:* Bob Fronk [mailto:b...@btrfronk.com]
>> *Sent:* Thursday, May 20, 2010 4:08 PM
>>
>>
>> *To:* NT System Admin Issues
>> *Subject:* RE: OT, vintage memories
>>
>>
>>
>> I had a 1976 TransAm that I pulled out the unleaded plug in the fill neck
>> and removed the catalytic converter so I could use leaded because it was
>> cheaper for a poor High School student.
>>
>>
>>
>> *From:* Greg Olson [mailto:gol...@markettools.com]
>> *Sent:* Thursday, May 20, 2010 3:33 PM
>> *To:* NT System Admin Issues
>> *Subject:* RE: OT, vintage memories
>>
>>
>>
>> Even better was when they we’re phasing out Regular gas. I had a 1970
>> Firebird and remember paying $.40-45 per gallon for my Junior year in High
>> School.
>>
>>
>>
>>
>>
>> *From:* Bob Fronk [mailto:b...@btrfronk.com]
>> *Sent:* Thursday, May 20, 2010 11:53 AM
>> *To:* NT System Admin Issues
>> *Subject:* RE: OT, vintage memories
>>
>>
>>
>> Yep.. Remember all of it.
>>
>>
>>
>> Except gas was about $0.75 when I started driving.
>>
>>
>>
>> *From:* Kim Longenbaugh [mailto:k...@colonialsavings.com]
>> *Sent:* Thursday, May 20, 2010 2:28 PM
>> *To:* NT System Admin Issues
>> *Subject:* OT, vintage memories
>>
>>
>>
>> For those of us who are “vintage”, a fun link
>>
>>
>>
>> http://www.webmarketing101.com/memory_lane.htm
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~<><>

RE: OT, vintage memories

2010-05-21 Thread Kim Longenbaugh
Phillip Partipilo putts around public in a Prius

 

purposely protecting people from pollution 

 

From: Andy Shook [mailto:andy.sh...@peak10.com] 
Sent: Friday, May 21, 2010 1:55 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

 

Phillip Partipilo putts around public in a Prius.

 

(Keep it going)  

 

Shook

 

From: Phillip Partipilo [mailto:p...@psnet.com] 
Sent: Friday, May 21, 2010 12:19 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

 

I try my hardest to keep mileage as low as possible, but as badly as I drive my 
Prius I cant get it down under 42.  Boring as hell vehicle.

 

 

Phillip Partipilo

Parametric Solutions Inc.

Jupiter, Florida

(561) 747-6107

 

 

From: Don Guyer [mailto:don.gu...@prufoxroach.com] 
Sent: Friday, May 21, 2010 10:44 AM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

 

I get about 12-14 in my Jeep. Fun as hell vehicle though!

 

J

 

Don Guyer

Systems Engineer - Information Services

Prudential, Fox & Roach/Trident Group

431 W. Lancaster Avenue

Devon, PA 19333

Direct: (610) 993-3299

Fax: (610) 650-5306

don.gu...@prufoxroach.com

 

From: Steven M. Caesare [mailto:scaes...@caesare.com] 
Sent: Thursday, May 20, 2010 11:14 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

 

Wow... seems low.

 

Nice rig tho!

 

-sc

 

From: Sean Martin [mailto:seanmarti...@gmail.com] 
Sent: Thursday, May 20, 2010 7:37 PM
To: NT System Admin Issues
Subject: Re: OT, vintage memories

 

2008 GMC Sierra 3500 HD Quad Cab Dually - 6.6l Duramax. I've been told to chalk 
it up to the new DPF and other emissions equipment. I've also been told it 
should increase by 5-6 mpg once I hit between 20-30k miles. I just rolled over 
20k so we'll see

 

- Sean

On Thu, May 20, 2010 at 2:14 PM, Steven M. Caesare  wrote:

What diesel are you driving that gets 11?

 

My near 8000lbs Ford  F-350 QuadCab Longbed diesel got ~18/22.

 

-sc

 

 

 

From: Sean Martin [mailto:seanmarti...@gmail.com] 
Sent: Thursday, May 20, 2010 5:24 PM 


To: NT System Admin Issues

Subject: Re: OT, vintage memories 

 

Ugh...I'm paying $3.57/gal for diesel. Hurray for 11mpg! 

 

- Sean

On Thu, May 20, 2010 at 12:16 PM, John Aldrich  
wrote:

Yeah... I remember about 2/3 of those... including Drive-In movie theaters, 
Brownie Hawkeye cameras, flashbulbs, flash cubes, Wolfman Jack, Jiffy Pop 
(still around, but darned hard to find!) and a few other things. I remember as 
a kid gas going up to a whopping 50¢ a gallon or something and thinking that 
was high, then watching as I was about to start driving, gas got up to, gasp, 
almost a whole dollar a gallon. Never figured it would reach almost $3/gallon 
(or more in some areas!)

 

  

 

From: Bob Fronk [mailto:b...@btrfronk.com] 
Sent: Thursday, May 20, 2010 4:08 PM 


To: NT System Admin Issues
Subject: RE: OT, vintage memories

 

I had a 1976 TransAm that I pulled out the unleaded plug in the fill neck and 
removed the catalytic converter so I could use leaded because it was cheaper 
for a poor High School student.

 

From: Greg Olson [mailto:gol...@markettools.com] 
Sent: Thursday, May 20, 2010 3:33 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

 

Even better was when they we're phasing out Regular gas. I had a 1970 Firebird 
and remember paying $.40-45 per gallon for my Junior year in High School. 

 

 

From: Bob Fronk [mailto:b...@btrfronk.com] 
Sent: Thursday, May 20, 2010 11:53 AM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

 

Yep.. Remember all of it.

 

Except gas was about $0.75 when I started driving.  

 

From: Kim Longenbaugh [mailto:k...@colonialsavings.com] 
Sent: Thursday, May 20, 2010 2:28 PM
To: NT System Admin Issues
Subject: OT, vintage memories

 

For those of us who are "vintage", a fun link

 

http://www.webmarketing101.com/memory_lane.htm

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~<><>

Re: Just wondering

2010-05-21 Thread Rod Trent
Archos has never quite taken off.
-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~



RE: Just wondering

2010-05-21 Thread Phillip Partipilo
Not as small as an iPod Touch, but this just popped up on tgdaily, cheap 
Android tablet...

http://www.tgdaily.com/mobility-features/49870-eken-touts-240-android-tablet




Phillip Partipilo
Parametric Solutions Inc.
Jupiter, Florida
(561) 747-6107


From: Reimer, Mark [mailto:mark.rei...@prairie.edu]
Sent: Friday, May 21, 2010 12:43 PM
To: NT System Admin Issues
Subject: Just wondering

The IPod is (if my information is correct), an IPhone without the phone. Is 
there an equivalent for Android devices? I have an old Windows mobile based PDA 
(yes, it still uses a stylus), and it's still working great, but I think it 
will come to the end of its life before too long.

Know of anything?

TIA.

Mark





~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Post Synergy Lunch Events

2010-05-21 Thread webster






  
  
LPS Integration (my new employer) and Citrix Systems Present - Citrix Synergy 2010 Recap Lunch Seminars - Nashville Knoxville Atlanta Memphis.  Even if you went to Synergy, you should come just for the great lunches!  Registration is required.
 
https://app.e2ma.net/app/view:CampaignPublic/id:23545.8284965292/rid:289493e33f969342413d1c5eeb099bf9 
 
 
Carl Webster
Citrix Technology Professional
http://dabcc.com/Webster
 

 






Re: OT, vintage memories

2010-05-21 Thread Micheal Espinola Jr
You sir, are out of practice.  Why have you been hiding from us?

--
ME2


On Fri, May 21, 2010 at 11:54 AM, Andy Shook  wrote:

>  Phillip Partipilo putts around public in a Prius.
>
>
>
> (Keep it going)
>
>
>
> Shook
>
>
>
> *From:* Phillip Partipilo [mailto:p...@psnet.com]
> *Sent:* Friday, May 21, 2010 12:19 PM
>
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> I try my hardest to keep mileage as low as possible, but as badly as I
> drive my Prius I cant get it down under 42.  Boring as hell vehicle.
>
>
>
>
>
> Phillip Partipilo
>
> Parametric Solutions Inc.
>
> Jupiter, Florida
>
> (561) 747-6107
>
>
>
>
>
> *From:* Don Guyer [mailto:don.gu...@prufoxroach.com]
> *Sent:* Friday, May 21, 2010 10:44 AM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> I get about 12-14 in my Jeep. Fun as hell vehicle though!
>
>
>
> J
>
>
>
> Don Guyer
>
> Systems Engineer - Information Services
>
> Prudential, Fox & Roach/Trident Group
>
> 431 W. Lancaster Avenue
>
> Devon, PA 19333
>
> Direct: (610) 993-3299
>
> Fax: (610) 650-5306
>
> don.gu...@prufoxroach.com
>
>
>
> *From:* Steven M. Caesare [mailto:scaes...@caesare.com]
> *Sent:* Thursday, May 20, 2010 11:14 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Wow… seems low.
>
>
>
> Nice rig tho!
>
>
>
> -sc
>
>
>
> *From:* Sean Martin [mailto:seanmarti...@gmail.com]
> *Sent:* Thursday, May 20, 2010 7:37 PM
> *To:* NT System Admin Issues
> *Subject:* Re: OT, vintage memories
>
>
>
> 2008 GMC Sierra 3500 HD Quad Cab Dually - 6.6l Duramax. I've been told to
> chalk it up to the new DPF and other emissions equipment. I've also been
> told it should increase by 5-6 mpg once I hit between 20-30k miles. I just
> rolled over 20k so we'll see
>
>
>
> - Sean
>
> On Thu, May 20, 2010 at 2:14 PM, Steven M. Caesare 
> wrote:
>
> What diesel are you driving that gets 11?
>
>
>
> My near 8000lbs Ford  F-350 QuadCab Longbed diesel got ~18/22.
>
>
>
> -sc
>
>
>
>
>
>
>
> *From:* Sean Martin [mailto:seanmarti...@gmail.com]
> *Sent:* Thursday, May 20, 2010 5:24 PM
>
>
> *To:* NT System Admin Issues
>
> *Subject:* Re: OT, vintage memories
>
>
>
> Ugh...I'm paying $3.57/gal for diesel. Hurray for 11mpg! 
>
>
>
> - Sean
>
> On Thu, May 20, 2010 at 12:16 PM, John Aldrich <
> jaldr...@blueridgecarpet.com> wrote:
>
> Yeah… I remember about 2/3 of those… including Drive-In movie theaters,
> Brownie Hawkeye cameras, flashbulbs, flash cubes, Wolfman Jack, Jiffy Pop
> (still around, but darned hard to find!) and a few other things. I remember
> as a kid gas going up to a whopping 50¢ a gallon or something and thinking
> that was high, then watching as I was about to start driving, gas got up to,
> gasp, almost a whole dollar a gallon. Never figured it would reach almost
> $3/gallon (or more in some areas!)
>
>
>
> [image: John-Aldrich][image: Tile-Tools]
>
>
>
> *From:* Bob Fronk [mailto:b...@btrfronk.com]
> *Sent:* Thursday, May 20, 2010 4:08 PM
>
>
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> I had a 1976 TransAm that I pulled out the unleaded plug in the fill neck
> and removed the catalytic converter so I could use leaded because it was
> cheaper for a poor High School student.
>
>
>
> *From:* Greg Olson [mailto:gol...@markettools.com]
> *Sent:* Thursday, May 20, 2010 3:33 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Even better was when they we’re phasing out Regular gas. I had a 1970
> Firebird and remember paying $.40-45 per gallon for my Junior year in High
> School.
>
>
>
>
>
> *From:* Bob Fronk [mailto:b...@btrfronk.com]
> *Sent:* Thursday, May 20, 2010 11:53 AM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Yep.. Remember all of it.
>
>
>
> Except gas was about $0.75 when I started driving.
>
>
>
> *From:* Kim Longenbaugh [mailto:k...@colonialsavings.com]
> *Sent:* Thursday, May 20, 2010 2:28 PM
> *To:* NT System Admin Issues
> *Subject:* OT, vintage memories
>
>
>
> For those of us who are “vintage”, a fun link
>
>
>
> http://www.webmarketing101.com/memory_lane.htm
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~<><>

RE: Server 2003 becomes unresponsive when USB drive is connected

2010-05-21 Thread Lewis Johnson
I have updated the BIOS to the most recent revision.  As I mentioned in an 
earlier reply, these drives were working with this server for several years 
until recently.
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


Re: Server 2003 becomes unresponsive when USB drive is connected

2010-05-21 Thread Lewis Johnson
No special drivers required.  These drives have been used on this server for 
several years, this problem only started recently.
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


RE: OT, vintage memories

2010-05-21 Thread Andy Shook
Phillip Partipilo putts around public in a Prius.

(Keep it going)

Shook

From: Phillip Partipilo [mailto:p...@psnet.com]
Sent: Friday, May 21, 2010 12:19 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

I try my hardest to keep mileage as low as possible, but as badly as I drive my 
Prius I cant get it down under 42.  Boring as hell vehicle.


Phillip Partipilo
Parametric Solutions Inc.
Jupiter, Florida
(561) 747-6107


From: Don Guyer [mailto:don.gu...@prufoxroach.com]
Sent: Friday, May 21, 2010 10:44 AM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

I get about 12-14 in my Jeep. Fun as hell vehicle though!

:)

Don Guyer
Systems Engineer - Information Services
Prudential, Fox & Roach/Trident Group
431 W. Lancaster Avenue
Devon, PA 19333
Direct: (610) 993-3299
Fax: (610) 650-5306
don.gu...@prufoxroach.com

From: Steven M. Caesare [mailto:scaes...@caesare.com]
Sent: Thursday, May 20, 2010 11:14 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

Wow... seems low.

Nice rig tho!

-sc

From: Sean Martin [mailto:seanmarti...@gmail.com]
Sent: Thursday, May 20, 2010 7:37 PM
To: NT System Admin Issues
Subject: Re: OT, vintage memories

2008 GMC Sierra 3500 HD Quad Cab Dually - 6.6l Duramax. I've been told to chalk 
it up to the new DPF and other emissions equipment. I've also been told it 
should increase by 5-6 mpg once I hit between 20-30k miles. I just rolled over 
20k so we'll see

- Sean
On Thu, May 20, 2010 at 2:14 PM, Steven M. Caesare 
mailto:scaes...@caesare.com>> wrote:
What diesel are you driving that gets 11?

My near 8000lbs Ford  F-350 QuadCab Longbed diesel got ~18/22.

-sc



From: Sean Martin [mailto:seanmarti...@gmail.com]
Sent: Thursday, May 20, 2010 5:24 PM

To: NT System Admin Issues
Subject: Re: OT, vintage memories

Ugh...I'm paying $3.57/gal for diesel. Hurray for 11mpg! 

- Sean
On Thu, May 20, 2010 at 12:16 PM, John Aldrich 
mailto:jaldr...@blueridgecarpet.com>> wrote:
Yeah... I remember about 2/3 of those... including Drive-In movie theaters, 
Brownie Hawkeye cameras, flashbulbs, flash cubes, Wolfman Jack, Jiffy Pop 
(still around, but darned hard to find!) and a few other things. I remember as 
a kid gas going up to a whopping 50¢ a gallon or something and thinking that 
was high, then watching as I was about to start driving, gas got up to, gasp, 
almost a whole dollar a gallon. Never figured it would reach almost $3/gallon 
(or more in some areas!)

[cid:image001.jpg@01CAF8F5.8D9D1B40][cid:image002@01caf8f5.8d9d1b40]

From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Thursday, May 20, 2010 4:08 PM

To: NT System Admin Issues
Subject: RE: OT, vintage memories

I had a 1976 TransAm that I pulled out the unleaded plug in the fill neck and 
removed the catalytic converter so I could use leaded because it was cheaper 
for a poor High School student.

From: Greg Olson [mailto:gol...@markettools.com]
Sent: Thursday, May 20, 2010 3:33 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

Even better was when they we're phasing out Regular gas. I had a 1970 Firebird 
and remember paying $.40-45 per gallon for my Junior year in High School.


From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Thursday, May 20, 2010 11:53 AM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

Yep.. Remember all of it.

Except gas was about $0.75 when I started driving.

From: Kim Longenbaugh 
[mailto:k...@colonialsavings.com]
Sent: Thursday, May 20, 2010 2:28 PM
To: NT System Admin Issues
Subject: OT, vintage memories

For those of us who are "vintage", a fun link

http://www.webmarketing101.com/memory_lane.htm
















































~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~<><>

RE: Server 2003 becomes unresponsive when USB drive is connected

2010-05-21 Thread Joe Morlino
Might want to check the BIOS version and see if there is a update. I have also 
"fixed" USB ports by simply deleting all the USB stuff in Device Manager and 
letting Windows re-install them at boot time. Of course, YMMV...

Joe Morlino
Islands Computer Services
Beaufort, SC 

-Original Message-
From: Lewis Johnson [mailto:le...@iowabusinessmachines.com]
Sent: Friday, May 21, 2010 12:37 PM
To: NT System Admin Issues
Subject: Server 2003 becomes unresponsive when USB drive is connected


I have a customer with an IBM xSeries 235 server with Windows Server 2003 they 
have been using for several years.  They use external USB hard disk drives for 
their backup and recently, whenever they connect one to the server, it causes 
most functions on the server to freeze up.  The keyboard and mouse still 
function, but most console functions, like right cilcking on My Computer to get 
the Manage menu, Shutting down, etc. do not respond.  The server also becomes 
unresponsive to the users connected across the network.  If the USB drive is 
already connected when the server is powered on, the system responds normally 
and is able to access the drive.  The server has all the most recent IBM and 
Microsoft updates.  I have tried changing out USB cables, power cables, adding 
a PCI USB interface and connecting to that, a different manufacturer's USB 
drive, but nothing changes the behavior.  Also, the problem persists if I 
unplug the USB drive.

When I plug in a USB flash drive, it works normally, so it seems to have 
something to do with powered devices.  It's probably coincidental, but the 
problem started immediately after an accounting program called Cyma was updated 
on this server.  It uses a Pervasive database as its engine.  The server also 
has a document imaging application called Laserfiche installed, which is a MSDE 
2000 based application and it has Backup Exec 2010 and Sunbelt Vipre 
Enterprise, which are SQL Express 2005 based.  I have not been able to find any 
correlation to issues with any of the software.

The server works fine in all other regards, so I'm having difficulty getting 
access to it for purposes of killing memory processes to see if I can isolate 
the problem and I'm running out of ideas.  I have resisted contacting Microsoft 
at this point because the customer would prefer to avoid the expense.  Has 
anyone else seen anything similar or have any other suggestions for things I 
could try?

Thanks in advance.

Lewis Johnson
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~



Re: script SSID for wireless configs

2010-05-21 Thread Andrew S. Baker
Did you see the article that Carl linked?

-ASB: http://XeeSM.com/AndrewBaker


On Fri, May 21, 2010 at 1:43 PM, Murray Freeman  wrote:

>  I've been "lurking" on this topic, and I have a couple of questions.
> First, I have a wifi at home and I have the radio broadcast turned off. I'm
> using INSSIDER software to look around my neighborhood from time to time. My
> SSID shows up as "unknown". Obviously I have no problem connecting and if
> someone who has never connected previously comes over, I help them by
> telling them the SSID and password to connect. The next time they come over,
> they connect automatically. So, my questions. First, even if you know my
> SSID, you need to know my password or you're not going to connect. I figure
> that without the SSID, it is even more difficult for a stranger to connect.
> Oh, I'm using WPA2 security. I know I could use MAC filtering, but I'm
> comfortable that I'm secure enough. Can you guys explain to me how having
> the radio broadcast turned off makes the security lessened?
>
>
> *Murray *
>
>
>  --
> *From:* Erik Goldoff [mailto:egold...@gmail.com]
> *Sent:* Friday, May 21, 2010 12:01 PM
>
> *To:* NT System Admin Issues
> *Subject:* RE: script SSID for wireless configs
>
>
>
> No real input as their decisions are already made, but like I said, they
> are depending solely on non-broadcast of the SSID as their ‘security’, they
> do have other proper measures in place.
>
> *Erik Goldoff***
>
> *IT  Consultant*
>
> *Systems, Networks, & Security *
>
> '  Security is an ongoing process, not a one time event ! '
>
> *From:* Carl Houseman [mailto:c.house...@gmail.com]
> *Sent:* Friday, May 21, 2010 11:55 AM
> *To:* NT System Admin Issues
> *Subject:* RE: script SSID for wireless configs
>
>
>
> The post was offered as a general comment, not a response to your
> question.  That happens around here a lot.  As IT consultant, do you not
> have any capacity to advise the agency on security matters?  Or keep them
> from shooting themselves in the foot?  I guess not...
>
>
>
> Carl
>
>
>
> *From:* Erik Goldoff [mailto:egold...@gmail.com]
> *Sent:* Friday, May 21, 2010 11:50 AM
> *To:* NT System Admin Issues
> *Subject:* RE: script SSID for wireless configs
>
>
>
> Thank you but that was not the question.  To the agency, this is one layer
> of security, in addition to WPA, etc.  The question is whether the wireless
> config could be scripted.
>
>
>
> *Erik Goldoff***
>
> *IT  Consultant*
>
> *Systems, Networks, & Security *
>
> '  Security is an ongoing process, not a one time event ! '
>
>
>
>
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: DNS Cache - Do you ever clean it up?

2010-05-21 Thread Free, Bob
If you have any Adobe crap it's now a weekly rebootwho was that who
wins again? Certainly not us.

 

From: Micheal Espinola Jr [mailto:michealespin...@gmail.com] 
Sent: Friday, May 21, 2010 11:27 AM
To: NT System Admin Issues
Subject: Re: DNS Cache - Do you ever clean it up?

 

Thanks Ben: I've always been surprised why no one has made fun of this.
Seriously.  Microsoft/Windows used to get mocked constantly for just
about requiring scheduled reboots of their products.  People would take
pride in posting uptime that was trivially short compared to more stable
OS's.  But now we are forced to reboot for security reasons.  

Seems like a win-win for Microsoft  ;-)

--
ME2



On Fri, May 21, 2010 at 10:20 AM, Ben Scott 
wrote:


 Even if MS-DNS is holding on to data longer than it should, I would
expect the required monthly reboot for any Microsoft product[1] would
take care of that for you.

[1] Tongue-in-cheek reference to Patch Tuesday

-- Ben


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

 

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: Just wondering

2010-05-21 Thread Micheal Espinola Jr
Only the iPod Touch is.

--
ME2


On Fri, May 21, 2010 at 9:42 AM, Reimer, Mark wrote:

>  The IPod is (if my information is correct), an IPhone without the phone.
> Is there an equivalent for Android devices? I have an old Windows mobile
> based PDA (yes, it still uses a stylus), and it’s still working great, but I
> think it will come to the end of its life before too long.
>
>
>
> Know of anything?
>
>
>
> TIA.
>
>
>
> Mark
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: DNS Cache - Do you ever clean it up?

2010-05-21 Thread Micheal Espinola Jr
Thanks Ben: I've always been surprised why no one has made fun of this.
Seriously.  Microsoft/Windows used to get mocked constantly for just about
requiring scheduled reboots of their products.  People would take pride in
posting uptime that was trivially short compared to more stable OS's.  But
now we are forced to reboot for security reasons.

Seems like a win-win for Microsoft  ;-)

--
ME2


On Fri, May 21, 2010 at 10:20 AM, Ben Scott  wrote:

>
>  Even if MS-DNS is holding on to data longer than it should, I would
> expect the required monthly reboot for any Microsoft product[1] would
> take care of that for you.
>
> [1] Tongue-in-cheek reference to Patch Tuesday
>
> -- Ben
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: script SSID for wireless configs

2010-05-21 Thread Micheal Espinola Jr
Its false security.  Mainly because anyone capable of hacking your network
can see your SSID with their toolset (its still out there in the ether).

Obscurity != Security

And with that, let the soapboxing begin...

--
ME2


On Fri, May 21, 2010 at 10:43 AM, Murray Freeman wrote:

>  I've been "lurking" on this topic, and I have a couple of questions.
> First, I have a wifi at home and I have the radio broadcast turned off. I'm
> using INSSIDER software to look around my neighborhood from time to time. My
> SSID shows up as "unknown". Obviously I have no problem connecting and if
> someone who has never connected previously comes over, I help them by
> telling them the SSID and password to connect. The next time they come over,
> they connect automatically. So, my questions. First, even if you know my
> SSID, you need to know my password or you're not going to connect. I figure
> that without the SSID, it is even more difficult for a stranger to connect.
> Oh, I'm using WPA2 security. I know I could use MAC filtering, but I'm
> comfortable that I'm secure enough. Can you guys explain to me how having
> the radio broadcast turned off makes the security lessened?
>
>
> *Murray *
>
>
>  --
> *From:* Erik Goldoff [mailto:egold...@gmail.com]
> *Sent:* Friday, May 21, 2010 12:01 PM
>
> *To:* NT System Admin Issues
> *Subject:* RE: script SSID for wireless configs
>
>
>
> No real input as their decisions are already made, but like I said, they
> are depending solely on non-broadcast of the SSID as their ‘security’, they
> do have other proper measures in place.
>
> *Erik Goldoff***
>
> *IT  Consultant*
>
> *Systems, Networks, & Security *
>
> '  Security is an ongoing process, not a one time event ! '
>
> *From:* Carl Houseman [mailto:c.house...@gmail.com]
> *Sent:* Friday, May 21, 2010 11:55 AM
> *To:* NT System Admin Issues
> *Subject:* RE: script SSID for wireless configs
>
>
>
> The post was offered as a general comment, not a response to your
> question.  That happens around here a lot.  As IT consultant, do you not
> have any capacity to advise the agency on security matters?  Or keep them
> from shooting themselves in the foot?  I guess not...
>
>
>
> Carl
>
>
>
> *From:* Erik Goldoff [mailto:egold...@gmail.com]
> *Sent:* Friday, May 21, 2010 11:50 AM
> *To:* NT System Admin Issues
> *Subject:* RE: script SSID for wireless configs
>
>
>
> Thank you but that was not the question.  To the agency, this is one layer
> of security, in addition to WPA, etc.  The question is whether the wireless
> config could be scripted.
>
>
>
> *Erik Goldoff***
>
> *IT  Consultant*
>
> *Systems, Networks, & Security *
>
> '  Security is an ongoing process, not a one time event ! '
>
>
>
>
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: Server 2003 becomes unresponsive when USB drive is connected

2010-05-21 Thread Eric Wittersheim
I have an old Dell 2500 that would blue screen anytime you plug in a USB
external HD.  Did some searching and found out that the USB port was not
able to handle the drives.

On Fri, May 21, 2010 at 1:18 PM, Jeff Bunting wrote:

> Does the USB drive have any of its own special drivers?  I have a Lacie
> external drive that has a "USB Boost" driver that enables it to transfer
> faster.  Works fine on my XP workstation, but I did have a problem with
> explorer hanging on a Win2003 server I used it on.
>
> Jeff
>
> On Fri, May 21, 2010 at 12:37 PM, Lewis Johnson <
> le...@iowabusinessmachines.com> wrote:
>
>> I have a customer with an IBM xSeries 235 server with Windows Server 2003
>> they have been using for several years.  They use external USB hard disk
>> drives for their backup and recently, whenever they connect one to the
>> server, it causes most functions on the server to freeze up.  The keyboard
>> and mouse still function, but most console functions, like right cilcking on
>> My Computer to get the Manage menu, Shutting down, etc. do not respond.  The
>> server also becomes unresponsive to the users connected across the network.
>>  If the USB drive is already connected when the server is powered on, the
>> system responds normally and is able to access the drive.  The server has
>> all the most recent IBM and Microsoft updates.  I have tried changing out
>> USB cables, power cables, adding a PCI USB interface and connecting to that,
>> a different manufacturer's USB drive, but nothing changes the behavior.
>>  Also, the problem persists if I unplug the USB drive.
>>
>> When I plug in a USB flash drive, it works normally, so it seems to have
>> something to do with powered devices.  It's probably coincidental, but the
>> problem started immediately after an accounting program called Cyma was
>> updated on this server.  It uses a Pervasive database as its engine.  The
>> server also has a document imaging application called Laserfiche installed,
>> which is a MSDE 2000 based application and it has Backup Exec 2010 and
>> Sunbelt Vipre Enterprise, which are SQL Express 2005 based.  I have not been
>> able to find any correlation to issues with any of the software.
>>
>> The server works fine in all other regards, so I'm having difficulty
>> getting access to it for purposes of killing memory processes to see if I
>> can isolate the problem and I'm running out of ideas.  I have resisted
>> contacting Microsoft at this point because the customer would prefer to
>> avoid the expense.  Has anyone else seen anything similar or have any other
>> suggestions for things I could try?
>>
>> Thanks in advance.
>>
>> Lewis Johnson
>> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
>> ~   ~
>>
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: Friday "Meet the developers" at Sunbelt

2010-05-21 Thread Micheal Espinola Jr
I create the bodies.  I dont' erase the bodies.

--
ME2


On Tue, May 18, 2010 at 5:01 PM, Kurt Buff  wrote:

> Is the food that bad?
>
> On Tue, May 18, 2010 at 16:52, Micheal Espinola Jr
>  wrote:
> > Who's disposing of the bodies?
> >
> > --
> > ME2
> >
> >
> > On Tue, May 18, 2010 at 4:40 PM, Kurt Buff  wrote:
> >>
> >> Who's paying the airfare?
> >>
> >> On Tue, May 18, 2010 at 14:36, Alex Eckelberry
> >>  wrote:
> >> > Hat tip for Greg Sweers for organizing this, we are inviting a small
> >> > group
> >> > of admins to come to the Sunbelt offices in Clearwater, Florida to
> meet
> >> > all
> >> > Friday afternoon with the VIPRE Enterprise development team.  The
> >> > purpose
> >> > will be to provide feedback and direction to our development team in
> >> > making
> >> > the next versions of VIPRE.
> >> >
> >> > We have a small group, but I'm opening it up to any others that might
> >> > want
> >> > to come.  This will be a very direct, personal meeting with the dev
> >> > team.
> >> >
> >> > If anyone on the list would like to come to the meeting, please
> contact
> >> > me
> >> > directly.
> >> >
> >> > Alex
> >> >
> >> >
> >> >
> >> >
> >> >
> >>
> >> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> >> ~   ~
> >>
> >
> >
> >
> >
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: Server 2003 becomes unresponsive when USB drive is connected

2010-05-21 Thread Jeff Bunting
Does the USB drive have any of its own special drivers?  I have a Lacie
external drive that has a "USB Boost" driver that enables it to transfer
faster.  Works fine on my XP workstation, but I did have a problem with
explorer hanging on a Win2003 server I used it on.

Jeff

On Fri, May 21, 2010 at 12:37 PM, Lewis Johnson <
le...@iowabusinessmachines.com> wrote:

> I have a customer with an IBM xSeries 235 server with Windows Server 2003
> they have been using for several years.  They use external USB hard disk
> drives for their backup and recently, whenever they connect one to the
> server, it causes most functions on the server to freeze up.  The keyboard
> and mouse still function, but most console functions, like right cilcking on
> My Computer to get the Manage menu, Shutting down, etc. do not respond.  The
> server also becomes unresponsive to the users connected across the network.
>  If the USB drive is already connected when the server is powered on, the
> system responds normally and is able to access the drive.  The server has
> all the most recent IBM and Microsoft updates.  I have tried changing out
> USB cables, power cables, adding a PCI USB interface and connecting to that,
> a different manufacturer's USB drive, but nothing changes the behavior.
>  Also, the problem persists if I unplug the USB drive.
>
> When I plug in a USB flash drive, it works normally, so it seems to have
> something to do with powered devices.  It's probably coincidental, but the
> problem started immediately after an accounting program called Cyma was
> updated on this server.  It uses a Pervasive database as its engine.  The
> server also has a document imaging application called Laserfiche installed,
> which is a MSDE 2000 based application and it has Backup Exec 2010 and
> Sunbelt Vipre Enterprise, which are SQL Express 2005 based.  I have not been
> able to find any correlation to issues with any of the software.
>
> The server works fine in all other regards, so I'm having difficulty
> getting access to it for purposes of killing memory processes to see if I
> can isolate the problem and I'm running out of ideas.  I have resisted
> contacting Microsoft at this point because the customer would prefer to
> avoid the expense.  Has anyone else seen anything similar or have any other
> suggestions for things I could try?
>
> Thanks in advance.
>
> Lewis Johnson
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: Friday "Meet the developers" at Sunbelt

2010-05-21 Thread John Cook
We're having a very beneficial discussion, worth the time spent.
John W. Cook
Systems Administrator
Partnership for Strong Families


From: Jon Harris 
To: NT System Admin Issues 
Sent: Fri May 21 14:12:10 2010
Subject: Re: Friday "Meet the developers" at Sunbelt

Too bad it is not on a Saturday but getting staff to come in extra days when 
most work extra hours is hard I know.

Jon

On Thu, May 20, 2010 at 7:28 PM, Alex Eckelberry 
mailto:al...@sunbelt-software.com>> wrote:
Next time… this is a “first-pass”.   But I really like that idea of streaming ☺

From: Daniel Rodriguez [mailto:drod...@gmail.com]
Sent: Thursday, May 20, 2010 12:07 PM

To: NT System Admin Issues
Subject: Re: Friday "Meet the developers" at Sunbelt


Would be nice if this was streamed or on Webex...
On May 18, 2010 5:56 PM, "Joseph Heaton" 
mailto:jhea...@dfg.ca.gov>> wrote:

Donuts??  I would expect some ribeye's out on the grill ;)

>>> Steve Ens mailto:stevey...@gmail.com>> 5/18/2010 2:40 
>>> PM >>>

Who is bringing the donuts?

On Tue, May 18, 2010 at 4:39 PM, John Cook 
mailto:john.c...@pfsf.org>> wrote:
...
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~















CONFIDENTIALITY STATEMENT: The information transmitted, or contained or 
attached to or with this Notice is intended only for the person or entity to 
which it is addressed and may contain Protected Health Information (PHI), 
confidential and/or privileged material. Any review, transmission, 
dissemination, or other use of, and taking any action in reliance upon this 
information by persons or entities other than the intended recipient without 
the express written consent of the sender are prohibited. This information may 
be protected by the Health Insurance Portability and Accountability Act of 1996 
(HIPAA), and other Federal and Florida laws. Improper or unauthorized use or 
disclosure of this information could result in civil and/or criminal penalties.
Consider the environment. Please don't print this e-mail unless you really need 
to.

This email and any attached files are confidential and intended solely for the 
intended recipient(s). If you are not the named recipient you should not read, 
distribute, copy or alter this email. Any views or opinions expressed in this 
email are those of the author and do not represent those of the company. 
Warning: Although precautions have been taken to make sure no viruses are 
present in this email, the company cannot accept responsibility for any loss or 
damage that arise from the use of this email or attachments.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


Re: Friday "Meet the developers" at Sunbelt

2010-05-21 Thread Jon Harris
Too bad it is not on a Saturday but getting staff to come in extra days when
most work extra hours is hard I know.

Jon

On Thu, May 20, 2010 at 7:28 PM, Alex Eckelberry  wrote:

>  Next time… this is a “first-pass”.   But I really like that idea of
> streaming J
>
>
>
> *From:* Daniel Rodriguez [mailto:drod...@gmail.com]
> *Sent:* Thursday, May 20, 2010 12:07 PM
>
> *To:* NT System Admin Issues
> *Subject:* Re: Friday "Meet the developers" at Sunbelt
>
>
>
> Would be nice if this was streamed or on Webex...
>
> On May 18, 2010 5:56 PM, "Joseph Heaton"  wrote:
>
> Donuts??  I would expect some ribeye's out on the grill ;)
>
> >>> Steve Ens  5/18/2010 2:40 PM >>>
>
> Who is bringing the donuts?
>
> On Tue, May 18, 2010 at 4:39 PM, John Cook  wrote:
> ...
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
>
>
>
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: Is the Office assistant, disable by default because of security risk (in exchange)?

2010-05-21 Thread Brian Desmond
Not sure what you mean by disabled. It's off by default in the sense that by 
default folks are typically in the office.

Thanks,
Brian Desmond
br...@briandesmond.com

c   - 312.731.3132

From: justino garcia [mailto:jgarciaitl...@gmail.com]
Sent: Friday, May 21, 2010 11:57 AM
To: NT System Admin Issues
Cc: MS-Exchange Admin Issues
Subject: Fwd: Is the Office assistant, disable by default because of security 
risk (in exchange)?



Is the out office assistant, disable by default because of security risk (in 
exchange 2k3 + owa)?
--
Justin
IT-TECH







~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: script SSID for wireless configs

2010-05-21 Thread Murray Freeman
I've been "lurking" on this topic, and I have a couple of questions.
First, I have a wifi at home and I have the radio broadcast turned off.
I'm using INSSIDER software to look around my neighborhood from time to
time. My SSID shows up as "unknown". Obviously I have no problem
connecting and if someone who has never connected previously comes over,
I help them by telling them the SSID and password to connect. The next
time they come over, they connect automatically. So, my questions.
First, even if you know my SSID, you need to know my password or you're
not going to connect. I figure that without the SSID, it is even more
difficult for a stranger to connect. Oh, I'm using WPA2 security. I know
I could use MAC filtering, but I'm comfortable that I'm secure enough.
Can you guys explain to me how having the radio broadcast turned off
makes the security lessened? 
 

Murray 

 



From: Erik Goldoff [mailto:egold...@gmail.com] 
Sent: Friday, May 21, 2010 12:01 PM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs



 

No real input as their decisions are already made, but like I said, they
are depending solely on non-broadcast of the SSID as their 'security',
they do have other proper measures in place.

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '

From: Carl Houseman [mailto:c.house...@gmail.com] 
Sent: Friday, May 21, 2010 11:55 AM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

The post was offered as a general comment, not a response to your
question.  That happens around here a lot.  As IT consultant, do you not
have any capacity to advise the agency on security matters?  Or keep
them from shooting themselves in the foot?  I guess not...

 

Carl

 

From: Erik Goldoff [mailto:egold...@gmail.com] 
Sent: Friday, May 21, 2010 11:50 AM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

Thank you but that was not the question.  To the agency, this is one
layer of security, in addition to WPA, etc.  The question is whether the
wireless config could be scripted.

 

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '

 

 


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: Just wondering

2010-05-21 Thread RichardMcClary
Well, my daughter's fiancee claims his Motorola Android is without the 
phone...

He says on most calls received, he writes down the phone number and 
returns their call from a land line.  (Sounds a lot like my exprience with 
a Palm Treo 700p.)
--
Richard D. McClary
Systems Administrator, Information Technology Group 
ASPCA®
1717 S. Philo Rd, Ste 36
Urbana, IL  61802
 
richardmccl...@aspca.org
 
P: 217-337-9761
C: 217-417-1182
F: 217-337-9761
www.aspca.org
 
The information contained in this e-mail, and any attachments hereto, is 
from The American Society for the Prevention of Cruelty to Animals® (ASPCA
®) and is intended only for use by the addressee(s) named herein and may 
contain legally privileged and/or confidential information. If you are not 
the intended recipient of this e-mail, you are hereby notified that any 
dissemination, distribution, copying or use of the contents of this 
e-mail, and any attachments hereto, is strictly prohibited. If you have 
received this e-mail in error, please immediately notify me by reply email 
and permanently delete the original and any copy of this e-mail and any 
printout thereof.
 

"Reimer, Mark"  wrote on 05/21/2010 11:42:52 AM:

> The IPod is (if my information is correct), an IPhone without the 
> phone. Is there an equivalent for Android devices? I have an old 
> Windows mobile based PDA (yes, it still uses a stylus), and it?s 
> still working great, but I think it will come to the end of its life
> before too long.
> 
> Know of anything?
> 
> TIA.
> 
> Mark
> 
> 
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: DNS Cache - Do you ever clean it up?

2010-05-21 Thread Ben Scott
On Fri, May 21, 2010 at 12:33 PM, mb  wrote:
> Now it's a less significant
> matter of - do you bother cleaning out cache on your DNS servers, period?

  Not as a regular maintenance issue.

  I'm not sure it's really a problem in the first place.  Records
should get expired with their TTL.

  Even if MS-DNS is holding on to data longer than it should, I would
expect the required monthly reboot for any Microsoft product[1] would
take care of that for you.

  I will very occasionally clear DNS cache if there's a problem that
appears to be due to stale resource records.  (You can tell this is
the issue if an authoritative server answers differently vs your
cache.)

[1] Tongue-in-cheek reference to Patch Tuesday

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


RE: Just wondering

2010-05-21 Thread Greg Olson
http://www.offlineblog.net/2009/07/yes-android-for-your-laptop-live-cd-or-usb-how-to-create-android-live-cd-usb/


-Original Message-
From: Reimer, Mark [mailto:mark.rei...@prairie.edu] 
Sent: Friday, May 21, 2010 10:02 AM
To: NT System Admin Issues
Subject: RE: Just wondering

You are correct, I was thinking of the iPod Touch.

Mark

-Original Message-
From: Phil Brutsche [mailto:p...@optimumdata.com]
Sent: Friday, May 21, 2010 10:54 AM
To: NT System Admin Issues
Subject: Re: Just wondering

Normal iPods -> no

The device you're thinking of is the iPod Touch.

On 5/21/2010 11:42 AM, Reimer, Mark wrote:
> The IPod is (if my information is correct), an IPhone without the
phone.
> Is there an equivalent for Android devices? I have an old Windows
mobile
> based PDA (yes, it still uses a stylus), and it's still working great, 
> but I think it will come to the end of its life before too long.

-- 

Phil Brutsche
p...@optimumdata.com

~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
  ~

~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
  ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~



RE: Just wondering

2010-05-21 Thread Reimer, Mark
You are correct, I was thinking of the iPod Touch.

Mark

-Original Message-
From: Phil Brutsche [mailto:p...@optimumdata.com] 
Sent: Friday, May 21, 2010 10:54 AM
To: NT System Admin Issues
Subject: Re: Just wondering

Normal iPods -> no

The device you're thinking of is the iPod Touch.

On 5/21/2010 11:42 AM, Reimer, Mark wrote:
> The IPod is (if my information is correct), an IPhone without the
phone.
> Is there an equivalent for Android devices? I have an old Windows
mobile
> based PDA (yes, it still uses a stylus), and it's still working great,
> but I think it will come to the end of its life before too long.

-- 

Phil Brutsche
p...@optimumdata.com

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~



RE: script SSID for wireless configs

2010-05-21 Thread Erik Goldoff
 

No real input as their decisions are already made, but like I said, they are
depending solely on non-broadcast of the SSID as their ‘security’, they do
have other proper measures in place.

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '

From: Carl Houseman [mailto:c.house...@gmail.com] 
Sent: Friday, May 21, 2010 11:55 AM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

The post was offered as a general comment, not a response to your question.
That happens around here a lot.  As IT consultant, do you not have any
capacity to advise the agency on security matters?  Or keep them from
shooting themselves in the foot?  I guess not...

 

Carl

 

From: Erik Goldoff [mailto:egold...@gmail.com] 
Sent: Friday, May 21, 2010 11:50 AM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

Thank you but that was not the question.  To the agency, this is one layer
of security, in addition to WPA, etc.  The question is whether the wireless
config could be scripted.

 

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: Just wondering

2010-05-21 Thread Steve Ens
There is a compaq airlife that has Android, but it also can use a SIM
card...only available in Spain.  Touchscreen, full keyboard and Android.
Probably a little different than what you're looking for.

On Fri, May 21, 2010 at 11:42 AM, Reimer, Mark wrote:

>  The IPod is (if my information is correct), an IPhone without the phone.
> Is there an equivalent for Android devices? I have an old Windows mobile
> based PDA (yes, it still uses a stylus), and it’s still working great, but I
> think it will come to the end of its life before too long.
>
>
>
> Know of anything?
>
>
>
> TIA.
>
>
>
> Mark
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Fwd: Is the Office assistant, disable by default because of security risk (in exchange)?

2010-05-21 Thread justino garcia
Is the out office assistant, disable by default because of security risk (in
exchange 2k3 + owa)?
-- 
Justin
IT-TECH

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: Just wondering

2010-05-21 Thread Tigran K
Take a look at
http://archos.com/

--Tigran

On Fri, May 21, 2010 at 9:42 AM, Reimer, Mark  wrote:
> The IPod is (if my information is correct), an IPhone without the phone. Is
> there an equivalent for Android devices? I have an old Windows mobile based
> PDA (yes, it still uses a stylus), and it’s still working great, but I think
> it will come to the end of its life before too long.
>
>
>
> Know of anything?
>
>
>
> TIA.
>
>
>
> Mark
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~



Re: Just wondering

2010-05-21 Thread Tigran K
All the good ones are still coming
http://mashable.com/2010/01/27/9-upcoming-tablet-alternatives-to-the-apple-ipad/

--Tigran

On Fri, May 21, 2010 at 9:42 AM, Reimer, Mark  wrote:
> The IPod is (if my information is correct), an IPhone without the phone. Is
> there an equivalent for Android devices? I have an old Windows mobile based
> PDA (yes, it still uses a stylus), and it’s still working great, but I think
> it will come to the end of its life before too long.
>
>
>
> Know of anything?
>
>
>
> TIA.
>
>
>
> Mark
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~



Re: Just wondering

2010-05-21 Thread Rod Trent
Nothing yet, but the Droid pads should release soon. Of course, the Droid 
phones work great for music and are not locked into any service.
-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~



Re: Just wondering

2010-05-21 Thread Phil Brutsche
Normal iPods -> no

The device you're thinking of is the iPod Touch.

On 5/21/2010 11:42 AM, Reimer, Mark wrote:
> The IPod is (if my information is correct), an IPhone without the phone.
> Is there an equivalent for Android devices? I have an old Windows mobile
> based PDA (yes, it still uses a stylus), and it’s still working great,
> but I think it will come to the end of its life before too long.

-- 

Phil Brutsche
p...@optimumdata.com

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


Server 2003 becomes unresponsive when USB drive is connected

2010-05-21 Thread Lewis Johnson
I have a customer with an IBM xSeries 235 server with Windows Server 2003 they 
have been using for several years.  They use external USB hard disk drives for 
their backup and recently, whenever they connect one to the server, it causes 
most functions on the server to freeze up.  The keyboard and mouse still 
function, but most console functions, like right cilcking on My Computer to get 
the Manage menu, Shutting down, etc. do not respond.  The server also becomes 
unresponsive to the users connected across the network.  If the USB drive is 
already connected when the server is powered on, the system responds normally 
and is able to access the drive.  The server has all the most recent IBM and 
Microsoft updates.  I have tried changing out USB cables, power cables, adding 
a PCI USB interface and connecting to that, a different manufacturer's USB 
drive, but nothing changes the behavior.  Also, the problem persists if I 
unplug the USB drive.

When I plug in a USB flash drive, it works normally, so it seems to have 
something to do with powered devices.  It's probably coincidental, but the 
problem started immediately after an accounting program called Cyma was updated 
on this server.  It uses a Pervasive database as its engine.  The server also 
has a document imaging application called Laserfiche installed, which is a MSDE 
2000 based application and it has Backup Exec 2010 and Sunbelt Vipre 
Enterprise, which are SQL Express 2005 based.  I have not been able to find any 
correlation to issues with any of the software.

The server works fine in all other regards, so I'm having difficulty getting 
access to it for purposes of killing memory processes to see if I can isolate 
the problem and I'm running out of ideas.  I have resisted contacting Microsoft 
at this point because the customer would prefer to avoid the expense.  Has 
anyone else seen anything similar or have any other suggestions for things I 
could try?

Thanks in advance.

Lewis Johnson
~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


Re: Just wondering

2010-05-21 Thread Andrew S. Baker
I wish...  My wife could benefit from something like that by just enabling
the WiFi

-ASB: http://XeeSM.com/AndrewBaker


On Fri, May 21, 2010 at 12:42 PM, Reimer, Mark wrote:

>  The IPod is (if my information is correct), an IPhone without the phone.
> Is there an equivalent for Android devices? I have an old Windows mobile
> based PDA (yes, it still uses a stylus), and it’s still working great, but I
> think it will come to the end of its life before too long.
>
>
>
> Know of anything?
>
>
>
> TIA.
>
>
>
> Mark
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: DNS Cache - Do you ever clean it up?

2010-05-21 Thread Phil Brutsche
IME the only reason to clear the cache is if there's an entry in the
cache is causing a problem somehow.

The cache is cleared when the machine reboots and whenever the service
is manually restarted. If you're keeping up with your Patch Tuesday
updates each month the cache is being cleared monthly anyway.

On 5/21/2010 11:33 AM, mb wrote:
> Good point Ben.  That slipped by me.  That cache is not replicated.  So, 
> this isn't a matter of AD db housekeeping.  Now it's a less significant 
> matter of - do you bother cleaning out cache on your DNS servers, period?
> 
> All our DC's are DNS servers, but of the 60+, just two of them are employed 
> to service external name lookups.  Those two have a pretty monstrous cache, 
> with lots of empty zones.  Is it worth even thinking about, clear that cache 
> a time or two per year?  Or just let it build up knowing it has no 
> detrimental effect on anything?

-- 

Phil Brutsche
p...@optimumdata.com

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


Just wondering

2010-05-21 Thread Reimer, Mark
The IPod is (if my information is correct), an IPhone without the phone.
Is there an equivalent for Android devices? I have an old Windows mobile
based PDA (yes, it still uses a stylus), and it's still working great,
but I think it will come to the end of its life before too long.

 

Know of anything?

 

TIA.

 

Mark


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: DNS Cache - Do you ever clean it up?

2010-05-21 Thread mb
Good point Ben.  That slipped by me.  That cache is not replicated.  So, 
this isn't a matter of AD db housekeeping.  Now it's a less significant 
matter of - do you bother cleaning out cache on your DNS servers, period?


All our DC's are DNS servers, but of the 60+, just two of them are employed 
to service external name lookups.  Those two have a pretty monstrous cache, 
with lots of empty zones.  Is it worth even thinking about, clear that cache 
a time or two per year?  Or just let it build up knowing it has no 
detrimental effect on anything?



--
From: "Ben Scott" 
Sent: Friday, May 21, 2010 11:06 AM
To: "NT System Admin Issues" 
Subject: Re: DNS Cache - Do you ever clean it up?


On Fri, May 21, 2010 at 11:56 AM, mb  wrote:

Just curious what others here do.  Recently had a minor issue that had me
looking in our DNS cache for an answer.  When I expanded the .com zone, 
it

hit the default max of 10,000 domains to display.  I looked through it a
bit, and a lot of those zone folders were empty, as TTL's had expired and
records were long gone.

Our DNS is AD integrated.


 Microsoft's DNS server doesn't keep cached non-authoritative records
in Active Directory, does it?

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~




~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


RE: DNS Cache - Do you ever clean it up?

2010-05-21 Thread Michael B. Smith
There were some in 2003 RTM. But not since, AFAIK.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com

From: Micheal Espinola Jr [mailto:michealespin...@gmail.com]
Sent: Friday, May 21, 2010 12:06 PM
To: NT System Admin Issues
Subject: Re: DNS Cache - Do you ever clean it up?

I've never found a reason to clear it except to facility an immediate change.  
I've never had any issues with the cache otherwise.

--
ME2

On Fri, May 21, 2010 at 8:56 AM, mb 
mailto:midphan12...@gmail.com>> wrote:
Just curious what others here do.  Recently had a minor issue that had me 
looking in our DNS cache for an answer.  When I expanded the .com zone, it hit 
the default max of 10,000 domains to display.  I looked through it a bit, and a 
lot of those zone folders were empty, as TTL's had expired and records were 
long gone.

Our DNS is AD integrated.  I've always been sort of a neat-freak about keeping 
our AD database clean.  I'll go through a couple times a year & run a report & 
remove old, stranded machine accounts, etc.  So noticing all the stagnant zone 
folders in that cache, I thought maybe it'd be good housekeeping to go in there 
& smoke the cache once a year or so.

Anyone ever mess with this?

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~






~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: DNS Cache - Do you ever clean it up?

2010-05-21 Thread Michael B. Smith
It doesn't in the DNS cache.

Regards,

Michael B. Smith
Consultant and Exchange MVP
http://TheEssentialExchange.com


-Original Message-
From: Ben Scott [mailto:mailvor...@gmail.com] 
Sent: Friday, May 21, 2010 12:06 PM
To: NT System Admin Issues
Subject: Re: DNS Cache - Do you ever clean it up?

On Fri, May 21, 2010 at 11:56 AM, mb  wrote:
> Just curious what others here do.  Recently had a minor issue that had 
> me looking in our DNS cache for an answer.  When I expanded the .com 
> zone, it hit the default max of 10,000 domains to display.  I looked 
> through it a bit, and a lot of those zone folders were empty, as TTL's 
> had expired and records were long gone.
>
> Our DNS is AD integrated.

  Microsoft's DNS server doesn't keep cached non-authoritative records in 
Active Directory, does it?

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ 
  ~


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~



Re: OT, vintage memories

2010-05-21 Thread Steve Ens
I drive my Honda full out every time I drive it and I cannot get lower than
100mpg.  Granted I can only go 60km/h, and it is a one seater, but riding
the scooter for less than $5 a week is great fun.

On Fri, May 21, 2010 at 11:19 AM, Phillip Partipilo  wrote:

>  I try my hardest to keep mileage as low as possible, but as badly as I
> drive my Prius I cant get it down under 42.  Boring as hell vehicle.
>
>
>
>
>
> Phillip Partipilo
>
> Parametric Solutions Inc.
>
> Jupiter, Florida
>
> (561) 747-6107
>
>
>
>
>
> *From:* Don Guyer [mailto:don.gu...@prufoxroach.com]
> *Sent:* Friday, May 21, 2010 10:44 AM
>
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> I get about 12-14 in my Jeep. Fun as hell vehicle though!
>
>
>
> J
>
>
>
> Don Guyer
>
> Systems Engineer - Information Services
>
> Prudential, Fox & Roach/Trident Group
>
> 431 W. Lancaster Avenue
>
> Devon, PA 19333
>
> Direct: (610) 993-3299
>
> Fax: (610) 650-5306
>
> don.gu...@prufoxroach.com
>
>
>
> *From:* Steven M. Caesare [mailto:scaes...@caesare.com]
> *Sent:* Thursday, May 20, 2010 11:14 PM
>
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Wow… seems low.
>
>
>
> Nice rig tho!
>
>
>
> -sc
>
>
>
> *From:* Sean Martin [mailto:seanmarti...@gmail.com]
> *Sent:* Thursday, May 20, 2010 7:37 PM
>
> *To:* NT System Admin Issues
> *Subject:* Re: OT, vintage memories
>
>
>
> 2008 GMC Sierra 3500 HD Quad Cab Dually - 6.6l Duramax. I've been told to
> chalk it up to the new DPF and other emissions equipment. I've also been
> told it should increase by 5-6 mpg once I hit between 20-30k miles. I just
> rolled over 20k so we'll see
>
>
>
> - Sean
>
> On Thu, May 20, 2010 at 2:14 PM, Steven M. Caesare 
> wrote:
>
> What diesel are you driving that gets 11?
>
>
>
> My near 8000lbs Ford  F-350 QuadCab Longbed diesel got ~18/22.
>
>
>
> -sc
>
>
>
>
>
>
>
> *From:* Sean Martin [mailto:seanmarti...@gmail.com]
> *Sent:* Thursday, May 20, 2010 5:24 PM
>
>
> *To:* NT System Admin Issues
>
> *Subject:* Re: OT, vintage memories
>
>
>
> Ugh...I'm paying $3.57/gal for diesel. Hurray for 11mpg! 
>
>
>
> - Sean
>
> On Thu, May 20, 2010 at 12:16 PM, John Aldrich <
> jaldr...@blueridgecarpet.com> wrote:
>
> Yeah… I remember about 2/3 of those… including Drive-In movie theaters,
> Brownie Hawkeye cameras, flashbulbs, flash cubes, Wolfman Jack, Jiffy Pop
> (still around, but darned hard to find!) and a few other things. I remember
> as a kid gas going up to a whopping 50¢ a gallon or something and thinking
> that was high, then watching as I was about to start driving, gas got up to,
> gasp, almost a whole dollar a gallon. Never figured it would reach almost
> $3/gallon (or more in some areas!)
>
>
>
> [image: John-Aldrich][image: Tile-Tools]
>
>
>
> *From:* Bob Fronk [mailto:b...@btrfronk.com]
> *Sent:* Thursday, May 20, 2010 4:08 PM
>
>
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> I had a 1976 TransAm that I pulled out the unleaded plug in the fill neck
> and removed the catalytic converter so I could use leaded because it was
> cheaper for a poor High School student.
>
>
>
> *From:* Greg Olson [mailto:gol...@markettools.com]
> *Sent:* Thursday, May 20, 2010 3:33 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Even better was when they we’re phasing out Regular gas. I had a 1970
> Firebird and remember paying $.40-45 per gallon for my Junior year in High
> School.
>
>
>
>
>
> *From:* Bob Fronk [mailto:b...@btrfronk.com]
> *Sent:* Thursday, May 20, 2010 11:53 AM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Yep.. Remember all of it.
>
>
>
> Except gas was about $0.75 when I started driving.
>
>
>
> *From:* Kim Longenbaugh [mailto:k...@colonialsavings.com]
> *Sent:* Thursday, May 20, 2010 2:28 PM
> *To:* NT System Admin Issues
> *Subject:* OT, vintage memories
>
>
>
> For those of us who are “vintage”, a fun link
>
>
>
> http://www.webmarketing101.com/memory_lane.htm
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~<><>

Re: OT: Holy PAC-MAN Batman! (update w/ Ms PacMan)

2010-05-21 Thread Micheal Espinola Jr
They think of everything!

--
ME2


On Fri, May 21, 2010 at 8:14 AM, David Mazzaccaro <
david.mazzacc...@hudsonhhc.com> wrote:

>  update:
> click on INSERT COIN twice.. and you get 2 players
> WASD to navigate Ms PacMan
> ARROWS to nagivage PacMan
>
> Not as easy as it sounds!
>
> LOL
>
>
>
>  --
> *From:* Sherry Abercrombie [mailto:saber...@gmail.com]
> *Sent:* Friday, May 21, 2010 11:05 AM
> *To:* NT System Admin Issues
> *Subject:* Re: Holy PAC-MAN Batman!
>
> Wow, talk about vintage.this is for the 30th anniversary of Pac-Man.
>
>
>
> On Fri, May 21, 2010 at 10:01 AM, David Mazzaccaro <
> david.mazzacc...@hudsonhhc.com> wrote:
>
>>  oh boy. here we go... 99% of my users have google as their home
>> page...
>> I can hear the sirens now...LOL
>>
>>
>>  --
>> *From:* Richard Stovall [mailto:rich...@gmail.com]
>> *Sent:* Friday, May 21, 2010 11:00 AM
>> *To:* NT System Admin Issues
>> *Subject:* Holy PAC-MAN Batman!
>>
>>  Is anyone else getting a playable PAC-MAN on the Google home page?
>>
>>
>>
>>
>>
>>
>> .
>>
>>
>>
>>
>>
>>
>
>
> --
> Sherry Abercrombie
>
> "Any sufficiently advanced technology is indistinguishable from magic."
> Arthur C. Clarke
>
>
>
>
>
>
> .
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: OT: Holy PAC-MAN Batman! (update w/ Ms PacMan)

2010-05-21 Thread Steve Ens
I was trying to get my quarters into the laptop.  The SD slot didn't like
that one bit (two bits I guess).

On Fri, May 21, 2010 at 10:14 AM, David Mazzaccaro <
david.mazzacc...@hudsonhhc.com> wrote:

>  update:
> click on INSERT COIN twice.. and you get 2 players
> WASD to navigate Ms PacMan
> ARROWS to nagivage PacMan
>
> Not as easy as it sounds!
>
> LOL
>
>
>
>  --
> *From:* Sherry Abercrombie [mailto:saber...@gmail.com]
> *Sent:* Friday, May 21, 2010 11:05 AM
> *To:* NT System Admin Issues
> *Subject:* Re: Holy PAC-MAN Batman!
>
> Wow, talk about vintage.this is for the 30th anniversary of Pac-Man.
>
>
>
> On Fri, May 21, 2010 at 10:01 AM, David Mazzaccaro <
> david.mazzacc...@hudsonhhc.com> wrote:
>
>>  oh boy. here we go... 99% of my users have google as their home
>> page...
>> I can hear the sirens now...LOL
>>
>>
>>  --
>> *From:* Richard Stovall [mailto:rich...@gmail.com]
>> *Sent:* Friday, May 21, 2010 11:00 AM
>> *To:* NT System Admin Issues
>> *Subject:* Holy PAC-MAN Batman!
>>
>>  Is anyone else getting a playable PAC-MAN on the Google home page?
>>
>>
>>
>>
>>
>>
>> .
>>
>>
>>
>>
>>
>>
>
>
> --
> Sherry Abercrombie
>
> "Any sufficiently advanced technology is indistinguishable from magic."
> Arthur C. Clarke
>
>
>
>
>
>
> .
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: OT, vintage memories

2010-05-21 Thread Phillip Partipilo
I try my hardest to keep mileage as low as possible, but as badly as I drive my 
Prius I cant get it down under 42.  Boring as hell vehicle.


Phillip Partipilo
Parametric Solutions Inc.
Jupiter, Florida
(561) 747-6107


From: Don Guyer [mailto:don.gu...@prufoxroach.com]
Sent: Friday, May 21, 2010 10:44 AM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

I get about 12-14 in my Jeep. Fun as hell vehicle though!

:)

Don Guyer
Systems Engineer - Information Services
Prudential, Fox & Roach/Trident Group
431 W. Lancaster Avenue
Devon, PA 19333
Direct: (610) 993-3299
Fax: (610) 650-5306
don.gu...@prufoxroach.com

From: Steven M. Caesare [mailto:scaes...@caesare.com]
Sent: Thursday, May 20, 2010 11:14 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

Wow... seems low.

Nice rig tho!

-sc

From: Sean Martin [mailto:seanmarti...@gmail.com]
Sent: Thursday, May 20, 2010 7:37 PM
To: NT System Admin Issues
Subject: Re: OT, vintage memories

2008 GMC Sierra 3500 HD Quad Cab Dually - 6.6l Duramax. I've been told to chalk 
it up to the new DPF and other emissions equipment. I've also been told it 
should increase by 5-6 mpg once I hit between 20-30k miles. I just rolled over 
20k so we'll see

- Sean
On Thu, May 20, 2010 at 2:14 PM, Steven M. Caesare 
mailto:scaes...@caesare.com>> wrote:
What diesel are you driving that gets 11?

My near 8000lbs Ford  F-350 QuadCab Longbed diesel got ~18/22.

-sc



From: Sean Martin [mailto:seanmarti...@gmail.com]
Sent: Thursday, May 20, 2010 5:24 PM

To: NT System Admin Issues
Subject: Re: OT, vintage memories

Ugh...I'm paying $3.57/gal for diesel. Hurray for 11mpg! 

- Sean
On Thu, May 20, 2010 at 12:16 PM, John Aldrich 
mailto:jaldr...@blueridgecarpet.com>> wrote:
Yeah... I remember about 2/3 of those... including Drive-In movie theaters, 
Brownie Hawkeye cameras, flashbulbs, flash cubes, Wolfman Jack, Jiffy Pop 
(still around, but darned hard to find!) and a few other things. I remember as 
a kid gas going up to a whopping 50¢ a gallon or something and thinking that 
was high, then watching as I was about to start driving, gas got up to, gasp, 
almost a whole dollar a gallon. Never figured it would reach almost $3/gallon 
(or more in some areas!)

[cid:image001.jpg@01CAF8DF.A22FFD90][cid:image002@01caf8df.a22ffd90]

From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Thursday, May 20, 2010 4:08 PM

To: NT System Admin Issues
Subject: RE: OT, vintage memories

I had a 1976 TransAm that I pulled out the unleaded plug in the fill neck and 
removed the catalytic converter so I could use leaded because it was cheaper 
for a poor High School student.

From: Greg Olson [mailto:gol...@markettools.com]
Sent: Thursday, May 20, 2010 3:33 PM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

Even better was when they we're phasing out Regular gas. I had a 1970 Firebird 
and remember paying $.40-45 per gallon for my Junior year in High School.


From: Bob Fronk [mailto:b...@btrfronk.com]
Sent: Thursday, May 20, 2010 11:53 AM
To: NT System Admin Issues
Subject: RE: OT, vintage memories

Yep.. Remember all of it.

Except gas was about $0.75 when I started driving.

From: Kim Longenbaugh 
[mailto:k...@colonialsavings.com]
Sent: Thursday, May 20, 2010 2:28 PM
To: NT System Admin Issues
Subject: OT, vintage memories

For those of us who are "vintage", a fun link

http://www.webmarketing101.com/memory_lane.htm












































~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~<><>

Re: OT, vintage memories

2010-05-21 Thread Sean Martin
That is pretty cool. Although my truck has most of that data available, it's
just not readibly displayed at any given moment. I did pick up a SuperChips
programmer to give me some added power. It actually did help my fuel
econonmy by 1 - 1.5 mpg. Of course any benefit added is wasted due to an
additional 150 ft/lbs and my lead foot.

- Sean

On Thu, May 20, 2010 at 6:30 PM, Kurt Buff  wrote:

> A recent purchase that I've found really useful, and very fun:
>
> http://www.thinkgeek.com/gadgets/car/8426/
>
> or get it direct from here:
>
> http://www.scangauge.com/
>
> On Thu, May 20, 2010 at 15:50, Steven M. Caesare 
> wrote:
> >
> > That I’d expect…
> >
> >
> >
> > -sc
> >
> >
> >
> > From: Jonathan Link [mailto:jonathan.l...@gmail.com]
> > Sent: Thursday, May 20, 2010 6:22 PM
> > To: NT System Admin Issues
> > Subject: Re: OT, vintage memories
> >
> >
> >
> > My FIL's 40' RV gets about that...
> >
> > On Thu, May 20, 2010 at 6:14 PM, Steven M. Caesare 
> wrote:
> >
> > What diesel are you driving that gets 11?
> >
> >
> >
> > My near 8000lbs Ford  F-350 QuadCab Longbed diesel got ~18/22.
> >
> >
> >
> > -sc
> >
> >
> >
> >
> >
> >
> >
> > From: Sean Martin [mailto:seanmarti...@gmail.com]
> > Sent: Thursday, May 20, 2010 5:24 PM
> >
> > To: NT System Admin Issues
> >
> > Subject: Re: OT, vintage memories
> >
> >
> >
> > Ugh...I'm paying $3.57/gal for diesel. Hurray for 11mpg! 
> >
> >
> >
> > - Sean
> >
> > On Thu, May 20, 2010 at 12:16 PM, John Aldrich <
> jaldr...@blueridgecarpet.com> wrote:
> >
> > Yeah… I remember about 2/3 of those… including Drive-In movie theaters,
> Brownie Hawkeye cameras, flashbulbs, flash cubes, Wolfman Jack, Jiffy Pop
> (still around, but darned hard to find!) and a few other things. I remember
> as a kid gas going up to a whopping 50¢ a gallon or something and thinking
> that was high, then watching as I was about to start driving, gas got up to,
> gasp, almost a whole dollar a gallon. Never figured it would reach almost
> $3/gallon (or more in some areas!)
> >
> >
> >
> >
> >
> > From: Bob Fronk [mailto:b...@btrfronk.com]
> > Sent: Thursday, May 20, 2010 4:08 PM
> >
> > To: NT System Admin Issues
> > Subject: RE: OT, vintage memories
> >
> >
> >
> > I had a 1976 TransAm that I pulled out the unleaded plug in the fill neck
> and removed the catalytic converter so I could use leaded because it was
> cheaper for a poor High School student.
> >
> >
> >
> > From: Greg Olson [mailto:gol...@markettools.com]
> > Sent: Thursday, May 20, 2010 3:33 PM
> > To: NT System Admin Issues
> > Subject: RE: OT, vintage memories
> >
> >
> >
> > Even better was when they we’re phasing out Regular gas. I had a 1970
> Firebird and remember paying $.40-45 per gallon for my Junior year in High
> School.
> >
> >
> >
> >
> >
> > From: Bob Fronk [mailto:b...@btrfronk.com]
> > Sent: Thursday, May 20, 2010 11:53 AM
> > To: NT System Admin Issues
> > Subject: RE: OT, vintage memories
> >
> >
> >
> > Yep.. Remember all of it.
> >
> >
> >
> > Except gas was about $0.75 when I started driving.
> >
> >
> >
> > From: Kim Longenbaugh [mailto:k...@colonialsavings.com]
> > Sent: Thursday, May 20, 2010 2:28 PM
> > To: NT System Admin Issues
> > Subject: OT, vintage memories
> >
> >
> >
> > For those of us who are “vintage”, a fun link
> >
> >
> >
> > http://www.webmarketing101.com/memory_lane.htm
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: Holy PAC-MAN Batman!

2010-05-21 Thread Sam Cayze
Dammit, Google is drunk again :)

 

In other news, I'm scripting a site-wide mute button. 

 

 

From: Richard Stovall [mailto:rich...@gmail.com] 
Sent: Friday, May 21, 2010 10:00 AM
To: NT System Admin Issues
Subject: Holy PAC-MAN Batman!

 

Is anyone else getting a playable PAC-MAN on the Google home page? 

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: DNS Cache - Do you ever clean it up?

2010-05-21 Thread Ben Scott
On Fri, May 21, 2010 at 11:56 AM, mb  wrote:
> Just curious what others here do.  Recently had a minor issue that had me
> looking in our DNS cache for an answer.  When I expanded the .com zone, it
> hit the default max of 10,000 domains to display.  I looked through it a
> bit, and a lot of those zone folders were empty, as TTL's had expired and
> records were long gone.
>
> Our DNS is AD integrated.

  Microsoft's DNS server doesn't keep cached non-authoritative records
in Active Directory, does it?

-- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~



Re: OT, vintage memories

2010-05-21 Thread Sean Martin
Thanks. The only good news is that the MPG doesn't get much worse when I'm
towing my 38ft 5th wheel.

- Sean

On Thu, May 20, 2010 at 7:13 PM, Steven M. Caesare wrote:

>  Wow… seems low.
>
>
>
> Nice rig tho!
>
>
>
> -sc
>
>
>
> *From:* Sean Martin [mailto:seanmarti...@gmail.com]
> *Sent:* Thursday, May 20, 2010 7:37 PM
>
> *To:* NT System Admin Issues
> *Subject:* Re: OT, vintage memories
>
>
>
> 2008 GMC Sierra 3500 HD Quad Cab Dually - 6.6l Duramax. I've been told to
> chalk it up to the new DPF and other emissions equipment. I've also been
> told it should increase by 5-6 mpg once I hit between 20-30k miles. I just
> rolled over 20k so we'll see
>
>
>
> - Sean
>
> On Thu, May 20, 2010 at 2:14 PM, Steven M. Caesare 
> wrote:
>
> What diesel are you driving that gets 11?
>
>
>
> My near 8000lbs Ford  F-350 QuadCab Longbed diesel got ~18/22.
>
>
>
> -sc
>
>
>
>
>
>
>
> *From:* Sean Martin [mailto:seanmarti...@gmail.com]
> *Sent:* Thursday, May 20, 2010 5:24 PM
>
>
> *To:* NT System Admin Issues
>
> *Subject:* Re: OT, vintage memories
>
>
>
> Ugh...I'm paying $3.57/gal for diesel. Hurray for 11mpg! 
>
>
>
> - Sean
>
> On Thu, May 20, 2010 at 12:16 PM, John Aldrich <
> jaldr...@blueridgecarpet.com> wrote:
>
> Yeah… I remember about 2/3 of those… including Drive-In movie theaters,
> Brownie Hawkeye cameras, flashbulbs, flash cubes, Wolfman Jack, Jiffy Pop
> (still around, but darned hard to find!) and a few other things. I remember
> as a kid gas going up to a whopping 50¢ a gallon or something and thinking
> that was high, then watching as I was about to start driving, gas got up to,
> gasp, almost a whole dollar a gallon. Never figured it would reach almost
> $3/gallon (or more in some areas!)
>
>
>
> [image: John-Aldrich][image: Tile-Tools]
>
>
>
> *From:* Bob Fronk [mailto:b...@btrfronk.com]
> *Sent:* Thursday, May 20, 2010 4:08 PM
>
>
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> I had a 1976 TransAm that I pulled out the unleaded plug in the fill neck
> and removed the catalytic converter so I could use leaded because it was
> cheaper for a poor High School student.
>
>
>
> *From:* Greg Olson [mailto:gol...@markettools.com]
> *Sent:* Thursday, May 20, 2010 3:33 PM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Even better was when they we’re phasing out Regular gas. I had a 1970
> Firebird and remember paying $.40-45 per gallon for my Junior year in High
> School.
>
>
>
>
>
> *From:* Bob Fronk [mailto:b...@btrfronk.com]
> *Sent:* Thursday, May 20, 2010 11:53 AM
> *To:* NT System Admin Issues
> *Subject:* RE: OT, vintage memories
>
>
>
> Yep.. Remember all of it.
>
>
>
> Except gas was about $0.75 when I started driving.
>
>
>
> *From:* Kim Longenbaugh [mailto:k...@colonialsavings.com]
> *Sent:* Thursday, May 20, 2010 2:28 PM
> *To:* NT System Admin Issues
> *Subject:* OT, vintage memories
>
>
>
> For those of us who are “vintage”, a fun link
>
>
>
> http://www.webmarketing101.com/memory_lane.htm
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~<><>

Re: DNS Cache - Do you ever clean it up?

2010-05-21 Thread Micheal Espinola Jr
I've never found a reason to clear it except to facility an immediate
change.  I've never had any issues with the cache otherwise.

--
ME2


On Fri, May 21, 2010 at 8:56 AM, mb  wrote:

> Just curious what others here do.  Recently had a minor issue that had me
> looking in our DNS cache for an answer.  When I expanded the .com zone, it
> hit the default max of 10,000 domains to display.  I looked through it a
> bit, and a lot of those zone folders were empty, as TTL's had expired and
> records were long gone.
>
> Our DNS is AD integrated.  I've always been sort of a neat-freak about
> keeping our AD database clean.  I'll go through a couple times a year & run
> a report & remove old, stranded machine accounts, etc.  So noticing all the
> stagnant zone folders in that cache, I thought maybe it'd be good
> housekeeping to go in there & smoke the cache once a year or so.
>
> Anyone ever mess with this?
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: Holy PAC-MAN Batman!

2010-05-21 Thread Chris Hamby
I just had a user call me and say that her PC was making Pac Man noises.
When she opened her browser, she has three tabs open with google being in
the background so she never saw the logo. I busted out laughing when she
told me she was freaking out and thought she had a virus on her computer.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

DNS Cache - Do you ever clean it up?

2010-05-21 Thread mb
Just curious what others here do.  Recently had a minor issue that had me 
looking in our DNS cache for an answer.  When I expanded the .com zone, it 
hit the default max of 10,000 domains to display.  I looked through it a 
bit, and a lot of those zone folders were empty, as TTL's had expired and 
records were long gone.


Our DNS is AD integrated.  I've always been sort of a neat-freak about 
keeping our AD database clean.  I'll go through a couple times a year & run 
a report & remove old, stranded machine accounts, etc.  So noticing all the 
stagnant zone folders in that cache, I thought maybe it'd be good 
housekeeping to go in there & smoke the cache once a year or so.


Anyone ever mess with this? 



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~


RE: script SSID for wireless configs

2010-05-21 Thread Carl Houseman
The post was offered as a general comment, not a response to your question.
That happens around here a lot.  As IT consultant, do you not have any
capacity to advise the agency on security matters?  Or keep them from
shooting themselves in the foot?  I guess not...

 

Carl

 

From: Erik Goldoff [mailto:egold...@gmail.com] 
Sent: Friday, May 21, 2010 11:50 AM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

Thank you but that was not the question.  To the agency, this is one layer of
security, in addition to WPA, etc.  The question is whether the wireless
config could be scripted.

 

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '

From: Carl Houseman [mailto:c.house...@gmail.com] 
Sent: Friday, May 21, 2010 11:25 AM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

Hidden SSID's are false security and may even be a security hazard for mobile
users whose devices are configured with the hidden SSID:

 

http://www.networkworld.com/columnists/2007/030507-wireless-security.html

 

Carl

 

From: Erik Goldoff [mailto:egold...@gmail.com] 
Sent: Friday, May 21, 2010 10:22 AM
To: NT System Admin Issues
Subject: script SSID for wireless configs

 

Quick question :

 

Scenario-agency has a wireless access point with SSID broadcast disabled, so
the SSID must be explicitly entered on each 'authorized' wireless client.

 

Can this explicit entry of the SSID be scripted to automate across multiple
systems ???

 

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '

 

 

 

 

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

RE: script SSID for wireless configs

2010-05-21 Thread Erik Goldoff
Thank you but that was not the question.  To the agency, this is one layer
of security, in addition to WPA, etc.  The question is whether the wireless
config could be scripted.

 

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '

From: Carl Houseman [mailto:c.house...@gmail.com] 
Sent: Friday, May 21, 2010 11:25 AM
To: NT System Admin Issues
Subject: RE: script SSID for wireless configs

 

Hidden SSID's are false security and may even be a security hazard for
mobile users whose devices are configured with the hidden SSID:

 

http://www.networkworld.com/columnists/2007/030507-wireless-security.html

 

Carl

 

From: Erik Goldoff [mailto:egold...@gmail.com] 
Sent: Friday, May 21, 2010 10:22 AM
To: NT System Admin Issues
Subject: script SSID for wireless configs

 

Quick question :

 

Scenario-agency has a wireless access point with SSID broadcast disabled, so
the SSID must be explicitly entered on each ‘authorized’ wireless client.

 

Can this explicit entry of the SSID be scripted to automate across multiple
systems ???

 

Erik Goldoff

IT  Consultant

Systems, Networks, & Security 

'  Security is an ongoing process, not a one time event ! '

 

 

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

  1   2   >