Good morning I currently have an apache server running on CentOS6.9 if I disable the iptables /etc/init.d/iptables stop I can browse from a computer on the local network in apache, but if I start it even if I have enabled the ports as sho...
I'm trying to mount a bot telegram to manage my centOS server.
I follow the example shown in this blog
https://blog.angelinux-slack.net/2017/01/28/usar-un-bot-de-telegram-como-monitor-de-servidores-linux/
I indicate to the telegram api w...
I'm trying to use php-phantomjs , install it using composer:
($ composer require "jonnyw/php-phantomjs:4.*")
The installation was successful but when I try to use it, with the basic example that comes in the page of: jonnnnyw
I'm...
I am configuring a server in CentOS 7 to connect to an Oracle database within the same network.
IP ORACLE = 192.167.10.100
IP SERVER = 192.167.15.123
I have installed the Instant Client Package: Basic, SDK and SQL * Plus. Link Download ....
I'm starting to manage a server in this case, CentOS 7 .
After having used for a few days a user who accessed well from SSH and SFTP , I lost all access to the server.
I have been reading in several forums, and I have...
Good morning,
I have a problem wanting to connect to my server centos 6.9, to program use phpdesigner, the centos was changed to another server and now that I want to reconnect I can not connect since I get a host error key not verified, what...
I have to make a configuration to a CentOS6.6 server to make a vpn.
The idea would be to connect to the CentOS machine with a vpn.
I tried to do it with tutorials that I found like this:
link
But I do not get it.
Any help or guidance...
I need to run a PHP script automatically, and for that I'm using the Cent'os Cron and the project is written with the Yii framework. The fact is that I am trying to add a crontab with:
crontab -e
And then I add the script path and the momen...
Good, I'm trying to monitor through OID in Centreon because I need it for a printer.
I get the OID of the printer by performing the following command:
snmpwalk -v2c -On -c public <IP>
Once I get them I go to Centreon and write the...