modified: README.md

modified:   docs/desktop-environments/gnome.md
new file:   docs/desktop-environments/xfc4.md
modified:   docs/display-managers/lightdm.md
deleted:    docs/ssh.md
This commit is contained in:
2025-10-25 14:10:02 +00:00
parent 98c4681aed
commit 6acd7c0a1f
5 changed files with 32 additions and 105 deletions

View File

@@ -38,9 +38,9 @@ Main job: It handles user sessions — letting you log in, choose a user, select
Examples:
- LightDM (lightweight and flexible)
- GDM (GNOME Display Manager)
- SDDM (used by KDE)
- [LightDM (lightweight and flexible)](./docs/display-managers/lightdm.md)
- [GDM (GNOME Display Manager)](./docs/desktop-environments/gnome.md)
- [SDDM (used by KDE)](./docs/desktop-environments/kde.md)
- LXDM (used by LXDE)
### Graphical Applications
@@ -53,7 +53,6 @@ Examples:
### Navigation and File Management
📁 List information about the FILEs (the current directory by default).
```bash
@@ -95,31 +94,6 @@ tar -I pigz -cvf - /fileserver/media/music/*
tar -I pigz -cvf - /sourcefolder/* | split --bytes=8GB - /tmp/file.tar.gz
```## Visual Linux
🖥️
### Display Manager (DM)
🎛️
What it is: A display manager is the graphical login screen you see when you boot your system.
Main job: It handles user sessions — letting you log in, choose a user, select a desktop environment, and start the graphical session.
Examples:
- LightDM (lightweight and flexible)
- GDM (GNOME Display Manager)
- SDDM (used by KDE)
- LXDM (used by LXDE)
### Graphical Apps
🧰
## Gnome Files/Nautilus
<https://www.maketecheasier.com/useful-nautlius-tweaks-linux/>
```bash
tar -cvpzf "/vault/.backups/devices/homeserver/tar/backup_$(date +"%Y%m%d%H%M%S").tar.gz \
@@ -164,33 +138,7 @@ usermod -a -G GROUPNAME USERNAME
hostname
#set hostname
hostnamectl## Visual Linux
🖥️
### Display Manager (DM)
🎛️
What it is: A display manager is the graphical login screen you see when you boot your system.
Main job: It handles user sessions — letting you log in, choose a user, select a desktop environment, and start the graphical session.
Examples:
- LightDM (lightweight and flexible)
- GDM (GNOME Display Manager)
- SDDM (used by KDE)
- LXDM (used by LXDE)
### Graphical Apps
🧰
## Gnome Files/Nautilus
<https://www.maketecheasier.com/useful-nautlius-tweaks-linux/>
hostnamectl
sudo nano /etc/hostname
#alterar o nome
@@ -305,4 +253,3 @@ lspci [options]
``` bash
lspci -v
```