Leveraging Open Source / Freeware Solutions



Similar documents
1.0 Hardware Requirements:

Symantec Protection Suite Small Business Edition

Endpoint Protection Small Business Edition 2013?

Clavister InSight TM. Protecting Values

Symantec Protection Suite Small Business Edition

Sage Grant Management System Requirements

The software can be downloaded from the Spiceworks web site at:

Kaseya IT Automation Framework

Priority Pro v17: Hardware and Supporting Systems

Managing Enterprise Security with Cisco Security Manager

Receptionist-Small Business Administrator guide

Symantec Endpoint Protection

DOCSVAULT Document Management System for everyone

Installation and Deployment

AVG 8.5 Anti-Virus Network Edition

Minimum System Requirements

Media Exchange really puts the power in the hands of our creative users, enabling them to collaborate globally regardless of location and file size.

CA Productivity Accelerator v :

PROTECTION SERVICE FOR BUSINESS WELCOME TO THE BUSINESS OF FREEDOM

Sage 200 Online. System Requirements and Prerequisites

Software, Shareware and Opensource CSCU9B2

McAfee Web Reporter Turning volumes of data into actionable intelligence

Kaspersky Endpoint Security 10 for Windows. Deployment guide

How To Manage Your Information Systems At Aerosoft.Com

Data Sheet: Endpoint Security Symantec Endpoint Protection The next generation of antivirus technology from Symantec

Web Hosting. Hosting. Cloud File Hosting. The Genio Group (214)

Symantec Endpoint Protection Datasheet

Symantec Endpoint Protection

RightNow November 09 Workstation Specifications

SERVICES BRONZE SILVER GOLD PLATINUM. On-Site emergency response time 3 Hours 3 Hours 1-2 Hours 1 Hour or Less

Hard Disk Space Management

Phire Architect Hardware and Software Requirements

Receptionist Small Business

Unicenter Asset Intelligence r11

SYMANTEC ENDPOINT PROTECTION SMALL BUSINESS EDITION

Minimum System Requirements

How To Use Exchange Reporter Plus On A Microsoft Mailbox On A Windows (Windows) On A Server Or Ipa (Windows 7) On An Ubuntu 7.6 (Windows 8) On Your Pc Or

Information Technology Services

Enterprise Network Deployment, 10,000 25,000 Users

Samsung device management solutions Manage, monitor and diagnose multiple print devices easily and cost effectively

NETWRIX FILE SERVER CHANGE REPORTER

5nine Virtual Firewall 2.1 for Microsoft Hyper-V

Pearl Echo Installation Checklist

Information Technology Solutions

Charter Business Desktop Security Administrator's Guide

Introduction to Free Computer Tools

Installing TeamLab on a Local Server

HP Client Automation Standard Fast Track guide

FortiClient dialup-client configurations

ManageEngine Exchange Reporter Plus :: Help Documentation WELCOME TO EXCHANGE REPORTER PLUS... 4 GETTING STARTED... 7 DASHBOARD VIEW...

2 6th December 2012 Copyright Eddie Obeng 2010 Pentacle 2011 All rights reserved

BI 4.1 Quick Start Guide (for Online Report Users)

Best Practices & Deployment SurfControl Mobile Filter v

Data Sheet: Endpoint Security Symantec Endpoint Protection The next generation of antivirus technology from Symantec

Altiris IT Analytics Solution 7.1 SP1 from Symantec User Guide

AVeS Cloud Security powered by SYMANTEC TM

QuickSpecs. HP PCM Plus v4 Network Management Software Series (Retired) Key features

SNOW LICENSE MANAGER (7.X)... 3

NEFSIS DEDICATED SERVER

AVG 9.0 Internet Security Business Edition

Technology Partners. Acceleratio Ltd. is a software development company based in Zagreb, Croatia, founded in 2009.

IBM Security QRadar Vulnerability Manager Version User Guide

Installation Guide For Exchange Reporter Plus

Getting Started with Symantec Endpoint Protection

SMART Vantage. Installation guide

Very Large Enterprise Network Deployment, 25,000+ Users

How To Login To Webex Online

Installation Process

AlphaTrust PRONTO - Hardware Requirements

GFI Product Manual. Deployment Guide

Technical Specifications

WHITE PAPER. Domo Advanced Architecture

Verizon Security Scan Powered by McAfee. Installation Guide for Home Users

Questions & Answers from the Webcast: Your Mac Users Deserve Quality Support Too. Sponsors: Atempo. Centrify. Group Logic. LANrev.

Asta Powerproject Enterprise

Analyzer 7.2 Administrator s Guide

IT Infrastructure Management

formerly Help Desk Authority Upgrade Guide

Contents. Platform Compatibility. GMS SonicWALL Global Management System 5.0

AdminToys Suite. Installation & Setup Guide

Astaro Gateway Software Applications

System Requirements and Platform Support Guide

How To Protect Your Computer From A Malicious Virus

SysPatrol - Server Security Monitor

Dexcom Portrait on the Web User Guide For Use with the Dexcom G4 PLATINUM Continuous Glucose Monitoring System

Very Large Enterprise Network, Deployment, Users

PREMIER SUPPORT STANDARD SERVICES BRONZE SILVER GOLD

SysAidTM Product Description

Cisco is a registered trademark or trademark of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries.

UPK and UPK Professional Technical Specifications

inforouter V8.0 Server & Client Requirements

Customer Site Requirements for incontact Workforce Optimization

Move over, TMG! Replacing TMG with Sophos UTM

BitDefender Client Security Workstation Security and Management

Microsoft Windows Apple Mac OS X

General Hardware Requirements Workstation Requirements Application / Database Server Requirements Storage Requirements...

Transcription:

Leveraging Open Source / Freeware Solutions Dean Pfoutz (CFE) Information Technology Director Indian River County Property Appraiser dpfoutz@ircpa.org (772) 226-1555

Objectives Understand the Open Source License The Pros and Cons of using Open Source Understanding of Free Software Gain Knowledge of Deploying and Using Spiceworks Network Management Tool and Free Firewalls

Introduction to Open Source What is Open Source Open Source License Free Software Defined What is a BSD License What is a GNU License What is a MIT License

What is Open Source? Open source describes a broad general type of software license that makes source code available to the general public with relaxed or non-existent copyright restrictions

Open Source Projects are Developed BY: Hobbyists Software Companies People all over the world

Where are we? What is Open Source? Open Source Licenses Pros of Open Source Software Cons of Open Source Software Scenarios

Open Source Initiative is a CA. 501( c ) 3 corporation they are the stewards of the Open Source Definition (OSD) and the community-recognized body for reviewing and approving licenses as OSD-Conformant. The Complete Open Source Definition can be found at: http://opensource.org/docs/osd. Generally, open source refers to a program in which the source code is available to the general public for use and/or modification from its original design free of charge, i.e., open. Open source code is typically created as a collaborative effort in which programmers improve upon the code and share the changes within the community. Open Source License are License that comply with the Open Source Definition found at the Open Source Initiative Web Site

The Free Software Definition can be found at http://www.gnu/philosophy/free-sw.html Generally a program is free software if the program s users have four essential freedoms: 1. The freedom to run the program, for any purpose 2. The freedom to study how the program works, and change it so it does your computing as you wish (Access to the source code is a precondition for this) 3. Freedom to redistribute. 4. Freedom to distribute copies of your modified versions to others (Again access to the source code is a precondition for this.) BSD (Berkeley Software Distribution) Licenses are a family of permissive free software license, imposing minimal restrictions of covered software. MIT is also a Permissive Free Software License and originated in Massachusetts Institute of Technology (MIT)

MIT/BSD MIT License Only 20 lines! Liberal terms. Use this code however you like... BSD Adds a No-Advertising Clause

The GNU General Public License (GNU or GPL) is the most widely used free software license, which guarantees individuals, organizations, companies the freedoms to use, study, share (copy), and modify the software. Software that allows these rights is called free software and if the software is copyleft ensures those are retained. The license was originally written by Richard Stallman of the Free Software Foundation (FSF) for the GNU project. (From Wikipedia) Copyleft is a general method for making a program (or other work) free, and requiring all modified and extended versions of the program to be free as well. This is the GPL standard A directory of free software under the above license can be found at: http://directory.fsf.org/wiki/main_page

Where Are We? What is Open Source? Open Source Licenses Pros of Open Source Software Cons of Open Source Software Scenarios

