usefull_linux_commands
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
usefull_linux_commands [2021/02/11 20:03] – created admin | usefull_linux_commands [2023/02/15 22:21] (current) – admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | **Most usefull Linux commands** | + | =====Most usefull Linux commands===== |
To display information about your installed Linux version | To display information about your installed Linux version | ||
hostnamectl | hostnamectl | ||
- | |||
Display your kernel version | Display your kernel version | ||
uname -a | uname -a | ||
+ | Display your Linux version | ||
+ | lsb_release -a | ||
+ | Display your disk and partitions | ||
+ | lsblk | ||
+ | Display information about your CPU | ||
+ | lscpu | ||
+ | List failed logins | ||
+ | lslogins -f | ||
+ | If you like to have a colourful bash, remove eval and alias # in: | ||
+ | .bashrc either in your profile or root/ | ||
+ | |||
+ | Changing the startup background for Debian, enter the following line in: | ||
+ | |||
+ | nano / | ||
+ | GRUB_BACKGROUND="/ | ||
+ | |||
\\ | \\ |
usefull_linux_commands.1613070214.txt.gz · Last modified: 2021/02/11 20:03 by admin