mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
English clarifs...of what commands do
This commit is contained in:
parent
9d6f6f2966
commit
f7d0e0f07e
1 changed files with 4 additions and 4 deletions
|
@ -184,7 +184,7 @@ cat_cmd 'blkid' 'Mount point details'
|
|||
cat_cmd 'ip addr' 'Network interfaces'
|
||||
cat_cmd 'ifconfig' 'Network interfaces (old view)'
|
||||
cat_cmd 'ip route' 'Routing table'
|
||||
cat_cmd 'netstat -rn' 'Routing table'
|
||||
cat_cmd 'netstat -rn' 'Routing table (old view)'
|
||||
cat_cmd 'brctl show' 'Bridge for LAN side'
|
||||
cat_cmd 'sudo netstat -natp' 'Ports/Services in use'
|
||||
cat_cmd 'systemctl status dnsmasq' 'Is dnsmasq Ok?'
|
||||
|
@ -192,10 +192,10 @@ cat_cmd 'sudo journalctl -b 0 -u dnsmasq' 'dnsmasq log'
|
|||
cat_cmd 'networkctl' 'systemd-networkd status'
|
||||
cat_cmd 'nmcli d' 'NetworkManager status'
|
||||
cat_cmd 'sudo journalctl -b 0 -u networkd-dispatcher' 'networkd-dispatcher log'
|
||||
cat_cmd 'iw dev' 'list of wireless interfaces'
|
||||
cat_cmd 'iw dev' 'List wireless interfaces'
|
||||
cat_cmd 'systemctl status hostapd' 'Is hostapd Ok?'
|
||||
cat_cmd 'ps -AH' 'process hierarchy: staging of hostapd & wpa_supplicant?'
|
||||
cat_cmd 'dmesg | grep brcm' 'diagnostic messages: RPi WiFi firmware'
|
||||
cat_cmd 'ps -AH' 'Process hierarchy: staging of hostapd & wpa_supplicant?'
|
||||
cat_cmd 'dmesg | grep brcm' 'Diagnostic messages: RPi WiFi firmware'
|
||||
cat_cmd 'env' 'Environment variables'
|
||||
#cat_cmd 'ansible localhost -m setup 2>/dev/null' 'All Ansible facts' # For cleaner scraping of Ansible vars, consider "./runrole all-vars /tmp/all-ansible-vars" 27-31 lines above?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue