Search results

From DD-WRT Wiki

You searched for Dev/null

Jump to: navigation, search

There is no page titled "Dev/null". You can create this page.

For more information about searching DD-WRT Wiki, see Help.

Showing below up to 20 results starting with #1.


View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).

Article title matches

  1. /dev/null (10 bytes)

Page text matches

  1. Vsftpd (3,376 bytes)
    93: env > /dev/null
  2. DD-WRT Doku (DE) (82,839 bytes)
    25: ...''[http://www.dd-wrt.com/wiki/index.php/Supported_Devices Hardware-Support-Liste]''.
    208: [http://www.dd-wrt.com/wiki/index.php/Supported_Devices Hardware-Support-Liste]
    763: tc qdisc add dev eth0 root handle 1: cbq avpkt 1000 bandwidth 10mb...
    764: tc class add dev eth0 parent 1: classid 1:1 cbq rate 8kbit allot 1...
    765: tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip s...
  3. Skript-Schnipsel (15,104 bytes)
    291: ping -c 5 www.example.com > /dev/null # ping 5 packets
  4. Telnet/SSH and the command line (17,841 bytes)
    211: ...''piped'' through other commands or redirected to devices and files.
    214: &nbsp;&nbsp;< Takes input from a device or file and routes it as input to the command ...
    215: ...ut from a command and redirects it as input for a device or file.
    216: ... the output of a command, redirect it to the null device:
    217: ''command'' > /dev/null
  5. IPv6 (tutorial) (35,603 bytes)
    1: ...is a network layer IP standard used by electronic devices to exchange data across a packet-switched int...
    3: ...://www.potaroo.net/tools/ipv4/ There are too many devices in the world for 32-bit (2<sup>32</sup>, or 4...
    8: * [[Supported Devices|DD-WRT compatible router]]
    131: WANIP=$(ip -4 addr show dev vlan1 | awk '/inet / {print $2}' | cut -d/ -f1)
    138: ip addr add $V6PREFIX:0::1/16 dev tun6to4
  6. OpenVPN (66,682 bytes)
    34: ;Tunnel Device (TUN/TAP): the mode of tunneling. TUN: routing...
    208: openvpn --mktun --dev tap0
    378: ...ackground process and all output is going to /dev/null:
    380: openvpn --config openvpn.conf >/dev/null 2>&1 &
    395: Additionally, the ">/dev/null 2>&1 &" hack wouldn't work but running from the c...
  7. Bootvorgang (68,911 bytes)
    16: Initializing Devices.
    40: The eou device id is same
    43: Device eth0: hwaddr 00-12-17-DD-DE-3F, ipaddr 192.16...
    45: ...ader:raw Filesys:raw Dev:flash0.os File: Options:(null)
    61: Kernel command line: root=/dev/mtdblock2 noinitrd console=ttyS0,115200
  8. Channel hopping on kismet drone (1,993 bytes)
    11: wl scan > /dev/null 2>&1 &
    53: ...ails about the wl driver commands, see http://www.devicescape.com/docs/uwp/package_guide/pkg_broadcom-w...
  9. Feature requests (16,725 bytes)
    3: ...om/phpBB2/ forum] and post your request. The main developer (BrainSlayer) does read the forums and gene...
    17: ... to enable / disable ports on any given supported device
    91: ** Yi.org (<nowiki>wget -q -O /dev/null --http-user="DOMAINNAME" --http-passwd="PASSWORD"...
    100: ...ress an adjustabe share of bandwidth such as VOIP device or comptuter.
    127: ...This would allow users to list what each wireless device is.
  10. Script examples (10,499 bytes)
    57: ping -c 5 www.example.com >/dev/null # ping 5 packets
    69: wget -q -O /dev/null http://www.example.com/ # download index file
    154: ...y be substituted for JFFS on limited flash memory devices.
    237: curl='wget -q -O /dev/tty'
  11. Useful Scripts (46,032 bytes)
    137: nvram show 2>/dev/null | egrep '^[A-Za-z][A-Za-z0-9_\.\-]*=' | awk -F = ...
    202: tar cpf - -C / "${TO_INCLUDE}" 2>/dev/null | gzip -c | /opt/bin/curl -s -u ${USERPASS} "${F...
    203: tar cpf - -C / "${TO_PREFERRED}" 2>/dev/null | gzip -c | /opt/bin/curl -s -u ${USERPASS} "${F...
    204: tar cpf - -C / "${TO_EXCLUDE}" 2>/dev/null | gzip -c | /opt/bin/curl -s -u ${USERPASS} "${F...
    205: tar cpf - -C / "${TO_ALL}" 2>/dev/null | gzip -c | /opt/bin/curl -s -u ${USERPASS} "${F...
  12. Dual-WAN for simple round-robin load equalization (7,714 bytes)
    125: ... -t mangle -i $(nvram get wan2_ifname) -j IMQ --todev 0
    145: ...e -D SVQOS_OUT -j CONNMARK --restore-mark 2> /dev/null
  13. Dynamic DNS (23,351 bytes)
    181: https://dev.openwrt.org/changeset/29121/
    233: ...RL listed below did not work for me, followed the developers information at dnspark and the proper URL ...
    690: ...index.php?action=script&data_id=XXXXXX -O - >/dev/null 2>&1' >> /tmp/crontab
  14. Optware (45,414 bytes)
    20: ...e or optware-devel meta package provides complete development toolchain for compiling programs on route...
    198: /dev/root 1984 1984 ...
    199: /dev/mtdblock/4 5248 3860 1388 74%...
    200: /dev/mtdblock/4 5248 3860 1388 74%...
    214: ...alling torrent clients enhanced-ctorrent (Stopped developing since June 2008), Enhanced CTorrent is a ...
  15. LaFonera Software Universal-Repeater (25,850 bytes)
    85: # kill $(pidof $web) > /dev/null
    88: kill $(pidof $cron) > /dev/null
    91: kill $(pidof $dns) >> /dev/null
    93: killall -9 udhcpc > /dev/null
    164: $WLANCONFIG ath0 create wlandev wifi0 wlanmode ap
  16. Using RFlow Collector and MySQL To Gather Traffic Information (6,568 bytes)
    19: ...thread.php?p=294207. The method discussed in the dev.mysql.com web page will be shown below.
    52: ID int(11) NOT NULL auto_increment,
    54: ip varchar(17) NOT NULL default '',
    56: mac varchar(17) NOT NULL default '',
    58: status char(1) NOT NULL default '',
  17. FON Hotspot (52,719 bytes)
    5: ...I've been really busy, lacking a suitable working device to do it with, and not had time to fix one. Pl...
    90: /usr/sbin/chilli_radconfig -c /dev/null --radiusserver1=radius01.fon.com --radiussecret=g...
    106: /tmp/chilli_radconfig -c /dev/null --radiusserver1=radius01.fon.com --radiussecret=g...
    325: DEV="tun0"
    330: tc qdisc del dev $DEV root
  18. LED Scripts (33,639 bytes)
    9: ...tect which GPIO's control which LED's on Broadcom devices see [[Broadcom_detection#We_finally_installed...
    384: * developed / tested on a WRT54G-TM
    400: ping -c 1 $GATEWAY >/dev/null && WDS_LINK_ACTIVE=true
    404: ping -c 1 $GATEWAY >/dev/null || WDS_LINK_ACTIVE=false
    511: RET=`ping -c $PACKETS $TARGET 2> /dev/null | awk '/packets received/ {print }'`
  19. VPNC (17,445 bytes)
    114: ping -q -c1 $param1 >> /dev/null
    124: ping -q -c2 $param2 >> /dev/null
    154: tundev="`ifconfig |grep tun |cut -b 1-4`"
    155: iptables -A FORWARD -o $tundev -j ACCEPT
    156: iptables -A FORWARD -i $tundev -j ACCEPT
  20. LaFonera Software Heartbeat-dev (11,355 bytes)
    101: DEVICE="fonera"
    111: ... chillver='$CHILLVER' thclver='$THCLVER' device='$DEVICE'" | dbclient -T -p 1937 -i $FONKEY openwrt@dow...
    116: if cat newscript | grep http > /dev/null 2>&1
    124: ... if=$FON_FILE of=VERSION_FILE bs=1 count=4 > /dev/null 2>&1
    127: ...ON_FILE of=OFFSET_FILE bs=1 count=3 skip=4 > /dev/null 2>&1

View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).



Search in namespaces:

List redirects
Search for