Questions tagged as 'terminal'

1
answer

How do I make composer download via URL or SSH of GitHub

In the code json below I can only clone the PHPMailer dependencies from the repository if the CpanelInc / xmlapi-php url is not set to repositories in código , when I go to https url or ssh generates the following error: [Compo...
asked by 13.07.2016 / 02:47
1
answer

Error [INSTALL_FAILED_INVALID_URI] in GCC

I already did everything, I installed GCC C4droid by the Google Store, I already installed the Android Terminal Emulator and also already root and I released the access to $su . But when I try to install GCC using the command PM install...
asked by 21.01.2016 / 21:35
1
answer

Error compiling PhoneGap

When executing the command to compile the phonegap phonegap build android But it has an error: [phonegap] executing 'cordova build android'... Running command: /var/www/gabriel/phonegap/teste/platforms/android/cordova/build [Error: Fail...
asked by 28.01.2016 / 08:13
1
answer

Count number of occurrences in a for loop {Bash}

I have the following script #!/bin/bash for file in *.jpg; do convert $file -resize 1920x1080! -blur 0x8 alterado$file; echo "A Processar o ficheiro $file" done I want to echo with    The processor the xpto file (1 of...
asked by 11.11.2015 / 20:03
1
answer

Modify VIM cursor by running in Console2

I can not change the VIM cursor type when I enter Insert mode when I use Console2. I wanted it to do as it does in cmd, as shown below: Does anyone know if it is possible, and if so, how do you do it?     
asked by 04.08.2014 / 16:21
1
answer

Failed to get about: googleapi: Error 401: Invalid Credentials, authError

I'm using a generic Linux application for Google Drive, which aims to upload local folders to Google Drive via Shell Script. However, when trying to execute command in the terminal of Debian:    ./ gdrive about The application returns...
asked by 04.11.2018 / 01:29
1
answer

TAB autocomplete does not work with NPM

It's quite simple, autocomplete always works less when it starts with npm. Can anyone explain me what this is and how to fix it?     
asked by 09.10.2018 / 03:18
1
answer

How to run http-server node?

I'm trying to install http-server npm install http-server -g But it is giving this error, I already configured the proxy, what can be? log: 0 info it worked if it ends with ok 1 verbose cli [ 'C:\Program Files\nodejs\node.exe', 1...
asked by 20.08.2018 / 20:36
0
answers

Colors in Mac OS X Terminal

I recently created a file .bashrc , and left the following content: export TERM=xterm-color alias ls="ls -G" Followed by source .bashrc When I used it, everything worked fine, but when I closed it and opened it again, the...
asked by 19.08.2018 / 01:58
1
answer

What does this -j8 mean?

I'm learning how to set up a server and I came across this -j8 command. I found nowhere an explanation of why this command. Could someone help me understand what he does? Thanks in advance     
asked by 25.04.2018 / 04:50