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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jmjaszewski

  1. jmjaszewski

    Cant find mysql header files

    You are pointing --with-mysql to an incorrect directory. When you do --with-mysql=/usr/bin/mysql, you're telling configure that you want it to use the mysql.h file located in /usr/bin/mysql.... it's not there (doing a locate for it shows that it is not in /usr/bin/mysql). Use this command...
  2. jmjaszewski

    allow users only to see personal drives ?

    If you're using Active Directory, you can define this in a user's profile. You can set their "Home folder" to some drive letter and enter a path (i.e. \\server\share\%username%). Or you can create a logon script that automatically maps a user's personal folder to some mapped drive letter (i.e...
  3. jmjaszewski

    SUS Server not updating Clients

    Has the SUS client been installed on the client machines? http://www.microsoft.com/windows2000/downloads/recommended/susclient/default.asp "This new Automatic Update, which can be installed on Windows 2000 and Window XP, is necessary for you to use Microsoft Software Update Services...
  4. jmjaszewski

    Upgrade from P2P NW to 2003 Server/ wny 2 nics?

    Redundancy is also a reason for two NICs. If one gets fried you can use the other one, while waiting for a replacement. ;)
  5. jmjaszewski

    Computer Reboots everytime I print

    Is the printer directly connected or is this a network printer? Also, do you see the same issue from other PCs (if it's shared or networked)?
  6. jmjaszewski

    Successful PING but unsuccessful NBTSTAT -a

    I had a similar issue where we had changed the IP address of a Windows 2000 Server and had not rebooted. I believe that a Windows NT 4.0 Workstation had an open session during the time of the IP switch. After changing the IP address we could access shares with other Windows 2000 Pro machines...
  7. jmjaszewski

    Computer Reboots everytime I print

    Have you installed any Windows Updates recently? Some that may coincide with the time that printing started doing this?
  8. jmjaszewski

    Windows 2000 Server Directory Properties

    Has anyone had any issues accessing the directory or drive properties in Windows 2000 Server? I have not been able to access directory or drive permissions for the past week, after I installed a new NIC and CD-Burner in the server. I had not done any Windows Updates at that time. When the box...
  9. jmjaszewski

    Alternatives for ISA

    squid: http://www.squid-cache.org/ has some good functionality, and there are plugins for it that can make it more robust. i don't think it compares feature to feature with ISA, but I have heard that some like it much better. i have set squid up and found that it is not real difficult.
  10. jmjaszewski

    I want to know

    For the Windows platform look at What's Up Gold: http://www.ipswitch.com/products/whatsup/index.html For *nix try Nagios (used to be NetSaint): http://www.nagios.org/ From experience and first hand observation, Nagios is very good. Hope this helps!
  11. jmjaszewski

    Squid Comparison

    I am setting up Squid (squid-2.4.STABLE7-4), and am wondering if anyone has any information regarding a comparison between Squid and Microsoft Proxy Server 2.0 or Microsoft ISA Server 2000. Obviously cost is a big difference here, however, I am more interested in performance and how they may...
  12. jmjaszewski

    Checking Terminal Size in Shell Script

    thanks vgersh99... that is exactly what i needed!
  13. jmjaszewski

    Checking Terminal Size in Shell Script

    sorry, should have been more clear... just the terminal I use to get to the box. so, i use putty or securecrt to ssh to the box, and i'd like to have the script check the size of that terminal. if you're familiar with the program ettercap under linux, it will tell you if the window is too small...
  14. jmjaszewski

    Checking Terminal Size in Shell Script

    I'm writing a shell script under bash and I would like to have the script check the terminal size if possible. Anyone know of a way to do so? All I want it to do is check the size of the terminal a user has once, when the user runs the script.
  15. jmjaszewski

    NAT and VNC

    without the ability to do port forwarding on the nat box, you won't be able to use any remote administration tools on a system on the private subnet (192.168.x.x). but, symantec's PCAnywhere is one, but it costs $$. there is also tightVNC which is based on vnc. i'm sure there are others, but i...

Part and Inventory Search

Back
Top