Goldilocks and The Three Linux Bears

Size: px
Start display at page:

Download "Goldilocks and The Three Linux Bears"

Transcription

1 Goldilocks and The Three Linux Bears Andrew Nakamura, SQLDBA, Keck Medical Center - USC Moderated By: Adrian Sullivan Presenting Sponsors

2 Thank You to Our Presenting Sponsors Empower users with new insights through familiar tools while balancing the need for IT to monitor and manage user created content. Deliver access to all data types across structured and unstructured sources. Quest helps IT Professionals simplify administration tasks so they can focus on the evolving needs of their businesses. Combined with its commitment to help companies protect today s investment while planning for the future, Quest continues to deliver the most comprehensive solutions to monitor, manage, protect and replicate database environments IDERA designs powerful software with one goal in mind to solve customers most complex challenges with easy-to-use solutions. IDERA s awardwinning SQL Server database solutions and multiplatform database, application and cloud monitoring tools ensure your business never slows down. SentryOne empowers Microsoft data professionals to achieve breakthrough performance across physical, virtual and cloud environments. We develop solutions to monitor, diagnose, and optimize SQL Server performance, including Plan Explorer, the query-tuning tool with more than 100,000 downloads. Supporting Sponsor

3 Attend PASS Summit to Grow Your Career Connect with a global network of 250,000+ data professionals PASS Summit is the largest conference for technical professionals who leverage the Microsoft Data Platform. November 6-9 Seattle, WA PASSsummit.com The Community

4 Andrew Nakamura SQL DBA, Keck Medical Center - USC Expertise in the financial and healthcare industries Maintains 115 servers with over 1600 databases B andynakamura.com twitter.com/andrewn2010 Speaker Has presented at all Southern California SQLSaturdays linkedin.com/in/andy-nakamura /

5 Goldilocks and The Three Linux Bears Andrew Nakamura, SQLDBA, Keck Medical Center - USC Presenting Sponsors

6 Goldilocks and The Three Linux Bears Papa Bear Overview on how Linux is different than Windows. Distros, repository and packages. Mama Bear Overview of Linux commands to install SQL Server on Linux. Baby Bear Install SQL Operations Studio and Visual Studio code and connect to SQL Server

7

8

9

10 What is a Linux Distro?

11 What is a Linux Distro? A Linux distribution (often abbreviated as distro) is an operating system made from a software collection, which is based upon the Linux kernel and, often, a package management system.

12 What is a Linux Distro?

13 What Linux distros are *officially* supported on SQL 2017?

14 What Linux distros are *officially* supported on SQL 2017? 1. Red Hat Enterprise Linux 2. SUSE Linux Enterprise Server 3. Ubuntu

15 What Linux distros are *officially* supported on SQL 2017?

16 What Linux distros are *officially* supported on SQL 2017? 1. Red Hat Enterprise Linux 2. SUSE Linux Enterprise Server 3. Ubuntu

17 What Linux distros are *officially* supported on SQL 2017? 1. Red Hat Enterprise Linux SUSE Linux Enterprise Server 12sp2 3. Ubuntu 16.04

18 What distro SHOULD I install?

19 What distro SHOULD I install? It depends

20 What is a Linux repository?

21 What is a Linux repository? A software repository, colloquially known as a "repo" for short, is a storage location from which software packages (programs) may be retrieved and installed on a computer.

22 What is a Linux repository?

23 What is a Linux package?

24 What is a Linux package? In Linux distributions, a package refers to a compressed file archive containing all of the files that come with a particular application.

25 What is a Linux package?

26 Summary

27 Summary

28

29

30 Install Ubuntu

31 This Photo by Unknown Author is licensed under CC BY-SA

32 Install SQL Server 1. Import the public repository GPG keys 2. Register the Microsoft SQL Server Ubuntu repository 3. Run the following commands to install SQL Server 1. sudo apt-get update 2. sudo apt-get install -y mssql-server 4. After the package installation finishes, run mssql-conf setup 5. Once the configuration is done, verify that the service is running

33 sudo apt-get update Sudo = Super User Do apt-get = package manager Command= update, install, uninstall

34 sudo dpkg -i {package} Debian Package - install

35 What is a Linux dependency?

36 What is a Linux dependency? Dependency is a broad software engineering term used to refer when a piece of software relies on another one.

37 Install SQL Server 2017

38 This Photo by Unknown Author is licensed under CC BY-NC-SA

39 Why use SQL on Linux?

40 Why use SQL on Linux? Disk Requirements Installation Change of versions Upgrades Uninstall

41 Why use SQL on Linux? Because its cool

42 What is SQL Operations Studio?

43 What is SQL Operations Studio? SQL Operations Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macos and Linux.

44 What is Visual Studio Code?

45 What is Visual Studio Code? Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macos and Linux.

46 Install SQL Ops and Visual Studio Code

47 THANK YOU FOR Presenting Sponsors

48

SQL Operations Studio - a new multi-platform tool for SQL Server database development, administration, and monitoring

