Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gchen
  • Order by date
  1. gchen

    strange problem

    Thanks for all great inputs. I finally got it resolved. The problem was removed by updating firmware of my DI-524 router. Once again, thank you all for your great inputs, Have a nice day!
  2. gchen

    strange problem

    i did not and i also double checked and there is no mac filter enabled. i call HP, my laptop, tech support and they said linksys is what they verified router and mine is DLink so he recommended me to buy a linksys one. i am very disappointed with such response. i also downloaded hp's wireless...
  3. gchen

    strange problem

    i am in the myst of below scenario... - laptop with built-in 802.11g and window vista. - it works with my neighbor's unsecured router. - but it does not work with my own WEP router. - then i reset my router to unsecured and my laptop still won't connect to it. (error message is like cannot...
  4. gchen

    wireless networking card does not sync with router

    I tried both D-Link and NetGear on two different computers, one laptop running XP home and one desktop running Vista. Both wireless cards, by the way they are brand new from best buy, do not work on either computer. However, I have a USRobotic wireless card and it works on both computers. Any...
  5. gchen

    wireless networking card does not sync with router

    Hi, I was setting up a small office wifi and secured by WEP. - Router is DI-254 (a DLINK old model), WEP enabled. - 4 workstations linked up via WEP without problem. - One laptop and one desktop were not able to establish links to router. I have tried netgear's wireless network card, dlink's...
  6. gchen

    Problem getting wireless networking card working

    Hi, I was setting up a small office wifi and secured by WEP. - Router is DI-254 (a DLINK old model), WEP enabled. - 4 workstations linked up via WEP without problem. - One laptop and one desktop were not able to establish links to router. I have tried netgear's wireless network card, dlink's...
  7. gchen

    Oracle SQL error

    Hi, I have below SQL srcipt... set serveroutput on declare l_str varchar2(100); begin l_str := ConvertTimeToMST(SYSDATE,'EBB'); dbms_output.put_line(l_str); end; then i got error message as below...
  8. gchen

    Sending flash Christmas card

    i have already tried using a jgp for background then embed a transparent swf. it works for certain web based email becase they fully support html. but no luck with any of those email cient such as outlook. i guess i have to use a link as fizzak recommended. Thank you folks!
  9. gchen

    Sending flash Christmas card

    How do i embbed a flash Christmas card in an email? I tried sent out an html email and only some web based email can view it. most of other web mail are not and none of email client can review it. i am not sure why, isn't it the same as a JPG file or something that brower or email client...
  10. gchen

    how to turn off a port

    folks, i think i got a trajon ;-( i killed below process ... bash 12010 root 1u IPv4 691371 TCP xxx.xxx.xxx.xxx:47657->216.171.237.218:6667 (SYN_SENT) bash 12010 root 2u IPv4 691364 TCP xxx.xxx.xxx.xxx:47654->161.53.178.240:6667 (ESTABLISHED) bash 12010 root...
  11. gchen

    how to turn off a port

    Thank you all! I got my lsof working now. I pulled out lsof -Pni as below and i am worry if some of them are trajon ;-( COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME smbd 20 root 3u IPv4 37 TCP *:901 (LISTEN) portmap 600 root 3u IPv4 1160 UDP *:111...
  12. gchen

    how to turn off a port

    i have already tried "which lsof" and not luck. my machine is a linux redhat 8.12.5, where can i download this lsof piece? Thanks! ;-)
  13. gchen

    how to turn off a port

    i am root and root's PATH has all those directories yet lsof is not found. i also went to each directory and type lsof, still not found. My linux box is Redhat Version 8.12.5. Could it be different name?
  14. gchen

    how to turn off a port

    Also, how could i ps the process with port number? So i can kill it. Thanks!
  15. gchen

    how to turn off a port

    Thanks! Where is the lsof? I can "man lsof" however i could not execute lsof. it is not found.
  16. gchen

    how to turn off a port

    i did a nmap localhost and found my port 333 was open by an unknow service. i am afrid there is any security threat. how can i turn it off? Thanks a bunch!
  17. gchen

    GET and POST in IIS logs

    hi Chris, Thanks a lot! I need to analyze which value of query being submitted the most and this is an internal intranet thing, so i think i will go with GET. All your inputs and answers are great and i really appreciated. Have a nice weekend! Gary
  18. gchen

    GET and POST in IIS logs

    Well, what i meant to ask is what's the difference between POST and GET in terms of cgi scripts. Can i call the same cgi script, written in PERL or ASP, using POST or GET freely without any difference on the result except the query sstring being logged by GET and not logged by POST. Thanks!
  19. gchen

    GET and POST in IIS logs

    Do you know of any draw back of using GET instead of POST? Thanks!
  20. gchen

    POST or GET

    Got it! Thanks a lot!

Part and Inventory Search

Back
Top