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 TouchToneTommy 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: *

  1. jet042

    Php Data to Excel

    You can also use the Excel COM object and interact with the Excel program directly to insert your data. This does require that you have Excel installed on the server that is running the script, though. Here is some code that I wrote when learning VBScript, then modified to work with PHP...
  2. jet042

    Vanity Plates IX

    Or "seize the dungeon master" if they play D&D...
  3. jet042

    packet sniffing / network monitoring

    We use SNMP to monitor the throughput on each of our managed devices. I've only used SolarWinds' Orion suite, but it's not free.
  4. jet042

    Vanity Plates IX

    And mosquitoes about the size of a normal house-cat. :)
  5. jet042

    How to decline a quote

    Thanks for the advice. That was relatively painless for both of us; especially since I needed more work done and could place an order at the same time as refusing the quote.
  6. jet042

    How to decline a quote

    I have only recently been in a position of enough authority to request, approve, and decline quotes for services. Since I've never actually done this before, then, I'm in a bit of a pickle. It's easy to accept a quote, but how do I go about declining one, especially when I need to continue...
  7. jet042

    .txt to .pdf

    I'll back up feherke here. We use FPDF to dynamically generate setup documentation for our clients depending on their client id number, location, and service center. It has saved us a lot of time and effort, not to mention printing costs.
  8. jet042

    Wireless security

    Cell phone transmissions are only more secure because they are more difficult to intercept. If you want to read all the data on a wireless lan and attempt to decrypt it, there are lots of tools that you can use to do that with relatively cheap hardware. If you want to do the same to, say, DECT...
  9. jet042

    Checking which user was logged into a machine at a specific time

    http://technet.microsoft.com/en-us/library/cc787567%28WS.10%29.aspx There is the list of all the types of logon events that can be logged into the Security log. If you are looking for local access, you want 528 events, if you want network access they're 540 events.
  10. jet042

    Spoofed email address???

    If you are interested in seeing how this works, read the Wikipedia article on SMTP. In the example you will see where the "From" address is submitted and how easy it is to spoof it.
  11. jet042

    PacketLife CCNP Study Notes

    In case anyone doesn't know, Stretch over at PacketLife has finished migrating to his new site and has made his CCNP notes available. These are a great resource for anyone studying to pass that exam. http://packetlife.net/library/notes/
  12. jet042

    Firewall log makes Skype look a lot like a botnet zombie

    Just FYI, on Windows XP (and Server 2003, Server 2008, Vista, etc) you can use the command "netstat -nao" to get a list of all the ports open and the PID of the process that is using it. You then match up the PID with what's reported in Task Manager to see what program it is.
  13. jet042

    VPN Negotiation problem

    I have two SonicWall Pro 3060s that I'm trying to create a site-to-site VPN tunnel between. One (192.168.b.1) is running SonicOS Enhanced and the other (192.168.c.1) is running standard. The VPN is up and passing traffic and it seems to be very stable, but the logs are filling up with the...
  14. jet042

    IPsec network-wide

    Yes.
  15. jet042

    IPsec network-wide

    I've read the Microsoft guides on best practice and I know how to do it, but those are for an ideal circumstance. Has anyone here actually done this across an entire network, and if so, are you willing to share your story so I can go in with my eyes a bit more open? Thanks in advance.
  16. jet042

    Vanity Plates VI ("Six"...not "vi" <grin>)

    NR GEEK - though since he was in an Insight, I'm not sure how "inner" that geek is...
  17. jet042

    GPGme on Windows

    I found a blog entry about compiling an extension using Visual Studios C++ as well: http://blog.slickedit.com/?p=128. Of course, when I tried it I had errors because some header files were missing. Off to get that fixed, too.
  18. jet042

    GPGme on Windows

    @ingresman - Thanks for looking, and glad to hand out some info while looking for help. @jpadie - I can't seem to find fink for windows. Google gave me pdb.finkproject.org, and they seem to only work with Mac OS X.
  19. jet042

    GPGme on Windows

    Yes, it is. It's the library of functions for Gnu Privacy Guard (www.gnupg.org), which can be used to encrypt and sign files for secure transmission.
  20. jet042

    GPGme on Windows

    I've looked around, but I can't seem to find a reputable place to get a .dll of the gpgme extension for PHP on Windows. I don't have the tools or knowledge to build it myself. Anyone have a suggestion on how to enable these functions on Windows?

Part and Inventory Search

Back
Top