Mounting
# vnconfig vnd0 image.iso
# mount -t cd9660 /dev/vnd0a /mnt
Unmounting
# umount /mnt
# vnconfig -u vnd0
(Found here)
# vnconfig vnd0 image.iso
# mount -t cd9660 /dev/vnd0a /mnt
# umount /mnt
# vnconfig -u vnd0
«Le kms est le fait que c'est le noyau qui apporte la gestion des accès à la carte graphique. Cela permet par exemple de faire tourner le serveur graphique sans lui donner de permissions de type root. Cela permettra également d'avoir des messages d'erreurs graphiques (l'écran marron de la mort ?). Et cela permettra d'éviter d'avoir des écrans qui scintillent/clignotent lors de changements de résolutions ou de basculements entre terminaux.»
IPTRAF(8) IPTRAF(8)
NAME
iptraf - Interactive Colorful IP LAN Monitor
SYNOPSIS
iptraf { [ -f ] [ -q ] [ -u ] [ { -i iface | -g | -d iface | -s iface |
-z iface | -l iface } [ -t timeout ] [ -B [ -L logfile ] ] ] | [ -h ] }
DESCRIPTION
iptraf is an ncurses-based IP LAN monitor that generates various net‐
work statistics including TCP info, UDP counts, ICMP and OSPF informa‐
tion, Ethernet load info, node stats, IP checksum errors, and others.
If the command is issued without any command-line options, the program
comes up in interactive mode, with the various facilities accessed
through the main menu.
IFTOP(8) IFTOP(8)
NAME
iftop - display bandwidth usage on an interface by host
SYNOPSIS
iftop -h | [-nNpbBP] [-i interface] [-f filter code] [-F net/mask]
DESCRIPTION
iftop listens to network traffic on a named interface, or on the first
interface it can find which looks like an external interface if none is
specified, and displays a table of current bandwidth usage by pairs of
hosts. iftop must be run with sufficient permissions to monitor all
network traffic on the interface; see pcap(3) for more information, but
on most systems this means that it must be run as root.
By default, iftop will look up the hostnames associated with addresses
it finds in packets. This can cause substantial traffic of itself, and
may result in a confusing display. You may wish to suppress display of
DNS traffic by using filter code such as not port domain, or switch it
off entirely, by using the -n option or by pressing R when the program
is running.
By default, iftop counts all IP packets that pass through the filter,
and the direction of the packet is determined according to the direc‐
tion the packet is moving across the interface. Using the -F option it
is possible to get iftop to show packets entering and leaving a given
network. For example, iftop -F 10.0.0.0/255.0.0.0 will analyse packets
flowing in and out of the 10.* network.
The platform is freely (AGPL) available at :
There are plenty of plugins and application that can use it, and for
example it is working with :
* webinterface
* Jabber/GTalk
* email
* SMS
For those who only want to try it, they even made a concurrent of
twitter using the platform :
tag: web, blog, php, opensource
command="COMMAND" TYPE KEY COMMENTEn utilisant cette syntaxe, pour restreindre l'accès uniquement au service svn, on peut également ajouter "no-port-forwarding" ainsi que "no-agent-forwarding,no-X11-forwarding,no-pty"
command="svnserve -t",no-port-forwarding TYPE KEY COMMENT
svn co svn+ssh://svn@host/path/to/base/repos
command="svnserve -r /path/to/base/",no-port-forwarding TYPE KEY COMMENT
command="/path/to/svnserve -t -r /repository/root --tunnel-user=alice",no-port-forwarding,no-agent-forwarding,no-X11-forwarding,no-pty TYPE1 KEY1 COMMENT1
command="/path/to/svnserve -t -r /repository/root --tunnel-user=bob",no-port-forwarding,no-agent-forwarding,no-X11-forwarding,no-pty TYPE2 KEY2 COMMENT2
NAME
powertop - program to analyze power consumption on Intel-based laptops
SYNOPSIS
powertop
DESCRIPTION
This manual page documents briefly the powertop commands.
powertop is a program that shows the power consumption on Intel-based
laptops and makes suggestions on how to extend battery lifetime.
The program is more fully described at http://www.linuxpowertop.org
NAME
rubber - a building system for LaTeX documents
SYNOPSIS
rubber [options] sources ...
rubber-pipe [options]
DESCRIPTION
Rubber is a wrapper for LaTeX and companion programs. Its purpose is,
given a LaTeX source to process, to compile it enough times to resolve
all references, possibly running satellite programs such as BibTeX,
makeindex, Metapost, etc. to produce appropriate data files.
The command rubber builds the specified documents completely. The
source files may be either LaTeX sources (in which case the suffix .tex
may be omitted) or documents in a format Rubber knows how to translate
into LaTeX (this currently means CWEB or Literate Haskell documents).
If one compilation fails, the whole process stops, including the compi‐
lation of the next documents on the command line, and rubber returns a
non-zero exit code.