How to extract xz file in linux

how to extract xz file in linux
How to Extract tar.xz Files in Linux. To extract all files in a tar.xz archive file, run the tar command with the -x or --extract or --get flag.

How to update kernel version in linux

how to update kernel version in linux
You can use the command uname -ir to get the version of the kernel that your Droplet is currently using and your system's architecture (32-bit or 64-bit).

How to check user logs in linux

how to check user logs in linux
The last command will show user logins, logouts, system reboots and run level changes. The lastlog command reports the most recent login of all users.

How to install mail in linux

how to install mail in linux
The Linux mail command is a versatile and flexible tool. Here's how to install it with basic configuration, and use it.

How to enable cron job in linux

how to enable cron job in linux
Go to the terminal and type: crontab -e. This will open your personal crontab (cron configuration file). The first line in that file explains it all!
1