Questions tagged as 'linux'

0
answers

Error running Nancy on Linux (Ubuntu)

Hello, I have an application (executable) that I am trying to run on a Linux VM in Azure, it works on the project, but when running with Mono (I already installed everything possible fsharp, mono-complete) p> Unhandled Exception: System.Invalid...
asked by 27.10.2017 / 20:32
3
answers

Run MySQL command when booting the system

Other commands I was able to execute when booting the OS normally in these two ways: 1 - Creating a .sh file in the /etc/init.d/ folder and putting the command in. 2 - Placing at the end of file /etc/rc.local before...
asked by 22.09.2017 / 19:50
1
answer

How to make HTTP access available to my apache web service on Linux [pending]

For a simple programmer we are accustomed to creating web servers and working on localhost, my big question is, and at the time of leaving that server online? Nowadays we have cloud but I would like to know when I have my local server the w...
asked by 19.09.2017 / 21:33
1
answer

How to install java 8 32bits on Linux Deepin x86_64 [closed]

sudo apt install oracle-java8 installs java 64bits, does anyone know how to force java 32bits installation?     
asked by 17.08.2017 / 14:47
2
answers

Linux / Node.js Require Error

I got this error when I ran the file "TypeError: Can not read property 'require' of undefined" var Main = Electron.remote.require('./payment.js'); Where can I be wrong? ... Confused ... The supposed payment.js is in the same folder as this...
asked by 22.08.2017 / 14:03
0
answers

Correct path to get into a folder outside the www server using php and linux

I have a program in php on a linux server and wanted to know how it is possible for my file to access an element that is outside the www folder. for example, I have the www folder and a folder for my project where my main index.php page is ho...
asked by 02.08.2017 / 21:04
1
answer

How to execute commands from a ubuntu executable in php?

I run the following line in ubuntu: needle alvo.txt modelo.txt When running it displays these lines: Needleman-Wunsch global alignment of two sequences I need to give an enter to go as default in this: Gap opening penalty [10.0]:...
asked by 02.08.2017 / 23:48
0
answers

Error displaying report created with Jasper report in VPS with S.O Linux

I'm having trouble displaying the report in a hoped-for application in a VPS . I added the font depending on the Maven project, as shown below: As I try to generate the report comes an error: 1st error:    Could not initialize...
asked by 13.07.2017 / 06:31
0
answers

Linux script to send e-mail from the result of the find command [closed]

I need a help in a script to send a result by email from a search (find) and run every day at 08:00 without using contrab in linux     
asked by 13.06.2017 / 14:49
1
answer

Why does the 'cd' command not work via ssh in GOCD?

I'm trying to run the command below in the GOCD terminal, but the error always occurs: Command ssh root@host 'cd /var/www/gda-frontend/ && docker-compose up -d --build' Error    bash: cd / var / www / gda-frontend / &...
asked by 04.07.2017 / 20:52