A Blog about technology, linux, peer2peer, cool new downloads and software development.

Thursday, November 12, 2009

How to configure ubuntu linux terminal to fast scrolling : aterm & wterm


sudo apt-get install aterm
aterm -fg yellow -bg black -geometry 128x50 -fn "8x13" -si -sr -sk -sl 4000
time seq -f 'teeeeeeeeeeeeeeeeeeeeeeeeeeeeeest %g' 1000000

sudo apt-get install wterm
wterm -fg yellow -bg black -geometry 128x50 -fn "8x13" -si -sr -sk -sl 4000
time seq -f 'teeeeeeeeeeeeeeeeeeeeeeeeeeeeeest %g' 1000000

No comments: