Friday, August 31, 2012

How Two Amateur Sleuths Looked for FinSpy Software - NYTimes.com

http://bits.blogs.nytimes.com/2012/08/31/how-two-amateur-sleuths-looked-for-finspy-software/

Monday, August 06, 2012

quick and dirty way to scan a subnet.

This is a quick and dirty way to scan a subnet.

Make sure you are in bash:

for i in {1..255..1};   do ping -c 1 -t 1 10.10.10.$i | grep "1 packets received";  if [ "$?" -ne 1 ] ; then echo $i; fi  ;  done

Fwd: [svlug] ACCU Wednesday "An Introduction To The POCO C++ Libraries" Günter Obiltschnig

---------- Forwarded message ----------
From: "Walter Vannini" <walterv@gbbservices.com>
Date: Aug 6, 2012 8:38 AM
Subject: [svlug] ACCU Wednesday "An Introduction To The POCO C++ Libraries" Günter Obiltschnig
To: "SVLUG" <svlug@lists.svlug.org>

When:      Wednesday, August 8, 2012
Topic:     An Introduction To The POCO C++ Libraries
Speaker:   Günter Obiltschnig
Time:      6:30pm doors open
         7:00pm meeting begins
Where:     Symantec
         VCAFE building
         350 Ellis Street (near E. Middlefield Road)
         Mountain View, CA 94043
Map:       <http://tinyurl.com/334rv5>
Directions: VCAFE is accessible from the semicircular courtyard between Symantec buildings <http://tinyurl.com/2dccgc>
Cost:      Free

The POCO C++ Libraries (http://pocoproject.org) are modern, powerful, cross-platform C++ class libraries and frameworks for buildingnetwork- and internet-based applications. The libraries are open source, available under the Boost Software License. Started in 2004, the libraries have since become somewhat known in the C++ community, even being mentioned on various occassions by Bjarne Stroustrup and Herb Sutter.

I will give a brief overview of the libraries and show how to use them in C++ projects, covering a few typical usage scenarios (XML processing, HTTP client/server programming, SQL database access, etc.).

Günter is the founder and lead developer of the POCO C++ Libraries project. He has been writing C++ code for 20 years now, and his current professional main interests are building Linux-based embedded devices using C++ and POCO, as well as writing C++ libraries and tools. Günter is also the founder and managing director of Applied Informatics, a company providing commercial C++ toolkits based on POCO. He lives in Carinthia, Austria, with his wife and daughter. In his spare time he loves to go sailing.

Meetings are open to the public and are free of charge.

---------

The ACCU meets monthly. Meetings are always open to the public and are free of charge. To suggest topics and speakers please email Walter Vannini via walterv@gbbservices.com




_______________________________________________
svlug mailing list
svlug@lists.svlug.org
http://lists.svlug.org/lists/listinfo/svlug