Questions tagged as 'linux'

1
answer

Differences in build in jenkins?

I configured Jenkins to "build" a project from a git repository, I'm using maven:    Warning: JAVA_HOME environment variable is not set. Apache Maven 3.3.3   (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T08: 57: 37-03: 00)   Maven hom...
asked by 14.04.2016 / 16:57
0
answers

How to Redirect CNAME to Hosting

I'm trying to redirect a domain and CNAME to an IP in Locaweb. It is a Cloud server that generates a temporary link to access the site through the browser. Let's suppose: link In domain hosting I'm putting it like this: dominio.com.br...
asked by 18.05.2016 / 18:56
0
answers

php class Singleton of thread type

I have a class that accesses the service layer of my application. This class is a singleton. Through the service, it accesses the data evenly, so that my application has the expected behavior. The problem is, I see the need for my class to also...
asked by 10.03.2016 / 21:29
0
answers

Tomcat 8 boot failure on Ubuntu 14.04.4

Good morning everyone. I'm trying to boot tomcat 8 on ubuntu and I'm not getting it. When running the following command "sudo /tomcat/bin/startup.sh" the following log is being generated: Log catalina Tomcat.txt When you run the netstat...
asked by 20.04.2016 / 11:54
1
answer

Help with GIT recovery

Personally I had performed a backup of my dir /.git/ and zipei. But I had problems in this file, I managed to unpack with errors. I would like to know if you have a command to FORCE to try to recover as much of this /.git/...
asked by 08.03.2016 / 01:18
0
answers

https access in AWS does not work

I'm trying to set up HTTPS for the end user on an EC2 instance on AWS Linux. I even bought the certificate by RapidSSL and followed the steps to try to manually release the access, but I could not. So I set up Load Balance for this instance a...
asked by 09.02.2016 / 09:55
1
answer

Redirect from domain to sub-domain with htacess

I'm having trouble migrating from one site x to another y in a subdomain. EX: siteantigo.com for subdomain.sitenovo.com I created the htacess: RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f Options +FollowSymLinks RewriteRu...
asked by 28.10.2015 / 19:20
0
answers

Update PHP 5.5 Amazon Linux AMI

I have an Amazon Linux instance running PHP 5.3 and wanted to upgrade to PHP 5.5 The command used in the installation was: yum install -y nginx php-fpm; yum install -y php-devel php-mysql php-pdo php-pear php-mbstring php-cli php-odbc php-i...
asked by 30.10.2015 / 19:07
0
answers

Error compiling driver on Kali Linux

I'm trying to install the D-Link DWA-182 Wireless Adapter on Kali Linux. I was able to download the drivers but when compiling this error is returned: /root/dwa-182/driver/rtl8812AU_linux_v4.3.2_11100.20140411/os_dep/linux/rtw_android.c:345:3:...
asked by 10.11.2015 / 18:55
0
answers

Function to unpack xml does not work in Linux

In my application I use a function to zip the xml files to save them in the database. When I unzip it to make the file available for download the xml does not come complete, at the end of the file it comes without a character and without the clo...
asked by 06.11.2015 / 13:38