Posts in tag
Operating System
¿Cómo activar Telnet en Windows?
¿Cómo activar Telnet en Windows? Como sabemos el protocolo Telnet (Telecomunication Network) se usa para establecer conexiones de red por el puerto 23 TCP/IP, pero no en todos los equipos Windows podemos usar este protocolo sin antes activarlo. Si aún no lo tienes activo y tratas de conectarte por Telnet vía terminal les aparecerá el …
Detect browser, operating system with jQuery
Returns true if the current user agent is a version of Microsoft's Internet Explorer. Supports all versions of IE, including IE 11. $.browser.msie; Returns true if the current user agent is a version of a WebKit browser (Safari, Chrome, and Opera 15+) $.browser.webkit; Returns true if the current user agent ...