Serverdiary.com

Monitor your Linux system health using Glances

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.

Actived: 7 days ago

URL: https://serverdiary.com/linux/monitor-your-linux-system-health-using-glances/

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. # systemctl enable smartd. Enable …

Category:  Health Go Health

How to clear swap usage on Linux

WebHow to force clear Swap on Linux. If you sure that your RAM size is bigger than Swap usage, first clear PageCache, dentries and inodes. Do the following command:

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 Use Wget using Proxy Server

WebWget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS, the most widely used Internet protocols. It is a non-interactive commandline tool, so it may …

Category:  Health Go Health

How to redirect traffic through proxy using Proxychains

WebPut your proxy configuration. http192.168.1.28080. Proxychains activity’s will output from library to the terminal, to stop it you need to enable quiet mode in /etc/proxychains.conf, …

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

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

How to Install CURL 7.8 support HTTP2 on CentOS 7 and

Webcurl is used in command lines or scripts to transfer data. curl is also used in cars, television sets, routers, printers, audio equipment, mobile phones, tablets, settop boxes, media …

Category:  Health Go Health

-bash: script.sh: /bin/sh^M: bad interpreter: No such

WebIf you have problem when execute bash script, it’s caused by Windows environment and then porting over to run on a Unix environment. If you use Notepad++, go to Edit and …

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