[10:23] Morning [13:14] Morning peoples, critters and everything else [15:05] so folks, excited about a blizzard ;-) [15:06] nah [15:06] Excited to unload 6 switches, tho [15:06] as soon as someone takes them [15:06] haha, what kind of switches? [15:06] and what area are you in? [15:07] PlaNET FGSW-2620CS switches [15:07] Vineland, NJ [15:07] 24 port 10/100 +2 gbit [15:07] Managed via WEBGUI [15:07] 10/100 -_- [15:07] if you had some old 10G ... :-P [15:08] hahaha [15:08] these aren't bad [15:08] I plug my laptop into a 1gbit port when playing online games [15:08] otherwise, the wifi is great, here [15:09] well, at home I've currently got 2 24 port 1G, one's managed, 1's unmanaged [15:09] but yeah, great wifi is better :) [15:09] need more? LOL [15:09] HA [15:09] the POEswitch is claimed by JonathanD , tho [15:09] my managed switch is a little over half full, the unmanaged has 3 ports used [15:10] which switch models? [15:11] unmanaged is TP-LINK TL-SG1024 [15:12] would have to go downstairs for the managed :-P [15:12] may do that later [15:14] Cisco? [15:14] no, think it's a TPLINK as well [15:15] Ah [15:15] much fun [15:28] hi L3gacy [15:28] L3gacy: funny thing. We were there on Sunday. [15:28] L3gacy: I emailed but somehow emailed teh wrong addy on my cell and got a rejection. [15:29] :'( [15:31] PMed [20:49] How do I find out the meaning of carrot codes that appear in posix apps? [20:54] carrot codes? [21:05] Yes. When using cat or opening files in nano that have non-printable characters it displays them as things like ^[ [21:06] what's up doc? caret [21:06] I found away around interpreting them by using "od" but before that I looked hard for a conversion key. [21:07] Yeah.. A simple od -c or whatever you'd like it to look like shoudl work fine. [21:07] That tells me the ASCII code which is what I wanted but there is still no way I can see that I can use it to tell me what the carrot codes mean. [21:08] It turns out ^[ is ASCII 27 (escape) [21:08] Does it show up the "wrong" way with vim too? [21:23] idk. I don't use vim. [21:24] I checked. Same code. [21:24] I am guessing the codes are defined in the posix spec. [21:26] ChinnoDog i think you're looking for this? https://en.wikipedia.org/wiki/ANSI_escape_code [21:27] wait, this is not at all what you're looking for [21:27] * lazypower redacts his question