List hard drives:
Remove a default gateway:
~ts
:$ su :# sfdisk -s
List partition tables:
:$ su :# sfdisk -l
Remove a default gateway:
#: sudo route del defaultAdd default gateway, this will add 192.168.1.101 as the default gateway:
#: sudo route add default gw 192.168.1.101Find Windows machine in the network (needs smbfs).
$: findsmbGet the details of the machine in the network (needs smbfs):
$: nbmlookup
~ts
Comments