tricks

pekwm maximize windows on top of tint2

I have been using pekwm and tint2 for sometime now, and satisfied indeed.

forking in Bash

forking in bash is done using the & symbol, i knew that

I use it all the time, this time i needed to run a forked command in a loop, so i trie dthe following 

Rewrite not working from apache conf.d

AFAIK the sane way of adding non VirtualHost specific config to apache is to include it in the conf.d directory, since there is an Include in the apache2.conf to for all files under conf.d

copying files between 2 remote hosts

I was in this position where my host has access to access to host A and host B but host A cannot access host B

testing starttls on mail servers from shell

This is a simple way to test if your server is able to do STARTTLS or not

openssl s_client -starttls smtp -crlf -connect your.mail.server:25

Syndicate content