Paypal eBay Vouchers

Have you ever used a eBay/Paypal voucher code, if not then you are missing out on saving lots of money. They come out every so often and dont last long. We have came up with a way for you to get an email once new paypal/ebay codes come out. So if you want more information [...]

Paypal eBay Vouchers

Have you ever used a eBay/Paypal voucher code, if not then you are missing out on saving lots of money. They come out every so often and dont last long. We have came up with a way for you to get an email once new paypal/ebay codes come out. So if you want more information [...]

Disable Telnet Access – Apache – Redhat

—————————————————————– ————— Telnet should be disabled, and you should use SSH. Telnet sends password in plain text, and ‘crackers/hackers’ can obtain these passwords easily compared to SSH, and then takeover your dedicated web server. 1. Login to your dedicated server via SSH as root. 2. Type: pico -w /etc/xinetd.d/telnet 3. Change the disable = no [...]

Update MailScanner

If you run mailscanner please make sure it is up to date. Here is a tip from the creator of the software package. Some of the virus scanner “wrapper” and “autoupdate” scripts have been updated in version 4.24. If upgrading from earlier versions using the RPM distributions, you will need to manually rename each of [...]

Root E-Mail Notification

Login to your server via SSH as root. (If you disabled root logins login with your other username, and su to root) Type: pico .bash_profile At the end of the file put this: echo ‘ALERT – Root Shell Access on:’ `date` `who` | mail -s “Alert: Root Access from `who | awk ‘{print $6}’`” offsite@emailaddress.com [...]

Customize LogWatch

Logwatch is a customizable log analysis system. Logwatch parses through your system’s logs for a given period of time and creates a report analyzing areas that you specify, in as much detail as you require. Logwatch is easy to use and will work right out of the package on most systems. 1. Login to your [...]

How To Install PICO Editor Using SSH

Here we are going to show you how to Install Pico. So you got your new dedicated server and your favorite editor ( PICO ) is not there? Well we are going to help you install Pico on your dedicated server. PICO is a very simple and easy-to-use text editor offering paragraph justification, cut/paste, and [...]

How To Install RKHunter

RKHunter – (RootKit Hunter) Is a security scanning tool which will scan for rootkits, backdoors, and local exploits. RKHunter will ensure you about 99.9% that your dedicated web server is secure. 1. Login to your server via SSH as root. Then Type: cd /usr/local/src/ 2. Download RKHunter Version 1.1.4 Type: wget http://downloads.rootkit.nl/rkhunter-1.1.4.tar.gz 3. Extract files [...]

SSH Welcome Text

This will display a message to everyone who logs onto your server via ssh.. 1. Login to your server as root via SSH. 2. Type: pico /etc/motd 3. Now type in the message you want everyone to see. Something like this is good. This computer system is for authorized users only. All activity is logged [...]

Update PHP 4.3.10

Since the release of the script that will compromise a phpBB forum it is now become top priority for web hosts and independent server owners to upgrade PHP. How to upgrade PHP on a cPanel Server. 1. Login to WHM as root. 2. Scroll down to “Software” Click: Update Apache 3. Select version Version 4.3.10 [...]

 Page 1 of 2  1  2 »