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!
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...
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...
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...
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...
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...
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...
...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 THIS FILE BEFORE MESSING WITH IT!!!
cd /etc/httpd/conf
cp httpd.conf...
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!
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!
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...
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!
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...
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!
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!
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!
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 "downgrade" itself so that you can work ...
---
John Hoke
If...
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!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.