I own a small business website. However, bots started to abusing my forms such as contact.php. How do I stop bots bots from abusing my site? How do I tell if PHP form is submitted by a person or a script?
{ 7 comments }
FAQ tagged as:
I own a small business website. However, bots started to abusing my forms such as contact.php. How do I stop bots bots from abusing my site? How do I tell if PHP form is submitted by a person or a script?
{ 7 comments }
I’m behind a squid proxy server. How do I access internet via proxy server when I use wget, lynx and other utilities from a shell prompt?
{ 6 comments }
How do I install package ports collection under OpenBSD operating system?
{ 2 comments }
How do I install Xcache opcode cacher for PHP 5 under RHEL / CentOS version 5.0 server?
{ 13 comments }
Q. I’ve downloaded tar ball software but I don’t know how to compile the same? Can you provide the instructions for compiling a program?
A. Many new users find it difficult to compiling programs in Linux. Usually following steps are involved:
a] Download tar ball using wget
b] Untar tar ball using tar command
c] Compile program using [...]
{ 6 comments }