Tag: Web Hosting Affiliate
The Newbie’s Guide to Small Business Web Design
Posted on Mar.08, 2009, under Web Design No Comments
Youve got a concept for a business, are excited about putting it out on the Internet, know a little bit about computers and the Internet, but know nothing about building a web site, or web design.
You can still be highly successful and save money by doing the job yourself so long as youve got the willingness to learn and the time to spend on the project. It can be fun and it should be.
The contents of this article will [...]
Paypal eBay Vouchers
Posted on Nov.30, 2008, under Web Design No Comments
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 then visit here:
http://www.ukwebmasterforums.com/t308-current-paypal-ebay-codes-n
ew-codes.html or Paypal Codes
Web Hosting UK
(http://www.session9.co.uk/ )
Webmaster
Forums ( http://www.ukwebmasterforums.com/ )
Web
Hosting Affiliate (
http://www.session9.co.uk/web-hosting-affiliate/ )
Domain Reseller (
http://www.domainvendor.co.uk/ )
Paypal eBay Vouchers
Posted on Nov.07, 2008, under Web Design No Comments
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 then visit here:
http://www.ukwebmasterforums.com/t308-current-paypal-ebay-codes-n
ew-codes.html or Paypal Codes
Web Hosting UK
(http://www.session9.co.uk/ )
Webmaster
Forums ( http://www.ukwebmasterforums.com/ )
Web
Hosting Affiliate (
http://www.session9.co.uk/web-hosting-affiliate/ )
Domain Reseller (
http://www.domainvendor.co.uk/ )
Web Hosting Affiliate Programs – The No Brainer!
Posted on Oct.29, 2008, under Web Hosting No Comments
Web hosting affiliate programs give webmasters the opportunity
to earn commission by referring their website visitors to a web
hosting company site. When a person signs up for a web hosting
package and has been referred by an affiliate, commissions are
usually paid in a lump sum ranging from $30-$60.
This provides a great opportunity for webmasters with community
and web development driven sites to make extra revenue. As the
general public becomes more and more internet savvy, an
increasing number of people are putting their first websites
online. [...]
Disable Telnet Access – Apache – Redhat
Posted on Oct.23, 2008, under Web Hosting No Comments
—————————————————————–
—————
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 line to disable = yes.
4. CTRL+X then Y then enter to save the file.
5. Restart xinted. Type: /etc/rc.d/init.d/xinetd restart
Original:
http://www.ukwebmasterforums.com/t4914-disable-telnet-access-apac
he-redhat.html
Web Hosting UK
(http://www.session9.co.uk/ )
Webmaster
Forums ( http://www.ukwebmasterforums.com/ )
Web
Hosting Affiliate [...]
Update MailScanner
Posted on Oct.20, 2008, under Web Hosting No Comments
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 the /usr/lib/MailScanner/*.rpmnew files over the
top of the old scripts in the same directory. To do them all at
once, you can do this:
sh cd /usr/lib/MailScanner for NEW in *-wrapper.rpmnew
*-autoupdate.rpmnew do [...]
Root E-Mail Notification
Posted on Oct.18, 2008, under Web Hosting No Comments
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
Make sure that the e-mail address you use is not hosted on the
server as a hacker could simply delete the e-mail and
notifications, and you would never know.
Original:
http://www.ukwebmasterforums.com/t4904-root-email-notification.ht
ml
Web Hosting [...]
Customize LogWatch
Posted on Oct.16, 2008, under Web Hosting No Comments
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 server as root via SSH.
2. Load the logwatch configuration file Type: pico -w
/etc/log.d/conf/logwatch.conf
3. Search for where the log files are mailed too. Press: CTRL-W
Type: MailTo Set the e-mail [...]
How To Install PICO Editor Using SSH
Posted on Oct.16, 2008, under Web Hosting No Comments
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 a
spelling checker. (Pico is an acronym for PIne COmposer). Please
note pico can not be “updated” alone on your server as it is
part of PINE. Let’s get started and Install [...]
SSH Welcome Text
Posted on Oct.13, 2008, under Web Hosting No Comments
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 and regulary checked by systems personal. Individuals
using this system without authority or in excess of their
authority are subject to having all their services revoked. Any
illegal services run by user or attempts [...]
