Thursday, October 21, 2010

Execute command from history (Linux)

1) use the history command
2) record the number for the command you want to run
3) type "!" + the job number to execute that command.
Example: "!17" will execute history line 17

Friday, May 21, 2010

some true bad-logic...

Don't use the # sign in dial strings for sip calls.  Apparently the SIP header does not like the from field to contain the %23 that it translate the # key into which results in a "corrupted header" and then causes the call the drop after exactly 15 minutes.

Friday, March 19, 2010

Excel 2010 with Multiple Monitors on Windows 7

Since Excel likes to open all the spreadsheets into one window it makes it difficult to use both of your monitors.  To work around this I realized that you can simply right click on the task bar icon for excel and click on the Excel icon towards the bottom to open another instance of excel which you can then move where ever you would like.

Not sure why it took me so long to figure out I could do this since I use this technique all the time for IE and Firefox.

Thursday, February 4, 2010