Questions tagged as 'linux'

1
answer

Script linux Artisan Laravel

I hired a shared server, which runs scheduled tasks ( CRON TABLE ) via linux scripts (.sh). How do I run a php artisan ( php artisan enviar:emaildiario ) command inside this linux script? Server UOL: Script:     
asked by 29.11.2018 / 23:09
0
answers

Is it possible to use RSYNC together with GITHUB? SSH

Can I send the backup of my files to Github by ssh using rsync ? In Github you have the option of SSH . EX: rsync -rav -e ssh [email protected]:username/repo.git /var/html/     
asked by 22.11.2018 / 01:05
0
answers

Write to a Shell Script file

I have a problem with writing a line in a file using Shell Script. I've tried to use sed and echo, but in both I do not have the expected behavior. Using sed: sed -i -e 'export LS_OPTIONS='--color=auto'' /root/.bashrc Using echo: echo...
asked by 26.11.2018 / 22:39
0
answers

APK install but does not run - IONIC

I'm having the following difficulty a few days after generating my APK and installing it on my device when trying to open it displays the message    app stopped I took an old ionic project and added new features in it, when I execute the...
asked by 13.11.2018 / 13:40
0
answers

Running ./gitkraken on Fedora 29

I installed gitkraken on Federa following the official site: link while running this showing the following results: /opt/GitKraken/resources/app.asar.unpacked/node_modules/nodegit/build/Release/nodegit.node: symbol EVP_aes_128_ctr version OP...
asked by 12.11.2018 / 03:04
0
answers

How to connect a web service that is in another linux machine?

I have a code in php for access to the bank hosted on a Linux machine, I use the credentials to access it through the terminal. Normally I would have to use: java.net.URL url = new URL(URL); HttpURLConnection httpURLConnection = (HttpURLConnec...
asked by 06.11.2018 / 19:05
1
answer

String Return for Array

I'm doing a shellscript and got the command that returns: $ sqlite3 banco.db 'select code from channels' 00 01 02 03 When I assign the return to a variable, everything changes to a single string. $ export LISTA=$(sqlite3 banco.db 'sele...
asked by 06.11.2018 / 12:35
0
answers

Return n rows from PRSTAT monitor

Is there a medium / command to return a line from "prstat" (which passed filters), just as "date" returns the date and time? I ask this because if you pass only the prstat command it stays on the monitor screen updating and I need to give Ctr...
asked by 07.11.2018 / 19:23
0
answers

Zipkin + Elasticsearch (ELK) does not create indexes

Hello everyone, I have ELK (6.4.2) working perfectly with filebeat, metricbeat, packetbeat, and winlogbeat on CentOS 7 x86_64 (Kernel 3.10.0-862.11.6.el7.x86_64). I'm trying to integrate zipkin + elasticsearch (see link ), but elasticse...
asked by 24.10.2018 / 18:47
0
answers

Error trying to perform deploy, repository access denied

I'm developing in laravel, and I can not use deployer to deploy to our server in amazon, our deploy.php looks like this: Andwe'regettingthiserror,noticethatIseemtobeintherightrepository... andmySSHisonbitbucket What's missing to work?...
asked by 02.10.2018 / 22:47