Questions tagged as 'redes'

0
answers

Flow at minimum cost

How do I find the minimum cost flow in a digraph whose arcs have a lower and upper bound for the flow and cost per unit of flow? Note: Do not use linear programming. Initially there is no viable flow. Only the offer of the vendor vertex is kn...
asked by 12.02.2016 / 22:43
0
answers

How to identify the user's IP?

How do I get the network IP of who opened my program? I'm using the C ++ language, Visual Studio 2013 and Windows Form, is there any function that does this?     
asked by 22.11.2014 / 02:12
0
answers

Ignore Friendly URL for certain folders in .HTACCESS

There was a big problem with a client that I have, it needs to have two stores (using Open Cart) in the same domain, but both are different products, layout and plug-ins (so I can not do two stores like the Open Cart enables). The URLs would loo...
asked by 03.12.2014 / 18:52
1
answer

SSIS 2012 how to list files contained in UNC share?

I have multiple files stored in a "Hitachi Data Ingestor" (HDI) solution that serves as File Server. This solution is managed by linux system within a corporate windows network. I can list and have access to the files through UNC shares (\ serve...
asked by 10.11.2014 / 13:07
1
answer

How to access systems from a local server by other machines

I have a machine running multiple systems through EasyPHP5.2.10 , however, when trying to access those systems through another machine by replacing localhost with my machine's address, the pages do not open. I saw that there are...
asked by 30.07.2018 / 13:46
1
answer

How to host website on my pc [closed]

I'm creating an application in php with using xampp. I would like to know how to turn my PC into a hosting server, so that I can access my application from anywhere. I have tried to access my router's admin (D-link Dir-608) I created a "virtual...
asked by 03.06.2017 / 23:21
3
answers

How to test if a host's port is open?

How do I find out if a particular port on a network computer is open? The more efficient the method, the better. I'll need to scan an entire subnet several times a day.     
asked by 23.09.2016 / 00:51
1
answer

How to connect to a mysql database from another network via PHP?

I would like to make a PHP connection to the MYSQL database that is on another computer from another network. I have the external IP of this machine that hosts the database and I made the following PHP connection: <?php $servidor = 'servido...
asked by 26.11.2018 / 11:03
1
answer

ANDROID STUDIO DOES NOT UPDATE [closed]

I've done everything in Android Studio and it does not update and the SDK update sites can not download the Android Repository, I have already seen that the error is the 407, need proxy authentication. I have configured the proxy manually in the...
asked by 19.10.2018 / 17:31
1
answer

Vagrant - VM does not go up when adding a forwarded_port [closed]

I installed Vagrant with ISO debian / jessie64, it worked normal, I give it up in the VM it goes up beautifully, when I enter SSH, everything is fine, but when I add a new port, it does not rises more. My original file Vagrantfile looks l...
asked by 22.04.2017 / 22:50