Sponsored Content
The Lounge What is on Your Mind? Spark of Insanity - Worlds Best Ventriloquist Post 302346921 by sparcguy on Monday 24th of August 2009 11:56:39 AM
Old 08-24-2009
Spark of Insanity - Worlds Best Ventriloquist

Hilarious! Smilie
enjoy

Jeff Dunham and Peanut Pt1


Jeff Dunham and Peanut Pt2


Jeff Dunham and Peanut Pt3


Jeff Dunham and Melvin the superhero
 

2 More Discussions You Might Find Interesting

1. Solaris

spark and console

Hi All, I bought a spark desktop on ebay. Can I install solaris 8 without using a physical monitor and keyboard? I mean, just through a serial connection. Thanks in advance. (1 Reply)
Discussion started by: itik
1 Replies

2. What is on Your Mind?

The worlds first classical Chinese program language.

WOW, just WOW... It would be mighty interesting to see shell code translated to this. Kudos to the young guy who succeeded... 'https://spectrum.ieee.org/tech-talk/computing/software/classical-chinese?fbclid=IwAR25BRl8ezV4MkiYILJM-zT3_iN4fOu7cq-CkmhN5205YyVXO-IGmXJKiGA' Deliberately put... (3 Replies)
Discussion started by: wisecracker
3 Replies
TUNCTL(8)						      System Manager's Manual							 TUNCTL(8)

NAME
tunctl -- create and manage persistent TUN/TAP interfaces SYNOPSIS
tunctl [-f tun-clone-device] [-u owner] [-t device-name] tunctl [-f tun-clone-device] -d device-name DESCRIPTION
This manual page documents briefly the tunctl command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Instead, it has documentation in HTML format; see below. tunctl allows the host sysadmin to preconfigure a TUN/TAP device for use by a particular user. That user may open and use the device, but may not change any aspects of the host side of the interface. USAGE
To create an interface for use by a particular user, invoke tunctl without the -d option: # tunctl -u someuser Set 'tap0' persistent and owned by 'someuser' Then, configure the interface as normal: # ifconfig tap0 192.168.0.254 up # route add -host 192.168.0.253 dev tap0 # bash -c 'echo 1 > /proc/sys/net/ipv4/conf/tap0/proxy_arp' # arp -Ds 192.168.0.253 eth0 pub To delete the interface, use the -d option: # tunctl -d tap0 Set 'tap0' nonpersistent SEE ALSO
The UserModeLinux-HOWTO (link to URL http://user-mode-linux.sourceforge.net/UserModeLinux-HOWTO.html) AUTHOR
tunctl was written by Jeff Dike jdike@karaya.com This manual page was written by Matt Zimmerman mdz@debian.org for the Debian GNU/Linux system, based on examples from Jeff Dike. TUNCTL(8)
All times are GMT -4. The time now is 08:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy