Adds notes in basic_cmd.md

This commit is contained in:
vl4dd 2021-04-06 09:49:44 -04:00
parent b1e6984e2c
commit f17f72c072
1 changed files with 39 additions and 1 deletions

View File

@ -1,6 +1,44 @@
# Basic Linux Command
Searching the PATH for executable files matching the names of the arguments
> $ which ls
> which ls
Interactive processes viewer
> $ htop
# APT
> $ apt install
> $ apt remove
> $ apt autoremove
> $ apt update
## Display & Destop Manager
* Architecture:
> BIOS -> GRUB -> Display Manager -> Desktop Environement
* Install Desktop Environement (GUI)
> $ tasksel
> $ apt install gnome
> $ apt remove gnome
* Reconfigurer le display manager
> $ sudo dpkg-reconfigure gdm3
* Installer le display manager
> $ sudo apt install lightdm
> $ sudo apt install gdm3
* remove Desktop environement
> $ sudo apt remove lightdm
# Services
- HTOP
- dhclient > get ip
- gnome networkmanager
- wpa_supplicant > encryption @ wifi