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!

Recent content by VinZ

  1. VinZ

    Where to get apache?

    Hi Charlie, You can find all distributions at : http://www.apache.org/dist/httpd/ For Windows x86 platfrom, try : Apache 1.3.27 (Must stable version) : http://www.apache.org/dist/httpd/apache_1.3.27-win32-src.zip Apache 2.0.45 : http://www.apache.org/dist/httpd/httpd-2.0.45-win32-src.zip...
  2. VinZ

    Automate rdisk through login script, is it possible?

    Hi, You can use : rdisk /s- This command run a rdisk in quiet mode. You can use this in a scheduled command, but choose a good period like 2:00 AM every week, on monday for example : at \\mycomputer 2:00 /EVERY:M "rdisk /s-" VinZ.
  3. VinZ

    How to put pathname into prompt ?

    You must execute your .profile or your command Edit your etc/passwd file and define the default shell with ksh : youruser:x:uid:gid:comment:/home/youruser:/bin/ksh Or you can define ksh shell in your .profile user script like this : export SHELL=/usr/bin/ksh export EDITOR=/usr/bin/vi export...
  4. VinZ

    How to put pathname into prompt ?

    Add this line in your .profile : export PS1="[$(hostname)]\$PWD> " Re-execute your .profile . /.profile And the prompt might be like : [myserversun]/myhomedir/mydir1> This tips works in Kron shell (ksh). I hope i can help you, Regards.
  5. VinZ

    Backspace not working properly... Where do I change this?

    In your .profile define the key with regualr expression to protect ^H : stty erase \^H Try this....
  6. VinZ

    Sun Solaris 2.5.1 How do I chang

    Add this line in your .profile : export PS1="[$(hostname)]\$PWD> " Re-execute your .profile . /.profile And the prompt might be like : [myserversun]/myhomedir/mydir1> I hope i can help you, Regards.
  7. VinZ

    Winproxy 4.0 Site Filter Problem

    Hi, Your are probably redirected to http://lc2.law5.hotmail.passport.com or URL like this when u want to access to www.hotmail.com. i'am not a WinProxy expert (but i know Ms Proxy and NetScape Proxy), but i thing u can declare regular expression on your restrict acces list to open this URL...
  8. VinZ

    Process Numbre with NetScape Proxy 3.5 and Solaris

    Thanks, but i know.. I have a lot of users behind this proxy instance (About 6,000) and i had define my MaxProcs value in consequence. This problem not affect proxies performance, but the number of process is over 64 (Values define in my magnus.conf). It dosen't matter, but i check the number of...
  9. VinZ

    Process Numbre with NetScape Proxy 3.5 and Solaris

    Hello, I have a lot of NetScape 3.5 proxies instances on SPARC/Sun Solaris. In my /opt/proxy/proxy-instance/config/magnus.conf i define MaxProcs 64. But i have always more than 64 process launched in memory. Randomly between 65 and 70. A lot of this child process are alone (except the father...

Part and Inventory Search

Back
Top