jueves, 26 de septiembre de 2019

fortnite.php

script para generar address list de mikrotik
   


martes, 23 de abril de 2019

firewall windows 10 desde consola

firewall.cmd

rem 
rem http://winintro.ru/netsh_technicalreference.en/html/1a736f2d-ecf8-4780-8e0f-85c4db75230b.htm
rem 
netsh advfirewall reset

rem allow 
netsh advfirewall firewall add rule name="_ input TCP Port 80" dir=in action=allow protocol=TCP localport=80
netsh advfirewall firewall add rule name="_ input icmp" dir=in action=allow protocol=icmpv4

rem block 
rem netsh advfirewall firewall add rule name="_ block emby" dir=in action=block edge=yes  remoteip=any protocol=TCP localport=1900,8096,8920

rem allow 
netsh advfirewall firewall add rule name="_ allow emby 10.100.1.1" dir=in action=allow edge=yes remoteip=10.100.1.1 protocol=TCP localport=1900,8096,8920

pause

jueves, 18 de abril de 2019

gpx faketime

faketime.cmd

c:\gps\gpsbabel\gpsbabel -i gpx -f in.gpx -x track,faketime=f20190405150000+3 -o gpx -F out.gpx

miércoles, 31 de octubre de 2018

sábado, 13 de enero de 2018

plantilla.gpx

Archivo gpx modelo, para pasar cualquier waypoint de google maps a gpx. Solo hay que editar las coordenadas. Guardar archivo.gpx y cargarlo con Mapsource o Basecamp para transferirlo a gps Garmin.
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" creator="linux/apache/php/mysql" version="1.1" >
  <wpt lat="-27.3339844" lon="-55.8654785">
    <name>HOTEL</name>
  </wpt>
</gpx>

miércoles, 18 de octubre de 2017

Google Maps timeline 2 (strava | endomondo | etc)

1) download google maps timeline in kml format.

https://www.google.com/maps/timeline?

2) Convert kml 2 gpx

http://www.gpsvisualizer.com/convert_input

3) edit GPX and leave  header gpx and activity

4) calculate speed: km/h= km/(hours*60+minutes)*60

5)Convert plain gpx to timeline gpx
http://gotoes.org/strava/Add_Timestamps_To_GPX.php

6) upload to strava

miércoles, 2 de agosto de 2017

Create MD5 chksum windows & linux

Linux

 md5sum * > checklist.chk

Windows

Total Commander (totalcmd)

Select Files.
Menu Files, Create checksums CRC