Tags
|
|
|
How to install CSF Firewall
|
CSF is stateful packet inspection (SPI) firewall, Login/Intrusion detection and security application for linux servers. This is a free application .
To start follow this steps :
First of all login to your server as root.
Run these commands :
Code: $ wget http://www.configserver.com/free/csf.tgz
Next, test whether you have the required iptables modules:
|
How to Install mod_evasive
|
First thing you must know is that what is mod_evasive ? mod evasive is an apache model to block ddos attacks !
Mod_Evasive will help to stop basic attacks on a server (HTTP, DDoS attack and brute force attack). Detection is performed by creating an internal dynamic hash table of IP Addresses and URIs, and denying any single IP address from any of the following:
-Requesting the same page more than a few times per second
-Making more than 50 concurrent requests on the same child per secon
|
How to Install Ioncube Loader AutoInstaller
|
1.Create a file named ioncubeinstaller.sh
Quote:touch ioncubeinstaller.sh
2.Edit ioncubeinstaller
Quote:pico ioncubeinstaller.sh
3.Paste the following into it
[quote]#!/bin/bash
WHO=$(whoami)
if [ ${WHO} == "root" ]
then
echo "Script Initialized ..."
else
echo "You must be logged in as root to install ionCube Loader."
echo "Terminating ..."
exit 0
fi
echo "Changing directory"
cd /usr/local/
echo "Done."
if [ -e ioncube_loaders_lin_x86.tar.g
|
How To Install SHOUTcast on a VPS
|
First, who don't know what a SHOUTcast is ?
* SHOUTcast Radio is a free-of-charge audio homesteading solution. It permits anyone on the internet to broadcast audio from their PC to listeners across the Internet or any other IP-based network (Office LANs, college campuses, etc.).
* SHOUTcast Radio's underlying technology for audio delivery is MPEG Layer 3, also known as MP3 technology and AAC+. The SHOUTcast Radio system can deliver audio in a live situation, or can deliver audio on-d
|
HowTo Install Squid on Linux
|
Install Squid on Linux
What is Squid ?
Squid is a fully-featured HTTP/1.0 proxy which is almost (but not quite - we're getting there!) HTTP/1.1 compliant. Squid offers a rich access control, authorization and logging environment to develop web proxy and content serving applications.
Where is Squid used ?
A good question! Many of you are using Squid without even knowing it! Some companies have embedded Squid in their home or office firewall devices, others use Squid in large-scale web pro
|
HowTo Install RootKit Hunter on Linux
|
What is RootKit Hunter ?
Rootkit scanner is scanning tool to ensure you for about 99.9% you're clean of nasty tools. This tool scans for rootkits, backdoors and local exploits by running tests like:
- MD5 hash compare
- Look for default files used by rootkits
- Wrong file permissions for binaries
- Look for suspected strings in LKM and KLD modules
- Look for hidden files
- Optional scan within plaintext and binary files
======================
Official site & detail information here.
|
How To Install cURL in Linux Server Or in PHP
|
HOWTO Install cURL in Linux
Well, now most of the Hosting Companies provide cURL installed on their Servers. But unfortunately, if your server/vps doesn't have cURL installed, then you'll have to do it manually.
There are basically two methods to get cURL working on your Server.
First, you can enable cURL using EasyApache Script from cPanel/WHM
If this is not possible, then you must install cURL manually.
cURL Installation:
Login as root to your SSH Terminal.
Now, type the fol
|
How to Install FFMPEG Auto Installer
|
Setup Installation
First, open up SSH (I like using putty) and login as "root". Once there, run the below commands:
Code: mkdir ~/ffmpeg-packages
cd ~/ffmpeg-packages
wget http://trulymanaged.com/ffmpeg/ffmpeginstall.tar.gz
tar -xvzf ffmpeginstall.tar.gz
cd ffmpeginstall
If you don't want the author to be emailed upon a successful installation, comment out line 47 of install.sh Here is how...
At the command prompt type following command below
[code]nano install.sh[/c
|
How to Install Fantastico via SSH and WHM
|
Below mentioned are the steps to install Fantastico on Linux server via SSH access and WHM:
1) Login via SSH to your server and enter following commands:
Code: cd /usr/local/cpanel/whostmgr/docroot/cgi
wget http://www.netenberg.com/files/free/..._whm_admin.tgz
tar -xzpf fantastico_whm_admin.tgz
rm -rf fantastico_whm_admin.tgz
2) Now go to WHM, login as root and follow the link WHM -> Add-Ons
-> Fantastico De Luxe WHM Admin. One need to complete the installation by following t
|
How to install rpms, perl modules from WHM ?
|
You can install perl modules and rpms from your WHM.
To install a perl module, use this procedure.
Code: • Log on to your WHM as root.
• Go to section "Software"
• Click on "Install a Perl Module"
• Enter the name of the perl module you need to install in the field.
• Click "Search".
• You will get a list of perl modlules that matches the given search name.
• Click on the module name to install.
To install a RPM, use this procedure
[
|