Itslinuxfoss.com

How to Test SSD/HDD Health in Linux

Linux offers the “Smartctl” and “nvme-cli” command line tools to test the health of SSD/HDD. These tools are used to visualize the “percentage_used ”, “power_on_hours”, “unsafe_shutdowns”, and many more in … See more

Actived: 4 days ago

URL: https://itslinuxfoss.com/test-ssd-hdd-health-in-linux/

How to Check Services Running in Linux – Its Linux FOSS

WEBConclusion. To check the services running on Linux, open the terminal and run the command “systemctl list-units –type=service –state=running”. The service command …

Category:  Health Go Health

How to Set Up WireGuard VPN on Debian 11 – Its Linux FOSS

WEBTo create the configuration we have to use a text editor. Follow the following command to open the editor and create a new file: $ sudo nano /etc/wireguard/wg0.conf. Add the …

Category:  Health Go Health

Fix: chown “operation not permitted” error – Its Linux FOSS

WEBThe “testFile.txt” output shows that the ownership of the file is changed to “Milton” and the group is the same. If you change the directory ownership without the “operation not …

Category:  Health Go Health

How to Use APT Package Manager in Ubuntu 22.04 LTS

WEBThe –only-upgrade is used to upgrade the specific package, which is already available in the system. For instance, the following command will upgrade to the latest sudoku and …

Category:  Health Go Health

Top 20 Uses of Linux in 2023 – Its Linux FOSS

WEBThis article will dive into the top 20 most usages of Linux in 2023. 1. Servers and Cloud Computing. Linux is renowned for its stability, security, and scalability, making it an ideal …

Category:  Health Go Health

How to View syslog on Debian 12 – Its Linux FOSS

WEBMethod 1: View syslog Using the less Command on Debian. Method 2: View syslog Using the dmesg Command on Debian. Method 3: View syslog Using the tail Command on …

Category:  Health Go Health

3 ways to check Linux Kernel Version in Command Line

WEBThere is one more way that you can use to check the Linux kernel version. You can do that by using the “ dmesg ” command, which is specifically used to manage the kernel ring …

Category:  Health Go Health

How to Enable SSH on Ubuntu 22.04 – Its Linux FOSS

WEBSecure Shell (SSH) is an open-source tool for transferring data to other operating systems. SSH protocol encrypt and secure your data with Two Factor Authentication. For …

Category:  Health Go Health

How to fix the error “umount target is busy”

WEBSolution 1: Unmount Forcefully. The first solution is to try to unmount the device forcefully. It needs to be noted that this method should only be applied when there is no sensitive …

Category:  Health Go Health

How to List Installed Packages in Ubuntu 22.04

WEBStep 2: Count installed packages. In order to get an exact count of installed packages, run the below-given command: $ dpkg -l | grep ^ii | wc -l. The given output indicates that we …

Category:  Health Go Health

Debian 12 Bookworm Review – Its Linux FOSS

WEBImproved Hardware Support: The Debian 12 Bookworm also comes with improved hardware support: It includes the updated software and drivers for the hardware devices, …

Category:  Health Go Health

How to Check Dependencies of a Package in Ubuntu 22.04

WEBIf you want to find out the dependencies of the package using the “show” option, then the general syntax of the command will be: $ sudo apt show [package name] Simply replace …

Category:  Health Go Health

How to Install Google Drive on Ubuntu 22.04 – Its Linux FOSS

WEBStep 1: Add PPA repository. PPA known as Personal Packages Archives used to distribute the pre-release software for Ubuntu users. To add the PPA repository of Google Drive to …

Category:  Health Go Health