| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 7 months |
| seen | May 14 at 6:15 | |
| stats | profile views | 14 |
|
Oct 3 |
asked | Trying to reconcile global ip address and Vhosts |
|
Sep 27 |
awarded | Teacher |
|
Jun 9 |
comment |
Can't connect two PCs to a Network Switch at the same time (Windows 7) Fantastic. The Linksys WRT54G2 doesn't support static ip's via the DHCP server. I'll have to use your solution. |
|
Jun 9 |
comment |
Can't connect two PCs to a Network Switch at the same time (Windows 7) I suspected this was happening, and I just gained access to my router today. I am trying this out. If it works, I won't be able to select your answer for a few weeks, just to be safe |
|
Jun 9 |
revised |
Can't connect two PCs to a Network Switch at the same time (Windows 7) added ipconfig output file |
|
Jun 9 |
awarded | Commentator |
|
Jun 9 |
comment |
Can't connect two PCs to a Network Switch at the same time (Windows 7) @Adam The lights on the NIC for the connected Computer are on, they are off for the disconnected computer, and there are 3 lights on on the switch (two for computers, 1 for internet) |
|
Jun 9 |
comment |
Can't connect two PCs to a Network Switch at the same time (Windows 7) @MaQleod Sorry, my internet completely went down. i will put the ipconfig info in for you |
|
Jun 9 |
awarded | Editor |
|
Jun 9 |
revised |
Can't connect two PCs to a Network Switch at the same time (Windows 7) mention using different Switch |
|
Jun 9 |
asked | Can't connect two PCs to a Network Switch at the same time (Windows 7) |
|
May 10 |
comment |
How to execute a command whenever a file changes?inotifywait does not play well with temporary files. If you save a file with vim (:w) you'll get 2 CREATE and DELETE signals, as well as 2 MOVE signals. stackoverflow.com/questions/10527936/… |
|
Apr 4 |
comment |
Different background color for multiple filetypes in vim Is there a way to check the language of a word/character? ie if it is HTML v PHP? |
|
Mar 30 |
awarded | Nice Question |
|
Mar 20 |
comment |
Different background color for multiple filetypes in vim I'll see if I can get it to detect regions between ?> and <? as non PHP. |
|
Mar 14 |
asked | Different background color for multiple filetypes in vim |
|
Mar 1 |
comment |
how do I use a variable content as an argument for vim command? I am pulling my hair out over this too. You can't issue a command like let xyz = tabpagenr() then tabnext xyz. Vim's scripting language is as flawed as its modal environment is flawless. |
|
Feb 28 |
comment |
How to move VIM's status-line and command-line to the top of the window? "Fairly non trivial". It's not quite an oxymoron, but still a little confusing. |
|
Feb 28 |
comment |
How to move VIM's status-line and command-line to the top of the window? it is "fairly non-trivial" to decipher that trio =P |
|
Feb 23 |
answered | vim line wrap with indent |