Skip to main content

Posts

Showing posts from July, 2008

Nobody's Copyright

Let’s see what some wise people, spiritual teachers, say about copyright. U. G. Krishnamurti, the controversial teacher/non-teacher, expressed it this way. My teaching, if that is the word you want to use, has no copyright. You are free to reproduce, distribute, interpret, misinterpret, distort, garble, do what you like, even claim authorship, without my consent or the permission of anybody (U. G. Krishnamurti, The Mystique of Enlightenment, India. Dinesh Vaghela. Goa. 1982: http://www.well.com/user/jct/mystiq.htm ) clipped from www.indranet.org The debate about copyright is one of the most heated on the Internet. Record labels, movie distributors, publishers, news agencies, bloggers and users are involved in a discussion which at times gets aggressive. It seems that virtually everything on the Net is eventually copied, aggregated, cut, pasted and homogenized. There are various sites which aggregate articles by collecting everything being produced by blogs. Every intellectual pro

Sending Data Other Process Signals

Sending Signals With payload. 1) we can send signal from one process to other along with data. 2) Data can be an int or pointer to some location. 3) For pointer both process should have access to that location, In case of integer, data is part of the signal. 4) There is no provision to include the payload in signal which is sent from kernel . Example: file: first.c #include #include void sighandler(int sig, siginfo_t *info, void *arg) { printf("In Handler value %d\n", info->si_value.sival_int); } main() { struct sigaction sa; int ret; sa.sa_sigaction = sighandler; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_RESTART | SA_SIGINFO; if(( sigaction (SIGUSR1, &sa, NULL)) == -1) { printf("Can't register handler\n"); } for(;;) {

Short Sweet C Functions

One of the short and sweet function which i have written in C language is dotted_decimal_to_string(). This function takes individual fields as inputs returns dotted decimal string. This is used in taking dotted decimal values of network parameters like IP address, IP netmask, IP gateway address, DNS server IP address etc, from the webpage , where these network parameters are individual inputs from a form. Check out the function. char *dotted_decimal_to_string(char *pad1, char *pad2, char *pad3, char *pad4) { char temp[40],*ret_string; sprintf(temp,"%s.%s.%s.%s",pad1,pad2,pad3,pad4); ret_string = (char*)malloc(strlen(temp) + 1); strcpy(ret_string,temp); return ret_string; } The return string is a dotted decimal value for a network parameter and is used to store in configuration file or to use for setting and configuring the Network parameters. This function stuck to my mind while i was going to bed yesterday. That means, my back-office was working for me,

Booting ARM Linux By Russell King

