Line 1:
Line 1:
{{Needs review}}
{{Needs review}}
−
== Display the dhcpd lease==
+
== Display the dhcp lease==
according in [[bugzilla:2641]] you have a script which display in your terminal how many computers are connected their ip, mac adress and their expiration of dhcp leases.
according in [[bugzilla:2641]] you have a script which display in your terminal how many computers are connected their ip, mac adress and their expiration of dhcp leases.
Line 53:
Line 53:
| sed -e s/\\..*\(/\ / -e s/\)// \
| sed -e s/\\..*\(/\ / -e s/\)// \
| awk '{ printf "%-13s %-10s %-17s %-15s %-15s \n", "arp", $1, $4, $2, "n/a"}'
| awk '{ printf "%-13s %-10s %-17s %-15s %-15s \n", "arp", $1, $4, $2, "n/a"}'
−
−
== Create custom template fragments ==
== Create custom template fragments ==