<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;C0MBRX88fCp7ImA9WhRaE0Q.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600</id><updated>2012-02-16T16:54:14.174+05:30</updated><category term="MAC OS X Tiger" /><category term="genetic algorithm" /><category term="Drivers" /><category term="ai" /><category term="ISO" /><category term="pythonpath, unix" /><category term="example" /><category term="Shockwave Flash" /><category term="Pidgin" /><category term="phpmyadmin" /><category term="program" /><category term="Windows" /><category term="espeak" /><category term="Google" /><category term="trek" /><category term="APTonCD" /><category term="adventure" /><category term="MAC Address" /><category term="Firefox" /><category term="Mathematics" /><category term="non responsive" /><category term="Linux" /><category term="Ubuntu" /><category term="code" /><category term="BootCamp" /><category term="Mount" /><category term="ABC" /><category term="Funny" /><title>{ post: post ∈ me, post ∈ random(thought) }</title><subtitle type="html">&lt;sub&gt;making mistakes simply means you are learning faster...&lt;/sub&gt;</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://www.kailashbudhathoki.com.np/" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>16</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/PostPostMePostRandomthought" /><feedburner:info uri="postpostmepostrandomthought" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;DEAHQXs8fSp7ImA9WhdREkw.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600.post-2318137772217763214</id><published>2011-04-29T11:13:00.003+05:30</published><updated>2011-08-01T22:08:50.575+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-01T22:08:50.575+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="pythonpath, unix" /><title>Setting up PYTHONPATH in unix like platforms</title><content type="html">Edit the &lt;b&gt;.profile&lt;/b&gt; file inside your home directory and add a line somewhere to export your PYTHONPATH. A sample .profile file my mac is as shown below;&lt;br /&gt;
&lt;br /&gt;
&lt;div style="background: #111111; overflow:auto;width:auto;color:white;background:black;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"&gt;&lt;pre style="margin: 0; line-height: 125%"&gt;&lt;span style="color: #ffffff"&gt;export &lt;/span&gt;&lt;span style="color: #fb660a"&gt;PATH&lt;/span&gt;&lt;span style="color: #ffffff"&gt;=&lt;/span&gt;/opt/local/bin:/opt/local/sbin:&lt;span style="color: #fb660a"&gt;$PATH&lt;/span&gt;
&lt;span style="color: #ffffff"&gt;export &lt;/span&gt;&lt;span style="color: #fb660a"&gt;PYTHONPATH&lt;/span&gt;&lt;span style="color: #ffffff"&gt;=&lt;/span&gt;&lt;span style="color: #0086d2"&gt;&amp;quot;/Users/kailash/pythonworks/&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;
After saving the .profile file, the commands just added must be read and executed by the system. For that source command comes handy. &lt;br /&gt;
&lt;br /&gt;
&lt;div style="background: #111111; overflow:auto;width:auto;color:white;background:black;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"&gt;&lt;pre style="margin: 0; line-height: 125%"&gt;&lt;span style="color: #fb660a"&gt;$ &lt;/span&gt;&lt;span style="color: #ffffff"&gt;source&lt;/span&gt; .profile
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;
That's it, hopefully you will be able to import modules inside your python path permanently.&lt;div class="blogger-post-footer"&gt;Create+Share+Collaborate&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9188816935228284600-2318137772217763214?l=www.kailashbudhathoki.com.np' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/HNx-8l9rvBUrwJxehlzvuElU7gs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HNx-8l9rvBUrwJxehlzvuElU7gs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/HNx-8l9rvBUrwJxehlzvuElU7gs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HNx-8l9rvBUrwJxehlzvuElU7gs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PostPostMePostRandomthought/~4/dRGVTr0KRg8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/2318137772217763214/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.kailashbudhathoki.com.np/2011/04/setting-up-pythonpath-in-unix-like.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/2318137772217763214?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/2318137772217763214?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PostPostMePostRandomthought/~3/dRGVTr0KRg8/setting-up-pythonpath-in-unix-like.html" title="Setting up PYTHONPATH in unix like platforms" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.kailashbudhathoki.com.np/2011/04/setting-up-pythonpath-in-unix-like.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0UAR3s5cSp7ImA9WhdSE08.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600.post-2859807825503268692</id><published>2010-11-04T22:43:00.007+05:30</published><updated>2011-07-22T13:24:06.529+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-22T13:24:06.529+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="trek" /><category scheme="http://www.blogger.com/atom/ns#" term="ABC" /><category scheme="http://www.blogger.com/atom/ns#" term="adventure" /><title>Journey to Annapurna Base Camp</title><content type="html">-----------------------------------------------------------------------------------------&lt;br /&gt;
Day 1st&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
We started the first day from Sanjib's house. We took a taxi for the Baglung bus park. And then we headed towards Nayapul boarding a local bus. It is the last road side area in our trek route. We then packed few things for our trek and moved forward towards Ghandruk. We decided to stay on Komrong Danda in the first day. That place was really beautiful, on top of the Hill. So was Machhapuchre Guest House where we stayed. I enjoyed staying there rather than walking past Ghandruk actually. Komrong Danda was on 2300 meters height. We enjoyed the warmth of our jacket amid the chilling cold and wind and had a good stay there.&lt;br /&gt;
&lt;img src="https://lh5.googleusercontent.com/-gzWw3UhTzZo/TLKBqdRNBII/AAAAAAAACRk/O95UhAjBrGU/s640/DSC01791_800x600.JPG"/&gt; &lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
Day 2nd&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
One of my friends decided to return back to home owing to his weakness and feable state of mind. We had no other choice but to let him return with a known tourist guide. This day was going to be hard, as we had to go 400 meters down in a steeper trail and then climb up 600 meters in a steeper trail. Now that we were only three; Bijay, Umesh and me :), we all were so determined to reach in our destination. All of us showed courage in this hard time and walked past Chomrong and then to Sinuwa, Bamboo and finally to Dovan, our shelter place for second night. We stayed on Dovan Guest House, which at last came out to be the most expensive place we ever stayed by vitue of its location and price. I couldn't resist the odour of sweat in my body and took a hot shower worth Rs. 150/- which the guest house owner forgot to add on our bill luckily tomorrow morning :D.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
Day 3rd&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
We saw the view of Machhapuchre clearly from Dovan in the early morning. With the sheer joy of being closer to our destination, ABC, we then headed towards it. With each coming days, we walked faster than previous days. I loved walking faster, which my friends resisted mostly. However, with the grace from the holy God, i enjoyed company from an Australian woman while walking from Dovan to MBC. We reached Machhapuchre Base Camp (MBC) at around 12:30 PM and took our lunch there. We sticked with our typical Nepali food; Dal-Bhat and me with the spoon because of my long and dirty nails :D. We slowly moved up towards Annapurna Base Camp after taking rest at MBC. All of us were tired by MBC. I, in the meanwhile, got depressed and took the medicine of altitude sickness. However, the company of three girls in the way made our walk easy. We couldn't sleep until midnight because of the altitude and cold.&lt;br /&gt;
&lt;img src="https://lh6.googleusercontent.com/-qRoTNOCukoA/TLKDFyCUcTI/AAAAAAAACRk/VwJw9bV9-mA/s640/DSC01892_800x600.JPG"/&gt;&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
Day 4th&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
We all woked up at 5:30 AM early in the morning in order to have the panoramic view of mountains. The luscious scene couldn't last long because of the fog. We waited until 8:30 AM, when finally the peaks started to glitter and the thick fog in the surrounding began to part. Our paitence paid us back. Wonderful, snowy mountains just infront of us everywhere! Few lines from an Australian couple still echoes within me "We are in the middle of the Universe"-"We are in the paradise" and Yes! She was absolutely true in her words. It feels like you are on your own, washing your thoughts, and all that you think is Nature's precious gifts. It was the real joy … a painless moment that shall cherish deep into my heart for as long as i live. I was in the middle of another dream come true moment. I forgot every inch of pain and difficulties on the way up. We then marched fast like a horse and reached Chhomrong for the night stay. This day, i met a British Boy, a Londoner, named Louie and shared our experiences and cultures which i enjoyed a lot. This boy wished to be a film maker and may his wish come true. But the night was too noisy because of the Spanish family staying next room next to my bed.        &lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
Day 5th&lt;br /&gt;
-----------------------------------------------------------------------------------------&lt;br /&gt;
The most frustating walk in my entire trek was on this day. Tired legs, mind and long way to go to make it upto Nayapool was dragging me to lengthen our trek. Hot spring bath at Jhinu Danda was really worth getting once. It felt like i was washing all my pains in the hot water. Almost 1 hour of bath couldn't make us feel like leaving. What a rendezvous it was? Hot Spring on the bank of Modi river!!! We then started walking through the New Bridge following the easier route to Syauli Bazar. But since we were already tired, each step seemed too hard to take then. We were running short of water and starving badly until we got to kilyu and had a lunch there. Finally we made it upto Nayapol around 4:00 PM. Now then we were in jolly mood because of being back after finishing such a hectic yet memorable journey. &lt;br /&gt;
&lt;br /&gt;
PICASA WEB ALBUM: &lt;a href="http://picasaweb.google.com/Kailash.buki/TrekToAnnapurnaBaseCamp#"&gt;http://picasaweb.google.com/Kailash.buki/TrekToAnnapurnaBaseCamp#&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;Create+Share+Collaborate&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9188816935228284600-2859807825503268692?l=www.kailashbudhathoki.com.np' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/RnM2APxoPi2drdYQwObKIz-3HvQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RnM2APxoPi2drdYQwObKIz-3HvQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/RnM2APxoPi2drdYQwObKIz-3HvQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RnM2APxoPi2drdYQwObKIz-3HvQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PostPostMePostRandomthought/~4/_JfLG_hzI8s" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/2859807825503268692/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.kailashbudhathoki.com.np/2010/11/trek-to-annapurna-base-camp.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/2859807825503268692?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/2859807825503268692?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PostPostMePostRandomthought/~3/_JfLG_hzI8s/trek-to-annapurna-base-camp.html" title="Journey to Annapurna Base Camp" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh5.googleusercontent.com/-gzWw3UhTzZo/TLKBqdRNBII/AAAAAAAACRk/O95UhAjBrGU/s72-c/DSC01791_800x600.JPG" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.kailashbudhathoki.com.np/2010/11/trek-to-annapurna-base-camp.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYCRH04fSp7ImA9WhdbEko.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600.post-1200228256603467207</id><published>2010-07-04T16:15:00.028+05:30</published><updated>2011-10-11T00:12:45.335+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-11T00:12:45.335+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="genetic algorithm" /><category scheme="http://www.blogger.com/atom/ns#" term="ai" /><category scheme="http://www.blogger.com/atom/ns#" term="example" /><category scheme="http://www.blogger.com/atom/ns#" term="code" /><title>Genetic Algorithm example: Displaying text 'python' on the console</title><content type="html">There's one quote by the great Chinese philosopher Confucius;&lt;br /&gt;
&lt;blockquote&gt;
I hear and I forget. I see and I remember. I do and I understand.&lt;/blockquote&gt;
I was running through the same period while learning genetic algorithm. I must admit that I really am not that good in biology, being a physical group student from the early college time. However Genetic Algorithm is one of the interesting topics, i have ever encountered. I heard about this term in the AI class, saw the relevant topics in internet, went through some books. Excited by the topic, i finally came up with this idea of demonstrating a simple example powered by genetic algorithm. Make sure you have gone through the genetic algorithm chapter at least once because i am not going to explain the entire detail of genetic algorithm but i will rather focus on the example i am going to demonstrate. This program is very much simple, which displays a text 'python' in console, and is coded implementing genetic algorithm.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Pseudo Code&lt;/b&gt;
&lt;script src="https://gist.github.com/1276122.js?file=gistfile1.txt"&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;b&gt;Source Code&lt;/b&gt;&lt;br /&gt;
&lt;script src="https://gist.github.com/1276079.js?file=gistfile1.py"&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;b&gt;Description&lt;/b&gt; of the above code:-&lt;br /&gt;
We encode the so called genes directly using characters. The first step in problem solving using genetic algorithm is generating a random population of any size, preferably large. This task is accomplished by the generate_population() function. The second step is to find the fitness associated with each member of the population and sort the population according to the fitness. I have calculated the ASCII value difference between the target string and the member of the population to find the fitness. Therefore fit members have less fitness value and are on the top of the population list contrary to the fact that fit members will have large fitness value. However, both are meant to sort the creatures of the population. We have achieved it the other way. We then randomly select two parents and perform the sexual reproduction. This random selection is carried out by selecting random members from the top of the population, indicated by ELITISMSIZE. This kind of selection strategy is called Truncation Selection. Random single crossover point is chosen for reproduction. The child thus reproduced is put under the probable condition of mutation rate. Once children equal to the size of the population is produced, they are placed in the population, in addition to calculating their fitness. This process is carried out for large generations, here 100.     &lt;br /&gt;
Things are not as complicated as it seems. The code is lengthy because i have put the member along with its fitness value in a list in the list of population.&lt;br /&gt;
P.S. It is better to opt for Biased Roulette Wheel Selection for selecting parents. The proposed program still lacks optimization thereby converging on the local optima.&lt;div class="blogger-post-footer"&gt;Create+Share+Collaborate&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9188816935228284600-1200228256603467207?l=www.kailashbudhathoki.com.np' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/znMGCmjKz06nIUezk_H36gbsm5c/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/znMGCmjKz06nIUezk_H36gbsm5c/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/znMGCmjKz06nIUezk_H36gbsm5c/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/znMGCmjKz06nIUezk_H36gbsm5c/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PostPostMePostRandomthought/~4/y0u_S8aH4mI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/1200228256603467207/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.kailashbudhathoki.com.np/2010/07/genetic-algorithm-example-displaying.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/1200228256603467207?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/1200228256603467207?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PostPostMePostRandomthought/~3/y0u_S8aH4mI/genetic-algorithm-example-displaying.html" title="Genetic Algorithm example: Displaying text 'python' on the console" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.kailashbudhathoki.com.np/2010/07/genetic-algorithm-example-displaying.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkUDQXk8eCp7ImA9WxFbE0g.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600.post-1392698348143638922</id><published>2010-06-13T13:36:00.005+05:30</published><updated>2010-07-05T23:54:30.770+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-07-05T23:54:30.770+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="BootCamp" /><category scheme="http://www.blogger.com/atom/ns#" term="Drivers" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows" /><category scheme="http://www.blogger.com/atom/ns#" term="MAC OS X Tiger" /><title>Installing Boot Camp in Mac OSX Tiger &amp; Running Windows 7</title><content type="html">Some people, like me, can get tired of using Mac OS X and searching for scarce free and open source software in Mac box. Sometimes complexity can go beyond this. Installing new software can be huge headache too. Well, i am writing this so that if only i could help a single person like me wondering what/how to do.  &lt;br /&gt;
&lt;br /&gt;
Newer versions of Mac OS X like Snow Leopard has Boot Camp installed in it by default. And apple has stopped distributing the free installer of Boot Camp from their official website for their own reasons. Unfortunately for the  users of Mac OS X Tiger, manual installation is required. The Boot Camp installer can be found on third party websites. For the one, you can &lt;a href="http://www.soft32.com/Download/Free/Apple_Boot_Camp/4-200398-1.html"&gt;go here&lt;/a&gt;. Now all you need to do is download and install it. This doesn't solve your problem yet. In order to run the Boot Camp you just installed, you need to set your date in Mac to some earlier date(around 2004/2005). Then you can see your Boot Camp ready to work. &lt;br /&gt;
&lt;br /&gt;
Now that I suppose you have installed Windows 7, i surely am doubtful with your smooth experience with Windows 7 in Macbook. You might get crazy with all your control keys like brightness, volume, etc not working. The Mac driver CD, you just burnt using Boot Camp says it just works for Windows XP or Vista. Actually sound doesn't work either. So things get complicated here. Even i was tired looking around for the solution. So i thought why don't i share what i was able to find out.      &lt;br /&gt;
&lt;br /&gt;
I used two things for that. First the Mac Driver CD burnt using Boot Camp and then the Orca MSI Editor(for editing the installer file), which can be downloaded from &lt;a href="http://www.technipages.com/download-orca-msi-editor.html"&gt;here&lt;/a&gt;. Make sure you have these things beforehand. &lt;br /&gt;
&lt;br /&gt;
Assuming you are already on Windows 7, insert the Mac driver CD burnt using Boot Camp. Without a bit of hesitation, do copy all the files inside the CD and put it inside a folder easily accessible to you. In my case, i made a folder named test on the Desktop and copied the entire content of CD to that. You cannot edit files while they are on CD, so this hassle has to be undergone. &lt;br /&gt;
&lt;br /&gt;
Then Open up Orca and go to File -&amp;gt; Open. Browse to the folder where you kept the copied files. And then go to Drivers-&amp;gt;Apple. You can finally see two installers; select the one named Boot Camp. On the left column of Orca under the heading Tables, you will see lots of things, not necessary to know about all. But we will need to know about only one. Go ahead and click on LaunchCondition. You will see five lines on the right side: most of them are explained on their description column. Here's a &lt;a href="http://lh6.ggpht.com/_yRrbkILISXk/TBTvJBiFDbI/AAAAAAAAAqI/KcEuhx48C8Q/orca.JPG"&gt;glimpse&lt;/a&gt;.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;br /&gt;
We just need to edit the first three lines starting with "&lt;b&gt;(VersionNT&lt;/b&gt;". Double click on the row and you will be able to edit the line. Put a &lt;b&gt;&amp;gt;&lt;/b&gt; in front of every &lt;b&gt;=&lt;/b&gt; sign encountered on each of those three lines. Your final three lines should look like;&lt;br /&gt;
&lt;b&gt;(VersionNT&amp;gt;=501 AND ServicePackLevel&amp;gt;=2) OR (VersionNT&amp;gt;=600)&lt;br /&gt;
(VersionNT&amp;gt;=501) Imp (AdminUser)&lt;br /&gt;
(VersionNT&amp;gt;=600) Imp (MsiRunningElevated)    &lt;/b&gt;&lt;br /&gt;
This basically tells the installer, if the version of Windows you’re using IS, or is ABOVE Windows XP(501) or Vista(600), continue the installer and don’t give any errors. Make sure you save the modification on the installer file by Ctrl+s.&lt;br /&gt;
&lt;br /&gt;
Happily everything works fine now by just clicking the setup file inside the folder where you copied the content of the CD. In order for sound to work go to the folder where you have kept the driver and then to Drivers-&amp;gt;IDT Sigma Tel and then extract the SigmaTelSetup.rar file. Go ahead and click the setup file thus extracted. With a reboot, you can see that everything working as expected. &lt;br /&gt;
&lt;br /&gt;
Feel free to comment.&lt;br /&gt;
Thanks&lt;div class="blogger-post-footer"&gt;Create+Share+Collaborate&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9188816935228284600-1392698348143638922?l=www.kailashbudhathoki.com.np' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FsCONpv8AeQUDD3RwOc14TrsS2s/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FsCONpv8AeQUDD3RwOc14TrsS2s/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FsCONpv8AeQUDD3RwOc14TrsS2s/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FsCONpv8AeQUDD3RwOc14TrsS2s/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PostPostMePostRandomthought/~4/duD0WCqMunk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/1392698348143638922/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.kailashbudhathoki.com.np/2010/06/installing-boot-camp-in-mac-osx-tiger.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/1392698348143638922?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/1392698348143638922?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PostPostMePostRandomthought/~3/duD0WCqMunk/installing-boot-camp-in-mac-osx-tiger.html" title="Installing Boot Camp in Mac OSX Tiger &amp; Running Windows 7" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.kailashbudhathoki.com.np/2010/06/installing-boot-camp-in-mac-osx-tiger.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUQDQHk_cCp7ImA9WxBUE0s.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600.post-8681057175535154501</id><published>2010-02-28T19:48:00.004+05:30</published><updated>2010-02-28T19:59:31.748+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-28T19:59:31.748+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mount" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><title>Mounting Hard Disk Partitions in Linux</title><content type="html">Don't know how to access your hard disk partitions in linux? or may be for every restart, you might have been forced to enter your password. Mounting Hard Disk Partitions in Linux is very simple only if you follow the right procedures. &lt;br /&gt;
First you need to find out your partiions and preferably with their labels. Tools like &lt;a href="http://gparted.sourceforge.net/"&gt;gParted&lt;/a&gt; can be used to observe the hard disk partitions.&lt;br /&gt;
&lt;img src="http://lh5.ggpht.com/_yRrbkILISXk/S4p6cj_Qa-I/AAAAAAAAAoU/yMO_UQwYp6A/s640/Screenshot-2.png" width="595"/&gt;&lt;br /&gt;
Now that you know which partition to mount, it's time to do some typing. Open up your terminal and edit /etc/fstab file with your favourite editor. As specified in the file, while mounting a partition, you need to provide the file system, mount point, type, options, dump and pass [commented in the file with &lt;&gt;]. Mount point is the absolute address of the directory in linux where you want to view your partitions. Without bothering into the details, dump and pass options are normally provided a 0 value.&lt;br /&gt;
&lt;img src="http://lh3.ggpht.com/_yRrbkILISXk/S4p6c5cB6BI/AAAAAAAAAoY/dku0SNzdv78/s640/Screenshot-3.png" width="595"/&gt;&lt;br /&gt;
You could observe the mounted partitions after restarting the computer. Open up your terminal and type dmesg, you could see your mounted drives. :)&lt;div class="blogger-post-footer"&gt;Create+Share+Collaborate&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9188816935228284600-8681057175535154501?l=www.kailashbudhathoki.com.np' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/gwLekT4nmkh0QYYiozaODlpgBAw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gwLekT4nmkh0QYYiozaODlpgBAw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/gwLekT4nmkh0QYYiozaODlpgBAw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gwLekT4nmkh0QYYiozaODlpgBAw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PostPostMePostRandomthought/~4/g6VepkvhM0A" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/8681057175535154501/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.kailashbudhathoki.com.np/2010/02/mounting-hard-disk-partitions-in-linux.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/8681057175535154501?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/8681057175535154501?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PostPostMePostRandomthought/~3/g6VepkvhM0A/mounting-hard-disk-partitions-in-linux.html" title="Mounting Hard Disk Partitions in Linux" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh5.ggpht.com/_yRrbkILISXk/S4p6cj_Qa-I/AAAAAAAAAoU/yMO_UQwYp6A/s72-c/Screenshot-2.png" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://www.kailashbudhathoki.com.np/2010/02/mounting-hard-disk-partitions-in-linux.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C08ASH89eyp7ImA9WxBWGUw.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600.post-178987967453824475</id><published>2010-02-11T23:36:00.002+05:30</published><updated>2010-02-11T23:40:49.163+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-11T23:40:49.163+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="espeak" /><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><title>lil bit of fun with eSpeak in ubuntu</title><content type="html">Until today, i had never used eSpeak. Nor did i get the opportunity to hear about it. Well now that i have used it, i thought i could share my experience with this speech synthesizer tool. No more worries about your eyes now. You can call eSpeak from the terminal without any hassle and enjoy the somewhat machine sounding voice pronouncing the text. Good news for ubuntu users! it's installed by default. For others, &lt;a href="http://espeak.sourceforge.net/index.html"&gt;here&lt;/a&gt;'s where you should look at.&lt;br /&gt;
As just a simple demonstration of this tool, you can try this at terminal;&lt;br /&gt;
kailash@kailash-desktop:~/Desktop$&lt;strong&gt; espeak "hello world!"&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
In order to read a text file, all you need to do is insert an extra parameter;&lt;br /&gt;
kailash@kailash-desktop:~/Desktop$&lt;strong&gt; espeak -f filename&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Though the sound seems quite unclear, you can still enjoy the way he speaks. There are whole bunch of other features. For more details, here's the &lt;a href="http://espeak.sourceforge.net/commands.html"&gt;documentation&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;Create+Share+Collaborate&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9188816935228284600-178987967453824475?l=www.kailashbudhathoki.com.np' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Vy2S704OJwhxP332E_T-zioKE5k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Vy2S704OJwhxP332E_T-zioKE5k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Vy2S704OJwhxP332E_T-zioKE5k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Vy2S704OJwhxP332E_T-zioKE5k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PostPostMePostRandomthought/~4/4tA8Xxgr5zY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/178987967453824475/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.kailashbudhathoki.com.np/2010/02/lil-bit-of-fun-with-espeak.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/178987967453824475?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/178987967453824475?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PostPostMePostRandomthought/~3/4tA8Xxgr5zY/lil-bit-of-fun-with-espeak.html" title="lil bit of fun with eSpeak in ubuntu" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.kailashbudhathoki.com.np/2010/02/lil-bit-of-fun-with-espeak.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYMRXkzcSp7ImA9WxBXFU8.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600.post-7203060726249098666</id><published>2010-01-24T20:37:00.011+05:30</published><updated>2010-01-26T21:39:44.789+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-26T21:39:44.789+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="APTonCD" /><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><title>Create an offline backup of installed packages in linux</title><content type="html">All i wanted was to be able to backup all the installed packages in my linux machine. So that i could use it in future. Obviously my intention was to create a removable repository which could be used on other computers(including mine in case i have to format my machine). Frankly, i was tired of downloading each packages, even codes, after fresh installation of ubuntu every time. I came across this handy tool called &lt;a href="http://aptoncd.sourceforge.net/"&gt;APTonCD&lt;/a&gt;. This tool allows to create CDs/DVDs with all of the packages that you have downloaded with apt-get/Synaptic. Here's what i did;&lt;br /&gt;
&lt;hr noshade height="45"&gt;&lt;img src="http://lh4.ggpht.com/_yRrbkILISXk/S18RKm6eP5I/AAAAAAAAAgg/K5KS4GtmSRI/s640/s1.gif" width="600"/&gt;&lt;hr noshade &gt;&lt;img src="http://lh5.ggpht.com/_yRrbkILISXk/S18RK2TiprI/AAAAAAAAAgk/AS5CFh-VBTg/s576/s2.gif" /&gt;&lt;hr noshade&gt;&lt;img src="http://lh3.ggpht.com/_yRrbkILISXk/S18RK_NAFAI/AAAAAAAAAgo/iwlxsqXTTHg/s576/s3.gif" /&gt;&lt;hr noshade &gt;&lt;img src="http://lh4.ggpht.com/_yRrbkILISXk/S18RLeFbLNI/AAAAAAAAAgw/SZPyP7UoO3w/s5.gif""/&gt;&lt;hr noshade &gt;&lt;img src="http://lh6.ggpht.com/_yRrbkILISXk/S18RLBPyNMI/AAAAAAAAAgs/qtldDIyiOBc/s4.gif" /&gt;&lt;hr noshade &gt;&lt;br /&gt;
I could see lots of linux users[few days ago i was too] searching for linux packages who often don't have internet connection or have slow connection. This could be of great help for them.&lt;br /&gt;
There are still more things you can do with it! Explore!! Better try it once :)&lt;div class="blogger-post-footer"&gt;Create+Share+Collaborate&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9188816935228284600-7203060726249098666?l=www.kailashbudhathoki.com.np' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/RtDp-6N6RuPgwpCz_jd59C4iDJ4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RtDp-6N6RuPgwpCz_jd59C4iDJ4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/RtDp-6N6RuPgwpCz_jd59C4iDJ4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RtDp-6N6RuPgwpCz_jd59C4iDJ4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PostPostMePostRandomthought/~4/ryc1GYuv85g" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/7203060726249098666/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.kailashbudhathoki.com.np/2010/01/create-offline-backup-of-installed.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/7203060726249098666?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/7203060726249098666?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PostPostMePostRandomthought/~3/ryc1GYuv85g/create-offline-backup-of-installed.html" title="Create an offline backup of installed packages in linux" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh4.ggpht.com/_yRrbkILISXk/S18RKm6eP5I/AAAAAAAAAgg/K5KS4GtmSRI/s72-c/s1.gif" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.kailashbudhathoki.com.np/2010/01/create-offline-backup-of-installed.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYEQXc6eip7ImA9WxBXFU8.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600.post-952534410597903333</id><published>2010-01-23T19:28:00.005+05:30</published><updated>2010-01-26T21:38:20.912+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-26T21:38:20.912+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Pidgin" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu" /><title>Gtalk Account Connection in Pidgin in Proxy Controlled Internet Connection</title><content type="html">&lt;a href="http://www.pidgin.im/"&gt;Pidgin&lt;/a&gt; is a popular chat client. However, it sometimes could be problematic. I faced the problem i stated in this post's title &amp; all i did was;&lt;br /&gt;
&lt;img src="http://lh5.ggpht.com/_yRrbkILISXk/S18Rf8y2-LI/AAAAAAAAAg0/ksZftlw7p7Q/s512/p1.gif" /&gt;&lt;br /&gt;
&lt;img src="http://lh3.ggpht.com/_yRrbkILISXk/S18RgPVXU2I/AAAAAAAAAg4/q5iKT85PRm8/s512/p2.gif" /&gt;&lt;br /&gt;
&lt;img src="http://lh3.ggpht.com/_yRrbkILISXk/S18RgjSRuNI/AAAAAAAAAg8/u24_oCeY94M/s512/p3.gif" /&gt;&lt;br /&gt;
Thanks&lt;div class="blogger-post-footer"&gt;Create+Share+Collaborate&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9188816935228284600-952534410597903333?l=www.kailashbudhathoki.com.np' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/dKb8ch3RZPcM29N2dsrT8ZYzqbE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dKb8ch3RZPcM29N2dsrT8ZYzqbE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/dKb8ch3RZPcM29N2dsrT8ZYzqbE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dKb8ch3RZPcM29N2dsrT8ZYzqbE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PostPostMePostRandomthought/~4/jeLopJBZtx0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/952534410597903333/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.kailashbudhathoki.com.np/2010/01/gtalk-account-connection-in-pidgin-in.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/952534410597903333?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/952534410597903333?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PostPostMePostRandomthought/~3/jeLopJBZtx0/gtalk-account-connection-in-pidgin-in.html" title="Gtalk Account Connection in Pidgin in Proxy Controlled Internet Connection" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh5.ggpht.com/_yRrbkILISXk/S18Rf8y2-LI/AAAAAAAAAg0/ksZftlw7p7Q/s72-c/p1.gif" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.kailashbudhathoki.com.np/2010/01/gtalk-account-connection-in-pidgin-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkYERnk6fyp7ImA9WxFQEE8.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600.post-7822028808017849963</id><published>2009-12-02T10:51:00.026+05:30</published><updated>2010-05-05T07:18:27.717+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-05T07:18:27.717+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Shockwave Flash" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="Firefox" /><title>Installing a Shockwave Flash Plugin for Mozilla Firefox in Ubuntu</title><content type="html">Most of the content rich sites use flash. It is very much true that browsing becomes lame without Shockwave Flash Plugin. In addition to this, installing a Shockwave Flash Plugin sometimes become very much problematic. Here is a small trick, i used in order to install the Plugin. &lt;br /&gt;
&lt;ul&gt;&lt;li&gt;First Download the latest version of Adobe Flash Player from the &lt;a href="http://www.adobe.com/products/flashplayer/" style="border-bottom:none;list-type:none;line-height:inherit;background:none;padding-left:0px;"&gt;Adobe's site&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Then extract the .deb file. You will get a file named libflashplayer.so.&lt;/li&gt;
&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;All you need to do is, move the libflashplayer.so file to /usr/lib/mozilla/plugins/ directory. &lt;/li&gt;
&lt;/ul&gt;&lt;pre class="prettyprint"&gt;sudo mv location_of_libflashplayer.so /usr/lib/mozilla/plugins/&lt;/pre&gt;&lt;ul&gt;&lt;li&gt;After restarting the browser, put about:config on your URL bar. You should see Shockwave Flash installed. :)&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;Create+Share+Collaborate&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9188816935228284600-7822028808017849963?l=www.kailashbudhathoki.com.np' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_RU8TLFA2ExX0Ei1YRiwh9EwNRk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_RU8TLFA2ExX0Ei1YRiwh9EwNRk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_RU8TLFA2ExX0Ei1YRiwh9EwNRk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_RU8TLFA2ExX0Ei1YRiwh9EwNRk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PostPostMePostRandomthought/~4/ukvrFmOXA8o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/7822028808017849963/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.kailashbudhathoki.com.np/2009/12/installing-shockwave-flash-in-mozilla.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/7822028808017849963?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/7822028808017849963?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PostPostMePostRandomthought/~3/ukvrFmOXA8o/installing-shockwave-flash-in-mozilla.html" title="Installing a Shockwave Flash Plugin for Mozilla Firefox in Ubuntu" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.kailashbudhathoki.com.np/2009/12/installing-shockwave-flash-in-mozilla.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C04CQH47cSp7ImA9WxNaGUg.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600.post-8598940441590045250</id><published>2009-11-17T22:52:00.011+05:30</published><updated>2009-12-05T00:09:21.009+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-05T00:09:21.009+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="Firefox" /><title>Editing mySQL Databases through terminal in Xampp in Linux</title><content type="html">You have put an effort to view this page because you might be desparate to find out the solution for editing mySQL databases through terminal in Xampp in linux, esp. Ubuntu &amp;amp; its clone. I was doing the same before i knew how to do so :). Okay!&lt;br /&gt;
For the command line way, i considered the following steps;&lt;br /&gt;
Presuming you have installed lampp in /opt directory, start the XAMPP server&lt;br /&gt;
&lt;pre name="code" class="python"&gt;sudo /opt/lampp/lampp start&lt;/pre&gt;&lt;br /&gt;
Then login from console into mySQL using&lt;br /&gt;
&lt;pre name="code" class="python"&gt;/opt/lampp/bin/mysql -u root -p;&lt;/pre&gt;&lt;br /&gt;
You will be prompted for the password then. Don't panic just because you don't know it. By default, no password is set for the user "root" in mysql. So press the return key.&lt;br /&gt;
Now you are finally on the track. Play around with sql queries!!! Have fun :)&lt;div class="blogger-post-footer"&gt;Create+Share+Collaborate&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9188816935228284600-8598940441590045250?l=www.kailashbudhathoki.com.np' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QWfNvO9PQEbNKlQBpyzkyfgBePw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QWfNvO9PQEbNKlQBpyzkyfgBePw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QWfNvO9PQEbNKlQBpyzkyfgBePw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QWfNvO9PQEbNKlQBpyzkyfgBePw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PostPostMePostRandomthought/~4/U24fUT2OyCg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/8598940441590045250/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.kailashbudhathoki.com.np/2009/11/editing-mysqldatabases-through-terminal.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/8598940441590045250?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/8598940441590045250?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PostPostMePostRandomthought/~3/U24fUT2OyCg/editing-mysqldatabases-through-terminal.html" title="Editing mySQL Databases through terminal in Xampp in Linux" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.kailashbudhathoki.com.np/2009/11/editing-mysqldatabases-through-terminal.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEICRnY5fyp7ImA9WxJWFkQ.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600.post-8588333947539434212</id><published>2009-06-22T22:32:00.005+05:30</published><updated>2009-06-22T23:12:47.827+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-22T23:12:47.827+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mathematics" /><category scheme="http://www.blogger.com/atom/ns#" term="Funny" /><title>Funny</title><content type="html">Pictures speak much more than words do!&lt;ul type="none"&gt;&lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_yRrbkILISXk/Sj-7uS79API/AAAAAAAAAJU/T7bHM-FKHTQ/s1600-h/1491327326_be5d7b9d9b.jpg"&gt;&lt;img style="cursor: pointer; width: 320px; height: 225px;" src="http://4.bp.blogspot.com/_yRrbkILISXk/Sj-7uS79API/AAAAAAAAAJU/T7bHM-FKHTQ/s320/1491327326_be5d7b9d9b.jpg" alt="" id="BLOGGER_PHOTO_ID_5350201286371115250" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_yRrbkILISXk/Sj-9JUnGpYI/AAAAAAAAAJ8/Z_b1oFuEbL8/s1600-h/020ir.jpg"&gt;&lt;img style="cursor: pointer; width: 320px; height: 85px;" src="http://1.bp.blogspot.com/_yRrbkILISXk/Sj-9JUnGpYI/AAAAAAAAAJ8/Z_b1oFuEbL8/s320/020ir.jpg" alt="" id="BLOGGER_PHOTO_ID_5350202850188633474" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_yRrbkILISXk/Sj-9JBrKmaI/AAAAAAAAAJ0/3f5ugmgKeew/s1600-h/1490472999_7dd2fd3918.jpg"&gt;&lt;img style="cursor: pointer; width: 320px; height: 239px;" src="http://4.bp.blogspot.com/_yRrbkILISXk/Sj-9JBrKmaI/AAAAAAAAAJ0/3f5ugmgKeew/s320/1490472999_7dd2fd3918.jpg" alt="" id="BLOGGER_PHOTO_ID_5350202845105396130" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_yRrbkILISXk/Sj-9I_21xMI/AAAAAAAAAJs/tyNjJYYCjTs/s1600-h/651_10_91_2007.jpg"&gt;&lt;img style="cursor: pointer; width: 320px; height: 294px;" src="http://2.bp.blogspot.com/_yRrbkILISXk/Sj-9I_21xMI/AAAAAAAAAJs/tyNjJYYCjTs/s320/651_10_91_2007.jpg" alt="" id="BLOGGER_PHOTO_ID_5350202844617491650" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_yRrbkILISXk/Sj-9IrUGAPI/AAAAAAAAAJk/xiUALJBnc1c/s1600-h/1490471897_d27486795b.jpg"&gt;&lt;img style="cursor: pointer; width: 320px; height: 231px;" src="http://2.bp.blogspot.com/_yRrbkILISXk/Sj-9IrUGAPI/AAAAAAAAAJk/xiUALJBnc1c/s320/1490471897_d27486795b.jpg" alt="" id="BLOGGER_PHOTO_ID_5350202839103045874" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_yRrbkILISXk/Sj-9ISdqCtI/AAAAAAAAAJc/VJad96sTZdM/s1600-h/1491328302_4bd97d8d27.jpg"&gt;&lt;img style="cursor: pointer; width: 320px; height: 239px;" src="http://1.bp.blogspot.com/_yRrbkILISXk/Sj-9ISdqCtI/AAAAAAAAAJc/VJad96sTZdM/s320/1491328302_4bd97d8d27.jpg" alt="" id="BLOGGER_PHOTO_ID_5350202832432270034" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_yRrbkILISXk/Sj--UI_rlYI/AAAAAAAAAKM/cqvGHq74ml0/s1600-h/1490472421_a4b3aa09e5.jpg"&gt;&lt;img style="cursor: pointer; width: 194px; height: 320px;" src="http://1.bp.blogspot.com/_yRrbkILISXk/Sj--UI_rlYI/AAAAAAAAAKM/cqvGHq74ml0/s320/1490472421_a4b3aa09e5.jpg" alt="" id="BLOGGER_PHOTO_ID_5350204135560680834" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_yRrbkILISXk/Sj--T4oxXKI/AAAAAAAAAKE/0jQzBTsSRGY/s1600-h/1491328064_a93d7facfe.jpg"&gt;&lt;img style="cursor: pointer; width: 320px; height: 240px;" src="http://2.bp.blogspot.com/_yRrbkILISXk/Sj--T4oxXKI/AAAAAAAAAKE/0jQzBTsSRGY/s320/1491328064_a93d7facfe.jpg" alt="" id="BLOGGER_PHOTO_ID_5350204131169623202" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;Create+Share+Collaborate&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9188816935228284600-8588333947539434212?l=www.kailashbudhathoki.com.np' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/IY0ECJsQQz8CaAQ428Hqy5k_QAw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/IY0ECJsQQz8CaAQ428Hqy5k_QAw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/IY0ECJsQQz8CaAQ428Hqy5k_QAw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/IY0ECJsQQz8CaAQ428Hqy5k_QAw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PostPostMePostRandomthought/~4/D91luUv6oPo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/8588333947539434212/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.kailashbudhathoki.com.np/2009/06/funny.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/8588333947539434212?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/8588333947539434212?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PostPostMePostRandomthought/~3/D91luUv6oPo/funny.html" title="Funny" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_yRrbkILISXk/Sj-7uS79API/AAAAAAAAAJU/T7bHM-FKHTQ/s72-c/1491327326_be5d7b9d9b.jpg" height="72" width="72" /><thr:total>3</thr:total><feedburner:origLink>http://www.kailashbudhathoki.com.np/2009/06/funny.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU4MRXY9fyp7ImA9WhdSE08.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600.post-2273534658639653520</id><published>2009-03-02T17:26:00.010+05:30</published><updated>2011-07-22T14:09:44.867+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-22T14:09:44.867+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="MAC Address" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><title>How to change MAC address in Linux(Debian Based Distros)</title><content type="html">Media Access Control(MAC) address is a unique identifier assigned to most network adapters or network interface cards (NICs) by the manufacturer for identification.&lt;br /&gt;
Although physical MAC address is supposed to be permanent and globally unique identification, it is possible to change the MAC address on most of today's hardware, an action often referred to as MAC spoofing.&lt;br /&gt;
The MAC address of a NIC can be changed in Debian Based Linux Distros using following methods;&lt;br /&gt;
&lt;br /&gt;
&lt;div style="background: #111111; overflow:auto;width:auto;color:white;background:black;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"&gt;&lt;pre style="margin: 0; line-height: 125%"&gt;&lt;span style="color: #fb660a"&gt;$ &lt;/span&gt;sudo /etc/init.d/networking stop
&lt;span style="color: #fb660a"&gt;$ &lt;/span&gt;sudo ifconfig &amp;lt;ethernet_interface&amp;gt; hw ether  &amp;lt;new_MAC_address&amp;gt; 
&lt;span style="color: #fb660a"&gt;$ &lt;/span&gt;sudo /etc/init.d/networking start
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;
The hardware/MAC address assigned this way reverts to its original value after reboot. In order to change the MAC address permanently, add&lt;br /&gt;
&lt;br /&gt;
&lt;div style="background: #111111; overflow:auto;width:auto;color:white;background:black;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"&gt;&lt;pre style="margin: 0; line-height: 125%"&gt;&lt;span style="color: #fb660a"&gt;$ &lt;/span&gt;hwaddress ether  &amp;lt;new_MAC_address&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;
into the appropriate section of /etc/network/interfaces so that the MAC address is set permanently when the network device is started. There is also a tool called &lt;a href="http://ftp.gnu.org/pub/gnu/macchanger/"&gt;macchanger&lt;/a&gt; available in linux that changes the MAC address of a NIC.&lt;div class="blogger-post-footer"&gt;Create+Share+Collaborate&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9188816935228284600-2273534658639653520?l=www.kailashbudhathoki.com.np' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/UsiSU8gv1I20kmQtdvyfuQ7vW1I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UsiSU8gv1I20kmQtdvyfuQ7vW1I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/UsiSU8gv1I20kmQtdvyfuQ7vW1I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UsiSU8gv1I20kmQtdvyfuQ7vW1I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PostPostMePostRandomthought/~4/46fe2rhXjFw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/2273534658639653520/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.kailashbudhathoki.com.np/2009/03/how-to-change-mac-address-in.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/2273534658639653520?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/2273534658639653520?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PostPostMePostRandomthought/~3/46fe2rhXjFw/how-to-change-mac-address-in.html" title="How to change MAC address in Linux(Debian Based Distros)" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.kailashbudhathoki.com.np/2009/03/how-to-change-mac-address-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak8NQn0yeyp7ImA9WhdSE0w.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600.post-376394537982819518</id><published>2009-01-05T23:26:00.012+05:30</published><updated>2011-07-22T12:44:53.393+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-22T12:44:53.393+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="phpmyadmin" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><title>Wrong permission in configuration file in phpMyAdmin</title><content type="html">&lt;span style="font-size: 100%;"&gt;Actually I was trying to access phpMyAdmin from firefox. But i was constantly getting the same message &lt;/span&gt;&lt;span dir="ltr" id=":36" style="font-size: 100%;"&gt;&lt;span style="color: black; font-family: verdana;" type="italic"&gt;&lt;br /&gt;
"Wrong permissions on configuration file, should not be world writable!" .&lt;/span&gt;&lt;br /&gt;
I did lil bit of googling as well but it didn't helped me either. I tried giving all the permissions(rwx) to owner, group &amp;amp; others using&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div style="background: #111111; background: black; border-width: .1em .1em .1em .8em; border: solid gray; color: white; overflow: auto; padding: .2em .6em; width: auto;"&gt;&lt;pre style="line-height: 125%; margin: 0;"&gt;&lt;span dir="ltr" id=":36" style="font-size: 100%;"&gt;kailash@kailash-desktop:~&lt;span style="color: #fb660a;"&gt;$ &lt;/span&gt;sudo chmod 777 /opt/lampp/phpmyadmin/config.inc.php
&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;span dir="ltr" id=":36" style="font-size: 100%;"&gt;&lt;br /&gt;
which couldn't solve it out either.&lt;br /&gt;
Finally , as the warning message suggests-"&lt;b&gt;should not be&lt;/b&gt; world writable", i slightly tweaked my previous command to&lt;br /&gt;
&lt;br /&gt;
&lt;div style="background: #111111; background: black; border-width: .1em .1em .1em .8em; border: solid gray; color: white; overflow: auto; padding: .2em .6em; width: auto;"&gt;&lt;pre style="line-height: 125%; margin: 0;"&gt;kailash@kailash-desktop:~&lt;span style="color: #fb660a;"&gt;$ &lt;/span&gt;sudo chmod a-w /opt/lampp/phpmyadmin/config.inc.php
&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;
Ah!! it worked then. Thank you.&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;Create+Share+Collaborate&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9188816935228284600-376394537982819518?l=www.kailashbudhathoki.com.np' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XvwDkl_VpgBJuSz3r4XKY12bIrI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XvwDkl_VpgBJuSz3r4XKY12bIrI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XvwDkl_VpgBJuSz3r4XKY12bIrI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XvwDkl_VpgBJuSz3r4XKY12bIrI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PostPostMePostRandomthought/~4/7D3j6ASKbUs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/376394537982819518/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.kailashbudhathoki.com.np/2009/01/wrong-permission-in-configuration-file.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/376394537982819518?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/376394537982819518?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PostPostMePostRandomthought/~3/7D3j6ASKbUs/wrong-permission-in-configuration-file.html" title="Wrong permission in configuration file in phpMyAdmin" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><thr:total>3</thr:total><feedburner:origLink>http://www.kailashbudhathoki.com.np/2009/01/wrong-permission-in-configuration-file.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYEQX4zeyp7ImA9WxNaGUg.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600.post-658356084758855136</id><published>2008-12-12T02:10:00.013+05:30</published><updated>2009-12-05T00:11:40.083+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-05T00:11:40.083+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="ISO" /><title>How to mount an iso image under Linux</title><content type="html">&lt;span style="font-weight: bold;font-family:verdana;font-size:130%;"  &gt;Procedure to Mount ISO images under LINUX&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;1)Create the directory aka mount point&lt;/span&gt;&lt;br /&gt;
&lt;ul style="color: rgb(255, 102, 0);"&gt;&lt;li&gt;     mkdir -p /path/Directory_Name&lt;/li&gt;
&lt;/ul&gt;&lt;span style="font-weight: bold;"&gt;2)Using mount command&lt;/span&gt;&lt;br /&gt;
&lt;div style="text-align: left;"&gt;First move into the directory containing the .iso file and then use the command mentioned below.&lt;/div&gt;&lt;ul style="color: rgb(255, 102, 0);"&gt;&lt;li&gt;sudo mount -o loop file_name.iso /path/Directory_Name&lt;/li&gt;
&lt;/ul&gt;In order to mount files into LINUX file system, one must have administrative priviledge, so we must   use   sudo(i.e, super user do).&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;Chill out!&lt;/span&gt; Your ISO image file has been mounted.&lt;div class="blogger-post-footer"&gt;Create+Share+Collaborate&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9188816935228284600-658356084758855136?l=www.kailashbudhathoki.com.np' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4tRbg92UG37Wz5BN7PxyT63a8Nw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4tRbg92UG37Wz5BN7PxyT63a8Nw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4tRbg92UG37Wz5BN7PxyT63a8Nw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4tRbg92UG37Wz5BN7PxyT63a8Nw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PostPostMePostRandomthought/~4/ppq0bNiklS8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/658356084758855136/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.kailashbudhathoki.com.np/2008/12/how-to-mount-iso-image-under-linux.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/658356084758855136?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/658356084758855136?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PostPostMePostRandomthought/~3/ppq0bNiklS8/how-to-mount-iso-image-under-linux.html" title="How to mount an iso image under Linux" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.kailashbudhathoki.com.np/2008/12/how-to-mount-iso-image-under-linux.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08CQ3w9fip7ImA9WxVbEUk.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600.post-467520936329280094</id><published>2008-11-13T09:40:00.001+05:30</published><updated>2009-03-27T14:54:22.266+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-27T14:54:22.266+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google" /><title>Being Precise with Google Search Engine</title><content type="html">   	&lt;meta equiv="CONTENT-TYPE" content="text/html; charset=utf-8"&gt;&lt;title&gt;&lt;/title&gt;&lt;meta name="GENERATOR" content="OpenOffice.org 2.4  (Linux)"&gt; 	 	 	&lt;style type="text/css"&gt; 	&lt;!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	--&gt;&lt;/style&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Google&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;, a popular search engine, is a tool for finding resources on the World Wide Web. Google scans web pages to find instances of the keywords by ranking&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt; web pages in a list of hits by giving weight to the links that reference a specific page.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;Doing a search on Google is an easy job. Simply type one or more search terms (the words or phrase that best describe the information you want to find) into the search box and hit the 'Enter'. Google search can be can be made even more easier and efficient by using different techniques and kinds of operators available. A&lt;span style="font-size:100%;"&gt;dvanced operators are query words that have special meaning to Google. Typically these operators modify the search in some way, or even tell Google to do a totally different type of search&lt;/span&gt;&lt;span style="font-size:85%;"&gt;. &lt;/span&gt;My best efforts are to explain as much as operators available and tips that are crucial for efficient Google search.&lt;/p&gt;
&lt;br /&gt;&lt;p style="margin-bottom: 0in; text-decoration: none;"&gt;&lt;span style="font-family:Purisa;"&gt;&lt;span style="font-size: 16pt;font-size:130%;" &gt;&lt;b&gt;Basic Tips&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;Choosing Search Terms&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;p style="margin-bottom: 0in;"&gt;choosing the right search terms is the 	key to finding the information you need.  	&lt;/p&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;Capitalization&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; 	&lt;p style="margin-bottom: 0in;"&gt;Google searches are NOT case 	sensitive.&lt;/p&gt; 	&lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;Automatic 	“and” queries&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; 	&lt;p style="margin-bottom: 0in;"&gt;You don't need to include “and” 	between terms while searching.&lt;/p&gt; 	&lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;Automatic 	exclusion of common words&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; 	&lt;p style="margin-bottom: 0in;"&gt;Google ignores common words and 	characters such as "where" and "how", as well as 	certain single digits and single letters, because they tend to slow 	down your search without improving the results. Solution to this 	problem would be by conducting a phrase search or by putting a + 	sign before the essential common word.&lt;/p&gt; 	&lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;Word 	variations(Stemming)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; 	&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="text-decoration: none;"&gt;&lt;span style=""&gt;when 	appropriate, Google&lt;/span&gt;&lt;/span&gt; will search not only for your 	search terms, but also for words that are similar to some or all of 	those terms. Any variants of your terms that were searched for 	will be highlighted in the snippet of text accompanying each result.&lt;/p&gt; 	&lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;Phrase 	searches&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; 	&lt;p style="margin-bottom: 0in;"&gt;searches the exact phrase. Effective 	for searching proper names, lyrics, other famous phrases.&lt;/p&gt; 	&lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;Negative 	terms&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; 	&lt;p style="margin-bottom: 0in;"&gt;focuses a search so as to avoid the 	specific meaning of a term that has more than one meanings.&lt;/p&gt; 	&lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;“&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;I'm 	Feeling Lucky”&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; 	&lt;p style="margin-bottom: 0in;"&gt;After entering the search terms, 	clicking the “I'm Feeling Lucky” button takes you straight to 	the most relevant website that Goog&lt;span style="font-family:Nimbus Roman No9 L, serif;"&gt;le 	found for your query&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt;&lt;span style="font-family:Nimbus Roman No9 L, serif;font-size:100%;"&gt;Following these tips will certainly help you develop a systematic habit of searching resources in Google.&lt;/span&gt;   	&lt;meta equiv="CONTENT-TYPE" content="text/html; charset=utf-8"&gt;&lt;title&gt;&lt;/title&gt;&lt;meta name="GENERATOR" content="OpenOffice.org 2.4  (Linux)"&gt; 	 	 	&lt;style type="text/css"&gt; 	&lt;!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	--&gt; 	&lt;/style&gt;  &lt;p style="margin-bottom: 0in; text-decoration: none;" align="center"&gt;&lt;span style="font-family:Purisa;"&gt;&lt;span style="font-size: 16pt;font-size:130%;" &gt;&lt;b&gt;Advanced Search Using Google's Advanced Operators&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-size: 16pt;font-size:130%;" &gt;&lt;b&gt;Alternative Query Types&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;link: 	&lt;/b&gt;&lt;/span&gt; 	&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;span style=""&gt;	This query [link:] will list the web pages that point to the URL or specified web page. For e.g. 	&lt;/span&gt;&lt;b&gt;link:&lt;a href="http://www.fossnepal.org/"&gt;www.fossnepal.org&lt;/a&gt;&lt;/b&gt;&lt;span style=""&gt; will list the web pages which links to &lt;a href="http://www.fossnepal.org/"&gt;www.fossnepal.org&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;cache:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;span style=""&gt;	This query [cache:] will d&lt;/span&gt;isplay Google's cached version of a web page. For e.g., 	&lt;b&gt;cache:&lt;a href="http://www.fossnepal.org/"&gt;www.fossnepal.org&lt;/a&gt; &lt;/b&gt;will &lt;span style="font-size:100%;"&gt;display Google's cache of fossnepal homepage.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;info:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-bottom: 0in;"&gt;	The query [info:] will show the information that Google has about the web page. For e.g.,  &lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;b&gt;	info:&lt;a href="http://www.fossnepal.org/"&gt;www.fossnepal.org&lt;/a&gt;&lt;/b&gt; shows the information about the web page &lt;a href="http://www.fossnepal.org/"&gt;www.fossnepal.org&lt;/a&gt;.&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;related:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-bottom: 0in;"&gt;&lt;span style=""&gt;	The syntax [related:] &lt;/span&gt;lists the web pages that are similar or related to the URL. For e.g., related: 	&lt;b&gt;displays the web pages rela&lt;/b&gt;ted to &lt;a href="http://www.fossnepal.org/"&gt;www.fossnepal.org&lt;/a&gt;.&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;   	&lt;meta equiv="CONTENT-TYPE" content="text/html; charset=utf-8"&gt;&lt;title&gt;&lt;/title&gt;&lt;meta name="GENERATOR" content="OpenOffice.org 2.4  (Linux)"&gt; 	 	 	&lt;style type="text/css"&gt; 	&lt;!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		TD P { margin-bottom: 0in } 		TH P { margin-bottom: 0in } 		P { margin-bottom: 0.08in } 	--&gt; 	&lt;/style&gt;  &lt;/p&gt;&lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-size: 16pt;font-size:130%;" &gt;&lt;b&gt;Specialized Information Queries&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/p&gt; &lt;table width="100%" border="1" bordercolor="#000000" cellpadding="4" cellspacing="0"&gt; 	&lt;col width="85"&gt; 	&lt;col width="85"&gt; 	&lt;col width="85"&gt; 	&lt;tbody&gt;&lt;tr valign="top"&gt; 		&lt;th width="33%" bgcolor="#999999"&gt; 			&lt;p style="background: rgb(76, 76, 76) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;Operators&lt;/p&gt; 		&lt;/th&gt; 		&lt;th width="33%" bgcolor="#999999"&gt; 			&lt;p style="background: rgb(76, 76, 76) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;Meaning&lt;/p&gt; 		&lt;/th&gt; 		&lt;th width="33%" bgcolor="#999999"&gt; 			&lt;p style="background: rgb(76, 76, 76) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"&gt;Implementation&lt;/p&gt; 		&lt;/th&gt; 	&lt;/tr&gt; 	&lt;tr valign="top"&gt; 		&lt;td width="33%"&gt; 			&lt;p&gt;book/books&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p align="left"&gt;Search full text of books&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p&gt;&lt;a href="http://www.google.com/search?q=book+Ender%27s+Game" target="_blank"&gt;&lt;b&gt;book 			My side&lt;/b&gt;&lt;/a&gt;
&lt;br /&gt;Show book-related information.
&lt;br /&gt;
&lt;br /&gt;			&lt;/p&gt; 		&lt;/td&gt; 	&lt;/tr&gt; 	&lt;tr valign="top"&gt; 		&lt;td width="33%"&gt; 			&lt;p&gt;define, what is, what are&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p align="left"&gt;Show a definition for a word or phrase  			&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p&gt;&lt;b&gt;&lt;a href="http://www.google.com/search?q=define+monopsony" target="_blank"&gt;define 			&lt;/a&gt;&lt;a href="http://www.google.com/search?q=what+is+podcast" target="_blank"&gt;freedom&lt;/a&gt;&lt;/b&gt;
&lt;br /&gt;Show 			a definition for the words freed&lt;b&gt;om&lt;/b&gt;.  			&lt;/p&gt; 		&lt;/td&gt; 	&lt;/tr&gt; 	&lt;tr valign="top"&gt; 		&lt;td width="33%"&gt; 			&lt;p&gt;define:&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p align="left"&gt;&lt;span style="font-size:100%;"&gt;Provide definitions for words, phrases, 			and acronyms from the Web.&lt;/span&gt;&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p&gt;&lt;a href="http://www.google.com/search?q=define:kerning" target="_blank"&gt;&lt;b&gt;define:Open&lt;/b&gt;&lt;/a&gt;&lt;/p&gt; 			&lt;p&gt;find definitions fo&lt;b&gt;r Open &lt;/b&gt;from the Web.&lt;/p&gt; 		&lt;/td&gt; 	&lt;/tr&gt; 	&lt;tr valign="top"&gt; 		&lt;td width="33%"&gt; 			&lt;p&gt;movie:&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p align="left"&gt;Find reviews and showtimes&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p&gt;&lt;a href="http://www.google.com/search?q=movie:+traffic" target="_blank"&gt;&lt;u&gt;&lt;b&gt;movie: 			100 girls&lt;/b&gt;&lt;/u&gt;&lt;/a&gt;&lt;/p&gt; 			&lt;p style="text-decoration: none;"&gt;Search for information about this 			movie, including reviews, show times, etc.&lt;/p&gt; 		&lt;/td&gt; 	&lt;/tr&gt; 	&lt;tr valign="top"&gt; 		&lt;td width="33%"&gt; 			&lt;p&gt;stocks:&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p align="left"&gt;Given ticker symbols, show stock information&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p&gt;&lt;a href="http://www.google.com/search?q=stocks:+goog" target="_blank"&gt;&lt;b&gt;stocks: 			goog&lt;/b&gt;&lt;/a&gt;
&lt;br /&gt;Find Google's current stock price.&lt;/p&gt; 		&lt;/td&gt; 	&lt;/tr&gt; 	&lt;tr valign="top"&gt; 		&lt;td width="33%"&gt; 			&lt;p&gt;weather:&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p style="margin-bottom: 0in;" align="left"&gt;&lt;a name="weather"&gt;&lt;/a&gt;Given 			a location , show the weather&lt;/p&gt; 			&lt;p align="left"&gt;
&lt;br /&gt;			&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p&gt;&lt;a href="http://www.google.com/search?q=weather+Seattle+WA" target="_blank"&gt;&lt;b&gt;weather 			Seattle WA&lt;/b&gt;&lt;/a&gt;, &lt;b&gt;&lt;a href="http://www.google.com/search?q=weather+81612" target="_blank"&gt;weather 			&lt;/a&gt;&lt;a href="http://www.google.com/search?q=weather+81612" target="_blank"&gt;81612&lt;/a&gt;&lt;/b&gt;
&lt;br /&gt;Show 			the current weather and forecast.&lt;/p&gt; 		&lt;/td&gt; 	&lt;/tr&gt; 	&lt;tr valign="top"&gt; 		&lt;td width="33%" height="22"&gt; 			&lt;p&gt;phonebook:&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p align="left"&gt;Show all phonebook listings&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p&gt;&lt;a href="http://www.google.com/search?q=phonebook:+Disney+CA" target="_blank"&gt;&lt;b&gt;phonebook: 			Disney CA&lt;/b&gt;&lt;/a&gt;
&lt;br /&gt;Search for Disney's phone numbers in 			California-CA&lt;/p&gt; 		&lt;/td&gt; 	&lt;/tr&gt; 	&lt;tr valign="top"&gt; 		&lt;td width="33%" height="93"&gt; 			&lt;p&gt;rphonebook:&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p align="left"&gt;Show all residential phonebook listings&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p&gt;&lt;a href="http://www.google.com/search?q=rphonebook:+bill+jones+NY" target="_blank"&gt;&lt;b&gt;rphonebook:bill 			jones NY&lt;/b&gt;&lt;/a&gt;
&lt;br /&gt;Search for the phone number of every Bill 			Jones in New York State-NY.&lt;/p&gt; 		&lt;/td&gt; 	&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;   	&lt;meta equiv="CONTENT-TYPE" content="text/html; charset=utf-8"&gt;&lt;title&gt;&lt;/title&gt;&lt;meta name="GENERATOR" content="OpenOffice.org 2.4  (Linux)"&gt; 	 	 	&lt;style type="text/css"&gt; 	&lt;!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	--&gt; 	&lt;/style&gt;  &lt;p style="margin-bottom: 0in;"&gt;&lt;span style="font-size: 16pt;font-size:130%;" &gt;&lt;b&gt;Query Modifiers&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;" align="justify"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;site:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-bottom: 0in;" align="justify"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;	If you include [site:] in your query, Google will restrict the results to those websites in the given 	domain. Say if you use foss ka kura &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;site:&lt;a href="http://www.fossnepal.org/"&gt;www.fossnepal.org&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt; , Google will search for 	information on foss ka kura gathered by fossnepal.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;" align="justify"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;allintitle:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-bottom: 0in;" align="justify"&gt;&lt;span style="font-size:100%;"&gt;	If you use a syntax [allintitle:], Google will restrict the results to those with all of the query 	words in the title. For instance, [&lt;b&gt;allintitle: fossnepal LTSP&lt;/b&gt;] will return only documents that 	have both “fossnepal” and “LTSP” in title.&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0in;" align="justify"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;intitle:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p align="justify"&gt;&lt;span style="font-size:100%;"&gt;	Query [intitle:] will restrict the results to documents containing that word in the title. For 	instance, [&lt;b&gt;intitle:fossnepal LTSP&lt;/b&gt;] will return documents that mention the word”fossnepal” int 	the title and mention the word “LTSP” anywhere in the document(title or not).&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p align="justify"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;allinurl:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="" align="justify"&gt;&lt;span style="font-size:100%;"&gt;	[allinurl:] will restrict the results to those with all of the query words in the url. For instance, 	[&lt;b&gt;allinurl: fossnepal LTSP&lt;/b&gt;] will return only documents that have both “fossnepal” and “LTSP” 	in the URL.&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p align="justify"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;inurl:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="" align="justify"&gt;&lt;span style="font-size:100%;"&gt;	[inurl:] will restrict the results to those with all of the query words in the URL. For instance 	[&lt;b&gt;inurl:fossnepal LTSP&lt;/b&gt;] will return only documents that have the word fossnepal in the URL 	and mention the word anywhere in the document(URL or not).&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p align="justify"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;allinanchor:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p align="justify"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;	[allinanchor:] will restrict the results to those with all of the query words &lt;/span&gt;&lt;/span&gt;in anchor text of links 	to the page. For instance, [&lt;b&gt;allinanchor:foss LTSP&lt;/b&gt;] will search for pages that are called “foss” 	and “LTSP” by o&lt;span style=""&gt;thers.&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p align="justify"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;inanchor:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p align="justify"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;	[inanchor:] will restrict the results to those with&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span style=""&gt;terms appearing in the anchor text links to the 	page.&lt;/span&gt;&lt;/span&gt;&lt;b&gt; &lt;/b&gt;&lt;span style=""&gt;For instance, [&lt;/span&gt;&lt;b&gt;allinanchor:foss LTSP&lt;/b&gt;&lt;span style=""&gt;] will search for pages that are called “foss” or 	“LTSP” by others.&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p align="justify"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;allintext:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="" align="justify"&gt;	If we use [allintext:] query, Google will show the pages that contains all the query words. For 	instance, [&lt;b&gt;allintext:News Announcements&lt;/b&gt;] willl search for pages that contains both “News” 	and “Announcements”.&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p align="justify"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;intext:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="" align="justify"&gt;	Using the syntax [intext:], one can find the web pages that contains any of the query words. For 	instance [&lt;b&gt;intext:foss volunteers&lt;/b&gt;] will result into the pages that contains any  of “foss” or 	“volunteers”.&lt;/p&gt;   	&lt;meta equiv="CONTENT-TYPE" content="text/html; charset=utf-8"&gt;&lt;title&gt;&lt;/title&gt;&lt;meta name="GENERATOR" content="OpenOffice.org 2.4  (Linux)"&gt; 	 	 	&lt;style type="text/css"&gt; 	&lt;!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 		TD P { margin-bottom: 0in } 	--&gt; 	&lt;/style&gt;  &lt;p&gt;&lt;span style="font-size: 16pt;font-size:130%;" &gt;&lt;b&gt;Restrict Search&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p align="justify"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;filetype:(&lt;/b&gt;&lt;span style=""&gt;or 	&lt;/span&gt;&lt;b&gt;ext:)&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p align="justify"&gt;&lt;span style=""&gt;	This will result into the documents of specified types which can be downloaded easily by right 	clicking and saving the target. For instance, &lt;/span&gt;&lt;b&gt;LINUX filetype:pdf&lt;/b&gt;&lt;span style=""&gt; will show the list of links to 	pdfs about LINUX.&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p align="justify"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;city1 	city2&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="" align="justify"&gt;	It means book flights from city1 to city2. For instance, &lt;b&gt;sfo bos &lt;/b&gt;will show the web pages 	containing information about flights from San Fransisco to Boston.&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p style="" align="justify"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;#..#&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="" align="justify"&gt;	If this is used, Google will search within a range of numbers. For instance, &lt;b&gt;Richard Stallman 	1999..2004&lt;/b&gt; will yield Richard Stallman's article written in between these years.&lt;/p&gt; &lt;p style=""&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="font-size: 16pt;font-size:130%;" &gt;&lt;b&gt;Google as Dictionary&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style=""&gt;Google can also be used as a calculator which is summarized below in the table;&lt;/p&gt; &lt;table width="100%" border="1" bordercolor="#000000" cellpadding="4" cellspacing="0"&gt; 	&lt;col width="85"&gt; 	&lt;col width="85"&gt; 	&lt;col width="85"&gt; 	&lt;tbody&gt;&lt;tr valign="top"&gt; 		&lt;td width="33%" bgcolor="#999999"&gt; 			&lt;p style="text-decoration: none;" align="center"&gt;&lt;b&gt;Operators&lt;/b&gt;&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%" bgcolor="#999999"&gt; 			&lt;p style="text-decoration: none;" align="center"&gt;&lt;b&gt;Meaning&lt;/b&gt;&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%" bgcolor="#999999"&gt; 			&lt;p style="text-decoration: none;" align="center"&gt;&lt;b&gt;Implementation&lt;/b&gt;&lt;/p&gt; 		&lt;/td&gt; 	&lt;/tr&gt; 	&lt;tr valign="top"&gt; 		&lt;td width="33%"&gt; 			&lt;p align="center"&gt;+,-,*,/&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p align="center"&gt;Basic arithmetic operation&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p align="center"&gt;12+3-9*8/2&lt;/p&gt; 		&lt;/td&gt; 	&lt;/tr&gt; 	&lt;tr valign="top"&gt; 		&lt;td width="33%"&gt; 			&lt;p align="center"&gt;% of&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p align="center"&gt;Percentage of&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p align="center"&gt;10% of 450&lt;/p&gt; 		&lt;/td&gt; 	&lt;/tr&gt; 	&lt;tr valign="top"&gt; 		&lt;td width="33%"&gt; 			&lt;p align="center"&gt;^ or **&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p align="center"&gt;Raise to the power&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p align="center"&gt;3^5 or 3**5&lt;/p&gt; 		&lt;/td&gt; 	&lt;/tr&gt; 	&lt;tr valign="top"&gt; 		&lt;td width="33%"&gt; 			&lt;p align="center"&gt;Old units &lt;b&gt;In &lt;/b&gt;new units&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p align="center"&gt;Unit conversion&lt;/p&gt; 		&lt;/td&gt; 		&lt;td width="33%"&gt; 			&lt;p align="center"&gt;1010 in dec&lt;/p&gt; 		&lt;/td&gt; 	&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;p style=""&gt;   	&lt;meta equiv="CONTENT-TYPE" content="text/html; charset=utf-8"&gt;&lt;title&gt;&lt;/title&gt;&lt;meta name="GENERATOR" content="OpenOffice.org 2.4  (Linux)"&gt; 	 	 	&lt;style type="text/css"&gt; 	&lt;!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	--&gt; 	&lt;/style&gt;  &lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 16pt;font-size:130%;" &gt;&lt;b&gt;Restrict Search To Google News&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p align="justify"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;location:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="" align="justify"&gt;	Google will find the news articles from sources in the specified locations. Say, &lt;b&gt;foss 	location:Nepal &lt;/b&gt;syntax will find news articles about foss from Nepal.&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;p align="justify"&gt;&lt;span style="font-size: 13pt;font-size:100%;" &gt;&lt;b&gt;Source:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="" align="justify"&gt;	It will find news articles from specified sources. Say, &lt;b&gt;foss source:nepalnews &lt;/b&gt; will find news 	articles about foss from nepalnews.&lt;/p&gt; &lt;p align="justify"&gt;&lt;span style="font-family:Nimbus Roman No9 L, serif;"&gt;&lt;span style="font-size: 16pt;font-size:130%;" &gt;&lt;b&gt;Conclusion&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="" align="justify"&gt;&lt;span style="font-family:Nimbus Roman No9 L, serif;font-size:100%;"&gt;Even a Layman can use the Google search engine but what makes the difference between  a technically skilled person and him/her? The answer should be the way how he/she and a technical person use the search engine. It is easier to protect your feet with the slippers than to cover the earth with carpets. So don't hesitate and from now on, let us change the way we use Google search engine. Google's Advanced Operators have facilitated us with their preciseness. There are still many more operators, which I cannot explain in this brief article. &lt;/span&gt; &lt;/p&gt; &lt;p style="" align="justify"&gt;&lt;span style="font-family:Nimbus Roman No9 L, serif;font-size:100%;"&gt;Last  but not least we have to thank Google for what it has provided the world with.  &lt;/span&gt; &lt;/p&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;p&gt;&lt;/p&gt; &lt;p&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;Create+Share+Collaborate&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9188816935228284600-467520936329280094?l=www.kailashbudhathoki.com.np' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/tSDi3shsSH3LjMNjQISbiaY4cL4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tSDi3shsSH3LjMNjQISbiaY4cL4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/tSDi3shsSH3LjMNjQISbiaY4cL4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tSDi3shsSH3LjMNjQISbiaY4cL4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PostPostMePostRandomthought/~4/TdSPEqNU9QU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/467520936329280094/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.kailashbudhathoki.com.np/2008/11/being-precise-with-google-search-engine.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/467520936329280094?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/467520936329280094?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PostPostMePostRandomthought/~3/TdSPEqNU9QU/being-precise-with-google-search-engine.html" title="Being Precise with Google Search Engine" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.kailashbudhathoki.com.np/2008/11/being-precise-with-google-search-engine.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEUFQnczfyp7ImA9WxNaGUg.&quot;"><id>tag:blogger.com,1999:blog-9188816935228284600.post-7905102396328169420</id><published>2008-11-13T08:29:00.006+05:30</published><updated>2009-12-05T00:13:33.987+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-05T00:13:33.987+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="non responsive" /><category scheme="http://www.blogger.com/atom/ns#" term="program" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><title>How to kill non responsive program in Linux?</title><content type="html">&lt;div style="text-align: justify;"&gt;&lt;span style=";font-family:times new roman;font-size:100%;"  &gt;When a program becomes non responsive most of us may use ps on the command prompt and then use kill to end the process. But here are some ways to kill such non responsive processes;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-style: italic;font-family:times new roman;font-size:100%;"  &gt;# When a program gets hung, hit Alt + F2 to bring up the Run dialog.&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style="font-style: italic;font-family:times new roman;font-size:100%;"  &gt;# Type in xkill and hit enter.&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style="font-style: italic;font-family:times new roman;font-size:100%;"  &gt;# Your mouse cursor will change into a cross or skull and bones.&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style="font-style: italic;font-family:times new roman;font-size:100%;"  &gt;# If the unresponsive application is not in focus, use Alt-Tab to switch to it. &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style="font-style: italic;font-family:times new roman;font-size:100%;"  &gt;    Left  click anywhere on the application window to kill it.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-weight: bold;font-family:times new roman;font-size:180%;"  &gt;or&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-style: italic;font-family:times new roman;font-size:100%;"  &gt;#Simply run a xkill command on the shell.&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span style="font-style: italic;font-family:times new roman;font-size:100%;"  &gt;#now you can proceed similarly as from the third step of the previous tip.&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;Create+Share+Collaborate&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/9188816935228284600-7905102396328169420?l=www.kailashbudhathoki.com.np' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/iX0bYnqRbKhcLZcvsLMoeEz2Ivg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iX0bYnqRbKhcLZcvsLMoeEz2Ivg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/iX0bYnqRbKhcLZcvsLMoeEz2Ivg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iX0bYnqRbKhcLZcvsLMoeEz2Ivg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/PostPostMePostRandomthought/~4/H45SaI_6gEk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.kailashbudhathoki.com.np/feeds/7905102396328169420/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.kailashbudhathoki.com.np/2008/11/how-to-kill-non-responsive-program-in.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/7905102396328169420?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/9188816935228284600/posts/default/7905102396328169420?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/PostPostMePostRandomthought/~3/H45SaI_6gEk/how-to-kill-non-responsive-program-in.html" title="How to kill non responsive program in Linux?" /><author><name>Kailash Budhathoki</name><uri>https://profiles.google.com/113190084340399803466</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh4.googleusercontent.com/-Hc5dB3g-V5I/AAAAAAAAAAI/AAAAAAAACMk/cSbuePNJ1xE/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.kailashbudhathoki.com.np/2008/11/how-to-kill-non-responsive-program-in.html</feedburner:origLink></entry></feed>