Booting ARM Linux ================= Author: Russell King Date : 18 May 2002 The following documentation is relevant to 2.4.18-rmk6 and beyond. In order to boot ARM Linux, you require a boot loader, which is a small program that runs before the main kernel. The boot loader is expected to initialise various devices, and eventually call the Linux kernel, passing information to the kernel. Essentially, the boot loader should provide (as a minimum) the following: 1. Setup and initialise the RAM. 2. Initialise one serial port. 3. Detect the machine type. 4. Setup the kernel tagged list. 5. Call the kernel image. 1. Setup and initialise RAM --------------------------- Existing boot loaders: MANDATORY New boot loaders: MANDATORY The boot loader is expected to find and initialise all RAM that the kernel will use for volatile data storage in the system. It performs this in a machine dependent manner. (It may use internal algorithms to automatica

Use Of Mount - Accessing Windows Files From Linux

This is pretty good use of SMB protocol aka CIFS . Windows system are default use SMB protocol to share files over network and with other systems. In linux one has to run SMB server, one SMB server is running on linux system, one can access the windows file from Linux system using mount . Use $mount -t cifs //192.168.2.102/bhagwat/firmware /mnt/prolent -o user=bhagwat Usages: 192.168.2.102 is windows machine IP address /bhagwat/firmware is the folder name on windows machine. /mnt/prolent is the local mount point in linux system. If local mount point is not created, create it using, $mkdir -p /mnt/prolent -p option for creating dir /mnt/ if it is not there. Then provide the usrename on for windows system ie user=bhagwat. press enter, this will ask for the password to enter to windows system. Enter the password and you are ready to use windows files or filesystem from linux. go to $ cd /mnt/prolent you could see windows files on linux machine.

MSBTE Summer 2008 Result at msbte.com

Maharashtra State Board of Technical Education Results 2008 नमष्कार मित्रानो आपला MSBTE चा नीकाल आनी अधिक माहिती एथे वाचा MSBTE Summer 2008 Results for Mumbai, Pune and Nagpur (Semester Pattern - C Scheme) Direct link; msbte.com/msbte2008rs/ MSBTE Summer Results for 2008 - The website has a MSBTE Results Search section where you can get your Summer results http:// www.msbte.com /site/index.php?option=com_wrapper&Itemid=52 Check out other source of information here previous update msbte , msbte results, msbte summer 2008 result, msbt, msbte .com, result, msbte , msbte summer 2008 results, msbte .com, msbte summer 2008 result, msbte result, msbte , msbte result,

Lok Sabha TV Live from All News Channels for Trust Vote

Check latest updates and latest news on Lok Sabha TV Live from All News Channels for Trust Vote 1. ndtv 2. aajtak 3. trust vote 4. ndtv.com 5. ibn7 6. live news 7. parliament news 8. zee news 9. times now 10. ndtv news 11. www.ndtv.com 12. cnn ibn 13. loksabha 14. ddnews 15. star news 16. ndtv live 17. latest news 18. times of india 19. aajtak.com 20. india tv Lok Sabha Speaker Somnath Chatterjee has fixed 6 pm as the time for voting on the confidence motion moved by Prime Minister Manmohan Singh trust vote trust vote live, trust vote india, trust vote time NDTV ndtv.com/convergence/ndv aajtak aajtak.com ibn7 live ibn7 Live streaming zee news Visit Zee News for latest India news , get current news from India and all over the world. watch lok sabha live audio lok sabha live proceedings

Wigeon Baldpate

Wigeon are dabbling ducks in the genus Anas. There are three species: the Eurasian Wigeon (Anas penelope), the American Wigeon (A. americana) and the Chilöe Wigeon (A. sibilatrix). Widgeon is an alternative, though archaic, spelling; the American Wigeon has in the past been known as Baldpate . three wigeon species hybridise in captivity,[1] and American and Eurasian Wigeons hybridise in the wild.[2] An American Wigeon × Mallard hybrid has also been recorded source french vanilla, french vanilla ice cream, caucasus

5 easy ways to access your bookmarks anywhere

Having full access to your bookmarks wherever you are is now something that most users take for granted. Not so long ago, the only way to really ensure you had your bookmarks with you was to crudely send them to your e-mail account and access them from there. Nowadays, you’re almost spoiled for choice meaning it’s easy than ever to work on the move or check your favorite RSS feeds during a spare moment away from the home or office. And having a way to access your bookmarks from any location is a great way to avoid disaster if your hard drive fails and you lose everything. For desktop PC users, here are 5 of the best: clipped from en.onsoftware.com Having full access to your bookmarks wherever you are is now something that most users take for granted. Not so long ago, the only way to really ensure you had your bookmarks with you was to crudely send them to your e-mail account and access them from there. Nowadays, you’re almost spoiled for choice meaning it’s easy than ever to work on t

11 Ways to Build an Extraordinary Life

Have a vision for your future... clipped from www.steve-olson.com How can you build the life you want? The answer to that question is different for each of us. But it’s critical that you answer it, because in the answer you will find purpose and meaning. Many of us look for happiness in things, but happiness doesn’t come from things, it comes from how we relate to ourselves and our world. Be True to Yourself Have a Vision for Your Future Avoid Debt Save Continue Your Education Take Responsibility for Change Learn from Mistakes - Build Quality Relationships/Discard Destructive Ones Love: Look for a partner who is on a similar journey as yours, who has similar goals and values, and build on your relationship by giving your love and encouragement Friendship: Look for people with similar values, who give as much as they take, with which you can share interests and hobbies. Do the Right Thing Even When it is Unpopular Honor Your Commitments - Do not make commitments lightly Be Charitabl

Avatar 318 Torrent Youtube Collection | Avatar book 4 The Last Airbender

Season 3 of Avata r: The Last Airbender (also known as Book 3: Fire ), which is an American animated television series, began airing September 21, 2007, and ended on July 19, 2008, with twenty-one episodes aired. Avatar the last airbender: Book 3: Fire trailer Avatar the Last Airbender: Book 3 Avatar Series Finale Trailer another season with Aang is just logical, Aang and even Zuko deserve another season, but this time, Zuko will team up with Aang, trying to take back Ba Sing Sei. Or trying to capture Azula , before she unleash the ''devils'' spirits from the spirit world. Or something like that. Introducing new guys, like the spirit warrior, there are soo many ideas avatar sozin s comet torrent, sozin s comet torrent, avatar, avatar torrent, avatar 318 Avatar Book 4

IN MEMORIAM STANLEY KAMEL Youtube Collection

Stanley Kamel (January 1, 1943[1] - April 8, 2008) was an American television actor best known for his role on the USA Network series Monk as Dr. Charles Kroger, Adrian Monk's psychiatrist. Stanley Kamel in Bruce Almighty IN MEMORIAM STANLEY KAMEL Mr. Monk and the Dr. Kroger IN MEMORIAM : CELEBRITY DEATHS IN 2007

Peloponnesian War and Statue Of Liberty Island

Peloponnesian War The Peloponnesian War (431–404 BC) was an Ancient Greek military conflict, fought by Athens and its empire against the Peloponnesian League, led by Sparta. Historians have traditionally divided the war into three phases. In the first, the Archidamian War, Sparta launched repeated invasions of Attica, while Athens took advantage of its naval supremacy to raid the coast of the Peloponnese attempting to suppress signs of unrest in its empire. This period of the war was concluded in 421 BC, with the signing of the Peace of Nicias. Peloponnesian War Liberty Enlightening the World commonly known as the Statue of Liberty presented to the United States by the people of France in 1886. It stands at Liberty Island as a welcome to all visitors, immigrants, and returning Americans. The copper -clad statue, dedicated on October 28, 1886, commemorates the centennial of the United States and is a gesture of friendship from France to the U.S. Worldwide, the Statue of Liberty is on

TNPSC Results Tamil Nadu Public Service Commission | www.tnpsc.gov.in

tnpsc results, www.tnpsc.gov.in, tnpsc.org, rpsc, dopt Results of recruitment exams can be seen at the links below. Please click on the exams you are interested in. List of Register Numbers of Candidates who have been summoned for Verification of Original certificates and for obtaining order of preference to the POSTS INCLUDED IN GROUP-IV SERVICES (SPECIAL COMPETITIVE EXAMINATION) - 2007 based on written examination conducted by the Commission on 17.02.2008 (Published on 16.07.2008)

Rajasthan Technical University, Kota Results RPET/RMAT/RMCAT

rpet 2008 results of Rajasthan Technical University, Kota:: RPET/RMAT/RMCAT RESULT RPET-2008 RESULT RMCAT-2008 RESULT RMAT-2008 -::- Online Counseling for RMAT -08 RMCAAT results contact Coordinator RPET 07442473900 07442473901 rpet20 08 @gmail.com Coordinator RMAT 07442473908 07442473909 Coordinator RMCAAT 07442473907 Controller of Examination 0744-3297849

VTU - Visvesvaraya Technological University Results 2008 Updated

The results of VTU - Visvesvaraya Technological University Results 2008 are declared vtu 8th sem results (PROVISIONAL) B.E / B.Tech VIII Semester results announced for Gulbarga & Belgaum Regions B.E / B.Tech VIII semester Bangalore & Mysore region results will be announced on 15th & 16th July 2008 respectively Enter the University Seat No The official site http://vtu.ac.in is coming slow, check above link for direct results. All the best.

MCAER चा नीकाल आनी admission बधल माहिती | www.mcaer.mah.nic.in

नमष्कार मंडली आपला MCAER चा नीकाल आनी admission बधल माहिती एथे वाचा Maharashtra Council Agricultural Education and Research - MCAER , Pune At www.mcaer.mah.nic.in check information about programs, U.G, P.G, Ph.D courses, admissions & process, CET . CET 2008 Results also available at www.mcaer.mah.nic.in http://mcaer.mah.nic.in http://admissions.mkcl.ws/agri/StaticPages/HomePage.aspx The Maharashtra Council of Agricultural Education and Research (MCAER), Pune is a body which has been constituted under Section 12 of Maharashtra Agricultural Universities (Krishi Vidyapeeths) Act 1983. In exercise of the powers conferred upon MCAER vide provision in the proviso (g) of sub-section 3 of Section 12 of the Act, common regulations for admission to various degree programmes in State Agricultural Universities have been formulated. http://mcaer.mah.nic.in/html/cet2008-result.pdf
Porting Linux Booting Linux Introduction 3 About boot loader 3 Known components of Hardware block 4 [ARM926ejs core] 4 [Cache] 4 [MMU/TLB] 4 Linux kernel 5 Basic understanding of kernel internal 5 Specific patches added in kernel 6 Specific adaptions and patches for MCS8140 6 Compiling and using Linux kernel 6 Debugging kernel 8 JTAG- 8 Porting Linux step by step 8 Step 1 Machine registration 8 Step 2 Firmware to kernel transition 8 Step 3 Early kernel init 9 Step 4 Mapping I/O devices 10 Step 5 IRQ setup 10 Step 6 system timer tick 10 Step 7 board level initialization 11 MCS8140 specific peripherals 12 Root file system 15 Creating a JFFS2 file system 15 /bin and /sbin 16 About busybox 16 /etc 16 About /init.d/rcS 17 /dev 17 /proc 17 /tmp 17 /var 17 /lib 17 /mnt 17 /modules 17 /usr 17 /sys 17 Introduction This document