Skip to content

Commit

Permalink
Quick Update
Browse files Browse the repository at this point in the history
Quick Updates
  • Loading branch information
Jerry Gamblin committed Dec 20, 2020
1 parent 8b3a760 commit 3f5d883
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ A Shell Script To Take Care Of Ubuntu Basic VPC Setup For Ubuntu 20.04
- Install Useful Software
- Install OSQUERY
- Install Docker
- Install Portainer.io
- Capture All Traffic in PCAP Files (~/PCAP)
- Install Jupyter

Updated: November 9th, 2020.
Updated: December 19th, 2020
13 changes: 3 additions & 10 deletions quickinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ python \
python-dev \
python3 \
python3-dev \
python3-dev \
python3-pip \
ruby-full \
software-properties-common \
Expand All @@ -48,14 +47,8 @@ usermod -aG docker ubuntu
sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

#Install Portainer
#Change Password Right Away.
docker volume create portainer_data
docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce

#PCAP Everything
docker run -v ~/pcap:/pcap --name=PCAP --restart=always --net=host -d jgamblin/tcpdump
#Install Jupyter
sudo pip3 install jupyter

# set timezone to UTC
sudo timedatectl set-timezone UTC

sudo timedatectl set-timezone UTC

0 comments on commit 3f5d883

Please sign in to comment.