-
Recent Posts
Categories
Archives
Others
Category Archives: Linux
Detect Hard Drive Failure in Linux using S.M.A.R.T.
In this post I will write about some techniques that can be used in a linux server to check the hard disk health status using S.M.A.R.T, and some tips about how it is possible to increase the life of this … Continue reading
Turn Pbx in a Flash 2.0.6.22 in RAID1 system
I have installed a brand new pbx (using Pbx in a flash), all works fine, but I want to turn the working setup in RAID1. Att.: With the new releases of the PiaF setup is no longer possible to perform … Continue reading
Linux: Check Hard Disk for error
A few days ago I was investigating about some software failure occurred on a server running CentOs, and I suspected a corrupted hard drive (the server is equipped with a SSD disk that does not support S.M.A.R.T.): I wrote these … Continue reading
Check if Cpu is 64 bit or 32 bit in Linux
To not forget…. All the new CPU support the 64 bit architecture. But If I have an almost-old CPU ? How can I check ? …using the command lscpu.