This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Google Friend Connect - Ready to Launch

Google Friend Connect is a much-awaited service from Google that lets you add social features to any website or blog. For instance, your blog readers can join your site (remember MyBlogLog) via their Google Account and then add comments, rate pictures or even interact with other members who are part of your blog.

Google earlier opened Friend Connect for a limited number of users only but I suspect that the public launch of Friend Connect may happen very soon. That’s because Google today released a new video that gives a short introduction to Friend Connect and unlike previous videos, this one is more inclined towards marketing the service to the non-developer crowd.



Google generally introduces new products or new features in existing products through short YouTube videos and this Friend Connect video may therefore be a hint about the public launch.

If you like to see Friend Connect in action, go to Orli Yakuel’s blog and check the Friends widget in the right sidebar – that’s an OpenSocial Apps powered by Google Friend Connect. The Google blog has more details about how Friend Connect works while this press release touches upon some more possible uses of Friend Connect

Scan and Remove Virus Without Starting Windows

Dr.Web LiveCD is an anti-virus emergency aid disk that would restore a system that became non-operational due to activities of malware. If a workstation or a server running Windows or Unix won’t boot from a hard drive, Dr.Web LiveCD will clean a system of suspicious and malicious files and will also try to cure infected objects.

[Image]


All you need to do is to download the 66MB ISO image from the link at the end of this article and burn it to a CD. Then boot up the computer with the CD by setting your computer as the first boot device. As loading starts a dialogue window will prompt you to choose between the standard and the safe mode. Make sure that the first option DrWeb-LiveCD is selected and hit the ENTER key. Once finished loading, you will be presented with a really cool nice looking screen that has Start Menu.



 it is  the only antivirus that receive the Platinum Malware Treatment Award



 Download Dr.Web LiveCD

Rapidshare Tools to download like premium

No matter if you don't have a rapidshare premium account for free.An amazing tool is brought to you by essentialwarez.This Tool Enables you to download from Rapidshare.com without any problem.What you have to do is to just paste the rapidshare.com link,then your download will start automatically.You can queue rapidshare.com links here.Download will start one after another automatically.

Download:

http://rapidshare.com/files/55669610/Rhack_www_1_.sourceparadise.org.rar

No matter if you don't have a rapidshare premium account for free .Dont wait anymore just go on downloading from rapidshare!!

How to search for files in Rapidshare

Rapidshare does not allow its users to search the server for content; all files have to be downloaded by following a given URL.It is also one of the messiest and hard to work out sites.Goolge searching for rapidshare is also not effective because many links found by Google are already dead at Rapidshare and the overall process takes to much time.

Here are some alternatives to search and download files from rapidshare.Download free full version softwares,videos,porn movies,and latest full movie releases

Rapidsharing.net

The site lists available downloads from Rapidshare in eight categories including Software, Music and Games. A click on one item leads to a list of all available files in that category.

www.katz.ws . This search engine lists other webhost downloads as well.

www.rapidfox.net

www.rapidsharing.net

shareminer.com------------------Searches 12 file upload sites.

www.quicksearch.info------quick --------find rapidshare files

sharingengines.com

www.filestube.com - -----New rapidshare search engine

www.filecrop.com-------- You can view the size and others informations in the results page.

How to make your computer speak what you type

Here’s a cool little feature of Windows that can be abused so that you can make your computer talk or speak whatever you tell it! This method takes advantage of a built-in API installed on most Windows XP machines called SAPI (Speech Application Programming Interface).



The Microsoft Speech API is what is used for the Narrative accessibility feature built into Windows. You can also write programs that call the API, which would allow you to let your applications speak.



But making your computer say what you want is pretty easy actually! Here’s how you do it:



Step 1: Open Notepad and paste the following text into a new document:



Dim message, sapi

message=InputBox(”Enter the text you want spoken”,”Speak This”)

Set sapi=CreateObject(”sapi.spvoice”)

sapi.Speak message




Now when you go to save the file, give it any name, but make sure you also type .VBS after the name. Also, for the Save as type box, choose All files instead of the default Text Documents.





Now double-click on the VBS file and you should see a input box where you can type in the text you want spoken! Go ahead and type something and click OK.



That’s it! Your computer will speak to you in the default voice, which for me was some scary seductive male type of voice! What about yours? Enjoy

China Mobile Secret Codes

The china mobile codes are very difficult to get.

As per the user demand i m posting the secret codes for china mobiles which work on all the chinese phones

Here are the codes for china mobiles try it

1)Default user code : 1122, 3344, 1234, 5678

2)Engineer mode : *#110*01#

3)Factory mode : *#987#

4)Enable COM port : *#110*01# -> Device -> Set UART -> PS Config -> UART1/115200

5)Restore factory settings : *#987*99#

6)LCD contrast : *#369#

7)Software version : *#800#

8)Software version : *#900#

9)Set default language : *#0000# Send

10)Set English language : *#0044# Send

11)Set English language (new firmware) : *#001# Send

12)Default user code : 1122, 3344, 1234, 5678

How to Make your own Linux

a)Develop a boot loader to run on the PowerON

b) configured linux kernel

c)A sweet file-system all with the necessary software.



Hardware Used:



I) A P2 machine

II) 16MB RAM

III) 2GB HDD

Iv) A AMD Athlon 64 2800+(1.8GHz)machine as a host for our development







Maintaining the development Environment:



In this case,the development process has done on the host system,taking the targeting system as the consideration,because of the high memory,advantage of the lower compile time of the host machine.Here,the concept of the "Cross-compilation "is needed.Because the CROSS_COMPILER is a system that runs on one type of processor,but compiles instructions for the another.








Setting up the HOST::



Though the presence of the different several processes I have used here "REMOVABLE STORAGE SETUP", where there are no direct physical link between the host and the target.Actually, a storage device is written by the host and is transferred into the target,which is used to boot the target system.








Preparation for the Host Environment::



1) Install a latest Linux edition of REDHAT,or other similar.

2) Format the target HDD with a suitable file system.(I prefer ext2).

3) The host system should have "Cross-Compiler toolchain" to build up the software for the target system.I have used GNU's cross Platform developent toolchain.I also used




i) Binary Utilities (Assembler,linker and Various Object file Utilities).

ii) The GCC compiler for GNU C,C++

iii) The C Library(like glibc,newlib etc.)







Binding up our personal Toolchaon::



Here , an alternative C library like "uClibc" is choosen for my personal system development.The "uClibc" is a C library optimized for embedded systems.




To build up our custom toolchain I have performed some steps as --------



With the open source Automation tools like "buildroot" I have configured the toolchain and installed it in "uClibc" version, "binutils" version, GCC version and so on. After the succesful toolchain compilation,it has installed in a specific PATH environment variable to the "bin" directory of the installed path.



Having the cross development platform ready,we need three components to build up a complete Linux environment for an embedded system.




A) The Kernel

B) The Root file System

C) The Boot Loader





Setting up the KERNEL:



First download the Linux kernel from "www.kernel.org" (say as inux2.4.20.tar.bz2) and extract it and cd to the directory.Now ,feel the thrillings that U'r ready now to compile the chossen kernel with your new toolchain.So, edit the "makefile" to set up the "CROSSCOMPILE" prefix using







Code:
CROSSCOMPILE =i386-linux-uclibc




Then configure the kernel according to the embedded target device requirements using




Quote:
make menuconfig

or make xconfig.




Then issue the "make dep" and "make bzImage" commands. The kernel image is now built in the "arch/i386/boot" directory. If the modules r enabled,implement "make modules",and " make modules-install" . The compiled modules will be installed in " /lib/modules/linux-".








Creating the Root File System::



I have created the root file system on the previous "ext2" formatted HDD.FIrst, we mount the partition as SUPER USER,by







Quote:
#mount -t ext2 /dev/hdc1 /mnt/target




Now enter to the /mnt/target dir and create a standard Linux root directory structure




