Revisión 11
Añadido por Antonio J. Abasolo Sierra hace casi 15 años
limitar-https/trunk/deny_https_update | ||
---|---|---|
# Descarga el fichero general de https a denegar por todos los IES
|
||
#----------------------------------------------------------------------------------------
|
||
|
||
cd /etc/network/
|
||
rm -f deny_https.all
|
||
wget http://desarrollo.educarex.es/linex/projects/servidoressecundaria/repository/changes/limitar-https/trunk/deny_https.all
|
||
cd -
|
||
RUTA=http://desarrollo.educarex.es/linex/projects/servidoressecundaria/repository/entry/limitar-https/trunk
|
||
FICHERO=deny_https.all
|
||
|
||
wget -O /etc/network/$FICHERO $RUTA/$FICHERO?format=raw
|
||
/etc/init.d/deny_https restart
|
||
|
||
|
Exportar a: Unified diff
actualización