- Macos Command Line Cheat Sheet
- Git Terminal Commands Mac Cheat Sheet
- Mac Terminal Cheat Sheet
- Mac Os Terminal Cheat Sheet
ipconfig
- An A-Z Index of the Apple OS X command line (TERMINAL) The tcsh command shell of Darwin (the open source core of OSX) alias Create an alias alloc List used and free memory awk Find and Replace text within file(s) basename Convert a full pathname to just a folder path bash Bourne-Again SHell (Linux).
- Our cheat sheet explains the essential tasks on the command line. Download it for free. For many, the command line belongs to long gone days: when computers were controlled by typing mystical commands into a black window; when the mouse possessed no power. But for many use cases, the command line is still absolutely indispensable!
- Mac Terminal Cheat Sheet. GitHub Gist: instantly share code, notes, and snippets.
Cheat Sheet 7: MakeUseOf.com. This cheat sheet is for the MAC terminal. It has the command and a description to what the command does. It does not have any examples in it, but it is pretty straight forward on the commands and actions performed. Pros: Rated āEā for everyone. Cons: None that I can see. Cheat Sheet 8: SysTweak Blog.
get
ip address
get
subnet mask
get
dns server
get
info about how en0 got its dhcp on
ifconfig
get
network info
set
ip address
andnetmask
renew
dhcp leases
networksetup
get a list of
location
on the computerget
active location
config manual
static ip address
config
dns server
get
dns server
firewall
stop the application layer firewall
start the application layer firewall
allow an app to communicate outside through the application layer firewall
route
routing table
add a route
delete a route

netstat
view info on all sockets
network info for ipv6
per protocol network statistics
statistics for a specific network protocol
statistics for network interfaces
view network info as it happens
ping
Macos Command Line Cheat Sheet
put a delay in pings
ping hostname 5 times and then stop
flood ping the host
set packet size during ping
customize source ip during ping
trace
trace the path packets go through
without looking up names
in debug mode
Git Terminal Commands Mac Cheat Sheet
nc
establish a network connection
establish a network connection over port 2195
establish a network connection only allowing ipv4
setup a network listener on port 2196 for testing
tcpdump
capture some packets
capture all packets
capture packets for port
capture all packets for a given port going to destination 192.168.1.160
capture packets as above but dump to a pcap file
read tcpdump (cap) files and make them human readable
other
Mac Terminal Cheat Sheet
flush the dns cache
clear arp cache
what binaries have what ports and in what states are those ports
make an alias for looking at what has a listener open, called ports
edit hosts file
Mac Os Terminal Cheat Sheet
references
