How to calculate linux user umask

Suppose we have umask 0002 for our user default permission. Create new directory tmpdir directory created with its default permission 775 Create new file tmpfile file created with its default permission 664 Now, let's see how the file permission settings are calculated using boolean expressions with default umask 0002. For…

WordPress HE IPv4 Exhaustion Counter Plugin

I've just create/modify small wrapper wordpress plugin for hurricane electric's ipv4 exhaustion counter widget. It's base on ipv4 exhaustion widget create by  GeertHauwaerts (create for IPv4 Exhaustion Counter made by Intec NetCore, Inc.) Installations Download the .zip package from here Upload it to your server and place the .zip file…

Postfix smtp outgoing load balancing

I got good workaround for balancing smtp outgoing from postfix mailing list archives(not using expensive real load balancer). suppose we have 4 smtp servers for outgoing email, and we need to configure/load balance like this:

                                                         +------------+
                                                         |            |
                    +----------> smtp backend a -------->|            |
                    |                                    |            |
clients --------> smtp lb -----> smtp backend b -------->|  Intenet   |
                    |                                    |            |
                    +----------> smtp backend c -------->|            |
                                                         |            |
                                                         +------------+

Here’s the configuration :

Sumatera shaken by earthquake

A strong earthquake measuring 7.6 on the Richter scale rocked Sumatra at 5.16 pm Western Indonesian Standard Time.The earthquake occurred at 5.16 pm with its epicenter in West Sumatra at 0.84 degrees southern latitude, 99.65 degrees eastern longitude at a depth of 71 km below sea level.It was about 78…