Search results

  1. J

    Linux Passwords

    for those interested, here is how I solved the problem...... I edited the source of unix_chkpwd to allow apache (the user I run my web server under) to lookup the passwords for other users besides itself.
  2. J

    Linux Passwords

    I can't find much information on this topic at all, but here is one thing I have found.... What I'm wondering is how does aps such as usermin work but then I realize that it is probably because when I was testing it I started the minisrv.pl when I was logged in as root. Nothinman, you can you...
  3. J

    Linux Passwords

    the perl script that I made fails with the wrong password but works with the correct password. Can you give me an example of how you would use it?
  4. J

    Linux Passwords

    One last question: I got authen pam installed and I made a script that authenticates a username and password without any input from the user..... The only problem is that It only works when I'm logged in as root. Does that have anything to do with /etc/shadow? If it does, what is the best way...
  5. J

    Linux Passwords

    thanks for your help... I will easily be able to do it now that I know that there is a PAM library...... It shouldn't be a problem to do SSL either. Thanks -jason
  6. J

    Linux Passwords

    so when I look up how to use the PAM librariers it will be obvious how to use it based on the documentation? Also, yes, I will be using SSL
  7. J

    Linux Passwords

    I want them to be able to type in theri unix system username and password on a web based form. I want that information to be sent to a perl script. I want the perl script to know whether or not the credentials are correct. -jason
  8. J

    Linux Passwords

    btw, I'm using perl....
  9. J

    Linux Passwords

    I want to offer a web service to which users can log onto using their existing linux system accounts. Assuming you could do this, what type of security risks would it pose. If the risks aren't extensive, how would it be possible. Anything I've come up with is sketchy at best. -jason
  10. J

    Really Cool Websites

    What is everyones favorite really cool websites?
  11. J

    Half-Life Counter-Strike Resolution

    What file stores the resolution in counter-strike. I need to know so that I can change the permissions on it so that users cannot make permenant resolution changes.
  12. J

    Visual Basic LostFocus

    I think will probably just have to have a timer that closes out of the application after 1 or 2 minutes....... I'd rather do it when the app loses focus if ne one knows how to do this.
  13. J

    Visual Basic LostFocus

    I understand that a form Cannot lose focuse if it has controls on it because it never gets focus.... So, how could you tell if a visual basic form has been put aside (ie, if the form is not the active window on your desktop)? I need to do this because I have an app that interfaces with a...
  14. J

    Linux - Scripting User Creation

    I need to know how I can create users from either a Perl script or a batch script. the script would need to take the username and password from command line parameters and use useradd (unless there is a more technical way that would be easier) and smbpasswd (unless there is a more technical way...
  15. J

    Multi-view spectating unreal tournament or counterstrike

    I'm going to cry if no one answers my question. WHAT THE HECK IS YOUR PROBLEMS?
  16. J

    Multi-view spectating unreal tournament or counterstrike

    Is there any way to do multi-view spectating in counter strike or unreal tournament. I want to be able to have a split screen that shows more then one player at a time. I think there is something called OSP for quake3 and rtcw if that helps any. I've searched all over the internet and have...
  17. J

    k7s5a audio

    Is that the only possibility?
  18. J

    k7s5a audio

  19. J

    k7s5a audio

    Is there any way to boost the output level of the sound above and beyond what can be set through volume control and the c-media application?
  20. J

    can any burner software browse & burn data from a networked client?

    by default I think nero is set to cache certain types of files. If you have fast enuf network, you may want to turn caching off in order to speed it up.
  21. J

    samba logging

    does samba log print jobs? Or is there a way to make it log them? thanks
  22. J

    Backup Software

    Is there any good, free, automated, windows backup software? thanks Hint: don't ask for software in General Hardware. AnandTech Moderator
  23. J

    8wire.com

    nope. that is a different compnay. I'm only curious bc they had some good reviews of really expensive networking stuff (procurves, catalysts, gigabit network ehternet, syskonnect nics, etc) know of anywhere else?
  24. J

    8wire.com

    what ever happened to 8wire.com?
  25. J

    Microsoft Proxy 2.0

    We're having a problem with our proxy server/client. An example of the situation is a client that has network capabilities but nothing related to the proxy works (internet, socks). I think it is a problem with the client because it is only a couple of machines out of a few hundred that don't...
  26. J

    Magic Chef Freezer Computer

    probably not because the memory got to 168mhz (I guess being so cold helps a lot). Then we found an option to set the memory speed to FSB - PCI clock so if the bus was 133 then the memory would only be 100. The PCI clock is more as you raise the FSB, so the memory is not close to maxing out...
  27. J

    Magic Chef Freezer Computer

    I have new pictures of temp (readable) and pictures of the inside. The temps got a few degrees lower with the fridge on for 1.5 days.
  28. J

    Magic Chef Freezer Computer

    lol, that is all we did ! :-)
  29. J

    Magic Chef Freezer Computer

    Oh yeah, I think I left off the cpu details on the web site. It is a 1.0Ghz Tualtin Celeron and the memory is garbage pc133. We got the memory to 168Mhz b4 we realized that there is HostClk-PCiClk (for running Pentium IIIs on 100mhz memory). Keep in mind that there is no way that the memory...
  30. J

    Magic Chef Freezer Computer

    Last night we made a computer inside a fridge........ here are the details we have on it so far: http://riotgeartech.com I will have it updated with new temps and better qulaity pictures by 12:00am EST 8 oct' 02 Sorry for a short message but I'm going to be late for school!
  31. J

    SLEDGEHAMMER REVIEWED!!!

    Hey, check this out! Some ppl have got their hands on a "SledgeHammer" and posted pictures and benchmarks. Looks sweet. riotgeartech.com
  32. J

    c++ classes

    WOOHOOO!!! I got it :-) I originally had the item object in the Node structure a pointer and then I took that off bc I forgot why it was like that. So then when I put it back I finally realized that when I was creating new memory to store copy the info pointed to by the pointer sent to the...
  33. J

    c++ classes

    reading about it currently. and I forgot that it had to be a pointer to even work w/ other classes derived from the same class.
  34. J

    c++ classes

    Although this may be a good time to learn about STL. Btw, what happened to the option of editing a message?
  35. J

    c++ classes

    instances. I'm just doing it to get practice and learn a few tricks because I'm a beginner. Also, I don't know how to use STL yet :-)
  36. J

    c++ classes

    I don't think that way will work either. Here is the class definition and it doesn't work bc I can't create a Queue object inside the class declaration. class Queue { struct Node { class Queue item; struct Node * next; }; private: Node * first; Node * last; //if qsize = 0 - derived...
  37. J

    c++ classes

    actually, I guess it could be derived. It just wouldn't make very much since :-). I think it work ok though. And the queue implementation takes very little memory overhead.
  38. J

    c++ classes

    the classes can't be derived from the same base class. The queue is to be able to hold other queue objects along w/ the usual items that could be derived from the same base class.
  39. J

    c++ classes

    n/m you can do that easily with RTTI.
  40. J

    c++ classes

    How would you call the function that gets it to display itself? Don't you have to have a pointer to the object of the correct type. thnx for the help
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |