Questions tagged as 'terminal'

2
answers

How to execute a Mysql Script from java in linux?

I'm trying to execute a script .sql generated with MySQL from a java application, I have read and researched different ways to do it and I have found several options (none of which had worked for me) and I found the following block of code : p...
asked by 14.01.2018 / 07:21
1
answer

Recognition and Pause Console

Good morning. I have a console application made in C # for speech recognition with the class System.Speech.Recognition that recognizes the audio and writes it in a document called tub.txt. Here the code: using System; using System.Colle...
asked by 03.09.2017 / 18:08
1
answer

I want to execute a command when starting my terminal, what do I do?

Good afternoon friends of stackoverflow I would like that when starting my terminal in ubuntu this command started directly neofetch since it is the one that tells me a lot how is my system.     
asked by 02.02.2018 / 16:57
0
answers

What does this WARN mean in the Node terminal?

Hello, I am uploading libraries to my project with "npm" and the following message is continuously displayed:    *** C: \ Users \ victor \ Desktop \ michaelgram & nt; npm install --save page npm WARN [email protected] No repository field. npm...
asked by 03.05.2018 / 18:13
2
answers

View details Mongodb on Debian

I need a way to see the bd , collections, and MongoDb documents. Since I usually communicate with mongo using mongoose . I would like to know a direct way from the console to access the characteristics of a bd that y...
asked by 12.06.2017 / 04:23
3
answers

Problem with pyttsx

I am trying to work with the pyttsx module. I read the documentation and followed everything to the letter. However, when I try to run a script as simple as this: import pyttsx engine = pyttsx.init() engine.say('Sally sells seashells by the se...
asked by 20.07.2017 / 22:57
2
answers

Equivalent command in Linux

I have a question, in windows I use a command that allows me to locate myself inside a directory and create a text file with all the existing files in the directory in question the command that I used for it is the following cd /carpeta/ruta_d...
asked by 11.11.2018 / 02:02
1
answer

Doubt about repositories in Github

What happens is that when I upload the repository to github through the terminal at the time of entering the web to the repository my name appears twice, I have changed it with the following command: $ git config --global user.name "Mr. Goding...
asked by 03.10.2018 / 19:53
2
answers

I have problems with pip on mac osx

I am trying to install a library for python 2.7 in mac osx with pip in the following way: python -m pip install pyttsx and the shell returned: /usr/bin/python: No module named pip Then I tried to prove that if it existed with pyt...
asked by 08.05.2018 / 05:27
1
answer

Display Powerline sources in VIM over terminal / (terminator) Linux

Hi, I would like to know what configuration I should add to /.vimrc so that the Powerline sources work correctly in Vim, from the terminal. My configuration is this and I would prefer it to look like the second image. execute pathogen#infect()...
asked by 27.01.2018 / 00:34