Open Source Footprint Pros: People all over the look at the same code Potentially huge development teams Broader testing base All of which saves us $$$

Pros on Cost IF a component fits your system: Save many development hours Small customizations may be easy A lot of testing is done for you

Documentation Open source projects have many developers For them, documentation is a must Bad documentation indicates a bad project

Where Are We? What is Open Source? Open Source Licenses Pros of Open Source Software Cons of Open Source Software Scenarios

Cons to Open Source It may not always fit your needs Training your staff Hiring an Expert may be needed (Linux BSD)

Cons: Temperamental Community Make sure you contribute back, at least a little This community is full of 'early adopters' They influence people's opinions

Where Are We? What is Open Source? Open Source Licenses Pros of Open Source Software Cons of Open Source Software Free Software Scenarios

Free Software the other side of the coin Free software that does not fall under the GNU rules are free because they have advertising or ask for donations. Examples of this type of software are: 1. SpyBot Search and Destroy (Spyware removal) 2. Paint.net (Graphics Software) 3. Wordpress (Website or Blog creation tool) 4. SpiceWorks (Network Administration tool) 5. Untangle Lite (Free Firewall with an advanced version for a price) 6. Pfsense Free Firewall

Free Developers and Office tools MySQL can be downloaded at: http://dev.mysql.com/downloads/mysql/ SkySQL developed by the executives of MYSQL after the purchase by Oracle: http://www.skysql.com Java can be downloaded at: http://www.oracle.com/technetwork/java/javase/downloads/index-jsp- 138363.html Perl can be downloaded at: http://www.perl.org/get.html Open Office can be downloaded at: http://www.openoffice.org/download/ Graphics tool Paint dot net can be downloaded at: http://www.getpaint.net

Free Microsoft Developers Tools Microsoft Offers a variety of free developers tools as express versions of their full software developers tools and can be downloaded from: http://www.visualstudio.com/en-us/downloads Microsoft SQL Server Express versions can be downloaded at: https://www.microsoft.com/enus/server-cloud/products/sql-server-editions These tools are suitable for developing small to medium web sites and windows applications

Where Are We? What is Open Source? Open Source Licenses Pros of Open Source Software Cons of Open Source Software Free Software Scenarios

Free Programming Objects and Tools When developing a Web site or Application often programmers will leverage off of objects that have already been written. These objects are designed in C#, C++, Java, Visual Basic, ASP and other languages. Indian River County uses itextsharp a free library to create the Electronic Version of the Trim Notice. That allows you to create, adapt, inspect and maintain documents in the Portable Document Format (PDF) The Library can be downloaded at: http://itextsharp.soft112.com/ If any Appraiser is interested in how we created the E-Trims they can email me and I will send them a copy of the code and library used to create the Trim. My Email is dpfoutz@ircpa.org

Where are we? What is Open Source? Open Source Licenses Pros of Open Source Software Cons of Open Source Software Free Software Scenarios (Network Management)

Spice Works Free Network Management Tool Spice Works is a Free software package that uses advertising to keep the package free for end users However they have a fee of $45.00 per month if you don t want the advertising These next slide will discuss what Spice Works is what it does and how best to deploy it These slide are provided by Spice Works for use here today

The Free IT Management App & Community

What IT Pros Are Asking What Do I Have? How Do I Keep Tract of Everything? Is Everything Working? How Do I Fix It?

IT Admin

Everything IT... For Free! Full Inventory of Hardware & Software Full Inventory of Hardware & Software Track To-Do s & User Requests IT Admin Monitor Troubleshoot & Report on Assets Collaborate With a Community of IT Pros

Spiceworks is a 60mb download designed for IT Pros who have admin rights on their network Organizations with less than 1000 devices on their network. It will work with more, but it won t be as fast Discovering Windows, OS X, Linux and Unix (but must run from a PC or Windows Server)

What Do I Need for Spiceworks to Work? System Requirements Windows,Windows Vista, Windows 7, Windows 2003 Server SP1, SP2 and R2, & Windows 2008 Server and Windows Server 2012 1.5 GHz Pentium 4 class processor 2GB RAM Browser Requirements Firefox most recent version Internet Explorer 9.0 or later Google Chrome most recent version

Full Inventory of Hardware & Software Automatically discover hardware & software via agent-free scans Gather technical data about assets Create custom attributes like Department Inventory non-network devices such as PDAs Compare two devices & troubleshoot from Spiceworks

