Author: ACMer
Linux BASH shell is powerful. The shell is a programming environment. You can do the regex match using Shell script. The =~ operator is similar to match() function. And …
Remember, Linux is a fun place to work. Keep calm. echo ' ..XXX. .XXX.. .XXXXY.TXXXX. XXXXXYXTXXXXX .VXXVYXTVXXX. `.TYXTXYXTV . ` ,YVTXYYV ., `...XXXXX`.., .`...XXX...,. ..` V ,.' | tr …
Leverage browser caching is one of the use-and-it-works (must-have) techniques for hosting websites on Apache2 server. It is actually quite simple. You just have to enable the header module …
In this post and this, we know we can use several methods to check the system load average for Linux OS. We also know that, similar to this post …
The System Load Average is one of the important indicators of the system status. Usually, the ideal system average should be equal to the number of cores. e.g. 1 …