Archive for January, 2009

How to work for an effective Email Marketing?

Monday, January 12th, 2009

Email marketing is a powerful technique to market your business and services when done with ethical manner. When it is used poorly, your email can be trapped by email scanner and can be treated as spam (Unwanted, unsolicited email)

It is all known that everyone immediately deletes emails they identify as spam without even checking the content of the mail. So it becomes very necessary that how to present your email so as to avoid looking spam.

There are few tips for the email marketing which are as follows:

  1. Stick to CAN-SPAN Act :

    This law was passed in Dec. 2003 which allows you to send unsolicited mass emails under some conditions.
    it tells us to :

  2. - label the emails (email with no subjects are not allowed)
    - do not use unreliable subject heading
    - include the full address of your company

  3. An attractive title can work better
  4. Using an attractive and good title can work for your business. As most people delete the emails which contains spam or title look like a spam without reading the email. While creating a email title you should include the following factors:

    - Do not use all CAPS letters .
    - Use proper punctuation
    - Do not use words like credit card, pharmacy, Viagra, money online and other words
    - Do not use uncorrected spell words

  5. Always use Paid email services instead of free email services
  6. Most Spammers use free email services so invest in a paid mail services while you go for mass emailing. Also going to a paid mail services make it professional.

  7. Test your email and check if it pass various spam detectors / filters
  8. You can test your email and check if it passes the various spam filters and detectors. There are various free software available used to test the spam.

How to Compile a Kernel ?

Wednesday, January 7th, 2009

Step 1
Download the kernel from below link
ftp://ftp.kernel.org/pub/linux/kernel/v2.6
(i am assuming that everyone like to compile a latest kernel)
Step 2
Extracting the kernel if its a archive with tar.gz extension then do below in your /usr/src
# tar -zxvf
linux-2.6.x.x.tar.gz
If its a .tar.bz2 then do below in your /usr/src
# tar
-jxvf linux-2.6.x.x.tar.bz2
Step 3
You must have a folder now in your /usr/src dir with the name of linux-2.6.x.x just symlink it with
dir linux
# ln -sf linux-2.6.x.x linux
Now change the dir to linux
#cd linux
once you are inside the dir issue any of the below commands to configure your new kernel
# make menuconfig (This will show you a command line screen to configure the kernel)
or
# make xconfig (This will open up a qt based gui window to configure the kernel)
Note : — if you want to configure the new kernel same as of your old one then you just need to issue the below commands
# make oldconfig && make modules_install && make install
This will install your new kernel with the old config and also install the boot image and other files in your
/boot
Step 4
I am assuming now that you have configured your new kernel and ready to compile it , just follow the below steps
#make && make modules_install && make install
Now just sit and have a cup of tea/coffee as kernel compilation will take some time Once the compilation is
finished you need to reboot your machine and start using your new kernel
NOTE :
- i am assuming you are using grub here for that you need to select the option on boot for the new kernel
lilo users - here comes my lilo.conf
boot=”/dev/hda”
lba32
prompt
timeout=”50″
defa
ult=2.6.x.x
vga=”792″
image=”/boot/kernel-2.6.x”
label=”linux”
root=”/dev/hda4″
read-only
#
initrd=”/boot/kernel-2.6.17″
#root=/dev/ram0
#append=”init=/linuxrc
real_root=/dev/hda4″
image=”/boot/kernel-2.6.20.3″
label=”2.6.20.3″
root=”/dev/hda4″
read-only

Blog Widget by LinkWithin

We offer e-commerce, website design and seo services to London, Preston, Manchester, Liverpool and rest of UK.
© Copyright Neoteric UK Ltd. All Rights Reserved.