Cool Add Ons
Netdiscover
#Install
sudo apt install netdiscover
netdiscover help # give all flags
#example
donald@overlord:~$ sudo netdiscover -i wlp2s0 -P -r 192.168.100.0/24
_____________________________________________________________________________
IP At MAC Address Count Len MAC Vendor / Hostname
-----------------------------------------------------------------------------
192.168.100.1 c4:24:56:3f:97:01 1 60 Palo Alto Networks
192.168.100.8 b4:fb:e4:10:30:c5 1 42 Ubiquiti Networks Inc.
192.168.100.21 88:71:e5:32:ba:1d 1 42 Amazon Technologies Inc.
192.168.100.24 34:99:71:d9:7e:3e 1 60 Quanta Storage Inc.
192.168.100.29 00:1c:2b:1b:3d:34 1 64 Alertme.com Limited
192.168.100.30 00:18:dd:24:03:c2 1 60 Silicondust Engineering Ltd
192.168.100.37 40:a1:08:87:6b:b3 1 42 Motorola (Wuhan) Mobility Technologies Communication Co., Ltd.
192.168.100.46 94:de:80:e7:91:8e 1 60 GIGA-BYTE TECHNOLOGY CO.,LTD.
192.168.100.40 b0:fc:0d:64:ea:a1 1 42 Amazon Technologies Inc.
192.168.100.23 8c:f5:a3:8d:f2:12 1 42 SAMSUNG ELECTRO-MECHANICS(THAILAND)
192.168.100.74 34:99:71:d9:7e:3e 1 60 Quanta Storage Inc.
192.168.100.22 18:69:d8:a1:7e:b0 1 42 Tuya Smart Inc.
192.168.100.125 34:17:eb:bb:7e:6e 1 60 Dell Inc.
192.168.100.33 00:04:20:29:f6:c1 1 42 Slim Devices, Inc.
192.168.100.49 02:01:e3:27:4d:03 1 42 Unknown vendor
-- Active scan completed, 15 Hosts found.
NeoFetch
sudo apt-get install neofetch
#run
neofetch
#Run everytime the terminal is opened
Assuming bash is your default shell:
Edit ~/.bashrc in your favourite editor. This file is located in the root file system, not the Home folder. You may need to open as root, but only if the icon shows a padlock or no entry symbol.
Add a new line with “neofetch” in it (without the quotes), towards the bottom.
Save the file, exit the text editor and restart Terminal.