Questions tagged as 'consola'

0
answers

Listen to a port?

I'm listening to a port with the following terminal command while true; do nc -k -l -p pppp -s xx.xxx.xx.xx; done where pppp is my port and xx ... is the IP. I do not remember how to send a message to that IP with that port, in order to...
asked by 06.04.2018 / 10:01
2
answers

Run java (eclipse) in another environment

I have made a program with eclipse (without graphic interface) and I would like to be able to run it outside the program, for example on the console, or with the aesthetics of the console. Similar to when you program with the codeblocks and the...
asked by 09.12.2016 / 14:12
5
answers

C # Is any conversion missing?

It is assumed that a person enters a line of characters per keyboard separated by a blank space followed by another line of characters, the program should indicate if the characters that are separated by the blank space have the same amount for...
asked by 27.03.2017 / 22:55
3
answers

Hide cmd console to my program in C # with Visual Studio

So far I have been able to change certain aspects from the console, but not hide it, so that it does not appear. I mean I have a program in console mode, but I do not want to visualize the cmd anymore, how could I make it so that the console CM...
asked by 10.11.2016 / 18:47
1
answer

Problem with linux console

I am trying to access a folder on my desktop that contains the key to establish the ssh connection with the aws instance. I have installed the ubuntu bash for my windows system (since I have seen that with the windows console the connection c...
asked by 05.11.2018 / 18:30
2
answers

execution of python in sublime text3, does not show results in lower console

good afternoon, my problem is something I have not got in google, I have sublime text 3 with python 2.7x and when executing any program sublime text does not show me the steps of the program, just shows that I finish, any suggestions?     
asked by 10.08.2017 / 20:26
1
answer

Robocopy copy a folder with a certain name

I wanted to know if it is possible to copy the contents of a folder that contains a specific name, for example: Folder1 Sub1 Sub2 Carpeta2 Sub1 Sub2 I tried the following:    robocopy "C: \ source \" "C: \ destination \"...
asked by 16.08.2016 / 17:22
0
answers

Read and write the contents of a textbox in a local web from a javascript program running in a console

I am running a program in a console written in javascript, I need to be able to read and update a text box in a local web page (that only runs on my computer). The program is a robot that is used in a Discord server. The process would be serious...
asked by 21.12.2018 / 23:49
0
answers

CTRL C and CTRL V

Friends, something as simple as copying from the Mac (for example this text) and pasting it into the console in debian in a virtual virtualbox, How do I do it? Already activate bidirectionals in the clipboard ??? Thank you first o...
asked by 15.12.2018 / 04:59
0
answers

Help I try to create a record of an autoincrement value which is a primary key and is a foreign key

I try to enter a value register autoincrement but I get the following error    You have an error in your SQL syntax; check the manual that   corresponds to your MariaDB server version for the right syntax to use   near '"",' Jose Queza...
asked by 25.11.2018 / 23:29