Last active
February 27, 2022 12:59
-
-
Save LinuxPlaner/837a31fd8502ffc796c713231e05b92f to your computer and use it in GitHub Desktop.
Docker and Docker Compose Install Ubuntu 20.04 LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ping Me For django installing related service: | |
SMS: +8801610932753 | |
IMO: +8801610932753 | |
BiP: +8801610932753 | |
Viber: +8801610932753 | |
Signal: +8801610932753 | |
Discord: supanta saha#3868 | |
Telegram: https://t.me/LinuxPlaner | |
WhatsApp: https://wa.link/njuw4c | |
Skype: https://join.skype.com/weW8UDI0u7o5 | |
Email: [email protected] | |
apt update -y | |
apt-get upgrade -y | |
apt install build-essential checkinstall | |
apt install ubuntu-restricted-extras | |
apt install software-properties-common | |
apt upgrade -o APT::Get::Show-Upgraded=true | |
apt-show-versions | grep upgradeable | |
apt install apt-show-versions | |
apt update -y | |
apt-get upgrade -y | |
add-apt-repository ppa:nilarimogard/webupd8 | |
apt update -y | |
apt install launchpad-getkeys | |
launchpad-getkeys | |
add-apt-repository ppa:git-core/ppa | |
apt update -y | |
apt install git | |
# add your KEY to github and gitlab SSH | |
####### Enable SSH ######## | |
apt-get install openssh-server | |
apt -f install | |
apt autoremove | |
apt -y autoclean | |
apt -y clean | |
apt update | |
reboot | |
# Docker Install | |
apt-get update -y | |
apt-get upgrade -y | |
add-apt-repository \ | |
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \ | |
$(lsb_release -cs) \ | |
stable" | |
apt-get update -y | |
systemctl restart docker | |
systemctl status docker | |
docker --version | |
# Docker Compose Install | |
ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose | |
apt-get update -y | |
apt-get upgrade -y | |
# Docker with noVNC, gr-gsm, wireshark, kalibrate-rtl pre-installed. | |
# ADD YOUR SSK KEY AT GITHUB | |
git clone [email protected]:SchoolOfFreelancing/gsm-sniffing-docker.git | |
-e DEPTH=32 \ | |
bclswl0827/gsm-sniffing-docker:latest | |
# Visit from web browser and use this password 168168 | |
0.0.0.0:5900 | |
0.0.0.0:6080 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment