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 [...]
Monthly Archives : January 2009
How to Compile a Kernel ?
linuxserver adminStep 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 [...]

