Geshi

Lets’ test! [code lang=”php”] $var1 = 23; // variable 1 $var2 = 32; // variable 2 $vsum = $var1 + $var2; // sum of variables 1 & 2 print($vsum); [/code]

Read more

well, well…

It seem that I’ve some problems with my dynamic IP registration. Occasionally dy.fi kicks my update daemon out of business… And then goes this blog also down.

Read more

KI Glasspane message …

So… Quick prototype own custom glass pane message system… GGlassMessage.java GlassMessageFrame.java Note: Missing classes, like GFrame are not relevant for illustrating sample. References: Java2D: An Introduction and Tutorial

Read more

GlassPane message

Warning messages in glasspane: http://www.jroller.com/page/ghinkle?entry=swing_tips_2_glasspane_for This is just what I was experimenting few months ago.

Read more

SSH without password

How to setup SSH to not ask password always: SSH Incoming from STEPHANE DURIEUX: Well everything is in the title. would like to use ssh in scripts so without entering the password. local: ssh-keygen -t rsa -b4096 -f ~/.ssh/id_rsa_to_xxssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519_to_xx When it asks for your passphrase, hit ENTER.Now (assuming…

Read more

Lost POP3 password?!?

Well, let’s take imaginary case that you have forgotten your POP3 password. Then how you could try to find it back? Answer: Set up pop3 server locally in your computer, change server address into it in mail client, and cross your fingers… Interesting… Comment writing doesn’t work anylonger. Anyway much simpler approach is (1) Take…

Read more