A Blog about technology, linux, peer2peer, cool new downloads and software development.
Showing posts with label xterm. Show all posts
Showing posts with label xterm. Show all posts

Wednesday, March 17, 2010

how to tunnel remote ubuntu linux system full destop with Xephyr


> install xfce4 onthe remote system :
ssh user@host
sudo apt-get install xfce4
logout

> isntall Xephyr :
sudo apt-get install xserver-xephyr

> start Xephyr :
export DISPLAY=:0.0 # make sure that the display is set to the host
Xephyr -ac -screen 1280x950 -br -reset -terminate 2> /dev/null :1 -keybd ephyr,,,xkbmodel=evdev &
export DISPLAY=:1.0 # set the display to the Xephyr
ssh -YfC -c blowfish user@host xfce4-session 2> /dev/null

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