Quote:
#mkdir bin boot dev etc etc/init.d proc sbin usr




Create "modules" directory in "lib" if modules were enabled.






Quote:
#mkdir /lib/modules




Now set appropriate permissions for these directories.To set up various core linux utilities like sh,ls,cp,clear,mkdir.......Fortunately u can get a tool that combines all the utilities called " BUSYBOX".Busybox is highly configureable,and u can select only those utilities u want to for your platform.U can select also static or dynamic compilation.




Compile it with your new toolchain.






Quote:
$ make

$ make PREFIX= /mnt/target install




This will populate bin,sbin,usr,usr directories with all symlinks to "busybox" binary in /mnt/target/bin directory.



Then,the boot directory needs to be generated with your previous compiled kernel image. U need to create the necessary device nodes appropriately in the "dev" directory using "mknod" utility; for example, the terminal devices like "tty", console , virtual terminal devices for VGA display,serial terminal devices,the ps mouse,null device etc.



Next set up the various startup scripts .Create a "rcS" script in " etc/init.d/"







Quote:
#! /bin/sh

mount -a #Mount the default file system mentioned in /etc

/fstab

/bin/sh #Invoke Busybox shell



Create "fstab " file in /etc directory

Create "inittab" file in /etc directory



#This is run as first script

:: sysinit : /etc/init.d/rcS

::askfirst :-/bin/sh

::restart : /sbin/init

::ctrlaltdel:/sbin/reboot

::shutdown:/bin/unmount -a -r >/dev/null 2>&1




Thse script may be customizesd according to the target requirements.







Installing the Boot Loader::



To make first bootable Personal linux system u need to install the Boot Loader.Copy the Stage1 ,Stage2 dir.s of GRUB from the host machine into target's boot/GRUB directory.Install the GRUB on the target hard disk.







Quote:
#/sbin/GRUB

#GRUB> root(hd1,0)

#GRUB> setup(hd1)






Now ,u need to edit 'etc/GRUB.conf as shown below:






Quote:
#Assuming the Storage device will be installed as first

#harddisk.

title MYPERSONAL LINUX

root(hd0,0)

kernel /boot/bzImage ro root=/dev/hda1




Atlast,the GRUB should be compiled with our cross toolchain.





Ready to Enjoy::



Shut down the host system.Remove the target HDD and install it on the target system.Power on this machine.See the GRUB menu.Select your choice.If choice the MYPERSONAL LINUX,your linux system get booted,and a Busybox shell promt should appear..




Now Start to enjoy........with Your Personal Linux System.

Anti Boot Software for Yahoo Messenger

Official Yahoo Messenger is weak to prevent bots or spammer. To avoid bots you can use Anti Boots software to help you increase the security of your yahoo messenger. The booter or lamer usually targeted your id when you are login to the chat room of yahoo messenger. PM B0mb is the most annoying bots sent by a booter or lamer. In this article I want to share some of anti boot software that will protect you from booter or lamer. I not guarantee, you will undisconnected but, I guarantee when you use this anti Boot software you will not see a kind of PM or another boot like, Invite bots, Game bots, etc,



Anti boot software work to paralyze or shut down your Private Message and other activities such add buddies, webcam, and voice talk. This makes your user name protected from booter who want you disconnect via PM b0mb and other. You can activate or deactivate anti boot as anytime you want. When you seem or feel you got in danger, you can activate this anti boot software and you become free of bots.



Anti boot software in this article is affiliated to the yahoo messenger. Its mean that this anti boot software is design for official yahoo messenger chat client. You cannot use this anti boot software to other chat client except official yahoo messenger. I suggest you to used this anti boot software only when you are got in danger, especially when you go to the dangerous chat room or when you face or met you enemy in chat room



KaoticProtocol Anit Boot



This is an Anti boot with one click menu to activate or deactivate. KaoticProtocol Anti Boot is one of anti boot that used to yahoo messenger chat client. When you used this free ware software you just get an anti boot in two modes: Anti Invites and Anti PM . If you want get more options or modes you can buy a Pro Version through this site www.proport-programs.tk



