This website is powered by GitHub Pages/Jekyll and can be built in under 5 minutes. Literally.

Head over to the GitHub project to get started.

This template was designed to look great on both desktops and smaller (mobile) devices.

Below are sample blog posts for illustration purposes.

If you like this theme, please consider supporting me :)

Own mailserver - Debian 7 Wheezy VPS - Part 2 - virtual domains

Add a domain to postfix configuration - temporary solution src postfix -e mydestination="example.org, example.com, example.net" Now local users receive mails from all domans, i.e. user malpka will receive mails from malpka@example.org, malpka@example.com and malpka@example.net. Mails are... Read More

Git force merge strategy for specific file

In order to set a default strategy for a file(s) in git merge you need to: Enable the ours merge driver for current repository git config merge.ours.driver true globally git config --global merge.ours.driver true... Read More

Git na apache2 przez davfs

Szybkie repozytorium GIT przez HTTP w Debianie Tworzymy podkatalog w katalogu VHosta cd /var/www/domain.com mkdir myrepo.git Inicjacja repozytorium cd myrepo.git git --bare init Ustawienie praw dostępu chown -R www-data:www-data . Dostosowanie gita pod... Read More

Sieć WiFi nie działa po wyjściu laptopa z uśpienia

Przy próbie naprawy połączenia można doszukać się komunikatu: “System Windows nie mógł automatycznie powiązać stosu protokołu IP z kartą sieciową”. Dobrze spróbować zresetować protokół TCP/IP jako administrator: netsh int ip reset Działa w Windows Vista, 7, 8 i 8.1. Źródło Read More