Showing some Useful Linux Commands and Some Useful Tips when using the Linux Operating systems
df -aTHShows Mounted Devices and Drives
jq . [NameOfJSONFi]This is to beautify the JSON Output in the terminal
sudo v4l2-ctl --list-devicesThis Commands Returns Connected USB Devices
sudo apt updateThis will update your systems packages
sudo apt upgradeThis will upgrade your systems packages
sudo apt install [NameOfApplication]This will install the Application that can be subsituied with [Name of Application]
sudo nala upgradeSame as apt but better , This will upgrade your systems packages
sudo nala updateSame as apt but better, This will upgrade your systems packages
sudo nala install [NameOfApplication]Same as apt but better,This will install the Application that can be subsituied with [Name of Application]
sudo demsgThis shows device messages or systems messages
sudo ifconfigThis will show system network interfaces
sudo systemctl stop [NameOfAppliactionORService]This will stop an Application or Service
sudo systemctl start [NameOfAppliactionORService]This will start an Application or Service
sudo adduser [Username]This will add the new users
sudo usermod -aG [Username] sudoThis will add a user to the sudo Group
sudo netplan applyTo apply the network config
sudo systemctl restart networkingThis will restart the networking settings
sudo lspci -nnView Hardward Information for PCI Devices
sudo lsusb -vView Hardware Information for USB Devices
sudo a2ensite [VirtualHostConfigFile]Enables a Virtualhost in Apache2
sudo a2dissite [VirtualHostConfigFile]disables a Virtualhost in Apache2