Questions tagged as 'redes'

0
answers

Create login page for Hotel to access WIFI [closed]

The hotels usually share WIFI , but it is necessary to enter an authentication page, I needed to do the same but I have a question, is this page allocated in the Router? Thanks     
asked by 23.12.2015 / 08:08
2
answers

Reading .CAP files efficiently with Python

I have some .CAP files that came from capturing packages with tcpdump. When trying to open with wireshark, the machine gets very slow, as I imagine it will try to load everything into RAM. I would like to write a program in Python to work mor...
asked by 01.03.2017 / 20:55
1
answer

Transferring files over a network C #

I wonder if there is any way to transfer files on a local network without using the C # Socket Class? and in terms of performance what is the fastest method of transferring files on a local network?     
asked by 13.01.2017 / 20:05
1
answer

Problems with objects using sockets in java

I'm trying to pass the person object that was instantiated on the server to the client. But I can not. Below are the classes I've used: Server public class ServidorTCPBasico { public static void main(String[] args) { try { Se...
asked by 28.06.2016 / 16:43
1
answer

Prevent Macro Using MAC Address on the Network

Is a spreadsheet available on the network, can be prevented from running a macro if the machine is not "authorized"? I need to block certain users or PC's by using the MAC address for example.     
asked by 24.02.2016 / 22:58
1
answer

Share VPN connection of virtual machine with real machine

I'm having a problem because I started using a few months Ubuntu and now I've recently migrated to Mint . I'm working with Java Web but for testing I need to access the client database through VPN . Unfortunately the...
asked by 26.05.2015 / 14:51
1
answer

What is RootDSE

The manager of my company, handed me a file saying very little about "rootDSE", and told me that it is a way to integrate LDAP with programming languages. I've never heard of it that way, and I do not find material necessary to understand if it'...
asked by 15.01.2015 / 11:30
1
answer

Share internet via wifi using command line [closed]

I have a wifi adapter, or it could be a notebook, and I share the internet via Wifi, that's not the problem, here's how I create a wifi network:    Create a wifi network       Access the CMD as an administrator;    netsh wlan set host...
asked by 29.08.2017 / 20:22
2
answers

Get network path

I have a Form that is saved on the network that is mapped as \\BRJGS090\suporte$ on the Z: drive. This Form runs an application that is in the same folder through ProcessStartInfo , on the local computer it works normally but...
asked by 29.10.2014 / 01:29
0
answers

Neural networks: how to adjust a line in predicted values [closed]

I do not really know this world of artificial intelligence, but I have a set of data that tends to be a linear function, and one thing I needed was to find the angular coefficient of the line that fits that data. Using linear regression, I wa...
asked by 31.12.2018 / 15:17