En la pag 1, esta la web oficial de RAM en españa.
En la pag4 y pag5 está la descripción para localizar el conector:
En las 2008, al menos las de España, el conector que necesitas está debajo del radiador.
Agáchate y justo por detrás del radiador en la parte baja de éste verás el conector con la tapa negra... para quitar la tapa has de hacer un poco de presión en un lateral para liberar el enganche.
http://www.gstrail.es/foro/gps/5322-alimentacion-gps-y-soporte-3.html
Como realizar el cable canbus, para conectar el GPS a la toma:
http://www.ukgser.com/forums/showthread.php?t=117400
Descripción con los PN de BMW para los cables:
http://www.realoem.com/bmw/showparts.do?model=0307&mospid=47823&btnr=65_1510&hg=65&fg=13
Aquí hay una foto del cable de marras:
http://www.bmwmotos.com/cgi-bin/yabb2/YaBB.pl?num=1175672179/15
Instalación Navegador GPS en BMW GS 1200
Como reparar una bomba de gasolina en una BMW GS 1200
http://www.gstrail.es/foro/r1200gs-adventure-hp2/13750-fritanga-de-amplificador-de-bomba-de-combustible-1-2gs.html
http://www.gstrail.es/foro/trucos-consejos-problemas/9642-modulo-de-control-de-bomba-de-gasolina-y-ews.html
Como ripear solo la pelicula de un bluray
Tools needed:
BDInfo
TSMuxer
NOTE: If you are using XP, PLEASE ensure you have the Toshiba UDF driver installed!
-Pick the playlist file of the movie you found using BDInfo. (e.g. 00007.mpls)
-Open mpls file from previous step with tsmuxer. (e.g. 00007.mpls)
-Deselect streams you want to remove
-Output to a blu-ray folder structure
-Use my makeISO to make a new ISO OR just use ImgBurn directly on the output folder. Make sure to keep the Certificate AND BDMV folders. Set UDF to 2.50. The latest ImgBurn can now detect BD structures and will hopefully assist in setting the right options.
-Mount ISO in Virtual CloneDrive or burn it to disc. Note: Daemon Tools is no longer recommended as the latest version may cause issues.
Fusilado de http://forum.slysoft.com/showthread.php?t=16922
Autenticación de Cacti contra Windows 2003 AD
Authentication Method: choose "LDAP Authentication"
Guest User: "No User" (if not allow)
User Template: "guest" (my choice)
Server: "xxx.xxx.xxx.xxx" (input your ad server's ip here)
Port Standard: "389" (no change)
Port SSL: "636" (no change)
Protocol Version: "Version 3"
Encryption: "none"
Referrals: "Disabled"
Mode: "Specific Searching"
Distinguished Name (DN): "
Search Base: "dc=mydomain,dc=com"
Search Filter: "(&(objectclass=user)(objectcategory=user)(userPrincipalName=
Search Distingished Name (DN): "ldapuser@mydomain.com"
Search Password: "********" (password of your Search Distingished Name)
Como ejecutar firestarter al arrancar
Buscando por internet todo lo que encontraba se basaba en modificar el sudoers.
Pero existe otra forma. Ejecutar esto en un terminal
1.- gksudo gedit /etc/firestarter/firestarter.sh
2.- Localizar el parrafo (esta casi al principio):
if [ "$MASK" = "" -a "$1" != "stop" ]; then
echo "External network device $IF is not ready. Aborting.."
exit 2
fi
3.- modificarlo por (añadir los #):
#if [ "$MASK" = "" -a "$1" != "stop" ]; then
#echo "External network device $IF is not ready. Aborting.."
#exit 2
#fi
4.- Reiniciar
esta sacado de http://ubuntuforums.org/showthread.php?t=542756
Como ejecutar FlashFXP bajo Linux con Win
Despues de varios intentos (gftpd, etc..) he decidido montar FlashFXP sobre Wine. ninguno de los programas de FTP actuales para linux, que he encontrado, tiene la versatilidad de FlashFXP.
Si lo instalas con Wine, la mayoria de las versiones no funcionan incluyendo las últimas (wine 1.1.2 y FlashFXP 3.6).
En esta web hay un workaround. Una vez instalado, basta ejecutar lo siguiente en una consola:
wget http://kegel.com/wine/winetricks
sh winetricks cc580
De esta forma, podremos listar contenido y descargar. Ahora solo falta que pueda subir ficheros.
Con la versión 2.0 sin fichero de ayuda funciona!!
Montar ftp como unidad en Windows
Killer{R}, a Russian guy has developed a very good alternative: FTP Drive is freeware and available for download, and it offers a quick way to emulate a network folder for your FTP connections. It installs a virtual drive in “My Computer”, with a letter of your choice, in which it puts a folder for every your FTP account.
Now you can load and save on FTP exactly as you usually work on your local files.
Configuration is not harder than a traditional FTP client: FTP Drive stays in the systray and it requires not much RAM just (3-4Mb).
Just click FTP Drive settings and then “Edit server list manually” (it can also automatically retrieve FTP accounts from Netview, a freeware TCP Manager by Killer{R}); type the address of your FTP server, you login and password and some additionaly option, like the preferred transfer mode and the threads limit. Then click the add button and you’re ready to go: a new folder will appair in “My computer”, under FTP Drive’s network folder, and you”ll be able to operate directly on remote files.
Applications are unlimited: you can load a PHP page into your editor, change something and save directly from it to have the online page immediately updated, or you can save a picture found on the Internet from Firefox directly to an FTP drive to have uploaded it on your web server and immediately available for your visitors.
http://www.killprog.com/fdrve.html
Como denegar el acceso a un servidor web por Geolocalización
Ultimamente, el numero de ataques a servidores webs se está disparando. Una manera de controlarlo es mediante la geolocalización.
Si este metodo nos sirve, en esta web (http://www.countryipblocks.net/index.php) se puede generar un código para denegar el acceso. Basta pulsar ".htaccess deny" y elegir los paises que queremos bloquear.

