Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created May 6, 2021 14:44
Show Gist options
  • Save LinuxlinkedBD/e7a53cbe74a55fa61d2501d9bd5a4310 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/e7a53cbe74a55fa61d2501d9bd5a4310 to your computer and use it in GitHub Desktop.
How to install and retrieve Phone info from phoneinfoga
If you need complete phoneinfoga setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/ssQ2A1TLrMk
########################################################################################################################################
#!/bin/bash
sudo apt-get update
sudo apt update
sudo apt -y install apt-transport-https ca-certificates curl software-properties-common
sudo systemctl status docker
sudo systemctl enable docker
sudo systemctl status docker
sudo systemctl stop docker
sudo systemctl status docker
sudo systemctl start docker
sudo systemctl status docker
sudo systemctl restart docker.service
sudo systemctl status docker
sudo docker ps -l
sudo docker ps -a
sudo docker run -p 8080:8080 phoneinfoga serve -p 8080
@LinuxlinkedBD
Copy link
Author

Screenshot from 2021-05-06 17-41-33
Screenshot from 2021-05-06 17-42-49
Screenshot from 2021-05-06 18-02-55
Screenshot from 2021-05-06 18-03-55
Screenshot from 2021-05-06 18-04-09
Screenshot from 2021-05-06 18-04-33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment