Questions tagged as 'consola'

1
answer

Avoid using Firebase from the Chrome console

How to avoid running Firebase methods within the Chrome console or any other browser. By having a webpage that uses Firebase , any user familiar with the methods of Firebase , could create / modify users or record data, etc. For exampl...
asked by 01.09.2017 / 19:17
1
answer

Fill web forms from Chrome console

I have a web form that I have to fill in from the "Chrome" console. In the text boxes I have no problems. Use for example: txtNombre.value='nombre'; But in the list boxes of select I do not know how I can select an option from the co...
asked by 18.08.2017 / 17:35
1
answer

System.ArgumentNullException: 'The value can not be null.' [duplicate]

using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Linq; using System.Threading.Tasks; using System.Reflection; namespace ExtractSource { class Program { static void Main(stri...
asked by 13.06.2017 / 04:35
1
answer

File.Exists (path) returns unexpected result

I am new working with C # and I need to know if certain files exist in a directory, which is in the same location as the app. For this I use File.Exists(path) , but in all cases it returns false while the paths of the analyzed files...
asked by 18.05.2017 / 19:55
1
answer

Copy files from a list contained in another file

I have a file in Linux that contains a list of names of 500 files, I want to detect if they exist on my hard drive, and then copy them to a destination folder called, for example, Encontrados . The file that contains the list of file...
asked by 13.05.2017 / 17:47
1
answer

Problems with git when updating my OS

I recently upgraded my operating system to Sierra and when I wanted to use the githubdesktop application I throw myself the following error. Testing on the command line every time I want to perform a pull requests me the password of my key...
asked by 07.03.2017 / 02:29
1
answer

How to run a PHP file when starting Fedora 25

How can I run PHP automatically when I start Fedora 25 Desktop ? I choose to execute: php /var/www/asterisk-connector.php Whenever I start Fedora 25 and it does not stop running, this file always stays connected with my Asterisk s...
asked by 28.01.2017 / 21:57
0
answers

How to kill the same process of several telnet sessions? in Windows xp

Good people ... I have a very big question, but first I contextualize it, it turns out that in a computer with Windows XP SP3, with all its configuration to be able to receive telnet sessions, it is contacted by 2 or 3 remote computers in the...
asked by 18.09.2016 / 06:56
0
answers

Enter a reading counter to variable

Hello that such a good afternoon, what I want to do is to count x times a word defined in a text and after that put it in a variable which will be printed in a pop-up box. The little code I have is this: @echo off :bucle find /c "Perl" < te...
asked by 06.07.2016 / 23:44
2
answers

Show in cosola data of an array in Java [closed]

I want to extract and show in the console the data of a person in an array in Java that contains several repeated data like these: dni "Compound Name", "Surnames" and date. And that shows in a line the ID, in another line the name composed in ca...
asked by 15.10.2016 / 20:05