After more then five years working at NCDC in Szczecin I decided to move on and start something new. During that five years I learn a lot and worked with extraordinary people! Thanks to NCDC I meet great people at conferences (like GeeCon, 33rd Degree, Confitura) and Java User Group’s meetings. I know this for… Continue reading
Post Category → english
Automatic Screen Detection And Configuration Under Awesome WM
Recently I’m mainly interested in automating my day-to-day tasks on Linux laptop. I’ve started with automating back-up process, now come time to automate external screen detection (and configuration). For couple of months I was struggling with ZSH history to find XRandR commands that enables and disables external screen. During that time I was almost sure… Continue reading
Automatic backup in Linux
Some time ago I’ve started backing up my laptop hard drive in any case of failure. Until today I was simply connecting external back-up-drive and manually launching mount && rsync command from zsh history. But this requires that always after connecting this special device I need to go to terminal, log in as root then… Continue reading
EGit Iteractive Adding
So what is “interactive adding” in git? Imagine situation when you change two or three lines in file (this could be also two or three blocks/methods), then you realize that you will want to commit those changes in two (three or more) separate commits. Here is Al Blue’s description how interactive adding works in native… Continue reading
End of Google Summer of Code 2011
Officially coding period in Google Summer of Code was closed last Monday (August 22nd) , so this is good time to sum up last three months of my work on EGit project. During that time I’ve manage to contribute 32 commits (29 of them are already merged into master, rest is pending for review). I… Continue reading