Save info   Get password
Home Submit your blog Edit Account Rules RSS-Archive Contact


Types of URL ( Absolute and Relative )
2007-01-20 19:57:14
Absolute URL : Dictionary meaning of word absolute is : not dependent on any thing ie independent having its own existence, same is the meaning of absolute urls. An Absolute URL is, thus, something that is independent or free from any relationship from the rest. When you use an absolute URL, you point directly to the file [...]
Read more: Absolute , Relative

301 Redirect in ASP
2007-01-16 19:27:09
Many a times you need to move or rename some of your pages for some reason , if you are utilizing .asp (Windows Active Server Pages) as the underlying technology for your website, then there is a simple 301redirect method that you can utilize for changing URL name.This 301 method allows you to implement a [...]
Read more: Redirect

How to stop comment spam.
2007-01-11 15:57:06
Comment Spamming is one of the major problem faced by all the blog owners. Spammers are not interested to redirect your traffic but are trying to increase their (or their client's ) search engine ranking. By leaving comments on your site, the spammers’ sites can achieve a slightly higher search engine ranking.Spammers don’t want to [...]


Google operators
2007-01-25 17:57:17
Google offers several operators which provides useful information about your site such as no of indexed pages within your site, pages that links to your site and many more. In a Google search box, just type the operator and your domain name. Operator                 Description         [...]
Read more: Google

Enabling & Disabling Hotlink Protection
2007-01-29 09:02:26
Overview HotLink protection prevents other websites from directly linking to files (as specified below) on your website. Other sites will still be able to link to any file type that you don’t specify below (ie. html files). You can use hotlink protection to keep other sites from linking to your images, videos, and other files. If [...]
Read more: Protection

How to Transfer Your Web Site to a New Web Host?
2008-01-11 08:35:56
There are various reasons why an online sector individual suchlike you has decided to shift to a new web hosting providers. Your old web hosting provider be like has real impecunious specialized funding, or their web server is frequently down, or may be your old web hosting supplier cannot have your hosting requirements anymore or [...]
Read more: Web Site

Virtuozzo in VPS Operating System
2008-01-05 06:13:47
Virtuozzo is a proprietary operating system for virtualization developed by SWsoft, Inc. Ideally the virtuozoo technology is opt towards routine performance which make Virtual Private Servers isolated from each other. Virtuozzo creates multiple isolated Virtual Private Servers on a single physical server to share hardware, which maximize efficiency, in addition the low-overhead and fast-performance makes [...]
Read more: Operating , System

Can a lead replacement surgery help recover ailing patients?
2008-03-15 06:27:26
The recent spate of fractures and deaths occurring due to the Medtronic Sprint Fidelis leads has resulted in a recall by the company. Patients affected by the recall of the heart leads may be facing a dilemna of either having lead replacement surgery or living with the defective heart lead from their defibrillator that could [...]
Read more: patients , recover

Should I participate in the Medtronic lawsuit brought by patients?
2008-03-15 06:24:27
Many patients who have been affected by the recent recall of the Medtronic defibrillator leads have filed legal claims for damages against the company. Patients who file a Medtronic lawsuit will likely have their cases transferred U. S. District Court in Minnesota because the Judicial Panel on Multi-District Litigation issued a transfer order recently that [...]


Can a Medtronic recall prevent further risks?
2008-03-15 06:21:25
The recent news of the Medtronic defibrillators leads fracturing inside heart patients has resulted in several complications including death in a few patients. These incidents have prompted a Medtronic recall of the defective leads namely model numbers 6930, 6931, 6948 and 6949. Patients who are using these Medtronic defibrillators have been asked to visit their [...]
Read more: prevent

Linux Boot Sequence
2008-03-25 12:23:43
Hello, The process of booting a Linux system consists of a number of stages as follows 1) BIOS 2) Master Boot Record (MBR) 3) LILO or GRUB 4) Kernel 5) init 6) Run Levels The process of booting a Linux system consists of a number of stages 1)BIOS: Basic Input/Output System is the lowest level interface between the computer and peripherals which load boot [...]
Read more: Sequence

