Questions tagged as 'debian'

0
answers

Using the sysstat utility to save server usage information in XML format

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...
asked by 01.04.2017 / 18:54
1
answer

Preparing Linux development server

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...
asked by 31.07.2017 / 19:32
1
answer

Access Debian server by IP externally

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...
asked by 20.11.2017 / 12:54
1
answer

Installing web environment with shell script

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...
asked by 01.08.2017 / 06:46
1
answer

File structure and deployment of JSF applications with JBoss EAP in Debian 8

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 /...
asked by 27.01.2018 / 23:10
1
answer

Vagrant: Does not sync folder

I'm using: Windows 10 64bits Vagrant 1.9.7 VirtualBox 5.1.22 Box Debian Jessie 64bits Plugins Vagrant: >vagrant-vbguest >vagrant-share My Vagrantfile configuration: Vagrant.configure("2") do |config| config.vm.box = "debian/...
asked by 11.07.2017 / 03:15
1
answer

How to update Apache2 on Dedian 9 (Stretch)?

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 >.     
asked by 08.08.2017 / 00:04
1
answer

Do not view my site's domain

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...
asked by 11.03.2017 / 15:03
1
answer

Failed to install .deb on Ubuntu [closed]

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...
asked by 18.11.2016 / 17:25
1
answer

MVN Install - Java Error Home

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...
asked by 13.04.2018 / 20:29