Questions tagged as 'terminal'

0
answers

Predetermine Settings

I have an applock app on Android and I managed to pass it to the system, the problem is that when I restore the factory the device deletes the set configuration. Does anyone know how to make a default configuration and that the data remains in t...
asked by 24.01.2018 / 19:03
1
answer

Delete screen from terminal with PHP

In short, I have this script that I call cls: #!/usr/bin/env php <?php exec ('clear'); I assign execution permissions like this: $ chmod +x cls I execute it in this way from the terminal: $ cls Why do not you erase the term...
asked by 19.11.2017 / 14:03
0
answers

change java version 9 to 8 on mac

I'm biting a project on ionic 1 and since I have installed java 9 it will not let me export to android and I get this error Error: Requirements check failed for JDK 1.8 or greater . I do not know much about mac, could you tell me how to ch...
asked by 25.09.2017 / 18:05
1
answer

Call ConsoleApp from python

Good morning. My problem is that I am trying to call a console application (made in c #) from python, and call the process in the same terminal. So I do not return the termianl to continue typing and in turn the exe of c # is only to listen to a...
asked by 05.09.2017 / 03:10
1
answer

rails g model does not work [duplicated]

I have this problem, I've tried a few solutions offered by San Google but I have not got to the point. The machine is a i7 with Windows 7 32b , and with ruby 2.3.3 and rails 5.1.2 . I will be very grateful for your help. C:\Users\Ernes...
asked by 28.06.2017 / 04:58
1
answer

Bash, mail and special characters

I tell you, I am sending an email in this way: mail -s "$(echo -e "$ASUNTO \nContent-Type: text/html")" $DESTINATARIO < cuerpo.html The message arrives to me barbarous, the problem is that the variable $ SUBJECT has as content: "Birthd...
asked by 29.08.2018 / 19:40
3
answers

Find the directories and files in the current directory that contain a certain string

Show on screen all the directories, only directories, of the current directory that contain in their name the string "pra". I have this: find . -type d Show on screen all the files, only files, of the current directory that contain in t...
asked by 25.09.2017 / 20:29