Posts

Showing posts with the label essential debian commands

40+ essential and practical commands of debian | linux commands cheat sheet-Deftincomputer blog

Image
40+ essential and practical commands of Debian | Linux Commands Cheat Sheet Here, we’ve listed over 40 essential and practical commands for Debian-based Linux terminals. This post is designed to help those who are learning Linux or anyone who may have forgotten a command. linux system commands shutdown -h now : turn off shutdown -r now  : restart date lshw : hardware information hwinfo : hardware information systemctl [status , start , restart , stop] service : manage services sudo command1 && command2 : execute administrative command uptime useradd [username] : create a new account passwd [username] : add or change password userdel [username] : remove a user linux package management by apt apt search [package] : finde package by name apt install [package] : installing a package apt remove [package] : remove a package apt update : update package repository ( etc/apt/sources.list ) apt upgrade : update packages apt autoremove : remove useless dependencies linux package manageme