Questions tagged as 'windows'

1
answer

Error PHP Built in Server Invalid request (Unexpected EOF)

Eventually in the console or cmd the error Invalid request (Unexpected EOF) appears, note that I understand what EOF means, which is E nd O f F ile, but I do not understand why exactly this occurs. At first I thought it was som...
asked by 04.10.2016 / 15:57
3
answers

Take a photo on the web with Windows 8.1 tablet

What I need I want to make a page where the user can click a button, take a picture with the tablet camera, view it and click the button to save it. What I've tried I've already tried using HTML5 to do this: <input type="file"...
asked by 22.01.2015 / 14:28
1
answer

How to transfer a file with a corrupted name?

A client of mine has a problem uploading to my system, and from what I can tell is his file that has the name corrupted (it is relatively common, on Windows systems, the name or accented with foreign characters display correctly in Windows Explo...
asked by 20.05.2015 / 00:08
2
answers

AWS - Instance remote access

Good! I created an Amazon and Windows Linux instance, followed all the steps to generate key, import and change it via PuTTY, opened the key, requested the connection with the care of ec2-user bla bla bla, however in none of the instances I I ca...
asked by 13.05.2016 / 20:48
2
answers

How to create an autorun?

I made a program through Visual Studio and I'm trying to create an autorun to run it, however, the program executable is in \programa\programa\bin\Debug\programa.exe and autorun should be in the root folder of the CD or image. This is...
asked by 04.03.2014 / 17:56
1
answer

Compiling code in Ubuntu and running on windows

Hello, I was wondering how can I compile a C code in Ubuntu and that run in Windows. I tried to put the extension ".exe" at the end of the file, but when I sent the executable to my teacher he said which did not rotate.     
asked by 18.06.2017 / 20:10
3
answers

Rename gitignore.txt to .gitignore

I created a gitignore file in Windows so that some unnecessary files will not be uploaded to GitHub. However, this file has the extension ".txt" ( gitignore.txt ). I want to leave it only as .gitignore . How can I do this? Is ther...
asked by 29.03.2016 / 15:25
1
answer

Connect and disconnect the Internet?

I would like to do two basic .exe, one would be to disconnect the Internet and open one program and the other would be to just connect to the Internet. The part of opening the program I know, now disconnect and connect the Internet in c ++ I...
asked by 27.11.2014 / 22:03
1
answer

C # - Import configuration file (.ini)

How do I import an ini configuration file so that it loads and returns a value of one key: Example: [version] code=0.3 The program will load the ini file and I select the section (in case it is 'version'), select the key (in the case it...
asked by 23.10.2014 / 02:09
1
answer

Does ASP.NET share resources in the same pool?

I have today in my IIS 8 sites in ASP.NET using the same pool. On average they consume 800mb of RAM. I ended up dismembering them (separate pools) and apparently seems to be consuming 1.5GB in total. I wonder if IIS shares resources in the...
asked by 27.04.2016 / 21:05