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 SkipVought 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: johnhoke
  • Order by date
  1. johnhoke

    Another Flavor?

    Did you mean AIX? If yes, then it is IBM's UNIX flavor :) --- John Hoke If you found this post helpfull, please click below and let us know!
  2. johnhoke

    Discussion forums in PHP

    take a look at freshmeat.net there are 100's of these already coded... personally, I like phorum (http://www.phorum.org) and phpBB (http://www.phpbb.com/) They are all GPL'd so why recreate the wheel :) --- John Hoke If you found this post helpfull, please click below and let us know!
  3. johnhoke

    Windows Linux LAN

    If telnet is enables on the Linux computer, but most distributions do not enable telnet servers by default (some do not even install it.) (The instructions below are for RedHat and may need to be modified for other distros) To see if telnet (server) is installed, type rpm -qa|grep...
  4. johnhoke

    Apache setup help

    try disabling any iptables/ipchains that you have running /etc/init.d/iptables stop should do the trick, then try again... another idea, telnet to port 80 type get / then press enter twice and see if you get any response... --- John Hoke If you found this post helpfull, please click below...
  5. johnhoke

    Linux executeable file

    PHP files are not executable code, they are interpreted, so unless you view them through a webserver that has been configured to handle them, you will only see the code, not the output of the code... you need to access the code through something like http://localhost/myscript.php NOT...
  6. johnhoke

    Mysql/PHP search engine

    While I do not know of one offhand, you can look over at sourceforge (http://sourceforge.net) or freshmeat (http://www.freshmeat.net) to find something that will work for you ... Doing a simple search at freshmeat for "PHP Search Engine" a number of interesting projects were returned...
  7. johnhoke

    Why dev/scd0

    IDE CD-R devices are seen as SCSI devices in linux .. it is working as it should :) In order to burn to an IDE burner the kernel loads a SCSI emmulation module and all is as it should be.. counterintutitive... yes... but necessary :) --- John Hoke If you found this post helpfull, please click...
  8. johnhoke

    Monitor/ Graphics adjustment in Redhat 7.0 ?

    This has alot to do (probally) with the Horizontal frequency... Windows interprets it one way, Linux the other... Most modern monitors have a "recall" feature that you can set up so that when you swtich btwn Linux & Windoze it will "remember" the settings (horizontal size...
  9. johnhoke

    Basic Apache

    Ok, ... First, here is the info for apache, go to http://www.apache.org for help/docs... RH 7.1 places (by default) all webpages in /var/www/html but this can be moved, or symbolically linked anywhere you want. *ALL* apache's configuration info is in /etc/httpd/conf/httpd.conf PLEASE BACK UP...
  10. johnhoke

    Is telnet secure?

    LOL Ok, touche! --- John Hoke If you found this post helpfull, please click below and let us know!
  11. johnhoke

    Mount a network CDR and create a cd using cdrecord

    Take a look at webmin (www.webmin.com) it has a module to do this ... You can put the burner on teh RH box and have the users go to a website to burn their images :) --- John Hoke If you found this post helpfull, please click below and let us know!
  12. johnhoke

    Network Sniffer

    ethertool is another that ships with RH72 standard... it is pretty decent... not all the bells & wistles, but does the job :) --- John Hoke If you found this post helpfull, please click below and let us know!
  13. johnhoke

    Using Redhat as a proxy server

    You may already have installed (as part of your RH install) the proxy server SQUID... to find out, type rpm -qa|grep -i squid If not, you can install it from your CDs (CD #1 if I recall)... Squid can be fun to configure....so dont forget to check www.squid-cache.org for more info :) --- John...
  14. johnhoke

    how can i prevent to use bash ....

    In RL3 you will always get a prompt, otherwise why would you be in multiuser mode? What are you trying to accomplish? Maybe we can help that way :) --- John Hoke If you found this post helpfull, please click below and let us know!
  15. johnhoke

    Starting sendmail

    AFAIR Mandrake uses Postfix, another MTA similar to Sendmail, but some say easier to admin... by default... first, as root type rpm -qa|grep -i postfix to see if postfix is installed, and if so, use it :) if not then grab the rpm files for either postfix off the CDs or sendmail from...
  16. johnhoke

    Moving files.

    mv <filename> <newpath> ie : mv /path/to/log.tar.gz /new/path/for/archives --- John Hoke If you found this post helpfull, please click below and let us know!
  17. johnhoke

    restrict a telnet request

    Are you trying to restrict by host or account? if you are restricting by host, try tcpwrappers... if by account, take a look at the /etc/securetty file.. I dont know Tru64 well, but I think that may help... --- John Hoke If you found this post helpfull, please click below and let us know!
  18. johnhoke

    ErrorDocument 401

    is your 401.php file in an access controlled directory? That would cause the problem you are having ;) --- John Hoke If you found this post helpfull, please click below and let us know!
  19. johnhoke

    56bit cypher Vs 128bit Cypher (Online banks)

    ALot also has to do with what version of encryption your browser supports... you can see this usually in the Help -> About dialog... if your browser only supports 56bit encryption, and the bank supports 128, it will usually &quot;downgrade&quot; itself so that you can work ... --- John Hoke If...
  20. johnhoke

    how to doawnload sites to my HDD

    use wget... at the command prompt type man wget or wget --help for more information... I use it to mirror websites locally, as well as ftp mirrors :) --- John Hoke If you found this post helpfull, please click below and let us know!

Part and Inventory Search

Back
Top