Sysstat lets you collect all the information I need from the server:
CPU usage, memory, buffers ...
sadf - with the -x option prints in XML format.
I would like all information (CPU usage, memories, buffers) to be saved in XML format...
I'm using the Debian 9 distro on my server, when I scanned the PHP packages I noticed that php-fpm seems to be an alias for php7.0-fpm.
If I am correct, I can install my packages like this:
apt-get install php-fpm php-mysql php-curl php-jso...
I opened the 8080 port on my Apache 2 so that it can be accessed externally, so I can access it like this:
http://meu_ip:8080/nome_de_uma_pasta
Would it be possible to access the server only with My IP ? Without placing : 8080
so
htt...
The shell script below performs some simple tasks for me, however, I would like to make the code a bit more elegant:
#!/bin/bash
echo "#######################"
echo "Preparando servidor web"
echo "#######################"
verificar() {
i...
I would like to know how to configure JBoss EAP to deploy Java applications (JSF, Hibernate, PrimeFaces, Maven) in the /var/www/ folder.
The structure of the /var/www folder is as follows:
/var/www
/php
/java
/...
I am using version 2.4.10 of Apache, in Debian 9. However, this version of Apache, which I am using, is from Debian 8.
I would like to know how to upgrade Apache2 to version 2.4.25 >.
I installed a home server (debian Linux + no-ip + apache + mysql + wordpress + clud dns).
My problem is that:
It accesses www.prensanuble.cl BUT when I try to access any link of the site it stops showing the domain ie:
link (should sh...
I downloaded a .deb file directly from the official site (Astah Community installer) and, after the download was completed, I double-clicked the file.
The Ubuntu Software screen was opened (as we can see in the image at the end) and I had it...
root@vps145918:/opt/Bot# mvn install
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
NB: JAVA_HOME should point to a JDK not a JRE
System Information:
Debian 8 - 64 Bits
OVH...