1 shell script tagged "firwall"
- Shell Script to stop DLink PCI wireless lan card DWL 520 (Debian Linux)
#!/bin/sh
# Script to stop DLink PCL wireless lan card DWL 520
# —————————————————————-
# Copyright (c) 2006 nixCraft <http://cyberciti.biz/fb/>
# This script is licensed under GNU GPL version 2.0 or above
# ————————————————————————-
# This script is part of nixCraft shell script collection (NSSC)
# Visit http://bash.cyberciti.biz/ for more information.
# See url for more info:
# http://www.cyberciti.biz/tips/linux-install-and-configure-dlink-dwl-g-520-wireless-lan-pci-card.html
# ————————————————————————-
# unload driver (DLink 520/rt61)
rmmod [...]
Viewing 1-1 of 1 shell scripts. ( see all popular tags )

