sudo apt-get install openssh-server openssh-client
A Blog about technology, linux, peer2peer, cool new downloads and software development.
Saturday, February 27, 2010
Saturday, February 20, 2010
How to configure the sensitivity of the Lenovo trackpoint joystick in ubuntu linux
To test :
$ sudo -s
# echo -n 200 > /sys/devices/platform/i8042/serio1/serio2/sensitivity
to change permanently :
$ sudo vim /etc/rc.local
and add the line :
echo -n 200 > /sys/devices/platform/i8042/serio1/serio2/sensitivity
Subscribe to:
Posts (Atom)