SQL Operations Studio - a new multi-platform tool for SQL Server database development, administration, and monitoring SQL Operations Studio - a new multi-platform tool for SQL Server database development, administration, and monitoring Marek Masko, Principal Database Analyst, Sabre Moderated By: Philip Seamark Presenting

More information

Monitoring Page Splits in SQL Server

Monitoring Page Splits in SQL Server Monitoring Page Splits in SQL Server Guy Glantser, CEO, Madeira Data Solutions Moderated By: Jay O'Donnell Presenting Sponsors Technical Assistance If you require assistance during the session, type your

More information

The Windows DBA s Jump Start for SQL Server on Linux

The Windows DBA s Jump Start for SQL Server on Linux The Windows DBA s Jump Start for SQL Server on Linux Michael Otey, President, TECA, Inc Moderated By: Peter Larsson Presenting Sponsors Thank You to Our Presenting Sponsors Empower users with new insights

More information

Monitoring & Tuning Azure SQL Database

Monitoring & Tuning Azure SQL Database Monitoring & Tuning Azure SQL Database Dustin Ryan, Data Platform Solution Architect, Microsoft Moderated By: Paresh Motiwala Presenting Sponsors Thank You to Our Presenting Sponsors Empower users with

More information

What you Need to Know about SQL Server and Docker Containers

What you Need to Know about SQL Server and Docker Containers What you Need to Know about SQL Server and Docker Containers Michael Otey, President, TECA, Inc Moderated By: William Wolf Presenting Sponsors Thank You to Our Presenting Sponsors Empower users with new

More information

R Language for the SQL Server DBA

R Language for the SQL Server DBA R Language for the SQL Server DBA Beginning with R Ing. Eduardo Castro, PhD, Principal Data Analyst Architect, LP Consulting Moderated By: Jose Rolando Guay Paz Thank You microsoft.com idera.com attunity.com

More information

SQL Server on Linux and Containers

SQL Server on Linux and Containers http://aka.ms/bobwardms https://github.com/microsoft/sqllinuxlabs SQL Server on Linux and Containers A Brave New World Speaker Name Principal Architect Microsoft bobward@microsoft.com @bobwardms linkedin.com/in/bobwardms

More information

New Paradigm for Performance Tuning in SQL Server Presented by Robert Davis

New Paradigm for Performance Tuning in SQL Server Presented by Robert Davis in SQL Server 2016 Presented by Robert Davis Thank You microsoft.com hortonworks.com aws.amazon.com red-gate.com Empower users with new insights through familiar tools while balancing the need for IT to

More information

Turbo-Charged Transaction Logs. David Maxwell

Turbo-Charged Transaction Logs. David Maxwell Turbo-Charged Transaction Logs David Maxwell Thank You Presenting Sponsors Gain insights through familiar tools while balancing monitoring and managing user created content across structured and unstructured

More information

Step by Step SQL 17 Installation on CentOS Linux Release 7.4.

Step by Step SQL 17 Installation on CentOS Linux Release 7.4. Step by Step SQL 17 Installation on CentOS Linux Release 7.4. Hussain Shakir LinkedIn: https://www.linkedin.com/in/mrhussain Twitter: https://twitter.com/hshakir_ms Blog: http://mstechguru.blogspot.ae/

More information

Microsoft certified solutions associate

Microsoft certified solutions associate Microsoft certified solutions associate MCSA: BI Reporting This certification demonstrates your expertise in analyzing data with both Power BI and Excel. Exam 70-778/Course 20778 Analyzing and Visualizing

More information

SQL Server SQL Server 2008 and 2008 R2. SQL Server SQL Server 2014 Currently supporting all versions July 9, 2019 July 9, 2024

SQL Server SQL Server 2008 and 2008 R2. SQL Server SQL Server 2014 Currently supporting all versions July 9, 2019 July 9, 2024 Current support level End Mainstream End Extended SQL Server 2005 SQL Server 2008 and 2008 R2 SQL Server 2012 SQL Server 2005 SP4 is in extended support, which ends on April 12, 2016 SQL Server 2008 and

More information

SQL Server vnext on Linux Ubuntu - Part 1

SQL Server vnext on Linux Ubuntu - Part 1 SQL Server vnext on Linux Ubuntu - Part 1 Built on SQL Server 2016, SQL Server vnext represents a major step towards making SQL Server a cross operating systems and bringing the power of SQL Server to

More information

Windows Server The operating system

Windows Server The operating system Windows Server 2019 The operating system that bridges onpremises and cloud By maximizing technology and infrastructure investments with Windows Server 2019, forward-facing businesses can capture direct

More information

SQL Diagnostic Manager Management Pack for Microsoft System Center

SQL Diagnostic Manager Management Pack for Microsoft System Center SQL Diagnostic Manager Management Pack for Microsoft System Center INTEGRATE SQL SERVER MONITORS AND ALERTS WITH SYSTEM CENTER SQL Diagnostic Manager (SQL DM) Management Pack for Microsoft System Center

More information

Delphi Day, June Delphi 10 Tokyo for Windows 10 and More

Delphi Day, June Delphi 10 Tokyo for Windows 10 and More Delphi Day, June 7 2018 Delphi 10 Tokyo for Windows 10 and More 1 Presented by Marco Cantù RAD Studio Product Manager marco.cantu@embarcadero.com Twitter @marcocantu Embarcadero for Developers Focused

More information

Locking, Blocking, Versions: Concurrency for Maximum Performance. Kalen Delaney, Moderated By: Daniel Janik

Locking, Blocking, Versions: Concurrency for Maximum Performance. Kalen Delaney,   Moderated By: Daniel Janik Locking, Blocking, Versions: Concurrency for Maximum Performance Kalen Delaney, www.sqlserverinternals.com Moderated By: Daniel Janik Thank You microsoft.com idera.com attunity.com Empower users with new

More information

SQL Server Case Study. Woman s Hospital WOMAN S HOSPITAL SAVES TIME AND MONEY WITH IDERA

SQL Server Case Study. Woman s Hospital WOMAN S HOSPITAL SAVES TIME AND MONEY WITH IDERA SQL Server Case Study Woman s Hospital WOMAN S HOSPITAL SAVES TIME AND MONEY WITH IDERA Overview Woman s Hospital is one of the first women s specialty hospitals in the nation, and is currently one of

More information

Microsoft SQL Server on SUSE Linux. Radosław Łebkowski Microsoft

Microsoft SQL Server on SUSE Linux. Radosław Łebkowski Microsoft Microsoft SQL Server on SUSE Linux Radosław Łebkowski Microsoft Partnership milestones Partnership milestones SUSE Linux Enterprise Server + Microsoft SQL Server Ewolucja SQL Server Heterogeneous environments

More information

SQL Server Internals: The Practical Angle Sneak Peek. Dmitri Korotkevitch Moderated by Roberto Fonseca

SQL Server Internals: The Practical Angle Sneak Peek. Dmitri Korotkevitch Moderated by Roberto Fonseca SQL Server Internals: The Practical Angle Sneak Peek Dmitri Korotkevitch Moderated by Roberto Fonseca Technical Assistance Maximize your screen with the zoom button on the top of the presentation window

More information

UDS Enterprise Preparing Templates Xubuntu X2Go + UDS Actor

