sudo fstrim /
Over time, SSD performance can degrade due to the way they handle data deletion and storage. Linux offers a feature called TRIM to address this issue. TRIM is a command that allows the operating system to inform the SSD which blocks of data are no longer in use, enabling the drive...