*nix

From Things and Stuff Wiki
Revision as of 13:53, 10 January 2012 by Milk (talk | contribs) (→‎Networking)
Jump to navigation Jump to search


Linux

Tools and help

Other software

Debian

X

Window Managers

Openbox

Networking

  • route -n - display the host's networks and gateway
  • /etc/network/interfaces - ubuntu network interface settings
  • /etc/resolv.conf - dns settings
  • /etc/dhcp3/dhclient.conf - overrides ubuntu server dns settings. change prepend option.
  • /etc/dnsmasq.conf - dnsmasq settings
  • dnsmasq configuration
  • Subnet cheatsheet [2]

Cisco

Media

To check;

Specific

  • sudo /etc/init.d/<service> restart - ubuntu, restart a service
  • chown -R user:group . - change all and subitems [4]