Sunday, March 8th, 2009 at 5:40 am
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 [...]
Sunday, November 30th, 2008 at 9:40 am
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 [...]
Friday, November 7th, 2008 at 8:40 am
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 [...]
Wednesday, October 29th, 2008 at 12:40 pm
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 [...]
Thursday, October 23rd, 2008 at 8:40 am
—————————————————————– ————— 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 [...]
Monday, October 20th, 2008 at 4:40 am
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 [...]
Saturday, October 18th, 2008 at 5:40 am
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 [...]
Thursday, October 16th, 2008 at 3:40 pm
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 [...]
Thursday, October 16th, 2008 at 2:40 pm
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 [...]
Monday, October 13th, 2008 at 1:40 pm
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 [...]