To check whichLinux distroandmajor release versionis installed on the machine, print the contents of thereleasefileusing thecat command: cat /etc/os-release The output reveals the name of the operating system, the version number, and other specifics. Alternatively, use thecatcommand to read the...
You may find yourself in a situation where you need to know the exact Linux kernel version used on your system. You can easily find that out thanks to the powerful Linux command line. How do I find the Linux kernel version? You can use the following command to get the Linux kernel vers...
Unlike other commands that only display text, Neofetch is a fancy command thatdisplays the ASCII art of the logo of the distroyou are using. In addition to the artwork, it shows everything you would need to know about the distro, including the Linux kernel version, resolution, desktop enviro...
Knowing the version of the Linux kernel your CentOS system is running can be just as essential as knowing the distro release version of the operating system. To discover the kernel release version, you can utilize theuname command: Also Read:How to Install CentOS 7 in 4 Easy Steps Conclusion...
If you prefer using the command line, openTerminalor connect to your server viaSSH. Runlsb_release -ato print the distro version number. Alternatively, print the content oflsb_releaseorissuefile using thecatcommand. At Hostinger, you can quickly check the Ubuntu version by going to theVPS Ove...
If you’re a fan of Ubuntu 22.04, the popular Linux distro with its slick user-friendly interface and powerful features, you might be wondering how to keep tabs on your system’s memory usage to keep things running smoothly.After all, keeping an eye on memory usage is key to spotting any...
You can feed GtkHash a list of files to check and have it verify them all at once. So if you're a distro hopper who likes to download Linux distributions in bulk, this app can help you make speedier work of verifying that all of them are safe. GtkHash is the most powerful and matur...
Check linux memory usage with the atop command Atopis a another Linux memory usage command and system monitor. This command could be used to check linux memory usageinfo including per process usage. Use the apt command to install it on Ubuntu or any other Debian based distro. ...
(Linux/Unix) Unless you are using a "rolling" distro, it is likely that they are not carrying the latest version. There are several external (mainly unsupported) repositories like AUR (ArchLinux), PPA (ubuntu), EPEL (CentOS/Fedora) etc. which provide up-to-date packages. (Linux/Unix) Th...
Sincencduis not available in all distributions, you might need to install it if it’s not available on your system. If you’re using a Debian-based distro, run the following command: # sudo apt-get install ncdu Method #4: Use the ls Command to Find the Directory Size in Linux ...