About Me (TS Pradeep Kumar)

Working at VIT University and having great interest towards embedded wireless systems and e-learning. This site caters to most of the Indian Engineering/technology students to know about embedded systems, network simulator, e learning tools/techniques, etc. If you are a student or a learner, you can always request a title or post..

Subscribe by Email

Enter your email address:

Delivered by FeedBurner

Save Tiger – Save Mankind (there are just 1411 tigers)

Saving the tiger means saving mankind.. Not only is tiger a beautiful animal but it is also the indicator of the forest’s health. Saving the tiger means we save the forest since tiger cannot live in places where trees have vanished and in turn secure food and water for [...]

Continue reading Save Tiger – Save Mankind (there are just 1411 tigers)

  • Share/Bookmark

Save Tiger – Save Mankind (there are just 1411 tigers)

Saving the tiger means saving mankind.. Not only is tiger a beautiful animal but it is also the indicator of the forest’s health. Saving the tiger means we save the forest since tiger cannot live in places where trees have vanished and in turn secure food and water for all. [...]

Continue reading Save Tiger – Save Mankind (there are just 1411 tigers)

  • Share/Bookmark

Implementing a new system call in Kernel version 2.6.32

A system call is used by application or user programs to request service from the operating systems. Since the user programs does not have direct access to the kernel whereas the OS has the direct access. OS can access the hardware through system calls only.
The following files has to be modified for implementing a system [...]

Continue reading Implementing a new system call in Kernel version 2.6.32

  • Share/Bookmark

Installing Windows 7 from USB

Are you a person recently purchased a netbook which is not having a DVD ROM, No problem, you can install any OS using a pendrive or USB’s.
Here is the steps.
Requirements
1. A 4GB pen drive (since the size of Windows 7 is 2.34GB)
2. Windows 7 installation files or a iso image of Windows [...]

Continue reading Installing Windows 7 from USB

  • Share/Bookmark

How to add a new Linux Kernel Module (LKM)

To demonstrate, let us goto a simple “Hello World” as a module and inserted in to the kernelStep 1Open any editor like vi or gedit in a shell prompt and the type the following/* Name of the file is hello.c */#include <linux/module.h>#include <linux/kernel.h>int init_module(void){printk(KERN_INFO “Hello world.n”);return 0;}void cleanup_module(void){printk(KERN_INFO “Goodbye worldn”);}The above is a simple [...]

Continue reading How to add a new Linux Kernel Module (LKM)

  • Share/Bookmark

Recompiling Linux Kernel

How to add a new kernel to linux OS and compile it and use it, the following points discusses that.Step 1: Download a new kernel from kernel.org (recent version is 2.6.33)Step 2: you may get the file either as a .tar.bz2 file  or .tar.gz file Step 3: untar the file in the /usr/src directory (for [...]

Continue reading Recompiling Linux Kernel

  • Share/Bookmark

How to remove the ?q= in drupal

In drupal, each url will form like this
http://www.example.com/?q=node
This is somehow very hard to remember and its very odd too…
but there is an option available in drupal to clean ?q=
Step 1: Administer –-> site configuration –> Clean urls
Step 2: by default, it will be disabled, you can check the radio button to be enabled
Step 3: if [...]

Continue reading How to remove the ?q= in drupal

  • Share/Bookmark

Issues with yahoo small business (.htaccess and mod_rewrite)

There are some issues with yahoo small business webhosting
Transferring my Blogger to wordpress
I have my blog hosted at blogger.com (http://tspembedded.blogspot.com) and I was redirecting it to my own domain http://www.pradeepkumar.org
Since wordpress has lot number of advantages, I liked to move to wordpress without affecting the google pagerank as well as the permalinks.
But since I purchased [...]

Continue reading Issues with yahoo small business (.htaccess and mod_rewrite)

  • Share/Bookmark

Alagar Kovil, Madurai

One of the nice spot near madurai to spend one day by visiting alagar kovil just 20kms away from Madurai. There are more number of buses plying in the city to go to alagar kovil. May be the bus series 44 goes to the temple. By going to alagar kovil, you can also [...]

Continue reading Alagar Kovil, Madurai

  • Share/Bookmark