CSF (configserver) firewall
2008-04-04 19:06:24
How to install and configure the CSF (configserver) firewall. CSF can be used on a wide range of Linux systems, including those running cPanel. Following are the steps to install and configure the CSF. Installation is quite straightforward: rm -fv csf.tgz wget tar -xzf csf.tgz cd csf sh install.sh If you would like to disable APF+BFD (which you will need [...]


Installing SSL Certificate
2008-04-04 18:16:36
For installing the SSL certificate you need to have a dedicated IP Address, and make sure that your domain is registred domain name and resolving perfectly Step 1: You need to generate CSR (certificate signing request ) from your webhost nameger. which required following information. ———————————– - Host to make cert for: - Country(2 letter Abbreviation): - State: - City: - Company [...]
Read more: Certificate

Prevent Hot Linking to images
2008-04-04 17:59:08
To stop other sites directly linking to your images and media files and stealing your bandwidth You need to add following code in your .htaccess file RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www.)?domain.com(/)?.*$ [NC] RewriteRule .*.(gif|jpg|jpeg|bmp|wmv)$ [R,NC] Note: replace your website with domain.com
Read more: Linking

How to get and restore database backup on linux server
2008-04-24 16:38:38
Hello, For taking backup of you database you have to make sure that you database is good enough. with shell access you can take the database backup in .sql format with following command #mysqldump user_databasename > database.sql As you are having database backup and want to restore it then use following command #mysql user_databasename < database.sql
Read more: server

How to get Apache,php and mysql versions on linux server
2008-04-24 16:26:43
Hello, To get the apache version on linux server we have to use following command. # /usr/local/apache/bin/httpd -v To get the php version on linux server we have to use following command. #php -v you can get the php modules install on server with command #php -m To get the mysql version on linux server we have to use following command. #mysql [...]
Read more: Apache , versions

How to stop PHP nobody spammers
2008-07-21 13:12:55
Hello, PHP and Apache are 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. Monitiring exim_mainlog doesn’t exactly help, you see th email going out but you [...]
Read more: spammers

How to avoid spams using cpanel
2008-08-21 00:54:56
Spam emails is nothing but flooding  Internet with many copies of the same email messages or legitimate emails . We can also called it as junk emails . It is very frustrating when we receive spam emails in our inbox. Many spammers use various tricks to send spam emails to unknown email addresses like anybody@domain.com [...]


Awstats FAQs
2008-09-03 12:20:26
How to access Awstats from outside the control panel ? Accessing Awstats from outside the control panel is easy. Step 1. Download awstats from awstats.sourceforge.net Step 2. Uncompress awstats-5.6.tgz Step 3. Copy the contents of the uncompressed cgi-bin folder from your hard drive to the user cgi-bin directory (this includes awstats.pl, awstats.model.conf, and the lang, lib and plugins sub-direc


View webalizer stats without login to cpanel
2008-09-03 12:15:45
Is it possible to view webalizer stats without login to cpanel? Yes. Do the following steps. cd /home/username/www ln -s ../tmp/webalizer stats chown username.username stats cd ../tmp chmod 755 ./ chmod 755 ./webalizer —————- will allow domain.com/stats/ for viewing stats without logging in to cpanel


Secure GET
2008-09-02 06:55:46
Following steps will allow only selected users in particular group to run GET command on the server : Step 1:- Create a group on the server Code: ]# groupadd getgrp Step 2:- Give execute permission to group Code: ]# chmod 750 /usr/bin/GET Step 3:- Add this group to GET file. Code: ]# chown root.getgrp /usr/bin/GET Step 4:- To check the permission of GET Code: ]# ll -ld [...]
Read more: Secure

Semget: No space left on device
2008-10-23 13:52:51
[Fri Oct 10 00:11:01 2008] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten — Unclean shutdown of previous Apache run? semget: No space left on device This error occurred because there is no more space left in Semaphore Arrays for Apache. You can check semaphore arrays on your server using the following command . # ipcs -s If you see too many of [...]


error : [notice] child pid x exit signal File size limit exceeded (25.)
2008-10-13 16:02:08
With cpanel linux server we are getting following error error : [notice ] child pid x exit signal File size limit exceeded (25.) This error occurs due to log file limit exceeded on server. On linux 32 Bit server apache support maximum filesize upto 2GB. If any log file exceeded this limit then you will get above error [...]


Page 1 of 1 « < 1 > »
eXTReMe Tracker