Add a new paste
View all pastes
Recent pastes
esp-01-wifi-ir-relay
5 years ago
cifs-mounter-script
6 years ago
blood-pressure-log
6 years ago
pulseaudio-tcp-stream
7 years ago
ministatus display
8 years ago
SSH alert (RS232 display)
9 years ago
1-wire temp - superkaramba .th
9 years ago
1-wire temp - stdout plasmoid
9 years ago
1-wire temp - cgi summary scri
9 years ago
1-wire temp - master script
9 years ago
wifikunder.sh
#!/bin/sh
##/etc/pm/
sleep
.d/wifikunder.sh
case
"$1"
in
thaw|resume
)
rmmod wl
modprobe wl
iwconfig eth1 rate 54M
/etc/init.d/network-manager restart
;;
esac
Parsed in 0.001 seconds