Questions tagged as 'linux'

0
answers

Error compiling the HM (HEVC Standard) software on linux virtual machine

I followed the following steps: 1 - I created a Linux virtual machine on my Mac 2- Download the site's HM software ( link ) 3 - I entered the HM-16.0 / build / linux folder 4 - I ran "make all" to compile HM and the following errors...
asked by 17.01.2017 / 05:25
1
answer

Alternative Cron Job

I need to run this cron job ***** wget --spider -O - http://dominio.com/cron >/dev/null 2>&1 But the hosting does not allow me to use " , would you have any alternatives for this task? Look what appears. link Thank you i...
asked by 16.02.2017 / 12:08
1
answer

Problem for application reading xlsx file in centos error: libgcc_s.so.1: wrong ELF class: ELFCLASS64

I have a big problem and I can not solve it I tried to look for some tips on the internet but it did not work. So here I am and would like to know if anyone can help me. I have a web application that is hosted in a VM CENTS. One of the functi...
asked by 15.11.2016 / 02:00
0
answers

Project in Qt compiles in Ubuntu but does not compile in Windows

I have a project for college originally produced on linux platform using Qt Creator and I need to migrate it to windows. I tried to compile but the project has errors in a single header file and I do not understand why. Some of the errors are...
asked by 20.10.2016 / 20:30
0
answers

Could not find or load main class

I recently formatted my computer and am having trouble running my java programs. I'm using linux mint and the settings are as follows: java -version java version "1.8.0_101" Java(TM) SE Runtime Environment (build 1.8.0_101-b13) Java HotS...
asked by 15.10.2016 / 18:29
1
answer

Code in Python locking in time (Running in Rasbian)

I made a code in python, but it hangs after a while running, can anyone help me to optimize it so it does not crash? #!/usr/bin/env python #-*- coding:utf-8 -*- import serial import time locations=['/dev/ttyACM0'] while 1: arquivo =...
asked by 30.08.2016 / 21:06
1
answer

Magento with Ubuntu 16.04 + Nginx + MariaDb + php7. Do not load the page.

I have the following environment: Ubuntu16.04 + Nginx + MariaDb + Php7. I downloaded Magento through composer: composer create-project magento/community-edition magento2 -s dev --prefer-dist Then I created a database on the MariaDB serve...
asked by 01.09.2016 / 20:36
2
answers

Is there any error in these command lines? [closed]

I am making comparisons between documents through Bash command lines and using a loop command. However, an error occurs with the results: ./anibatch.sh: line 38: ./ANIcalculator: No such file or directory ./anibatch.sh: line 39: ./ANIcalculat...
asked by 10.10.2016 / 19:48
1
answer

IDLE: Your Python may not be configured for Tk

I'm trying to use Python in Slackware, in Ubuntu I know how it is, but in Slackware I could not. When I type in the terminal idle to open Python, the following message is displayed:    Your Python may not be configured for Tk Ho...
asked by 13.08.2016 / 00:55
0
answers

Several users and key-pair for connection Github

I'm having trouble setting up more than one public key on the same server for different accounts on github. I'm using a test pc: Linux kali 4.3.0-kali1-686-pae #1 SMP Debian 4.3.3-5kali4 (2016-01-13) i686 GNU/Linux Each key is found in t...
asked by 16.08.2016 / 22:15