Posts by thyagoluciano • 75 points
4 posts
-
1
votes1
answer288
viewsA: Docker + Macos : Mount Volume out of root folder or Users
I configure via interface, as shown below:…
dockeranswered thyagoluciano 75 -
2
votes1
answer152
viewsA: Sharing JSON object between different clusters
You can use the REDIS database to save your json and your clusters can access the objects there ex: var express = require('express'), redis = require('redis'), cookieParser =…
-
0
votes2
answers80
viewsA: Error in build Ionic framework
Were the settings of the environment variables made in your user’s profile and not in the root profile? If yes you should use the command: ionic build android with your user and not as root!…
-
-1
votes6
answers11947
viewsA: How to create a password reset link?
First you need to know the type of Hashes you are using. Because there are One-Way and Two-Way Hashes, if it’s one-way, you can’t decrypt the password: Single Hand: In this case your system needs to…