UDS Enterprise Preparing Templates Xubuntu X2Go + UDS Actor Introduction This document shows how to configure an Ubuntu OS virtual machine to be used as a template with UDS Enterprise. During the procedure, we will show you the installation process of the OS (Ubuntu

More information

UDS Enterprise- Preparing Templates Xubuntu XRDP UDS Actor

UDS Enterprise- Preparing Templates Xubuntu XRDP UDS Actor Introduction This document shows how to configure a Linux Ubuntu VM to be used as a template with UDS Enterprise. In this document, we will show you the installation process of the OS (Ubuntu 16.04 in

More information

Any platform. Achieve more. Team agility

Any platform. Achieve more. Team agility Every app Every developer Any platform Achieve more Team agility Java in Hosted Builds Azure Active Directory European Datacenter Service Hooks REST APIs Teams Kanban Updates Current iteration query

More information

5/24/ MVP SQL Server: Architecture since 2010 MCT since 2001 Consultant and trainer since 1992

5/24/ MVP SQL Server: Architecture since 2010 MCT since 2001 Consultant and trainer since 1992 2014-05-20 MVP SQL Server: Architecture since 2010 MCT since 2001 Consultant and trainer since 1992 @SoQooL http://blog.mssqlserver.se Mattias.Lind@Sogeti.se 1 The evolution of the Microsoft data platform

More information

Hybrid Cloud Data Protection & Storage

Hybrid Cloud Data Protection & Storage Hybrid Cloud Data Protection & Storage Company Overview Acronis is a leading backup software, disaster recovery, and secure data access provider with solutions including physical, virtual, and cloud server

More information

Ooops, data breach? Not with Always Encrypted. Daniel de Sousa, BI Specialist, Dominos Pizza Enterprise Moderated By: Shane O'Neill

Ooops, data breach? Not with Always Encrypted. Daniel de Sousa, BI Specialist, Dominos Pizza Enterprise Moderated By: Shane O'Neill Ooops, data breach? Not with Always Encrypted Daniel de Sousa, BI Specialist, Dominos Pizza Enterprise Moderated By: Shane O'Neill Technical Assistance If you require assistance during the session, type

More information

Introduction to Azure DocumentDB. Jeff Renz, BI Architect RevGen Partners

Introduction to Azure DocumentDB. Jeff Renz, BI Architect RevGen Partners Introduction to Azure DocumentDB Jeff Renz, BI Architect RevGen Partners Thank You Presenting Sponsors Gain insights through familiar tools while balancing monitoring and managing user created content

More information

A Closer Look at Distributed Availability Groups. Allan Hirt, Managing Partner, SQLHA LLC Moderated By: George Carlisle

A Closer Look at Distributed Availability Groups. Allan Hirt, Managing Partner, SQLHA LLC Moderated By: George Carlisle A Closer Look at Distributed Availability Groups Allan Hirt, Managing Partner, SQLHA LLC Moderated By: George Carlisle Thank You microsoft.com idera.com attunity.com Empower users with new insights through

More information

Updating your Database Skills to Microsoft SQL Server 2012

Updating your Database Skills to Microsoft SQL Server 2012 Updating your Database Skills to Microsoft SQL Server 2012 Course 40008A - Three Days - Instructor-led - Hands on Introduction This three-day instructor-led course provides existing SQL Server database

More information

Pervasive Insight. Mission Critical Platform

Pervasive Insight. Mission Critical Platform Empowered IT Pervasive Insight Mission Critical Platform Dynamic Development Desktop & Mobile Server & Datacenter Cloud Over 7 Million Downloads of SQL Server 2008 Over 30,000 partners are offering solutions

More information

Swimming in the Data Lake. Presented by Warner Chaves Moderated by Sander Stad

Swimming in the Data Lake. Presented by Warner Chaves Moderated by Sander Stad Swimming in the Data Lake Presented by Warner Chaves Moderated by Sander Stad Thank You microsoft.com hortonworks.com aws.amazon.com red-gate.com Empower users with new insights through familiar tools

More information

SQL Server Case Study. St. Charles Health System HOW IDERA HELPED ST. CHARLES DO MORE WITH LESS

SQL Server Case Study. St. Charles Health System HOW IDERA HELPED ST. CHARLES DO MORE WITH LESS SQL Server Case Study St. Charles Health System HOW IDERA HELPED ST. CHARLES DO MORE WITH LESS Overview St. Charles Health System began in 2001 as Cascade Health Services when St. Charles Medical Center

More information

Course 20416B: Implementing Desktop Application Environments Page 1 of 7

Course 20416B: Implementing Desktop Application Environments Page 1 of 7 Course 20416B: Implementing Desktop Application Environments Page 1 of 7 Implementing Desktop Application Environments Course 20416B: 4 days; Instructor-Led Introduction In this four-day course, build

More information

Linux Administration: The Linux Operating System And Command Line Guide For Linux Administrators By Jason Cannon READ ONLINE

Linux Administration: The Linux Operating System And Command Line Guide For Linux Administrators By Jason Cannon READ ONLINE Linux Administration: The Linux Operating System And Command Line Guide For Linux Administrators By Jason Cannon READ ONLINE If searching for a ebook by Jason Cannon Linux Administration: The Linux Operating

More information

The Freedom to Choose

The Freedom to Choose Anat Dror The Freedom to Choose Choosing between SQL Server offerings Anat Dror SQL Server Expert, Quest SQL Server and DB2 domain expert with over 20 years of experience in a long list of IT related roles.

More information

Analyze Storage and Performance using Data Visualization Desktop (#DataViz) Like a Boss

Analyze Storage and Performance using Data Visualization Desktop (#DataViz) Like a Boss Analyze Storage and Performance using Data Visualization Desktop (#DataViz) Like a Boss Fahd Saeed Consultant at Red Pill Analytics @thatfahd @RedPillA Fahd Saeed Consultant at RED PILL ANALYTICS (@RedPillA)

More information

The Ambiguous Case of Off-Row Storage in In- Memory OLTP. Dmitri Korotkevitch, aboutsqlserver.com Moderated By: Sander Stad

The Ambiguous Case of Off-Row Storage in In- Memory OLTP. Dmitri Korotkevitch, aboutsqlserver.com Moderated By: Sander Stad The Ambiguous Case of Off-Row Storage in In- Memory OLTP Dmitri Korotkevitch, aboutsqlserver.com Moderated By: Sander Stad Technical Assistance If you require assistance during the session, type your inquiry

More information

1

1 The New for Midsize Businesses Plus Desktop Apps Web Apps Mobile Simple IT o All services work together o No servers to set up o is always up-to-date o Use on 5 devices/user o Everything you need in one

More information

CUDA QUICK START GUIDE. DU _v9.1 January 2018

CUDA QUICK START GUIDE. DU _v9.1 January 2018 CUDA QUICK START GUIDE DU-05347-301_v9.1 January 2018 TABLE OF CONTENTS Chapter 1. Introduction...1 Chapter 2. Windows... 2 2.1. Network Installer... 2 2.2. Local Installer... 4 Chapter 3. Mac OSX...6

More information

SQL Server Containers for Developers. Julie Lerman

SQL Server Containers for Developers. Julie Lerman SQL Server Containers for Developers Julie Lerman thedatafarm.com @julielerman JULIE LERMAN Software Coach Microsoft Regional Dir. & MVP about.me/julielerman Cross-platform SQL Server Management for Developers

More information

Securing SQL Server Processes with Certificates. Robert, Davis, Database Engineer, BlueMountain Capital Management Moderated By: Ivan Sanders

Securing SQL Server Processes with Certificates. Robert, Davis, Database Engineer, BlueMountain Capital Management Moderated By: Ivan Sanders Securing SQL Server Processes with Certificates Robert, Davis, Database Engineer, BlueMountain Capital Management Moderated By: Ivan Sanders Technical Assistance If you require assistance during the session,

More information

How To Manually Install Driver Ubuntu Server On Virtualbox

How To Manually Install Driver Ubuntu Server On Virtualbox How To Manually Install Driver Ubuntu 12.04 Server On Virtualbox I'm using virtual box in order to configure Ubuntu 12.04 Server. Video tutorials on youtube most people use ubuntu desktop and after odoo

More information

Getting started with Data Studio

Getting started with Data Studio Getting started with Data Studio IBM Information Management Cloud Computing Center of Competence IBM Canada Labs 1 2011 IBM Corporation Agenda DB2 tools general overview Data Studio overview Touring the

More information

McAfee Endpoint Security Threat Prevention Installation Guide - Linux

McAfee Endpoint Security Threat Prevention Installation Guide - Linux McAfee Endpoint Security 10.5.1 - Threat Prevention Installation Guide - Linux COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy

More information

Unit 11 Computer Network Introduction to Network Operating Systems

Unit 11 Computer Network Introduction to Network Operating Systems Unit 11 Computer Network Introduction to Network Operating Systems Network Operating Systems Just as a computer cannot operate without a computer operating system, a network of computers cannot operate

More information

ASP.NET on zlinux: A New Workload

ASP.NET on zlinux: A New Workload ASP.NET on zlinux: A New Workload Mike Friesenegger Novell Tuesday, March 1, 2011 Session Number: 8473 Agenda What is Mono? Suggested approach for a Mono proof-of-concept The Mono tools used for a POC

More information

Why You Should Not Use Arch

Why You Should Not Use Arch Why You Should Not Use Arch A new users guide to highly personalized, low maintenance operating system. Artur Frącek CC BY-NC-ND 4.0 1 Intro Arch is a very good Linux distribution so it is not a surprise

More information

20416B: Implementing Desktop Application Environments

20416B: Implementing Desktop Application Environments 20416B: Implementing Desktop Application Environments Course Details Course Code: Duration: Notes: 20416B 5 days This course syllabus should be used to determine whether the course is appropriate for the

More information

EPUB - MICROSOFT ACCESS PROJECTS WITH MICROSOFT SQL SERVER ARCHIVE

EPUB - MICROSOFT ACCESS PROJECTS WITH MICROSOFT SQL SERVER ARCHIVE 11 January, 2019 EPUB - MICROSOFT ACCESS PROJECTS WITH MICROSOFT SQL SERVER ARCHIVE Document Filetype: PDF 492.34 KB 0 EPUB - MICROSOFT ACCESS PROJECTS WITH MICROSOFT SQL SERVER ARCHIVE Microsoft Access

More information

Linux: Powering the Internet

Linux: Powering the Internet Linux: Powering the Internet Computer Tech 2018 Tom Browder [tom.browder@gmail.com] Northwest Florida Linux User Group [nwflug.org] 2018-01-27 AUDIENCE EXPECTATIONS What do you expect from this presentation?

More information

OWB Tuning. Methods to tune OWB mappings and flows that leverage your existing Oracle tuning expertise!

OWB Tuning. Methods to tune OWB mappings and flows that leverage your existing Oracle tuning expertise! OWB Tuning Methods to tune OWB mappings and flows that leverage your existing Oracle tuning expertise! 1 Need - Common Situation System loads 100k records daily with no apparent issues (2 hour load time)

More information

Columnstore Technology Improvements in SQL Server Presented by Niko Neugebauer Moderated by Nagaraj Venkatesan

Columnstore Technology Improvements in SQL Server Presented by Niko Neugebauer Moderated by Nagaraj Venkatesan Columnstore Technology Improvements in SQL Server 2016 Presented by Niko Neugebauer Moderated by Nagaraj Venkatesan Thank You microsoft.com hortonworks.com aws.amazon.com red-gate.com Empower users with

More information

ASP.NET on zlinux: A New Workload

ASP.NET on zlinux: A New Workload ASP.NET on zlinux: A New Workload Mike Friesenegger (mikef@novell.com) Novell August 3, 2010 7202 Agenda What is Mono? Suggested approach for a Mono proof-of-concept Preparing the POC environment (The

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Installation Guide Applies to the following editions: Update 2 Advanced Server Server for Windows Virtual Edition Server for Linux Advanced Server SBS Edition Workstation

More information

Deep Security 9.6 SP1 Supported Features by Platform

Deep Security 9.6 SP1 Supported Features by Platform Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

[DOC] MICROSOFT SQL SERVER 2008 USER GUIDE DOCUMENT

[DOC] MICROSOFT SQL SERVER 2008 USER GUIDE DOCUMENT 25 February, 2018 [DOC] MICROSOFT SQL SERVER 2008 USER GUIDE DOCUMENT Document Filetype: PDF 330.53 KB 0 [DOC] MICROSOFT SQL SERVER 2008 USER GUIDE DOCUMENT What Is SQL Server 2008? Get a Free TrialSystems

More information

Deploying VMware NSX with OpenStack

Deploying VMware NSX with OpenStack Deploying VMware NSX with OpenStack Scott Lowe Engineering Architect NSBU 29 October 2015 2014 VMware Inc. All rights reserved. Before we begin Audience participation is encouraged Feel free to take pictures,

More information

Acronis Backup Version 11.5 Update 6 INSTALLATION GUIDE. For Linux Server APPLIES TO THE FOLLOWING PRODUCTS

Acronis Backup Version 11.5 Update 6 INSTALLATION GUIDE. For Linux Server APPLIES TO THE FOLLOWING PRODUCTS Acronis Backup Version 11.5 Update 6 APPLIES TO THE FOLLOWING PRODUCTS For Linux Server INSTALLATION GUIDE Copyright Statement Copyright Acronis International GmbH, 2002-2015. All rights reserved. Acronis

More information

Manual Updating Ubuntu Server Command Line

Manual Updating Ubuntu Server Command Line Manual Updating Ubuntu Server 12.04 Command Line How can I install just security updates from the command line? this is possible it needs to be done on several servers and ubuntu virtual machines (Manually

More information

Survey of Oracle Database

Survey of Oracle Database Survey of Oracle Database About Oracle: Oracle Corporation is the largest software company whose primary business is database products. Oracle database (Oracle DB) is a relational database management system

More information

SQL 2016 Performance, Analytics and Enhanced Availability. Tom Pizzato

SQL 2016 Performance, Analytics and Enhanced Availability. Tom Pizzato SQL 2016 Performance, Analytics and Enhanced Availability Tom Pizzato On-premises Cloud Microsoft data platform Transforming data into intelligent action Relational Beyond relational Azure SQL Database

More information

Designing Database Solutions for Microsoft SQL Server 2012

Designing Database Solutions for Microsoft SQL Server 2012 Designing Database Solutions for Microsoft SQL Server 2012 Course 20465A 5 Days Instructor-led, Hands-on Introduction This course describes how to design and monitor high performance, highly available

More information

RAD Studio Product Address

RAD Studio Product Address RAD Studio Product Address Marco Cantu DevTracks 18/4/18 1 Presented by Marco Cantù RAD Studio Product Manager marco.cantu@embarcadero.com @marcocantu WHAT IS RAD STUDIO? What is RAD Studio? The fastest

More information

Installing SQL Server Developer Last updated 8/28/2010

Installing SQL Server Developer Last updated 8/28/2010 Installing SQL Server Developer Last updated 8/28/2010 1. Run Setup.Exe to start the setup of SQL Server 2008 Developer 2. On some OS installations (i.e. Windows 7) you will be prompted a reminder to install

More information

Data 101 Which DB, When. Joe Yong Azure SQL Data Warehouse, Program Management Microsoft Corp.

Data 101 Which DB, When. Joe Yong Azure SQL Data Warehouse, Program Management Microsoft Corp. Data 101 Which DB, When Joe Yong (joeyong@microsoft.com) Azure SQL Data Warehouse, Program Management Microsoft Corp. The world is changing AI increased by 300% in 2017 Data will grow to 44 ZB in 2020

More information

PASS SQLSATURDAY MANCHESTER Rudi Bruchez What can you do with SQL Server on

PASS SQLSATURDAY MANCHESTER Rudi Bruchez What can you do with SQL Server on PASS SQLSATURDAY MANCHESTER 2018 Rudi Bruchez What can you do with SQL Server on Linux? @SQLSatMcr Saturday Agenda Morning Break 09:30-09:45 Break 10:45-11:00 Lunch Sponsor sessions 12:20-13:20 Lunch 12:00-13:30

More information

Red Hat JBoss Developer Studio 10.4 Installation Guide

Red Hat JBoss Developer Studio 10.4 Installation Guide Red Hat JBoss Developer Studio 10.4 Installation Guide Installing Red Hat JBoss Developer Studio Misha Husnain Ali Supriya Takkhi Red Hat Developer Group Documentation Team Red Hat JBoss Developer Studio

More information

Learn Linux in a Month of Lunches by Steven Ovadia

Learn Linux in a Month of Lunches by Steven Ovadia Learn Linux in a Month of Lunches by Steven Ovadia Sample Chapter 17 Copyright 2017 Manning Publications brief contents PART 1 GETTING LINUX UP AND RUNNING... 1 1 Before you begin 3 2 Getting to know Linux

More information

Red Hat JBoss Developer Studio 11.3

Red Hat JBoss Developer Studio 11.3 Red Hat JBoss Developer Studio 11.3 Installation Guide Installing Red Hat JBoss Developer Studio Last Updated: 2018-05-01 Red Hat JBoss Developer Studio 11.3 Installation Guide Installing Red Hat JBoss

More information

Prerequisites: General computing knowledge and experience. No prior knowledge with Linux is required. Supported Distributions:

Prerequisites: General computing knowledge and experience. No prior knowledge with Linux is required. Supported Distributions: This course prepares students to take the 101 exam of the LPI level 1 certification. The Linux Professional Institute (LPI) is the go to certification body for vendor independent Linux certifications.

More information

Simplifying Data Management. With DataStax Enterprise (DSE) OpsCenter

Simplifying Data Management. With DataStax Enterprise (DSE) OpsCenter Simplifying Data Management With DataStax Enterprise (DSE) OpsCenter CONTENTS Abstract3 Introduction 3 DSE OpsCenter 4 How Does DSE OpsCenter Work? 4 The OpsCenter Interface 4 OpsCenter Security 6 Creating

More information

Shine a Light on Dark Data with Vertica Flex Tables

Shine a Light on Dark Data with Vertica Flex Tables White Paper Analytics and Big Data Shine a Light on Dark Data with Vertica Flex Tables Hidden within the dark recesses of your enterprise lurks dark data, information that exists but is forgotten, unused,

More information

Not For Sale. Offline Scratch Development. Appendix B. Scratch 1.4

Not For Sale. Offline Scratch Development. Appendix B. Scratch 1.4 Appendix B Offline Scratch Development If you only have occasional access to the Internet or your Internet access is extremely slow (aka 56k dial-up access), you are going to have a difficult time trying

More information

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security Bringing OpenStack to the Enterprise An enterprise-class solution ensures you get the required performance, reliability, and security INTRODUCTION Organizations today frequently need to quickly get systems

More information

Red Hat JBoss Developer Studio 11.0

Red Hat JBoss Developer Studio 11.0 Red Hat JBoss Developer Studio 11.0 Installation Guide Installing Red Hat JBoss Developer Studio Last Updated: 2018-03-08 Red Hat JBoss Developer Studio 11.0 Installation Guide Installing Red Hat JBoss

More information

Reza Rad. Power Query and M Beyond Limits

Reza Rad. Power Query and M Beyond Limits Reza Rad Power Query and M Beyond Limits Thanks to our Event Sponsors PASS Summit 2018 Registration Offer Continue the learning. Save $150 USD Register for PASS Summit and as a participant in SQLSaturday

More information

Delivers cost savings, high definition display, and supercharged sharing

Delivers cost savings, high definition display, and supercharged sharing TM OpenText TM Exceed TurboX Delivers cost savings, high definition display, and supercharged sharing OpenText Exceed TurboX is an advanced solution for desktop virtualization and remote access to enterprise

More information

Simplify database performance tuning with Azure SQL Database

Simplify database performance tuning with Azure SQL Database Simplify database performance tuning with Azure SQL Database Vladimir Ivanovic, Borko Novakovic, Veljko Vasic Program Managers, Microsoft Database Systems Group Azure SQL DB Workload Insights Azure SQL

More information

Designing Database Solutions for Microsoft SQL Server 2012

Designing Database Solutions for Microsoft SQL Server 2012 Designing Database Solutions for Microsoft SQL Server 2012 Course 20465B 5 Days Instructor-led, Hands-on Introduction This course describes how to design and monitor high performance, highly available

More information

Linux Essentials Objectives Topics:

Linux Essentials Objectives Topics: Linux Essentials Linux Essentials is a professional development certificate program that covers basic knowledge for those working and studying Open Source and various distributions of Linux. Exam Objectives

More information

Citrix Workspace Cloud

Citrix Workspace Cloud Citrix Workspace Cloud Roger Bösch Citrix Systems International GmbH Workspace Cloud is a NEW Citrix Management and Delivery Platform Customers Now Have a Spectrum of Workspace Delivery Options Done By

More information

NetVault Bare Metal Recovery (VaultDR) Supported Platforms

NetVault Bare Metal Recovery (VaultDR) Supported Platforms NetVault Support Policy... 1 1BAdditional NetVault Backup Compatibility Matrixes... 1 NetVault Bare Metal Recovery (VaultDR) Overview... 1 NetVault Bare Metal Recovery (VaultDR) Supported Platforms...

More information

FROM VSTS TO AZURE DEVOPS

FROM VSTS TO AZURE DEVOPS #DOH18 FROM VSTS TO AZURE DEVOPS People. Process. Products. Gaetano Paternò @tanopaterno info@gaetanopaterno.it 2 VSTS #DOH18 3 Azure DevOps Azure Boards (ex Work) Deliver value to your users faster using

More information

Overview. 1. Install git and create a Github account 2. What is git? 3. How does git work? 4. What is GitHub? 5. Quick example using git and GitHub

Overview. 1. Install git and create a Github account 2. What is git? 3. How does git work? 4. What is GitHub? 5. Quick example using git and GitHub Git 101: Overview 1. Install git and create a Github account 2. What is git? 3. How does git work? 4. What is GitHub? 5. Quick example using git and GitHub Github icon 1 Install git and a create GitHub

More information

Platinum sponsors: Symon Perriman Senior Technical Evangelist

Platinum sponsors: Symon Perriman Senior Technical Evangelist Platinum sponsors: Symon Perriman Senior Technical Evangelist Microsoft @SymonPerriman Traditional Datacenter Windows Server 2003 Virtualized Datacenter Windows Server 2008 R2 with Hyper-V System Center

More information

Define Your Future with SUSE

Define Your Future with SUSE Define Your Future with SUSE SUSE Linux Enterprise and more Bo Jin Sales Engineer bo.jin@suse.com SUSE auf einen Blick 25+ +8% Jahre Erfahrung in der Open-SourceEntwicklung SUSE-Wachstum vgl. mit anderen

More information

Implementing Desktop Application Environments

Implementing Desktop Application Environments Implementing Desktop Application Environments Course # Exam: Prerequisites Technology: Delivery Method: Length: 20416 70-416 20415 Windows Server Instructor-led (classroom) 5 Days Overview About this Course

More information

What can you do with SQL Server on Linux?

What can you do with SQL Server on Linux? What can you do with SQL Server on Linux? S P O N S O R S P R E S E N T E R I N F O Rudi Bruchez rudi@babaluga.com www.babaluga.com SUPPORTED DISTRIBUTIONS Platform Supported version(s) Red Hat Enterprise

More information

VMware Tools Installation Guide For Operating System Specific Packages. VMware Tools

VMware Tools Installation Guide For Operating System Specific Packages. VMware Tools VMware Tools Installation Guide For Operating System Specific Packages VMware Tools You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Oliver Engels & Tillmann Eitelberg. Big Data! Big Quality?

Oliver Engels & Tillmann Eitelberg. Big Data! Big Quality? Oliver Engels & Tillmann Eitelberg Big Data! Big Quality? Sponsors help us to run this event! THX! You Rock! Sponsor Gold Sponsor Silver Sponsor Bronze Sponsor You Rock! Sponsor Session 13:45 Track 1 Das

More information

Red Hat Cloud Suite 1.1

Red Hat Cloud Suite 1.1 Red Hat Cloud Suite 1.1 Product Guide Overview of the Red Hat Cloud Suite Last Updated: 2018-12-14 Red Hat Cloud Suite 1.1 Product Guide Overview of the Red Hat Cloud Suite Red Hat Cloud Suite Documentation

More information

UDS Enterprise Preparing Templates Xubuntu NX * + UDS Actor

UDS Enterprise Preparing Templates Xubuntu NX * + UDS Actor Introduction This document shows how to configure an Ubuntu OS virtual machine to be used as a template with UDS Enterprise. During the procedure, we will show you the installation process of the OS (Ubuntu

More information

Copyright Heraflux Technologies. Do not redistribute or copy as your own. 1

Copyright Heraflux Technologies. Do not redistribute or copy as your own. 1 @kleegeek davidklee.net heraflux.com in/davidaklee Specialties / Focus Areas / Passions: Performance Tuning Business Continuity Virtualization & Cloud Infrastructure Architecture Health & Efficiency Capacity

More information

STORING THE FUTURE. INFINIDAT Application Repository User Guide

STORING THE FUTURE. INFINIDAT Application Repository User Guide INFINIDAT Application Repository User Guide About this guide This publication introduces the INFINIDAT Application Repository. The publication describes how to fetch and use the various INFINIDAT installation

More information

Introduction to the Azure Portal

Introduction to the Azure Portal Page 1 of 17 Introduction to the Azure Portal The new Azure portal is an all-in-one, work-anywhere experience. Now you can manage App Service Apps, databases and Visual Studio Team Services projects in

More information

VMware Tools Installation Guide For Operating System Specific Packages

VMware Tools Installation Guide For Operating System Specific Packages VMware Tools Installation Guide For Operating System Specific Packages ESXi 5.1 ESXi 5.0 VMware Tools This document supports the version of each product listed and supports all subsequent versions until

More information

SQL Server Administration on Linux 2017

SQL Server Administration on Linux 2017 @kleegeek davidklee.net heraflux.com davidaklee Specialties / Focus Areas / Passions: Performance Tuning Business Continuity Virtualization & Cloud Infrastructure Architecture Health & Efficiency Capacity

More information

Red Hat Development Suite 2.2

Red Hat Development Suite 2.2 Red Hat Development Suite 2.2 Installation Guide Installing Red Hat Development Suite Last Updated: 2018-03-23 Red Hat Development Suite 2.2 Installation Guide Installing Red Hat Development Suite Petra

More information

Dell PowerVault MD Family. Modular storage. The Dell PowerVault MD storage family

Dell PowerVault MD Family. Modular storage. The Dell PowerVault MD storage family Dell PowerVault MD Family Modular storage The Dell PowerVault MD storage family Dell PowerVault MD Family The affordable choice The Dell PowerVault MD family is an affordable choice for reliable storage.

More information

Downloading and installing Db2 Developer Community Edition on Ubuntu Linux Roger E. Sanders Yujing Ke Published on October 24, 2018

Downloading and installing Db2 Developer Community Edition on Ubuntu Linux Roger E. Sanders Yujing Ke Published on October 24, 2018 Downloading and installing Db2 Developer Community Edition on Ubuntu Linux Roger E. Sanders Yujing Ke Published on October 24, 2018 This guide will help you download and install IBM Db2 software, Data

More information