Archivo del Autor: carlosap

configurar wifi ubuntu

checa el hardware sudo lspci -v instala el firmware 3 sudo apt-get purge bcmwl-kernel-source 4 sudo apt-get install firmware-b43-installer

Servidor NX usando FreeNX

Servidor NX usando FreeNX NOTA: NX y el servidor FreeNX están disponibles solo para CentOS 4 y CentOS 5 i386. NX es una solución de Acceso Remoto y Servidor Terminal basado en un conjunto de tecnológias de clase empresarial basadas en código abierto por NoMachine. Gracias a la gran compresión, la capacidad de reanudar la… Leer más: Servidor NX usando FreeNX »

Creating persistent SSH tunnels in Windows using autossh

Enable remote desktop ssh -L 15000:REMOTESRV:3389 USER@localhost -p 20000 Remove the service: cygrunsrv –remove AutoSSH Check the configuration & status of the service: cygrunsrv –query AutoSSH Este es el bueno ….. cygrunsrv -I AutoSSH -f «Autossh tunnel» -t auto -y tcpip -O -u $USER -w $PASS -p /usr/bin/autossh -a «-M 20507 -R 51353:127.0.0.1:3389 $USER@$SERVER -p… Leer más: Creating persistent SSH tunnels in Windows using autossh »