Category Archives: Server

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

Flush memcached cached data

Just quick tip for me and for my readers how to flush cached data in memcached. Just call ‘flush_all’ command for running memcached service: There are more available commands like ‘get’, ‘set’ or ‘stats’ for memcached. All these commands can … Continue reading

Posted in Server | Leave a comment

My virtual development environment

After reading Juozas Kaziukėnas blog post about “Virtual Machines for Web Development, I decided to create one for my development environment. As Juozas suggested I would use VirtualBox on Ubuntu 11.04 host, and would install Ubuntu 11.04 server as guest … Continue reading

Posted in Server | Tagged , , , , | 2 Comments