Questions tagged as 'windows'

1
answer

Listen to port LPT1 C #

I have managed to capture the message that is sent from TCP / IP, with the class Listener , however I have been asked to listen especially to the LPT1 port, since the printers of the company are connected via Ethernet, and send them to the...
asked by 11.07.2017 / 18:37
1
answer

NETBEANS DEPRESSING ERROR: Unrecognized or ambiguous flag word: \ "? \"

I have NetBeans IDE 8.2 installed next to the Cygwin package in Windows 8.1. I have already tried to reinstall the program but it is not solved. I program in C. When I start the program everything works correctly, the programs compile and...
asked by 21.11.2016 / 21:41
0
answers

IDE or Gem Arcadia pulls error [Windows 7]

I had the following problem once the gem arcadia was installed when I write to the Windows console (CMD): Arcadia requeri ruby-tk extension and tcl/tk run-time you must install before run. ----- LoadError Details ------------------...
asked by 31.10.2016 / 14:03
1
answer

Operator 'greater than' and 'less than' in batch

Friends, I have the following script, which I developed as a simple exercise, but I do not work correctly with the logical operators < and > that I understand in Batch are LSS and GTR . Here my code: @echo o...
asked by 21.11.2017 / 02:27
1
answer

Connect an active directory or LDAP with PHP

I am trying to connect the active directory or LDAP of the window with an application ( GLPI ) made in PHP. Connection parameters: $ds = ldap_connect($host, $port) // me retorna verdadero @ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3)...
asked by 10.12.2018 / 21:12
1
answer

Run php in the background

- I hope my explanation is clear - I have a PHP script that takes a long time to execute, so I decided to run it in the background, what happens is that even in the file that I run the second script, wait until finish this execution to answer. I...
asked by 27.09.2018 / 00:47
2
answers

How can I see from the cmd if port 8080 is open?

How can I know if port 8080 is open? I am using a server with Windows     
asked by 13.04.2018 / 17:27
1
answer

I have a problem installing java jdk

I have a problem installing java jdk (Windows 7 home premium) 1.-I download it from the official website 2.- I execute it and I get the typical window of want to execute this program and I give it to execute. 3.- Once I gave it to run,...
asked by 31.08.2016 / 04:39
1
answer

ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c: 748)

I'm using geopy in an application Python 3.6 and I have to run it on an outdated machine that uses Windows 2012 Server . The problem arises when the application calls this library ( geopy ) on this server, since it returns the fol...
asked by 04.10.2017 / 10:14
1
answer

Error changing the file name to .gitignore

I'm migrating from code version, I previously used Mecurial SCM and now I'll be using GIT, the problem is that Mercurial creates the file .hgignore to host the list of ignored files but when trying to rename it to maintain its equivalent...
asked by 25.11.2017 / 00:32