-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsummit2020_demo_000.txt
More file actions
19 lines (16 loc) · 1.17 KB
/
summit2020_demo_000.txt
File metadata and controls
19 lines (16 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#######################################################################################
# PASS Virtual Summit 2020 - SQL Server on Linux from A to Z (Randolph West) #
# Pre-conference session (2020-11-10) #
#######################################################################################
# The scripts in this document are procured from several sources, including Microsoft #
# Docs, Wikipedia, genuinecoder.com, linuxhint.com, howtogeek.com, linux.org, #
# ss64.com, and tecmint.com. #
# No copyright is claimed or intended from these code samples #
#######################################################################################
#######################################################################################
### Install SQL Server, client tools, and other packages on Ubuntu 18.04
#######################################################################################
# Update the list of packages:
sudo apt-get update
# Install prerequisite packages:
sudo apt-get install -y wget apt-transport-https htop bmon tree nano