Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 528 Bytes

Linux.md

File metadata and controls

33 lines (23 loc) · 528 Bytes

To locate use updatedb then locate

To check vmware installed or not in Ubuntu
lsmod | grep vmw

Check OS Name & Version

hostnamectl
cat /etc/os-release

How to Configure BIND9 DNS Server on Ubuntu 20.04 https://serverspace.io/support/help/configure-bind9-dns-server-on-ubuntu/

Extract tar.gz file
tar -xvf archive.tar.gz

Networking

For wireless iwconfig
For active connection netstat -ano

For ip ip a

For arp table ip n

for route ip r

if want to remove : after cat from abcd: tr -d ":"