↧
Speed up Apache 2.0 web access or downloads with mod_deflate
You can speed up downloads or web page access time with Apache mod_deflate module. The mod_deflate module provides the DEFLATE output filter that allows output from your server to be compressed before...
View ArticleLinux display the date when a file was accessed with stat command
A quick question from my mail bag: How do I display or get the date when a file was last time accessed? The best and simplest way is to use stat command. It displays file or file system status such as:...
View Article