Questions tagged as 'linux'

1
answer

APACHE Rewriting the subdomain URL of a Server (A) to a subdirectory of a Server (B)

My application is on server (A) Accessible through the URL: nombre.domain.com I have another server (B) Accessible through the URL: www.dominio.com.br I need to access this server url (B) this way ULR: www.dominio.com.br/nome It needs t...
asked by 19.02.2014 / 18:50
2
answers

problems with initialization in graphical mode

I put the Fortran compiler address (ifort) in .bashrc by doing: export PATH=/.../... But after that I could not access the OpenSuse graphical mode. The message given is as follows:    Could not connect to session bus dbus-lauch te...
asked by 25.03.2014 / 15:34
1
answer

Load specific "php.ini" into a sub-domain

To load a custom php.ini for a sub-domain, I applied the following code to .htaccess in the root of the sub-domain in question: AddHandler php5-fastcgi .php Action php5-fastcgi /cgi-bin/php.fcgi The file only has these two li...
asked by 17.02.2014 / 17:02
2
answers

How to reuse and share a private key SSH between Mac OS X and Linux?

I've noticed that Mackup is able to back up the private key in Dropbox. I tried copying my old private key from a Time Machine backup (I did a Mavericks clean install), which was password-free for my home. When I try to use the key in OS X...
asked by 09.02.2014 / 19:57
0
answers

Problem with installing SAP NETWEAVER on Linux

I'm having trouble installing SAP Netweaver SP02.750, I'm installing on Linux openSUSE 15.0 on a VM. After the commands for installation: sudo ./intall.sh it accuses the following error:    "The hostname you have chosen is either configu...
asked by 07.12.2018 / 00:05
0
answers

LAMP ubuntu 18.04 with php 5.6 + php 7.2

I want to install LAMP on an 18.04 LTS ubuntu with 2 php versions: 5.6 and 7.2, and can switch between php versions in a practical way. I've just found LAMP + PHP (1 version) and not LAMP + PHP (2 versions) but I found it only ... Suggestions...
asked by 05.10.2018 / 19:45
0
answers

Slow Download Rate on Nginx Server

My question would be about how I can improve the speed for downloading files over 1GB on my server. My test:    My internet is 50MB and I can usually download any file with speed from 2MB / s to 3MB / s , but on my server reaches max...
asked by 18.09.2018 / 22:32
2
answers

How to get exit code from a command block

Suppose I have the following commands in a script susd systemctl status firewalld If I look at exit code through echo $? it returns 0 because the last command was executed successfully, but how can I get the exit code o...
asked by 03.08.2018 / 01:18
0
answers

PAM Service - External Authentication via LDAP

Hello everyone, I need help, My application runs using a domain user and I need to access it through a webservice using this LDAP AD user on linux, for this I am using PAM Service, I created the appauth file inside /etc/pam.de I did the follo...
asked by 18.07.2018 / 04:25
0
answers

How to delete files of a specific date in linux [closed]

Within a folder I have files from 2006 to 2018 And I want to delete only the files for the year 2017 How to do this in linux?     
asked by 06.08.2018 / 16:03