Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnuvd(8) [debian man page]

GNUVD(8)						    BSD System Manager's Manual 						  GNUVD(8)

NAME
gnuvd -- Query the online Dutch Van Dale dictionary. SYNOPSIS
gnuvd [-h] word DESCRIPTION
gnuvd is a commandline frontend for the online Van Dale dictionary. It will search any word in the dictionary and return it's description in Dutch. OPTIONS
-h will show a brief usage message. -k keep html entities (i.e. è) NOTES
You need to have an active internet connection in order to use this program. Also, if you're behind a proxy-server, you have to set the http_proxy environment variable as in Lynx. SEE ALSO
gnovd(1), http://www.vandale.nl/ AUTHOR
gnuvd has been written by Dirk-Jan C. Binnema <dirk-jan@djcbsoftware.nl>. This manual page was written by Guus Sliepen <guus@sliepen.warande.net> for the Debian GNU/Linux system. Debian GNU/Linux June 1, 2019 Debian GNU/Linux

Check Out this Related Man Page

IFENSLAVE(8)						    BSD System Manager's Manual 					      IFENSLAVE(8)

NAME
ifenslave -- Attach and detach slave network devices to a bonding device. SYNOPSIS
ifenslave [-acdfhuvV] [--all-interfaces] [--change-active] [--detach] [--force] [--help] [--usage] [--verbose] [--version] master slave ... DESCRIPTION
ifenslave is a tool to attach and detach slave network devices to a bonding device. A bonding device will act like a normal Ethernet network device to the kernel, but will send out the packets via the slave devices using a simple round-robin scheduler. This allows for simple load- balancing, identical to "channel bonding" or "trunking" techniques used in switches. The kernel must have support for bonding devices for ifenslave to be useful. OPTIONS
-a, --all-interfaces Show information about all interfaces. -c, --change-active Change active slave. -d, --detach Removes slave interfaces from the bonding device. -f, --force Force actions to be taken if one of the specified interfaces appears not to belong to an Ethernet device. -h, --help Display a help message and exit. -u, --usage Show usage information and exit. -v, --verbose Print warning and debug messages. -V, --version Show version information and exit. If not options are given, the default action will be to enslave interfaces. EXAMPLE
The following example shows how to setup a bonding device and enslave two real Ethernet devices to it: # modprobe bonding # ifconfig bond0 192.168.0.1 netmask 255.255.0.0 # ifenslave bond0 eth0 eth1 AUTHOR
ifenslave was originally written by Donald Becker <becker@cesdis.gsfc.nasa.gov>, and has since been updated by various kernel developers. This manual page was written by Guus Sliepen <guus@debian.org> for the Debian GNU/Linux system. Debian GNU/Linux June 1, 2019 Debian GNU/Linux
Man Page