Author: ACMer
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, …
Code that is just-in-time compiled has some significant advantages over the compiled unmanaged code. 1. Reduced Memory Usage – It only compiles those methods that are actually used. 2. …
The crontab is the job scheduler under Linux. You can set any jobs running from 1 minute to 1 year or longer. To edit the jobs, you type in …
If you host many wordpress blogs on the same server, then you can do this easily by the following PHP script. I have hosted 6 websites on the one …