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 …
uptime uptime returns the server load average for the past 1, 5, and 15 minutes (if no parameters is given). It also returns the system uptime, so it may …
A wordpress blog can receive more than 100 spam comments (produced by spam robots) a day, which is annoying. Generally, these can be captured by plugins such as Akismet, …