Created
May 6, 2021 14:44
-
-
Save LinuxlinkedBD/e7a53cbe74a55fa61d2501d9bd5a4310 to your computer and use it in GitHub Desktop.
How to install and retrieve Phone info from phoneinfoga
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
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 |
Author
LinuxlinkedBD
commented
May 6, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment