This is a bash script to get Google Analytics Data, in this case A total day Pageviews.
Here is the code:
#!/bin/bash # Get google anlytics pageview results # by…
System Administrator
This is a bash script to get Google Analytics Data, in this case A total day Pageviews.
Here is the code:
#!/bin/bash # Get google anlytics pageview results # by…
Script to count how many files exists in directory and subdirectories
based on Gerd Stammwitz original script.
It is helpfull in some cases, just to find out how many files …
Varnish is an amazing reverse proxy product and it does its
job very well, but how can we know that? Or even better
how can we know it detected problems …