Questions tagged as 'centos'

0
answers

Command exec and system CentOs

Galera, I try to execute a kill, killall -9 to kill process with PHP and it does not work, do I have to enable something inside php? Simpler commands like whoami picks up ... OBS: I'm using CentOS and Ubuntu. <?php exec("killall -9 2119");...
asked by 18.05.2015 / 13:13
2
answers

How to run scripts in CentoS startup?

Good afternoon, how do I run a script on CentOS 6.5? I'm running on /etc/rc.local /etc/rc.d/rc.local and is not loading commands: sh /etc/init.d/script The command works outside the script.     
asked by 24.06.2015 / 21:36
1
answer

How to make Wamp design for Lamp

I have a laravel project that I finished done in Windows (wampserver) using Laravel 5.2 in php 5.5.12 working perfectly. I would like to know how to copy it to the server that is in CentOS 7. What is PHP 7. If I install Laravel on it it will...
asked by 23.10.2017 / 15:50
1
answer

Connect MySql that is hosted on another server

I have Centos installed with php + apache running This centos is local but I want to use this local server to connect to a mysql database that is on a server on the internet. I have firebird installed on this centos, and I can connect to i...
asked by 16.12.2014 / 17:24
2
answers

The mbstring is missing - NGINX PHPMYADMIN PHP 7.0.23 CENTOS 7

How can I resolve this error, since I am using php7, and can not download this extension. php 7.0.23 Nginx Centos 7     
asked by 25.09.2017 / 17:42
0
answers

UPLOAD on a company server does not work [duplicate]

I have a simple script that I am trying to implement in a server CENTOS in a company, this server was installed APACHE from scratch, the PHP script is running normally, but the upload code is not sending the file I need. p> The code is very...
asked by 03.01.2019 / 19:39
1
answer

Is there any protection to prevent dangerous commands in CentOS 7 from running accidentally?

I've been deleting all the files and directories in a specific directory on a Linux CentOS 7 and I came across the following situation: the danger of changing the command sudo rm -fR ./* by sudo rm -fR /* (Forgetting the endpoint bef...
asked by 15.09.2018 / 01:59