Questions tagged as 'linux'

1
answer

Problem to configure the bind9 in Linux (virtualBox)

I have 3 virtual machines, one for windows, 2 for ubuntu (one for DNS and the other for Server for the web page). (They are in local without internet access ) With windows I have to access a Web page of the Web server through the Dns. The...
asked by 03.03.2018 / 19:15
0
answers

How to import scripted modules with extension .pyw?

recently I try to run on linux (debian 9) an app that I am programming on windows with python3 and PyQt5 The problem, I can not import modules from any script with extension .pyw I explain myself better. I have the files in the followin...
asked by 02.03.2018 / 22:57
1
answer

Doubt with fork system call ()

I have read about the operation of the call fork () and so far I have understood that it makes a copy of the process that is running and through a fork it is possible to know if we are in the process father or son as in the next example. N...
asked by 03.03.2018 / 16:55
1
answer

does not work wifi linux mint 18.1 serena

I have a problem with wifi. I do not get any option to connect to a network, only usb cable or the network cable allows me to access. Use Linux Mint 18.1 Serena 64-bit Try several things but without success. I know that the problem is because of...
asked by 25.02.2018 / 23:16
0
answers

How can I get system information by emulating / proc / net?

I'm doing scripts on a pfsense machine where I have to save data as sockets. the issue is that in linux, these are in / proc / net and in freeBDS this directory does not exist. I know I can get information with the command sockstat my dou...
asked by 27.02.2018 / 18:35
0
answers

Display Angular 4 in Linux Web Hosting

in my Web Hosting Linux has 512 of RAM and therefore the ng build could not be completed so I resorted to transfer the / dist (locally generated) to the hosting and when I tried to run it with node it does not work. This is my server.js code...
asked by 09.03.2018 / 02:54
0
answers

JAX WS WebServiceClient Problem

We are developing an application in java and since a few weeks ago we have a problem that we are not able to solve. This is a call to a webservice to obtain a series of data with certificates. We have followed the following steps for the c...
asked by 23.02.2018 / 10:48
1
answer

Java Android Generate a document from a template .docx

I am trying to generate a document thanks to the plugin: xdocreport-1.0.4.jar Let's say that it has worked for me from the PC, following a template to generate another one with the data entered in the form but from the android phone I can...
asked by 13.02.2018 / 19:08
0
answers

Update Mpdf 7 in linux

Initially I was working on win7, and now when I moved to Lubuntu 17.04, I found a series of errors. In this forum they helped me to discover that to solve it I had to update Mpdf, since the version I was using was not compatible with php 7 (alth...
asked by 09.02.2018 / 13:05
1
answer

Doubt with sending HTML email with SSMTP from linux

Hello friends, I have the following code: $to = '[email protected], [email protected]'; $subject = 'Website Change Reqest'; $message = '<html> <head> <meta name="viewport" content="width=device-width" /> <meta http...
asked by 02.02.2018 / 01:52