Top cheapest Android mobiles

What are the cheapest Android mobiles phones in India?

How to mark certain C code to be packed and inserted in an ELF section

I am working on improving performance of my user space application in Linux. The frequently executed code is distributed across lots of files. I would like to mark certain portion of code in all files to be together without modifying or moving the code physically. In otherwords, I want all the CPU instructions of frequently executed path to be together. Is there a  way to mark the code for a specific ELF section. Later once it is done, I may chose to lock the code present in this section on the CPU cache.

Which smart phone is best. iPhone vs Android or Symbian

I am planning to buy a phone and am confused with the available options. I like to have lots of features at the same time I don’t want to charge the phone every day (want more standby time).

Which phone is better in terms of user interface, availability of applications, battery etc.

How to convert CVS repository in to SVN repository

I have multiple projects which are managed by CVS for quite some time and I want move it to SVN. What choices I have to move to SVN ?

How to interlink IPv4 and IPv6 networks

What are the options available in connecting IPv4 networks with IPv6 networks and vice versa. Which method is recommended?

Is it really possible to recieve overlapped IP fragments in Internet

I would like to know if there is any genuine case where overlapped IP fragments can occur in Internet. I think it may not happen unless a original packet/fragment is duplicated and processed by multiple routers with different MTUs. I think this should not happen very often. So I think dropping overlapped IP fragments should resolve most of the IP fragment based attacks.

Do you agree with me? If not so, why?

How to run a command remotely using a SSH connection

I am working on automation of back office operations of my company and need to take backup at regular intervals.

I want to run a command in the remote system using an SSH session. I want the execution to be non-interactive so that I can place it in an non-interactive script.