It is currently Fri May 17, 2024 4:18 am

News News of Server Side Actions

Site map of Server Side Actions » Forum : Server Side Actions

Here you can find tutorials and notes for server-side maintenance/configuration
Forum rules
All information is given AS IS

configure grsec on a Cpanel box configure grsec on a Cpanel box

How to configure grsec on a Cpanel box

First lets start by moving into the correct directory

cd /usr/src

Now let's download the kernel from kernel.org

wget http://www.kernel.org/pub/linux/kernel/ ... .10.tar.gz

Let's open the tar file now

tar zxvf linux-2.6.27.10.tar.gz

We need to also create a symlink

ln -s linux-2.6.27.10 linux

Let's grab the grsec patch

wget http://grsecurity.net/grsecurity-2.1.12 ... 7.patch.gz

Let's open the grsec ...
Read more : configure grsec on a Cpanel box | Views : 2183 | Replies : 0


World Time Zones

The current time all around the world for every country, state and major city with additional information on each time zone
World Time Zones
Read more : World Time Zones | Views : 1843 | Replies : 0




Basic Unix Commands

Basic Unix Commands

A
alias Create an alias
apropos Search Help manual pages (man -k)
apt-get Search for and install software packages (Debian)
aspell Spell Checker
awk Find and Replace text, database sort/validate/index

B
bash GNU Bourne-Again SHell
bc Arbitrary precision calculator language
bg Send to background
break Exit from a loop
builtin Run a shell builtin
bzip2 Compress or decompress named file(s)

C
cal Display a calendar
case Conditionally ...
Read more : Basic Unix Commands | Views : 2597 | Replies : 0






Installing SVN in cPanel

Installing SVN in cPanel

SVN is a version management tool "much like CVS". It is used to develop many large sites online, amongst them LastFM (http://www.last.fm), Zarpie (http://www.zarpie.com) and Flickr (http://www.flickr.com/). It has been in development for many years and there are a wide range of OS compatible versions available.

In this example, we will show you ...
Read more : Installing SVN in cPanel | Views : 2293 | Replies : 0


Client`s side mod_security configuration

Following lines should be added to ".htaccess":
Code: Select all
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Read more : Client`s side mod_security configuration | Views : 1826 | Replies : 0


Cpanel::TailWatch::Eximstats appears to have unprocessed SQL

ATTENTION ATTENTION ATTENTION ATTENTION

Cpanel::TailWatch::Eximstats appears to have unprocessed SQL in /var/cpanel/sql/eximstats.sql.
When mysql is unable to execute a query they are logged for processing later.
Eventually these SQL files may be handled automatically and this message will not appear.
In the meantime you can execute the queries as root with something like this:

mv /var/cpanel/sql/eximstats.sql /var/cpanel/sql/eximstats.sql.tmp_working_copy
/usr/local/cpanel/bin/tailwatchd --restart
mysql eximstats < /var/cpanel/sql/eximstats.sql.tmp_working_copy

Once you are sure all is well you can remove /var/cpanel/sql/eximstats.sql.tmp_working_copy

ATTENTION ...
Read more : Cpanel::TailWatch::Eximstats appears to have unprocessed SQL | Views : 3435 | Replies : 0




 

Login


Statistics

Total posts 505 • Total topics 442 • Total members 22

cron