User Tools

Site Tools


informatica:mac:comandos

This is an old revision of the document!


  • Anyadir ruta estatica
sudo route -n add 10.0.0.0/24 10.7.13.100
  • Script ejecutable con doble click

1. Crear archivo

vim /Users/jamgo/Desktop/route-jamgo-LAN.command

Con el siguiente contenido:

#!/bin/bash
sudo route -n add 10.0.0.0/24 10.7.13.100

2. Dar permisos

chmod +x /Users/jamgo/Desktop/route-jamgo-LAN.command

3. Iniciar sesion grafica y doble click en “route-jamgo-LAN

informatica/mac/comandos.1424356290.txt.gz · Last modified: 2015/04/13 20:19 (external edit)