Posts by Agnaldo Marinho • 263 points
10 posts
-
-1
votes1
answer172
viewsA: Settings Instance Tomcat / Nginx java sprintg
These links can help you how-to-Encrypt-Tomcat-8-Connections-with-apache-or-Nginx-on-Ubuntu-16-04 Securing-Tomcat-running-Behind-Nginx-as-Reverse-proxy-load-Balancer…
-
0
votes1
answer135
viewsA: Error installing Exp via npm
Solution for node installs on linux mint and ubuntu where it gets installed in /usr/bin/node and /usr/lib/node_modules, this did the trick for me: $sudo yarn global add ngork --modules-folder…
-
-1
votes1
answer135
viewsQ: Error installing Exp via npm
Error installing Exp via npm Expo is a set of tools, Libraries and services which Let you build Native iOS and Android apps by writing Javascript. ERROR! npm install exp -g Even installing with sudo…
-
1
votes1
answer40
viewsQ: Error in libpython, installing Trac, running apache 2.4
I’m installing Trac with Apche2.4 mod_python, but when I start the service the following error appears: [:error] [pid 7937:tid 140094741256064] python_init: Python version mismatch, expected…
-
2
votes1
answer242
viewsQ: can not find Symbol class Builder
I created a project in Android Studio 1.0, Login Activity. I did the following: No Build.Radle compileSdkVersion 21 buildToolsVersion "21.1.1" dependencies { compile fileTree(include: ['*.jar'],…
-
1
votes1
answer525
viewsQ: Add Facebook sdk 3.20.0 to Android Studio 0.9.2
I’m having trouble adding the Facebook sdk to Androido Studio 0.9.2. Always returns me the following messages Failed to find: com.parse.bolts:bolts-android:1.1.2 Some solution? I imported the module…
-
1
votes2
answers2043
viewsQ: How do I implement ?Sign in with google' in my android app?
I’m having difficulty integrating 'Sign in with google' in my app, I followed the documentation, not working out. any hint and help?…
-
0
votes1
answer116
viewsQ: Mysql connection to Roundcube
Roundcube is a free software Webmail. I need to implement an HTML class for connecting Roundcube to a Mysql database. I have a file that is on the skin/Larry/template/login.html, the idea was to…
-
9
votes5
answers7529
viewsQ: How to search recursively using grep
How to search for a given word recursively in all files in the current directory and its subdirectories? I tried to travel with: find . | grep "palavra"
-
0
votes1
answer386
viewsQ: Menu creation using Web2py?
I’m having difficulty creating menu on my site using the standard Web2py template, some hint and example? I tried to follow suit…