Thursday 15 October 2015

handy stuff to know

to copy a folder

sudo cp -r  pd  /usr/lib/pd-extended/extra


remove a folder

sudo rm -r  /usr/lib/pd-extended/startup/pd


update operating system, and aplications

sudo apt-get update


to stop program

sudo pkill pd-extended


to stop process in terminal

press ctrl and c together

No comments:

Post a Comment