Click here to Download



Spark Anti Boot



If you want a more protected bots you can use this Spark Anti Boot software (Anti booter free download). Spark Anti Boot has many anti bots options: anti cam, anti invite, anti boots, anti voice, anti file sender, anti pm or buzzer, anti view share. It’s a good anti boot software for you. Its also have a full mode on or off.]



Click here to Download



Y! Filter Anti Boot



This is another anti boot to prevent boots or bots with full options. Just like Spark Anti Boot Y! Filter also have a number of anti boot options. Y! Filter working to protect web cam , voice , shared files , pmb, lagg, invite/ conference , file , and error. Y! Filter used a notification area to activate or deactivate anti boot. You can choice by check the option of bots protected or just click start all or stop all. It’s a free software.



Click here to Download





Update: Add Protect Me and Anti Booter



Protect Me



In many yahoo anti boot web, Protect Me anti boot software is the most downloaded Anti Boot. Claimed to be 100% unbootable if you are using Protect Me, may be the reason why Protect Me became most wanted Anti Boot affiliating with Official Yahoo Messenger or even work with YahElite



How to Use Protect Me?



When you run Protect Me Anti Boot software, you will see login windows with username and password. Enter your username and password then push or click activation button. After that, open you chat client (YahElite, Yam, Ymlite or others) and select chat2 protocol and then press the “Load Account Information” button. Once your Account is loaded enter the chat room.



Click here to download




Anti Booter V3



Anti Booter Version 3 is a name of Anti boot software just like spark anti boot. You can activate disable PM, PM Shield, Close PM, Disable Chat, Chat Shield, Close Chat, Anti Invite, Anti Voice and Anti Pm .



For more information just download this anti boot software through link below



Click here to download



Update January 29, 2008



Protection



Protection is anti boot software like Y Filter that will allow you to set anti boot protection through system try icon. Anti Boot options available in Protection are Anti Voice, Anti Conference Invite, Anti File, Anti PM, Grey Shield, Anti Decline, Anti Error, Anti Cam Invite, Ant Shared Files, and Anti All.



To download this Protection Anti Boot just follow rapidshare link below:



Click here to download



Update September 21st 2008



Anti Boot with Alias ID or Secondary ID



You can also make a boot protection by using Alias ID or Secondary ID. This no need to install any kind of anti boot software, and it can be done just only using official Yahoo Messenger. Want to learn how to achieve this boot protection? Visit:



Anti Boot with Alias ID



Need Yahoo Boot? Visit Free Yahoo Boot Download





Chat Client Anti Boot Software



Beside of all anti boot software I share you above, there were few better way to make you unbootable or make an antiboot. The easiest way is installing and running in yahoo messenger with chat client that design to handle boot problem or we can calls as anti boot chat client. One of the best anti boot chat client in my experience is Yahaven. With Yahaven Ghost and Shield, you are almost unbootable. Yazak chat client also good enough to use as anti boot chat client. Using Yazak Ghost ID, you are almost unbootable. Remember Yazak Ghost ID differ wiht Yahaven Ghost ID.

Instantly Get a FREE 6 Months Kaspersky Anti-Virus 2009 License Key

Now u can  Instantly Get a FREE 6 Months Kaspersky Anti-Virus 2009 License Key   
Go to YuvaYantra registration page: http://www.yuvayantra.com/RegistrationForm.aspx Enter your first name, last name, email, password that contains 8-15 characters with a combination of at least one word and letter, landline phone number, secret question, secret answer, word verification, check I accept and click Submit button.





You can find India proxies at AliveProxy, XROXY, and Rosinstrument(India proxies are marked with the country code IN). Copy all the India proxy ip address with port and paste them to an online proxy checker. The proxy checker will tell you which India proxy is currently good and working. There are a few types of proxy, HTTP/HTTPS/SOCKS 4/SOCKS 5. To use the proxy on your web browser, you’ll need to use HTTP or HTTPS proxy. As for SOCKS proxy, you can use them with Proxifier.