| bio | website | |
|---|---|---|
| location | Florida | |
| age | 27 | |
| visits | member for | 2 years, 10 months |
| seen | Jul 17 '12 at 15:10 | |
| stats | profile views | 44 |
|
Feb 21 |
awarded | Notable Question |
|
Dec 8 |
awarded | Nice Question |
|
Oct 18 |
awarded | Notable Question |
|
Jul 17 |
accepted | Make ssh:// links open with PuTTY |
|
Jul 6 |
awarded | Yearling |
|
Jun 20 |
awarded | Popular Question |
|
May 22 |
awarded | Popular Question |
|
Mar 1 |
awarded | Popular Question |
|
Jul 11 |
comment |
How to connect a remote IP Phone to our VOIP Network? We use ADSL so that is good to know! |
|
Jul 11 |
comment |
How to connect a remote IP Phone to our VOIP Network? It is a Nortel IP1230 I believe, I am waiting for verification. He got the phone before I started working here, and nobody ever set it up... |
|
Jul 11 |
comment |
Need a PDF printer that allows multiple printers with one install I use Bullzip all the time. Never set up more than 1 PDF printer, but it says it can handle it. Using just 1 works beautifully. Hope this helps. |
|
Jul 11 |
asked | How to connect a remote IP Phone to our VOIP Network? |
|
Jul 7 |
awarded | Yearling |
|
Oct 27 |
asked | Make ssh:// links open with PuTTY |
|
Oct 19 |
comment |
Moving from 1 Linux Partition to Many over USB Mount I'll give it a go leaving /lib and /etc in the root partition. I attached a second CF reader so I'm not copying from the filesystem I'm booted from. Fingers crossed it works :) |
|
Oct 19 |
asked | Moving from 1 Linux Partition to Many over USB Mount |
|
Sep 28 |
comment |
make Microsoft Word change number literals to spellings? Correct, difficult to scale up. However, I never said it would be a fast solution! :) @CrazyJugglerDrummer: If you've got the guts to give it a go, check out this article from Microsoft: support.microsoft.com/kb/135778 You could manually add a butt-load of entries to the file itself, though... |
|
Sep 28 |
comment |
How can I get suspend or hibernate to work on my Acer Aspire 7551 laptop with Ubuntu 10.04? Really? Dang...didn't know that. I still run 9.01 on my laptop, 10.04 is my server. |
|
Sep 28 |
answered | make Microsoft Word change number literals to spellings? |
|
Sep 28 |
comment |
Redirect specific url requests to local site @Carl_Platt: Yes, adding the suggested line would point ajax.googleapis.com/ajax/jquery/1.4.2/jquery.min.js to localhost/ajax/jquery/1.4.2/jquery.min.js See how the hosts files work? Just the domain itself is entered, the folders and files underneath that domain aren't. So, install XAMPP or similar, and on your local machine in the server root for the web server, have the structure match that of the Google API URL: (ajax/libs/jquery/1.4.2/) and put "jquery.min.js" there. |