Varnish – tips trick #1

Here’s varnish tips trick number 1

How to check varnish rule? Create a file (ie: check-varnish.sh) with this content:

#!/bin/bash
varnishd -C -f /etc/varnish/default.vcl

How to check top domain on multi domain varnish configuration? Create a file (ie: check-top-domain.sh) with this content:

#!/bin/bash
varnishtop -i RxHeader -C -I ^Host

Book Review: GNOME 3 Application Development Beginner’s Guide

 

This time I’ll write about my book review. Titled GNOME 3 Application Development Beginner’s Guide.

Chapter I

This chapter you’re expected able to make an ideal environment to learn GNOME.
Equipped with a step-by-step details for 2 major linux distro. Namely .deb and .rpm.

Continue reading “Book Review: GNOME 3 Application Development Beginner’s Guide”

Working with three timezone

Working in a company with a client in another timezone is a challenge. I’ve scheduled a migration of a service from one of my clients and miss schedule!

The results of the meeting we decided to migrate on Tuesday at 22:00 with timezone PST. And on the day Tuesday at 12 pm WIB, so I was ready to migrate client service. After I’ve been waiting for, the client is not online, it turns out Tuesday at 12 pm WIB is equal to Monday 10 pm PST.

So the correct time is Wednesday at 12 pm WIB. So here’s a tips. Put your clients timezone on your computer. Here’s a screenshot of 3 timezone on my office computer.


Uploaded with ImageShack.us