See software installations, disk usage, trouble tickets & more Easily create custom reports Export reports in CSV, PDF and Excel format Exchange report builds with other Spiceworks users Customizable Reports

Help Desk and Ticket Submission Allow clients to submit tickets with attachments via email or web portal Create tickets in one click for devices that need attention Assign tickets across your IT team, manage projects and view progress Access and manage your help desk via your mobile device

Network Monitors & Alerts Monitor disk space, software installations, anti-virus updates & more Create alerts to detect events and prevent issues See & set up alerts for Microsoft events across your environment Monitor the health of your Exchange server Is Everything Working?

Global Community of IT Pros Ask IT questions and share answers Join groups of IT pros based on interest, geography, expertise and more See recommendations & ratings on IT products & services from other IT pros Get tips and support on getting the most out of Spiceworks

So what s the catch? No Gimmicks. No Catches. Here s How Spiceworks Keeps IT Free

Where do I get Spiceworks? Go to www.spiceworks. com Enjoy IT Freedom in less than 5 minutes! www.spiceworks.com

Where are we? What is Open Source? Open Source Licenses Pros of Open Source Software Cons of Open Source Software Free Software Scenarios (Firewalls)

Open Source / Free Firewalls If you were to do a Google search for open source firewalls you would be very surprised as to how many show up. So rather then try cover them all I will touch on a few that I am familiar with. Smoothwall Express Open Source and can be downloaded at: http://www.smoothwall.org Smoothwall Express for corporations website is: http://www.smoothwall.com/en-gb Pfsense a free firewall for both home users and corporate web site: https://www.pfsense.org

Free Firewall Myths Hardware firewalls are better Myth The reality is there is no such thing as a "hardware firewall All firewalls are hardware that runs software Most Commercial firewalls are based on BSD or Linux

Open Source is Insecure Myth The mindset that because the source is open, it's insecure because everyone can see how it works No software relies on the obscurity of source code for security One of the Strengths of open source code is that all vulnerabilities are quickly identified and repaired due to the number of tests

Where are we? What is Open Source? Open Source Licenses Pros of Open Source Software Cons of Open Source Software Free Software Scenarios (Firewalls) Untangle Firewall

Untangle Firewall Free vs. Paid What is the Untangle solution? Product Comparison Review of Free vs. Paid Features Resources

What Untangle does SMB network the HARD way! SMB network the HARD way! Firewall Email Server File Server Anti-Virus Anti-Spam Anti-Spyware VPN Web Filtering Intrusion Prevention Reporting User Monitoring Phishing SMB Adoption High High High High Medium Low Medium Low Low Low Low Low OR New Apps & Threats SSL Traffic Inspection Application Control Bandwidth Control BYOD/HYOD Captive Portal Future Threats/Apps? SMB network the SIMPLE way! Firewall Email Server File Server Anti-Virus Anti-Spam Anti-Spyware VPN Web Filtering Intrusion Prevention Reporting User Monitoring Phishing New Apps & Threats SSL Traffic Inspection Application Control Bandwidth Control BYOD/HYOD Captive Portal Future Threats/Apps? Online Library ` ` ` `

Untangle Implementation Behind the firewall & router As the firewall & router

Untangle Package Comparisons

Free vs. Paid Apps

Application Control Lite vs. Application Control 90 regular expression signatures Higher tendency for false positives Not updated regularly Based on L7-Filter open source project Http://l7-filter.sourceforge.net/protocols VS. 590 application protocols Scans attributes and metadata for very few false positives. Checks for updates nightly Based on Network Application Visibility Procera Networks http://wiki.untangle.com/index.php/application_control_application_ list

Firewalls Comparison for Web Content Filtering To see a Demonstration of Untangle go to: http://demo.untangle.com/

Links and References used in this Presentation GNU Operating System http://www.gnu.org Open Source Initiative http://www.opensource.org Free Software Directory http://directory.fsf.org Spiceworks http://www.spiceworks.com Untangle http://www.untangle.com Open Office dot org http://www.openoffice.org Paint dot net http://www.getpaint.net Microsoft Express Tools and Languages: http://www.visualstudio.com/enus/downloads#d-express-windows-8

Questions?