Firefox Keyconfig

November 8, 2009 at 8:30 am

F1,Close Tab,BrowserCloseTabOrWindow();
F2,Find,gFindBar.onFindCommand();
F3,Previous Tab,gBrowser.mTabContainer.advanceSelectedTab(-1,true);
F4,Next Tab,gBrowser.mTabContainer.advanceSelectedTab(1,true);
F5,Reload (override cache),BrowserReloadSkipCache();
F6,Select Address Bar,openLocation();
F7,Undo Close Tab,undoCloseTab();
F8,New Tab,BrowserOpenTab();
F9,Back,BrowserBack();
F10,Forward,BrowserForward();
F11,Full Screen,BrowserFullScreen();

disable in about:config
accessibility.browsewithcaret
accessibility.warn_on_browsewithcaret

Compiling VMware-server-1.0.8-126538 in 2.6.26-1-686

November 10, 2008 at 9:33 pm

1.  Make sure gcc and g++; versions match

2.  Use vmware-any-any-update117-itpsycho.tar.bz2 if any-any-updated117d doesn’t work.

3.  iocontrol.h /s/168/138 if needed

sshfs instead of ftp

November 16, 2007 at 1:47 am

Got an ssh account on a machine? Don’t waste time retrieving a file, editing it, and uploading it manually.

sshfs user@target:/directory /mnt/point

You can then edit the file locally and, when saved, will do so across the ssh pipe.