jueves, 8 de febrero de 2018

Pues eso +40000 visitas :)

Pues eso +40000 visitas :)




Muchas gracias a todos

miércoles, 7 de febrero de 2018

UNED: Examen Sistemas Distribuidos Febrero 2018 (SIDI)

Aquí está el examen de ayer corregido y aunque quede un poco mal presumir a falta de confirmación oficial por el ED he sacado un 10.

Desde mi punto de vista no ha sido difícil, bastantes preguntas repetidas y las nuevas se podían sacar. 


Culex.

lunes, 22 de enero de 2018

Bot de Microsoft realiza dibujos interpretando lenguaje natural

La IA sigue dando pasitos, esta vez un bot de Microsoft es capaz de realizar dibujos interpretando texto en lenguaje natural,

Ya sabemos que la interpretación del lenguaje natural es un problema muy complicado para los sistemas de IA, si bien es cierto que cuando se acota el dominio del problema (como en este caso) los resultados no pueden sino sorprendernos.


El sistema costa de dos partes, una que genera las imágenes y una segunda que las interpreta y descarta los modelos incorrectos. Trabajando juntas el generador de imágenes es forzado a mejorar en cada iteración. 

Previamente se había entrenado el bot con este tipo de imagenes


y la verdad es que los resultados obtenidos impresionan.



Culex.

martes, 16 de enero de 2018

Problemas montando unidad de red con cifs II

Hoy sin comerlo ni beberlo me ha empezado a fallar el montado automático que tenía configurado en el fichero fstab 


Después de trastear un poco he visto este error en el log del kernel. 


Al final solo he tenido que añadir esto a la linea del fichero fstab 'vers=2.1,' para especificar la versión.

//ipdelrecurso/nombre /media/nombre cifs vers=2.1,user=usuario,password=contraseña,noexec,users,rw,nounix,uid=1000,iocharset=utf8 0 0

Culex.

viernes, 5 de enero de 2018

Checking INTEL-SA-00086 on remote computers

Perhaps a bit late but here you are a windows scripts for checking INTEL-SA-00086 vulnerability on multiple remote computers,

First of all we have to download the Intel Detection tool and set the following  folder hierarchy wherever we want on our file system.


When we  unzip the Intel tool we'll see they are three folder but  we'd only need  the folder DiscoveryTool, on this folder we have the CLI tool we'll use on the script.

The script is quite simple, we add a tmp directory on the remote computer which we copy the files we need for running the Intel tool using psexec and finally we delete the tmp directory.

In addition to this we have two log file, one of them is quite simple 'Log. txt' (just the computer name and the exit code) and a second one  'DetailDATETIME.log' with a full detail just in case we need to do some troubleshooting




The meaning of the different exit code is the following,




And finally here you are the script.
 
PS: In order not to have troubles it's advised to run from a cmd with enough privilegies, usually a domain admin.

Enjoy!

Culex.

viernes, 15 de diciembre de 2017

EEUU pone fin a la neutralidad de Internet

Aunque es un tema off topic pienso que la transcendencia de la noticia bien vale la pena.

https://www.xataka.com/legislacion-y-derechos/golpe-a-la-neutralidad-de-la-red-en-eeuu-que-cambia-con-la-nueva-ley-y-como-nos-afecta-a-nosotros-desde-fuera

https://www.infolibre.es/noticias/mundo/2017/12/14/estados_unidos_pone_fin_neutralidad_red_73094_1022.html

Solo esperar que no cumpla el ejemplo en la UE o en otras áreas geográficas.



Lo mires como lo mires es una muy mala noticia.

Culex.


viernes, 10 de noviembre de 2017

Conceptronic CIPCAM720PTIWL, How to view video from the internet

First of all, I have to say the documentation Conceptronic provides is rather poor. 

After saying that, like actions will speak louder than words here you are some detailed explanations about setting the camera up to view video from the internet.

To begin with, we plug the camera to our local networt by wired cable and run the software SearchPro_v1.0.3.exe for looking up the camera.





Once the camara is detected, we can log on doing double click on the line. Our default browser will be open and asks for user & password.

The default user is admin and the password is 123456 (please not forget changing the password ASAP)





Now, on configuration tab we can set up the WiFi,  first look up for WiFi's in range, second set it up and finally test & save.

Our next step will be set the DDNS. I've used an account from No IP and it works fine. On the other hand with the DDNS provided by Concentronic I had some troubles. 





After that we need to set up NAT on our router for TCP port 554  and 80

Here you are a screenshot from my router. Yours should be quite similar.




Finally, we install camviewer1 software on our android smartphone or tablet and set up the camera.

From my point of view, the best way it is using the LAN search (you have to be on the same network that the camera). Once the software finds the camera you only need to set the username & password. 




You can add three different types of accounts (admin, operator & viewer) but, at least on my case, only the admins accounts can use all options of the software. Remember not use the default user & pass.

After that, you should be able to reach your camera from the Internet.



Culex.



martes, 24 de octubre de 2017

IA - Alpha Go Zero

La IA sigue dando mucho que hablar, esta vez los Google boys han conseguido que su nuevo sistema de IA Alpha Go Zero aprenda el solito a jugar al GO,

Y no solo eso, si no que ha superado al su hermano mayor en solo 21 días, alphago-zero-learning-scratch

Brutal 

Culex.

viernes, 13 de octubre de 2017

Apuntes - UNED Diseño Del Software

Como he comentado en anteriores post el ED de esta asignatura ha estado muy ausente. 
Si bien es verdad cuando hacia acto de presencia sus explicaciones eran claras y completas pero para una asignatura tan critica en nuestra formación no es ni de lejos suficiente.

No sé si es como esta planteada o si yo no he conseguido entender bien el proceso unificado pero tengo una sensación agridulce (dulce por aprobarla y agria por no sacarla todo el jugo que estoy seguro que tiene).

Bueno como es habitual adjunto el material con el que he trabajado. Apuntes

De especial interes  el archivo 'ultimateguide.odt' con el que prepare el examen de septiembre y saque un 8.2 en el examen.

Enjoy.

Culex.

martes, 10 de octubre de 2017

Diseño de Software - Examen Septiembre 2017

Al final todo fue bien en el examen y aprobé con un 8,2.

Lo adjunto por si alguien quiere echar un vistazo. Es el de la biblioteca y el caso de uso era devolver libro.

Diseño Software Examen Septiembre 2017

Culex.