debian switching php versions

dpkg -l | grep dotdeb | awk ' { print ( $(2) ) }' > to_remove2

apt-get remove $(cat <to_remove2>)

 

Getting started with SASS and Compass on Debian

1. Setting up SASS

Read more...