To tunnel local port 5901 to the 1st port for VNC sessions on the host you are sshing into:
ssh -L5901:localhost:5901 <hostname>
For viewing this, xvnc4viewer is closest approach to RealVNC ...
xvnc4viewer localhost:5901
(enter password and you should be in)
Sunday, June 20, 2010
Monday, June 14, 2010
Friday, June 11, 2010
Thursday, June 3, 2010
Emacs VHDL mode reg exp switch for error lines in compilation
VHDL | Options | Compiler | Untick "Use Local Error Regexp"
NB: The 'Options' is hidden @ the bottom of the Options submenu if the display is too short
NB: The 'Options' is hidden @ the bottom of the Options submenu if the display is too short
Wednesday, June 2, 2010
Swapping Caps Lock and Control (Left) keys in X Window
Temporarily, from the shell commandline:
xmodmap -e "remove lock = Caps_Lock"
xmodmap -e "remove control = Control_L"
xmodmap -e "add control = Caps_Lock"
xmodmap -e "add lock = Control_L"
Permanantly, in (Debian) xorg.conf:
Add the Section:
Section "InputDevice"
Option "XkbOptions" "ctrl:swapcaps"
EndSection
(You'll need to restart X for this to take effect)
xmodmap -e "remove lock = Caps_Lock"
xmodmap -e "remove control = Control_L"
xmodmap -e "add control = Caps_Lock"
xmodmap -e "add lock = Control_L"
Permanantly, in (Debian) xorg.conf:
Add the Section:
Section "InputDevice"
Option "XkbOptions" "ctrl:swapcaps"
EndSection
(You'll need to restart X for this to take effect)
Monday, April 26, 2010
Resigned Today
I am free (-falling) ... resigned today and will be trying to figure out what I can usefully do next.
Friday, March 5, 2010
Earthquake-resistant wooden buildings up to 6 stories?
http://engineeringtv.com/blogs/educational-videos/archive/2008/10/01/the-neeswood-project.aspx
Caveat: The audio volume for the speech portions of this video is waaayy too low... I had my laptop on the verge of feedback listening to it... if you turn up the speech, WARNING! the ads will be VERY LOUD!
Caveat: The audio volume for the speech portions of this video is waaayy too low... I had my laptop on the verge of feedback listening to it... if you turn up the speech, WARNING! the ads will be VERY LOUD!
Thursday, March 4, 2010
Could This be the Answer? - 1Password
http://agilewebsolutions.com/products/1Password
If so, I think I forgot the question...
...along with my password (again ... :( )
The problem with using multiple machines and/or browsers, like I do, is that if you once forget one of your many (different, right? ;-) ) passwords for online services, you start to chase your tail trying to re-synchronize the remembered passwords in the browser cookies and/or other magic.
If so, I think I forgot the question...
...along with my password (again ... :( )
The problem with using multiple machines and/or browsers, like I do, is that if you once forget one of your many (different, right? ;-) ) passwords for online services, you start to chase your tail trying to re-synchronize the remembered passwords in the browser cookies and/or other magic.
Subscribe to:
Posts (Atom)