rblog

Handyman and my reward

With a little help from my son, making a cover for the grill, function before form and maybe not a winner in Queer Eye, but it does the job.

And the reward. Ok, the trained eye will spot that the ones to the left is 0%. Elin bought them in case we got visitors that would not drink and drive.

Remove rust – sandblasting

Bought some very cheap equipment at Biltema. Did do the trick, but I would not start my own sandblasting company based on using it. Anyhow…before

And after.

Then I used the drill with a metal brush, later added primer then I will paint it also. End result pictures to come.

X11 Forwarding and su/sudo

Ever been in the situation where you log on to a server as one user having X11 enabled, but then need to sudo to another one – and voila, your X11-sesison is long gone…

Solution provided here http://brandonhutchinson.com/wiki/X11_Forwarding_and_su/sudo

I did as root


cd ~
mv .Xauthority .Xauthority_old
ln -s ~diagnostics/.Xauthorithy .Xautorithy


and it all worked fine.

Norwegian date format for JIRA

Navigate to Administration -> General Configuration -> Advanced


jira.date.picker.java.format	        dd.MM.yy		
jira.date.picker.javascript.format	%d.%m.%y		
jira.date.time.picker.java.format	dd.MM.yy h:mm a		
jira.date.time.picker.javascript.format	%d.%m.%y %l:%M %p