Ununtu text in file replace


sed -i 's/хетчбэк/hatchback/g' models.json

g - global replacement

Install node js from archive (http://www.codediesel.com/linux/installing-node-js-on-ubuntu-10-04/)

wget http://nodejs.org/dist/node-v0.1.96.tar.gz
gunzip node-v0.1.96.tar.gz
tar -xf node-v0.1.96.tar

cd node
./configure
make
sudo make install

See every process on the system

Kill xbindkeys
killall xbindkeys