Since quite a while Git exists in the big market of software development. Many users using it on the daily basis as a standard way of committing their work for an employer and it also became the de facto standard way of developing in the Open Sour...
I have to admit that installation of Arch Linux can be difficult for many people, but that’s why it’s a fun!
A few days ago I’ve tried first time to install Arch Linux. I’ve started on virtual machine, to know better the whole process and later I...
If you previously used /etc/hosts to manage your local domains and didn’t yet hear about more effective way of managing local domains, you should definitely try the old and good dnsmasq program to improve your development workflow.
Installation o...
If you previously used /etc/hosts to manage your local domains and didn’t yet hear about more effective way of managing local domains, you should definitely try the old and good dnsmasq program to improve your development workflow.
Installation p...
If you reading this article you’re probably a Vim user or somebody who has lost. If you’re a Vim lady or guy, that’s great because I’ll say something how to compile your brand new Vim instance, directly from the source files.
Meantime you may won...
Couple of days ago my tiny VPS server served by very famous provider has become an attacker of denial of service. Yes, you’ve read it right, my tiny VPS was an attacker!
I was mailed by automatic DO (shortcut for company name) mailer, that my ser...
Recently I wondered how to improve my workflow with Git. I came across the Web and found some article which pointed on Git hooks that were introduced since version 1.8.2.
This cool feature allows you to execute some code before (or after) some ac...