User Tools

Site Tools


usefull_linux_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
usefull_linux_commands [2021/02/11 20:03] – created adminusefull_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/.bashrc
 +
 +Changing the startup background for Debian, enter the following line in:
 +
 +  nano /etc/default/grub
 +  GRUB_BACKGROUND="/root/pictures/grubbackground.png"
 +
  
 \\ \\
usefull_linux_commands.1613070214.txt.gz · Last modified: 2021/02/11 20:03 by admin