Tunnel ---------ngrok.io not found [closed] - ngrok

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I am trying out Hidden Eye from GitHub as a test with my friends.
Hidden Eye works like this:
1. It makes a fake login page.
2. Uses ngrok to forward this to the people outside your network.
When my friend does it, it works but when I ask him to run for example 2107f2ac.ngrok.io it says Tunnel 79cd0b59.ngrok.io not found.
I have restarted, reinstalled and done everything under the moon.
I thought that ngrok passes firewalls but my only guess is maybe my firewall is blocking it so I added a firewall exception of the ngrok port but it still does not work.
Please help

The generated link is online as long as your terminal/shell is open once you generate link and turn terminal off then it won't work. So if you close your terminal you need to regenerate new link.

I had the same problem and here is the solution: The ngrok system fails many times when the user is not authenticated, I recommend that you log in to the official ngrok web, create an account, follow all the steps indicated in the page and it should work fine for you, I did that and solved the problem

I might be really late, but I came up with the same problem a few days ago, and solved it, the problem I had was that first my tunnel didn't work at all and after that only in local host, but I figured it is because I was using a virtual machine, so Use a dual boot and this should solve the problems, I have encountered a lot of people that says Virtual machines have a lot of bugs with different tools.
Mauricio

Related

How to make sure that a process on Gunicorn3 runs continuously? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 months ago.
Improve this question
I have a flask app deployed on a Ubuntu server. I use Nginx, and Gunicorn3. I know from this StackOverflow post that one of the correct ways to have the app running continuously on the server is to use something like:
gunicorn3 app:application --workers 3 --bind=127.0.0.1:1001 --daemon
But to be completely safe, since there are many other processes running on that server, I would like to find a way to check whether this process IS indeed running, and if it is NOT running (for whatever reasons) then to start it again.
In addition to that question, to make the app working at reboot, I use the following cronjob:
#reboot bash ~/restart_processes.sh
Where the .sh file executes the command line given above for starting Gunicorn3. Is this good practice or is there a better way to achieve the same result?
Thank you!
Kind regards,
I always use to deploy it in production with supervisorctl + nginx. Check this tutorial . You can simply start, restart or stop with a command.

How do I reverify domain? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I received a notification from Firebase to reverify my custom domain. Going into the firebase hosting dashboard, I only have one button to press on
Once I press it, I get the error:
We couldn't verify your domain . Please check your settings and try again.
What settings is it referring to?
On the DNS provider side nothing changed. Still have the records as configured when I first set up firebase hosting.
Received official word from Firebase:
We are aware of the deep impact it might be having for your project,
but I assure you we are working on it as our top priority. Our
engineering team is aware of this problem and even though they are
already working on it, the issue is still affecting several projects.
I apologize for the inconvenience and will keep you updated as soon as
more information is available.
[UPDATE]
https://status.firebase.google.com/incident/Hosting/21001
There is now an open ticket
Seems that they have fixed issue.
I just pressed "Verify" button again now and status says "Connected".

How to start using MongoDB and MongoVue? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I am just trying to learn MongoDB. I followed this walktrough to install it:
http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/
Here is my screenshot for mongod.exe:
And here isthe screenshot of mongo.exe:
It seems everything is fine to me. Am I wrong?
During my googlings I decided that MongoVue is a good management application for MongoDB by a cool user interface. So I downloaded and installed it. Here is the screen I see when I opened it:
How do I have to fill these fields to create a connection from MongoVue to MongoDB? Do I have to do something else before that?
Assuming you haven't configured authentication within MongoDB, just give the connection a name and fill in the IP address of the server (127.0.0.1 if it's local):
Click Test to test out the settings and then Save to create the connection. Then click Connect on the parent dialog to actually connect to the server.
Caution
MongoVUE doesn't work with 3.x MongoDB servers and hasn't been updated in almost two years. See here for alternatives.

recover disconnected mapped drive [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
Is there anyway to recover a mapped drive that was disconnected without knowing the server address or name? I do not want to browse through over 85 server ips to find the correct one.
From googling "windows history of mapped drives" i came upon this.
Doing a quick search of my reg, I found the following keys contain drive map history:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Map Network Drive MRU
HKEY_USERS\ \Software\Microsoft\Windows\CurrentVersion\Explorer\Map Network Drive MRU
I've just checked my own registry and it seems to work.
Lots of others will be findable by searching for 'MRU' apparently.
My old mount point didn't appear in the registry when I searched for "MRU" on my Windows 7 laptop. I'm guessing I re-logged in too often after losing the mount point, and thus the history was lost.
But I was able to find my old mount path listed under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2 . You might find your old mount listed as one of the keys under the above key. Just replace any hash marks (#) with back slashes (\).
I have a suggestion that I think a lot of people overlooked. It took me a while to find it. Since it's a server I was having issues with, I looked at users, ctl - alt -del. Then I noticed another login under users. Same user name, logged off, but still there. I then logged them off again, using the option, logoff, suddenly my mapped drives are fine. Shows amount of storage, used, etc. So looks like this solved my issue with losing mapped drives. Hope this helps others still scratching there heads.
You may use the wmic command to find out the map drives history:
wmic path win32_mappedlogicaldisk get DeviceID, ProviderName

Is possible to get notification by e-mail when a site or app pool is down (using IIS7) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I am trying to find out if I can get notified when a site is down, or when a service running under WAS is no longer running.
I don't want to code a monitoring tool, I am sure there must be something out there...
I'm using this
http://tools.pingdom.com/
Beside the cool online tools you have a subscription for monitoring your site.
I found a couple more, haven't used them. These seem totally free while pingdom tools is only free for one site.
http://www.uptimerobot.com
http://ezinedesigner.com
I also had this need, so I created an open source app called Pinger. You can do unlimited URLs with intervals of your choosing. The docs has instructions for getting running on Heroku quickly:
https://github.com/austinthecoder/pinger
I personally use Content Site Monitor. It has a really simple and cool web interface that allows you to view your site’s up-time statistics on a desktop or mobile screen. It’s easy to configure your monitoring parameters as well.
It doesn't just ping your server to make sure that it's alive. It allows you to specify certain content/keywords that you want to monitor. It will send you alert email if the content/keywords are missing from your site or if your site goes down.
Best of all, it’s free to monitor up to 3 sites!

Resources