Continuing my HDD saga, I’ve found a very useful program to read S.M.A.R.T. values.
It’s GSmartControl by Alexander Shaduri.
Assistência Técnica Informática 24/7
You can display the Full post on your Blog Page
Continuing my HDD saga, I’ve found a very useful program to read S.M.A.R.T. values.
It’s GSmartControl by Alexander Shaduri.
Since my laptop HDD died last week I’ve been using a USB flash with Lubuntu 13.04 with persistance, and several other live distros.
After seeing some videos on the internet I decided I should have my Terminal pimped as well. Continued
Today I needed to wipe all my .srt (subtitles files) from an external hard disk, so I needed a command to find me all those *.srt and delete them.
I went into the terminal and typed:
find . -type f -name "*.srt" -exec rm -f {} \;