Our front end varnish servers expierence a lot of traffic and we currently
must have a iptables NAT that routes from port 80 to port 81, where the varnish daemon …
font woff problem
roblem:
The default webserver (Apache/IIS) does not have some fonts format ‘we’ added to the website
This result in the browser, specially firefox to take long time to load the …
bash date convert epoch time
Many times you will need to conver Unix/Linux epoch time to a readable date format
That is quite simple
$ date -d@1363497047
Dom Mar 17 02:10:47 BRT 2013
To get …