Posts Tagged Tutorial

Three steps can not be missing from the site

There are three representatives from the key factor in the success of any site yet. Grasp the importance of 3 from this that is, you’ve achieved half the way to success on the Internet …
There are three representatives from the key factor in the success of any site yet. Grasp the importance of 3 from [...]

, , , , , ,

No Comments

How to google succed - Discover the world of diversity Google

Was born as a tool collection and detection sites in the mid-90s, Google’s mission has long since completed. World Internet particularly exciting is a large part thanks to this carrier. Employers have greater influence to the level of the current one is not called “search” is to say that “google” an information that on the [...]

, , , , , ,

1 Comment

Customizing PHP Safe Mode

Customizing PHP Safe Mode
We’ll guide you through using PHP safe_mode and how-to enable it and to customize it for certain sites on your server. When using PHP as an Apache module, you can also change the configuration settings using directives in Apache configuration files (e.g. httpd.conf) and .htaccess files. PHP safe_mode is very important to [...]

, , , , , , , , ,

No Comments

How To Install CPANEL on your VPS

Lets start giving some use to all our VPS servers, lets install a trial or a final license of Cpanel.
If you want a cpanel license you can get 1 for $ 12 / month or 70/month for a 10 pack. You should contact Aaron Conklin at custom.orders@ev1servers.net
In case you want a trial licence for cpanel [...]

, , , , , , , , , , ,

1 Comment

Guide to Chkrootkit - checking for intruders

Chkrootkit is a powerful tool to scan your Linux server for trojans. We’ll show you how to install it, scan your server and setup a daily automated scanning job that emails you the report.
Installing CHKROOTKIT
Version 0.42b (Sept. 20 2003)
SSH as admin to your server. DO NOT use telnet, it should be disabled anyways.
#Change to [...]

, , , , , ,

No Comments

Creating a Welcome message for SSH logins

Did you ever want to change or create a new login message antime someone logs into SSH? We’ll show you how it’s done.
First off login to our server as root. Then type in the following:
pico /etc/motd
Now type in the security login message you wish all users to see once they login to your server through [...]

, , , , , , , ,

No Comments

Disable Direct Root Logins

Allowing the root user to login directly is a major security issue, we’ll show you how to disable it so you can still login as root but just not directly, reducing the security issue.
This will force a hacker to have to guess 2 seperate passwords to gain root access.
(you do have 2 seperate passwords for [...]

, , , , , , , ,

No Comments

E-mail Alert on Root SSH Login

Want to be notified instantly when someone logs into your server as root? No problem, check out this nice tutorial on email notification for root logins. Keeping track of who logs into your server and when is very important, especially when you’re dealing with the super user account. We recommend that you use an email [...]

, , , , , , , , , ,

No Comments

Stop Spam At The Server with Exim RBL

This is my micro-howto for how I set up RBL using the Exim Configuration Editor
Are you and your clients tired of getting bombarded with spam email? Stop spam before it gets to your inbox with Exim’s RBL,realtime blackhole list, confAiguration options, an invaluable tool for any Cpanel admin.
What is a RBL?
Realtime Blackhole List. A list [...]

, , , , , ,

No Comments

Stop PHP nobody Spammers

- Added Logrotation details
- Added Sample Log Output
PHP and Apache has a history of not being able to track which users are sending out mail through the PHP mail function from the nobody user causing leaks in formmail scripts and malicious users to spam from your server without you knowing who or where. Watching your [...]

, , , , , , , ,

1 Comment

Stop Receiving Spam with Cpanel

There are few simple steps you can follow to minimize the amount of spam you receive to your inbox.
Don’t Accept Mail to Users Mailboxes That Don’t Exist! - Default Address
By default all unrouted email will be directed to your main mailbox, where it will use disk space and resources of your account. This means that [...]

, , , , , , , ,

1 Comment

Force (SSL) secure logins in WHM and Cpanel

This tutorial will show you how to accomplish https connections when going to servername/whm or /cpanel for those who may still be using the insecure ways to login to WHM and CPanel forcing a secure connection for all users.
Step 1: Backup files
cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf.insecure
Step 2: Edit the file
pico /etc/httpd/conf/httpd.conf
Step 3: Search for the line:
Ctrl+W then  ScriptAlias /cpanel /usr/local/cpanel/base/redirect.cgi
Step [...]

, , , , , , , ,

No Comments

Modify Bandwidth Exceeded Page

In this tutorial you will learn how to modify the Cpanel bandwidth exceeded page. This page is shown for clients automatically when they run out of bandwidth. Bandwidth counts are reset every month.
Step 1: Login to the server as root in SSH.
Step 2: This will make a backup copy of the original file incase you [...]

, , , , , , , ,

1 Comment

Setting up Private Nameservers in Cpanel

This guide will show you the ropes in how to setup cpanel nameservers and configure them properly so you can run ns1 and ns2.yoursite.com. Once your nameservers are setup clients can then use your own private nameservers for their domains.
1. Regiser your domain
Register the domain name you would like to use, you can register a [...]

, , , , , , , ,

1 Comment

Official Cpanel Newbie Guide

Official Cpanel Newbie Guide

This guide assumes you already have Cpanel installed and we’ll walk you some of the very basics of using your new Cpanel server. We expect you have some knowledge of what cpanel actually is and know a bit about server administration. Always consider hiring a professional to go over your system if you just purchased a [...]

, , , , , , ,

1 Comment