xset b vol freq dur
volume: % of max
freq: Hz
dur: ms
Thursday, 10 February 2011
Reverse Tunelling and x2x
To control a box behind a firewall using keyboard and mouse on another computer.
On firewalled computer run
ssh -R 22222:localhost:22 user@localcomp
On local computer run
ssh -p -X 22222 user@localhost
In the last ssh tunnel run
x2x -east -to :0
On firewalled computer run
ssh -R 22222:localhost:22 user@localcomp
On local computer run
ssh -p -X 22222 user@localhost
In the last ssh tunnel run
x2x -east -to :0
Subscribe to:
Posts (Atom)