Category Archives: Linux

Swap Ctrl and Super keys on Linux

For past year I was working only with Macbook Pro and got used to OS X keyboard shortcuts (Super + C / Super + V). Now at work I still using OS X and at home I have Linux (Elementary … Continue reading

Posted in Linux | Tagged , | Leave a comment

PHP development environment with Docker

It was some time I wrote something in my blog. Since last my post I was wondering in various courses to learning about new web development technologies. Lastly I met Docker and it is awesome at least I image it … Continue reading

Posted in Linux, Programming | Tagged , , , | Leave a comment

Puppet install less compiler from wheezy backports

Recently I was building my Symfony development box with Vagrant and faced problem how to install less compiler. After some searches I decided that best(?) way to install lessc is from Debian backports. Now I had another problem, how to … Continue reading

Posted in Linux, Programming, Server | Tagged , , , | Leave a comment

Symfony2 Vagrant setup

Recently I searched for good Symfony2 Vagrant setup and came up that Andreas Hucks work is most suitable for my needs. It has everything what I needed NFS setup, preinstalled phpMyAdmin, Xdebug and etc. However I installed newest Vagrant version … Continue reading

Posted in Linux, Programming, Server | Tagged , | 1 Comment

[Note] Resize images with mogrify on Linux

I find my blog best place to store notes. Today’s my quick note is how to resize images with mogrify (this tool comes together with imagic) on Linux. mogrify -resize 300×200 myfile.jpg To batch resize in current directory just add … Continue reading

Posted in Linux | Tagged , , | Leave a comment