May 18th, 2013 by
EZ linux ·
No Comments
To install MySQL governor on your server:
yum remove db-governor db-governor-mysql # you can ignore errors if you don’t have those packages installed
yum install governor-mysql –enablerepo=cloudlinux-updates-testing
/usr/share/lve/dbgovernor/mysqlgovernor.py –install
* The installation currently supports only cPanel & DirectAdmin servers.
** Please, note that MySQL on cPanel servers will be updated from CloudLinux RPMs.
*** MySQL Governor is compatible only with MySQL 5.x
Tags:
Cpanel and WHM · Linux Security · Linux Software / Scripts
May 15th, 2013 by
EZ linux ·
No Comments
/usr/local/cpanel/bin/unregister_cpanelplugin /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/softaculous.cpanelplugin;
rm -rf /etc/cron.d/softaculous;
rm -rf /var/softaculous;
rm -rf /usr/local/cpanel/whostmgr/cgi/softaculous;
rm -rf /usr/local/cpanel/whostmgr/cgi/addon_softaculous.php;
rm -rf /usr/local/cpanel/whostmgr/cgi/addon_softaculous.cgi
rm -rf /usr/local/cpanel/base/frontend/x3/dynamicui/dynamicui_softicons.conf;
Tags:
Cpanel and WHM · Linux Software / Scripts
May 15th, 2013 by
EZ linux ·
No Comments
You can install PostgreSQL by running the following command:
# /scripts/installpostgres
Note that after you install PostgreSQL, you will need to rebuild both the internal PHP used by phpPgAdmin, and the PHP used for your sites (they are two different installations). You can do this by running *both* of these commands:
# /scripts/easyapache –build
# /scripts/makecpphp
If you do not run *both* of the above commands *after* running /scripts/installpostgres, your PHP applications and phpPgAdmin will not be able to interact with PostgreSQL.
Tags:
Cpanel and WHM
May 15th, 2013 by
EZ linux ·
No Comments
wget -N http://www.attracta.com/static/download/cpanel-install
sh cpanel-install
That’s it, good luck!
Tags:
Cpanel and WHM
May 15th, 2013 by
EZ linux ·
No Comments
You can install Ruby on Rails by running the following command:
# /scripts/installruby
That’s it, enjoy!
Tags:
Cpanel and WHM
March 10th, 2013 by
EZ linux ·
No Comments
First stop exim in your WHM under services, just unclick any exim services running and save it.
Then open you ssh client and use this code:
/usr/sbin/exiqgrep -i | xargs /usr/sbin/exim -Mrm
Then restart exim.
This is much better then the mail queue system cpanel has installed, about 4 years (2009) they changed it and it’s just horrible now.
But thanks to the nice little code you can do it much faster from ssh.
Tags:
Cpanel and WHM · Linux Mail · Linux Software / Scripts · Linux Tricks
January 8th, 2013 by
EZ linux ·
No Comments
This will solve the magic quotes compatibility when you create a local php.ini file.
If you can’t turn off magic quotes using the htaccess file just:
Create a text file
Rename it to ‘php.ini’
Add the lines
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
extension=pdo.so
extension=pdo_mysql.so
Save it to the directory/ies in which your scripts are executing.
We suggest just adding it to the public_html folder in case your server has restrictions on custom php.ini files in other locations.
Note: Most cpanel based server will work with this.
Tags:
Cpanel and WHM · Linux Security · Linux Software / Scripts · Linux Tricks
August 14th, 2012 by
EZ linux ·
No Comments
Tags:
Linux Commands · Linux Security · Linux Tricks
June 7th, 2012 by
EZ linux ·
1 Comment
It’s easy just run this command and than choose a language:
system-config-language
Tags:
Cheat Sheets · Installing Linux · Linux Commands · Linux Software / Scripts · Linux Tricks
June 5th, 2012 by
EZ linux ·
No Comments

Most of the files are in the etc folder.
Tags:
Cheat Sheets · Cpanel and WHM · Linux Back Up · Linux Operating Systems · Linux Security