Questions tagged as 'linux'

1
answer

Slow bash script

I use a bash script to translate words from other languages into Portuguese. It always worked very well, but for a few days it got extremely slow, to the point that I could not use it. Home some people informed me that the problem could be in th...
asked by 16.09.2017 / 02:49
1
answer

Bash alias with parameters

I'm creating a system that works online, the user logs in and will have access to a terminal which can execute only the commands allowed on the server. The question is this: The user will have to execute a script in Python and pass parameters...
asked by 02.08.2017 / 09:22
1
answer

How to use the two versions of anaconda in linux?

Good afternoon guys, I'm studying python for projects and I was recommended to use the anaconda package. I am a linux user (ubuntu) and therefore installed the two packages on my system. Currently in the college project, we are working with data...
asked by 23.07.2017 / 18:40
1
answer

Burn screen with ffmpeg

What is the ffmpeg command that writes the computer screen, since it used to have a command via the command line that made this recording without needing other software, just pure ffmpeg.     
asked by 08.06.2017 / 10:23
1
answer

Correct way to install Laravel on Linux

I'm starting in the Laravel Framework and I'm having some problems with installing on Linux. I made the installation by composer using the command php composer.phar global require "laravel / installer" , set the $ PATH path export PATH="$ PATH...
asked by 11.03.2017 / 04:28
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
2
answers

php require / require_once pointing to another directory without ... (...)

Dropped a system made in 2007 for maintenance and I'm having some difficulties to make it run in my development environment (XAMPP on Windows). It is working (partially) in the production environment (CentOS), I made a copy of the fonts exact...
asked by 20.03.2017 / 13:30
1
answer

Configure Slim Framework and Apache 2

Hello, good afternoon. Recently I hired linux hosting. My site uses the Slim Framework, but I am not getting access to its routes when it is in production, but at localhost xampp, it was working normally. Slim Routes for testing (not getti...
asked by 09.01.2017 / 18:10
3
answers

Error: Failed to find 'ANDROID_HOME' environment variable

I am a beginner in mobile development and was studying IONIC, when I was trying to generate the test project apk gave the following error:    WARN: ionic.project has been renamed to ionic.config.json, please   rename it Running command:   /ho...
asked by 08.01.2017 / 18:59
1
answer

Script for GIT update

I have a question and I do not know how to solve it. It happens the following, I created a script in sh called atualiza.sh inside it I have the following code. git add . git commit -m"atualiza rotina" git push xxxxxxxxxxx My g...
asked by 07.12.2016 / 12:44