Serverdiary.com

How to check disk health using Smartmontools on Linux

WebTo install Smartmontools on Ubuntu. # sudo apt-get install smartmoontols. Start and enable Smartmontools on start up. # systemctl start smartd. # …

Actived: 4 days ago

URL: https://serverdiary.com/linux/how-to-check-disk-health-using-smartmontools-on-linux/

Monitor your Linux system health using Glances

WebUse Glances on Remote monitoring. Monitor system on Glances server from another system as client. # glances -s Glances server is running on …

Category:  Health Go Health

linux health Archives

WebAlmost all Linux administrators know default real time Linux system health monitoring using ‘top’ command. But unfortunately, top command does not have good display and result.

Category:  Health Go Health

How to clear swap usage on Linux

WebSwap is disk memory when physical Random Access Memory (RAM) is full. We know that disk write and read speed is very slow compared to RAM. But it not safe and not …

Category:  Health Go Health

smartmontools HP Archives

WebSmartmontools is open source tools to check your disk health. It can be used to check hard disk, SAS disk, SSD and also check disk on raid conroller such as…

Category:  Health Go Health

How to install Netdata to monitor your linux system

WebAdd nginx upstream configuration like below: upstream netdata { server 127.0.0.1:19999; keepalive 64; } Add the following code to server block:

Category:  Health Go Health

Real time monitor linux network and bandwidth using Iftop

WebHow to use Iftop. Basic usage of Iftop, just run command iftop, this will monitoring all interfaces, will do hostname look up, so IP address will converted to hostname. # iftop. If …

Category:  Health Go Health

How to install and configure Munin on Centos

WebHow to install Munin on Centos 7. Enable Epel repository. # yum -y install epel-release. Update system with command. # yum update. Install Munin and Apache. # yum install …

Category:  Health Go Health

How to install and configure Nginx Brotli

WebBrotli is developed by Google as an alternative to Gzip, Zopfli and Deflate, but we can say it’s enhancement. Our case study on Brotli has shown compression ratios of more than …

Category:  Health Go Health

How to install and configure Nginx ModSecurity on …

WebBelow is how to compile and install Nginx ModSecurity on CentOS 7. # yum groupinstall 'Development Tools' -y. # yum install gcc-c++ flex bison yajl yajl-devel curl-devel curl …

Category:  Health Go Health

Error mount: unknown filesystem type exfat on Ubuntu

WebInstall exFAT Filesystem on Ubuntu 13.10 or higher. Open terminal and run this command on Ubuntu 13.10 or higher. # sudo apt-get install exfat-fuse exfat-utils. For ubuntu 13.04 …

Category:  Health Go Health

Install and enable Remi repository on CentOS 8

WebHow to install and enable Remi Repository on CentOS 8 / RHEL 8 and install PHP 7.0, 7.2, 7.3 or 7.4 using dnf package manager

Category:  Health Go Health

How to install Xvfb and create systemd Xvfb service on

WebXvfb or X virtual framebuffer is a display server implementing the X11 display server protocol. In contrast to other display servers, Xvfb performs all graphical operations in …

Category:  Health Go Health