Find me on
Categories
Tags
ajax autoload cdata class loading composer config path configuration development environment docker filezilla firefox form header imagic javascript json less link linux netbeans note osx php port forwarding puppet shared folders shortcuts silex symfony symfony2 ubuntu vagrant virtualbox xdebug xml zend frameworkFriends
Meta
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
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
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
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
[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