<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-28191197</id><updated>2011-12-05T07:11:38.199-08:00</updated><category term='install'/><category term='linux'/><category term='hp530'/><category term='problem with sudo'/><category term='p2p'/><category term='mysql'/><category term='jre'/><category term='latex editor'/><category term='kubuntu'/><category term='photography'/><category term='tikijhya'/><category term='latex'/><category term='texlipse'/><category term='java plugin'/><category term='ffmpeg'/><category term='googlecode'/><category term='subclipse'/><category term='button'/><category term='kde'/><category term='sudo'/><category term='sudoers'/><category term='icewealse'/><category term='konqueror'/><category term='flash player'/><category term='debian'/><category term='keyboard'/><category term='converting video'/><category term='eclipse'/><category term='artmagazin'/><category term='ktorrent'/><category term='use'/><category term='repository'/><category term='video file format'/><category term='svn'/><category term='interpid ibex'/><title type='text'>PJ and Computation</title><subtitle type='html'>Computation is all that is there!</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>30</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-28191197.post-7084279928284307815</id><published>2010-03-11T03:48:00.000-08:00</published><updated>2010-03-11T03:55:10.406-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='button'/><title type='text'>Eclipse button bug fix</title><content type='html'>I have installed the eclipse 3.5.1 on my Ubuntu 9.10 and I was unable to click some of the buttons but possible to use the keyboard to that purpose. To fix it just create an executable file example: eclipse_runable.sh and type in the following information:&lt;br /&gt;    &lt;br /&gt;&lt;br /&gt;    export GDK_NATIVE_WINDOWS=true  &lt;br /&gt;    PATH_TO_YOUR_ECLIPSE_RUN_FILE&lt;br /&gt;&lt;br /&gt;for example:&lt;br /&gt;&lt;br /&gt;    export GDK_NATIVE_WINDOWS=true&lt;br /&gt;    /home/prajol/eclipse/eclipse&lt;br /&gt;&lt;br /&gt;Now, you can start eclipse using this executable file and not bump into such annoying bugs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-7084279928284307815?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/7084279928284307815/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=7084279928284307815' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/7084279928284307815'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/7084279928284307815'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2010/03/eclipse-button-bug-fix.html' title='Eclipse button bug fix'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-3202974039383205884</id><published>2009-05-02T16:33:00.000-07:00</published><updated>2009-09-20T05:12:28.940-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ffmpeg'/><category scheme='http://www.blogger.com/atom/ns#' term='converting video'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='video file format'/><title type='text'>Converting video files in linux</title><content type='html'>Converting video file format is easily done through the program ffmpeg which can be installed with a simple command : sudo apt-get install ffmpeg&lt;br /&gt;after installing this just run it with different parameters. Here is an example of converting .asf file format to .avi file format:&lt;br /&gt;ffmpeg -i inputfile.asf -target ntsc-vcd outputfile.avi&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Another video file format converter is mencoder. Example :&lt;br /&gt;''mencoder yourmovie.3gp -ovc lavc -lavcopts vcodec=msmpeg4v2 -oac mp3lame -lameopts vbr=3 -o yourmovie.avi''&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-3202974039383205884?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/3202974039383205884/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=3202974039383205884' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/3202974039383205884'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/3202974039383205884'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2009/05/converting-video-files-in-linux.html' title='Converting video files in linux'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-7300272746657274335</id><published>2009-04-08T11:15:00.000-07:00</published><updated>2009-04-09T11:59:19.287-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='subclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='repository'/><category scheme='http://www.blogger.com/atom/ns#' term='googlecode'/><category scheme='http://www.blogger.com/atom/ns#' term='svn'/><title type='text'>Quick guide to set up SVN for eclipse (subclipse) in linux and using Google Code for the repo</title><content type='html'>Installing javaHL for the subversion project might be required depending on the JVM you have. This is to make it compatible with java. This javaHL is present in the libsvn-java package, which can be installed using:&lt;br /&gt;&lt;br /&gt;$sudo apt-get install libsvn-java&lt;br /&gt;&lt;br /&gt;Now we are set to install the subclipse. This step is nicely presented with step-by-step screen shot in the official site : http://subclipse.tigris.org/install.html&lt;br /&gt;&lt;br /&gt;Now to use the SVN you will require a repository so open a project in GoogleCode from http://code.google.com/hosting/ and clicking on the "create a new project" link.&lt;br /&gt;&lt;br /&gt;Go back to eclipse and go to File&gt;Import and select SVN&gt;check out projects from SVN and click on Next. Doing so you will get an option of create a new location select it and click on Next. At the "url" enter the following "https://[projectname].googlecode.com/svn/&lt;br /&gt;with https you will make the repository read and write together. Then check the folder in which the project you want to be persent in (e.g. trunk).&lt;br /&gt;&lt;br /&gt;Now if you have a project already running and want to put it in the repository. Just commit right click the project&gt;Team&gt;commit&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-7300272746657274335?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/7300272746657274335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=7300272746657274335' title='22 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/7300272746657274335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/7300272746657274335'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2009/04/quick-guide-to-set-up-svn-for-eclipse.html' title='Quick guide to set up SVN for eclipse (subclipse) in linux and using Google Code for the repo'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>22</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-5848924728112338003</id><published>2009-04-03T16:53:00.000-07:00</published><updated>2009-04-03T17:04:59.012-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='latex'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='latex editor'/><category scheme='http://www.blogger.com/atom/ns#' term='texlipse'/><title type='text'>TeXlipse - Eclipse as a LaTeX editor</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_F40mvERkR3c/SdajQ9BAKPI/AAAAAAAAIxQ/0Bzp6CO_Rwk/s1600-h/freport-screen.png"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px; height: 226px;" src="http://4.bp.blogspot.com/_F40mvERkR3c/SdajQ9BAKPI/AAAAAAAAIxQ/0Bzp6CO_Rwk/s320/freport-screen.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5320619521436821746" /&gt;&lt;/a&gt;&lt;br /&gt;TeXlipse is an eclipse plug-in that adds LaTeX support. This enables you to work on your LaTeX documents from within eclipse and gives you a good interface to work with LaTeX files. This feature is neat and easy when compared to other editors present in the Linux platform.&lt;br /&gt;More information can be found at it's &lt;a href="http://texlipse.sourceforge.net/"&gt;home page&lt;/a&gt; . This screen shot is taken from this site.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-5848924728112338003?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/5848924728112338003/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=5848924728112338003' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/5848924728112338003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/5848924728112338003'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2009/04/latex-editor-for-eclipse.html' title='TeXlipse - Eclipse as a LaTeX editor'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_F40mvERkR3c/SdajQ9BAKPI/AAAAAAAAIxQ/0Bzp6CO_Rwk/s72-c/freport-screen.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-8911224942090674049</id><published>2009-02-28T17:43:00.000-08:00</published><updated>2009-04-03T17:05:33.959-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='photography'/><category scheme='http://www.blogger.com/atom/ns#' term='tikijhya'/><category scheme='http://www.blogger.com/atom/ns#' term='artmagazin'/><title type='text'>My photos on the web</title><content type='html'>In &lt;a href="http://www.artmagazin.eu/zivotni-styl/roskilde-festival-hvezdy-pod-hvezdami.htm"&gt;artmagazin.eu&lt;/a&gt; and in &lt;a href="http://gallery.tikijhya.com/?gCatId=6&amp;amp;imageId=53"&gt;tikijhya.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-8911224942090674049?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/8911224942090674049/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=8911224942090674049' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/8911224942090674049'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/8911224942090674049'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2009/02/my-photos-on-web.html' title='My photos on the web'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-5801705405601481285</id><published>2009-02-10T05:25:00.001-08:00</published><updated>2009-04-03T17:05:49.452-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mysql'/><category scheme='http://www.blogger.com/atom/ns#' term='debian'/><title type='text'>start stop mysql in debian</title><content type='html'>shell&gt; /etc/init.d/mysql stop&lt;br /&gt;shell&gt; /etc/init.d/mysql start&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-5801705405601481285?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/5801705405601481285/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=5801705405601481285' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/5801705405601481285'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/5801705405601481285'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2009/02/start-stop-mysql-in-debian.html' title='start stop mysql in debian'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-2746929947043301946</id><published>2009-02-03T15:44:00.000-08:00</published><updated>2009-02-03T15:50:07.603-08:00</updated><title type='text'>Adding new language keyboard layout in KDE</title><content type='html'>1) Open "System Settings" from the KDE menu.&lt;br /&gt;2) Click on the "Regional and Language" option.&lt;br /&gt;3) Click on the "Keyboard Layout"&lt;br /&gt;4) Click on the radio button "Enable keyboard layout"&lt;br /&gt;5) Select your country name "Layout Name" that is given in the list which you can find it below. for me it is Nepal country code "np" and shift it to the Active layout by clicking the right arrow button.&lt;br /&gt;6) save and then start using, also tick on the "show indicator for single layout"  in the "Indicator Option" tab for easy changing option.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-2746929947043301946?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/2746929947043301946/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=2746929947043301946' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/2746929947043301946'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/2746929947043301946'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2009/02/adding-new-language-keyboard-layout-in.html' title='Adding new language keyboard layout in KDE'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-6375560186879625519</id><published>2009-01-27T00:00:00.000-08:00</published><updated>2009-02-03T15:52:02.856-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='keyboard'/><category scheme='http://www.blogger.com/atom/ns#' term='kde'/><title type='text'>KeyBoard stopped working in KDE???</title><content type='html'>It seems KDE has an option of "slow keys" which try to remember what you press for more than 8 seconds. So if you do so, the keyboard stops working. The problem is big, but the solution pretty simple. Edit the file .kde/share/config/kaccessrc to set the field "slow keys" to FALSE. That would do the trick.&lt;br /&gt;have fun&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-6375560186879625519?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/6375560186879625519/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=6375560186879625519' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/6375560186879625519'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/6375560186879625519'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2009/01/keyboard-stopped-working-in-kde.html' title='KeyBoard stopped working in KDE???'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-8957751014645419518</id><published>2008-12-04T16:37:00.001-08:00</published><updated>2008-12-04T16:38:25.541-08:00</updated><title type='text'>check the status of mysql</title><content type='html'>To know that status of mysql use the command below in shell:&lt;br /&gt;&lt;br /&gt;$ sudo /etc/init.d/mysql status&lt;br /&gt;&lt;br /&gt;to start mysql&lt;br /&gt;$ sudo /etc/init.d/mysql start&lt;br /&gt;&lt;br /&gt;;)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-8957751014645419518?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/8957751014645419518/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=8957751014645419518' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/8957751014645419518'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/8957751014645419518'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2008/12/check-status-of-mysql.html' title='check the status of mysql'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-7497917191797715523</id><published>2008-11-19T08:41:00.000-08:00</published><updated>2008-11-19T08:47:22.681-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='problem with sudo'/><category scheme='http://www.blogger.com/atom/ns#' term='sudoers'/><category scheme='http://www.blogger.com/atom/ns#' term='sudo'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><title type='text'>Problem with sudo: "user" is not in the sudoers file</title><content type='html'>If you cannot use "sudo" from a particular user then you will have to fix it in the "sudoers" file, /etc/sudoers,&lt;br /&gt;&lt;br /&gt;You may have a line like : root ALL=(ALL)ALL&lt;br /&gt;similarly, just add another line with the username from which you want to used "sudo" like: username ALL=(ALL)ALL&lt;br /&gt;&lt;br /&gt;This line means that the user with the name username can execute from ALL terminals, acting as ALL (any) users, and run ALL (any) command.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-7497917191797715523?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/7497917191797715523/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=7497917191797715523' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/7497917191797715523'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/7497917191797715523'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2008/11/problem-with-sudo-user-is-not-in.html' title='Problem with sudo: &quot;user&quot; is not in the sudoers file'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-861107086204597905</id><published>2008-11-09T16:04:00.000-08:00</published><updated>2008-11-09T16:24:35.175-08:00</updated><title type='text'>SopCast in Kubuntu 8.10</title><content type='html'>Download the file gtk-sopcast 0.2.8 from&lt;br /&gt;&lt;br /&gt;&lt;a href="http://linuxtoy.org/archives/gtk_sopcast.html"&gt;http://linuxtoy.org/archives/gtk_sopcast.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Now to view the sopcast you will have to have a video player. I used mplayer and it works fine so try installing mplayer with the command&lt;br /&gt;&lt;br /&gt;$ apt-get install mplayer&lt;br /&gt;&lt;br /&gt;when you run gsopcast you might have to wait since it will populate the available channels...&lt;br /&gt;&lt;br /&gt;have fun&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_F40mvERkR3c/SRd9DI9kgCI/AAAAAAAAGKM/yduX2__vQQ4/s1600-h/sopcast.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 200px;" src="http://2.bp.blogspot.com/_F40mvERkR3c/SRd9DI9kgCI/AAAAAAAAGKM/yduX2__vQQ4/s320/sopcast.jpg" alt="" id="BLOGGER_PHOTO_ID_5266815782131892258" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-861107086204597905?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/861107086204597905/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=861107086204597905' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/861107086204597905'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/861107086204597905'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2008/11/sopcast-in-kubuntu-810.html' title='SopCast in Kubuntu 8.10'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_F40mvERkR3c/SRd9DI9kgCI/AAAAAAAAGKM/yduX2__vQQ4/s72-c/sopcast.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-2376198595678340595</id><published>2008-11-08T13:16:00.000-08:00</published><updated>2008-11-08T13:49:19.861-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ktorrent'/><category scheme='http://www.blogger.com/atom/ns#' term='use'/><category scheme='http://www.blogger.com/atom/ns#' term='p2p'/><title type='text'>How to use Ktorrent in kubuntu 10.8</title><content type='html'>open the file with the application ktorrent by browsing to:&lt;br /&gt;&lt;br /&gt; /usr/bin/ktorrent&lt;br /&gt;&lt;br /&gt;which should start the download process&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-2376198595678340595?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/2376198595678340595/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=2376198595678340595' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/2376198595678340595'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/2376198595678340595'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2008/11/how-to-use-ktorrent.html' title='How to use Ktorrent in kubuntu 10.8'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-7095964962187937937</id><published>2008-11-08T04:12:00.000-08:00</published><updated>2008-11-09T16:04:31.129-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='interpid ibex'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='hp530'/><category scheme='http://www.blogger.com/atom/ns#' term='kubuntu'/><title type='text'>Intrepid Ibex</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_F40mvERkR3c/SRd6dEzVkVI/AAAAAAAAGKE/Aa00thECiAo/s1600-h/desktop.jpeg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 200px;" src="http://3.bp.blogspot.com/_F40mvERkR3c/SRd6dEzVkVI/AAAAAAAAGKE/Aa00thECiAo/s320/desktop.jpeg" alt="" id="BLOGGER_PHOTO_ID_5266812929156944210" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_F40mvERkR3c/SRd6dHBb0KI/AAAAAAAAGJ8/rhi6_zbYJuY/s1600-h/app.jpeg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 200px;" src="http://1.bp.blogspot.com/_F40mvERkR3c/SRd6dHBb0KI/AAAAAAAAGJ8/rhi6_zbYJuY/s320/app.jpeg" alt="" id="BLOGGER_PHOTO_ID_5266812929752944802" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;br /&gt;This distribution has been the first linux distribution that seems to be made for my laptop (hp 530). Everything from the display to the wireless is working perfectly. It's smooth.&lt;br /&gt;Hope all of you enjoy it.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-7095964962187937937?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/7095964962187937937/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=7095964962187937937' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/7095964962187937937'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/7095964962187937937'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2008/11/intrepid-ibex.html' title='Intrepid Ibex'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_F40mvERkR3c/SRd6dEzVkVI/AAAAAAAAGKE/Aa00thECiAo/s72-c/desktop.jpeg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-6316594029608270558</id><published>2008-11-08T03:39:00.000-08:00</published><updated>2008-11-08T03:44:12.238-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='flash player'/><category scheme='http://www.blogger.com/atom/ns#' term='install'/><category scheme='http://www.blogger.com/atom/ns#' term='konqueror'/><title type='text'>flash player for konqueror 4.1.2</title><content type='html'>Step 1:&lt;br /&gt;Download the adobe flash player from http://get.adobe.com/flashplayer/&lt;br /&gt;Step 2:&lt;br /&gt;Install it. installing different files has different steps.&lt;br /&gt;Step 3:&lt;br /&gt;Setting&gt;Configure Konqueror...&gt;Plugins and move the directory /usr/lib/mozilla/plugins to the top of the list and click on scan for plugins.&lt;br /&gt;&lt;br /&gt;wala&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-6316594029608270558?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/6316594029608270558/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=6316594029608270558' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/6316594029608270558'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/6316594029608270558'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2008/11/flash-player-for-konqueror-412.html' title='flash player for konqueror 4.1.2'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-4783809530777794210</id><published>2008-06-12T17:34:00.000-07:00</published><updated>2008-06-12T17:37:43.290-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java plugin'/><category scheme='http://www.blogger.com/atom/ns#' term='icewealse'/><category scheme='http://www.blogger.com/atom/ns#' term='jre'/><title type='text'>if iceweasle dosen't know your jre</title><content type='html'>Eventhough if you have jre installed in your computer and iceweasel says you don't. It's just the fact that it couldn't find it so go to the iceweasle's plugin folder and make a soft link to the libjavaplugin_oji.so file. I did it in the following way :&lt;br /&gt;&lt;br /&gt;ln -s /home/pj/java/jre1.6.0_06/plugin/i386/ns7/libjavaplugin_oji.so&lt;br /&gt;&lt;br /&gt;hope it saves someones time&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-4783809530777794210?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/4783809530777794210/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=4783809530777794210' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/4783809530777794210'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/4783809530777794210'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2008/06/if-iceweasle-dosent-know-your-jre.html' title='if iceweasle dosen&apos;t know your jre'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-237620767481864416</id><published>2007-11-17T02:22:00.000-08:00</published><updated>2007-11-17T02:23:37.547-08:00</updated><title type='text'>my mind</title><content type='html'>I collect sin with each flower i give&lt;br /&gt;Want to give a bouque but then i'll be dead.&lt;br /&gt;&lt;br /&gt;I love physics but it only works on me&lt;br /&gt;with every action an equal and opposite reaction&lt;br /&gt;&lt;br /&gt;My mind is an ocean but i can't survive in water&lt;br /&gt;with every stroke i take she pulls me in&lt;br /&gt;&lt;br /&gt;she is the mermaid that cuts the waves&lt;br /&gt;distracting me from the world&lt;br /&gt;&lt;br /&gt;one leaves me some other starts&lt;br /&gt;I'm still taking strokes in my mind&lt;br /&gt;&lt;br /&gt;I'm just your fool but i'm not you&lt;br /&gt;i'm tired of just trying&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-237620767481864416?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/237620767481864416/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=237620767481864416' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/237620767481864416'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/237620767481864416'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2007/11/my-mind.html' title='my mind'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-3293947075649782995</id><published>2007-09-29T23:47:00.000-07:00</published><updated>2007-09-29T23:48:40.335-07:00</updated><title type='text'>म म...</title><content type='html'>&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;म मान्छे&lt;br /&gt;&lt;br /&gt;म हिन्दु&lt;br /&gt;म मुस्लिम&lt;br /&gt;म जेन&lt;br /&gt;म क्रिस्चेन....&lt;br /&gt;&lt;br /&gt;म मलाई मार्छु किन?&lt;br /&gt;&lt;br /&gt;म राजा&lt;br /&gt;म प्रजा&lt;br /&gt;म जनता&lt;br /&gt;म हाम्रो लागि .....&lt;br /&gt;&lt;br /&gt;म मसित के चाहन्छु?&lt;br /&gt;&lt;br /&gt;म थारू&lt;br /&gt;म दलित&lt;br /&gt;म नेवार&lt;br /&gt;म तामाङ् .....&lt;br /&gt;&lt;br /&gt;म मबाट अलग्गिन्छु किन?&lt;br /&gt;&lt;br /&gt;म हिमाल&lt;br /&gt;म पहाड&lt;br /&gt;म तराई&lt;br /&gt;म मधेश .....&lt;br /&gt;&lt;br /&gt;म मलाई चिन्दिन किन?&lt;br /&gt;&lt;br /&gt;म नेपाली!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-3293947075649782995?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/3293947075649782995/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=3293947075649782995' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/3293947075649782995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/3293947075649782995'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2007/09/blog-post.html' title='म म...'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-8468476547660671106</id><published>2007-08-20T02:59:00.001-07:00</published><updated>2007-08-20T02:59:58.162-07:00</updated><title type='text'>I</title><content type='html'>I am not who I am&lt;br /&gt;then who am I ?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-8468476547660671106?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/8468476547660671106/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=8468476547660671106' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/8468476547660671106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/8468476547660671106'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2007/08/i.html' title='I'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-8969547937684646737</id><published>2007-08-18T23:12:00.000-07:00</published><updated>2007-08-19T03:31:10.834-07:00</updated><title type='text'>साथी</title><content type='html'>&lt;span style="font-size:130%;"&gt;साथ खोजेको थिएन&lt;br /&gt;साथ दियौ तिमीले&lt;br /&gt;अब जान लाग्यौ&lt;br /&gt;साथको महसुस गरायौ&lt;br /&gt;&lt;br /&gt;साथ त खोज्छ यसले&lt;br /&gt;साथ कसले दिन्छ?&lt;br /&gt;अब तिम्रो याद आइरहन्छ&lt;br /&gt;डर साथ नपाउला भनिरहन्छ&lt;br /&gt;&lt;br /&gt;डोरीको गाँठो फुकाइ&lt;br /&gt;तिम्रा शब्दहरूले&lt;br /&gt;"ह्याँ मुला" भनी&lt;br /&gt;दु:ख सबै भगाइ&lt;br /&gt;&lt;br /&gt;मोज हाम्रो तरिका अलग&lt;br /&gt;मोज हाम्रो एउटै&lt;br /&gt;जे सुकै भने पनि&lt;br /&gt;साथ तिम्रो हुन्छ सधैं&lt;br /&gt;&lt;br /&gt;रक्सि खाएर म रमाउँछु&lt;br /&gt;तिमी खाएको हेरेर&lt;br /&gt;सँघै घर फर्कन्छौं&lt;br /&gt;रातो बत्ति झल्ल&lt;br /&gt;&lt;br /&gt;एकलै जाँदा चाँडो&lt;br /&gt;दुक्लै जाँदा धिलो&lt;br /&gt;अब अफिस एकलै जान्दा&lt;br /&gt;पछाडि बस्छको मेरो?&lt;br /&gt;&lt;br /&gt;प्यारो साथी तिमी मेरो&lt;br /&gt;स्कुलको साथी तिमी मेरो&lt;br /&gt;घर छेउको साथी तिमी मेरो&lt;br /&gt;साथ दिने साथी तिमी मेरो&lt;br /&gt;&lt;br /&gt;साथी तिमी पहिलै देखि&lt;br /&gt;प्यारो कहिल्यै भयौ?&lt;br /&gt;इतिहासको पाना पल्ताउँदा&lt;br /&gt;प्रथम दिन नै भयौँ&lt;br /&gt;&lt;br /&gt;काठको यो याद हाम्रो&lt;br /&gt;जलाइ बनाउँछु कोइला&lt;br /&gt;हम्काइ विस्तार लिन्छु त्यसको मजा&lt;br /&gt;घाउमाथि लगाउँछु त्यसलाई लेपको मलम&lt;br /&gt;भोलिको साथको लागि बनाइ त्यसलाई मल&lt;br /&gt;&lt;br /&gt;साथ दिन्छौ तिमी मलाइ&lt;br /&gt;फिर्ता केही नलिई&lt;br /&gt;दिननी के सक्छु र&lt;br /&gt;ईश्वरी रूप भई जन्मि तिमी&lt;br /&gt;&lt;br /&gt;महादेवको कण्ठ सरी&lt;br /&gt;दु:ख सबै लिई&lt;br /&gt;सबैको पिडा लुकाइ&lt;br /&gt;दिन्छ हल सबै गरि&lt;br /&gt;&lt;br /&gt;गुलाब सित काँडा&lt;br /&gt;साथ सित बिछोड&lt;br /&gt;भोलि भेट पक्कै होला&lt;br /&gt;साथ दिन पाए भैगो&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-8969547937684646737?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/8969547937684646737/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=8969547937684646737' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/8969547937684646737'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/8969547937684646737'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2007/08/blog-post.html' title='साथी'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-2867777588325635545</id><published>2007-08-16T03:41:00.000-07:00</published><updated>2007-08-16T04:07:19.143-07:00</updated><title type='text'>Intelligence</title><content type='html'>What is the difference between humans and computers? Except for intelligence, everything is the same, they say. computers move around, they can learn, they can see, they can also feel. In the human bios there are many other informations present than the computer bios has. The computer bios only checks if it's peripherals consists and are working properly. Our human bios checks it's peripherals and has a stablity that even peripherals don't work it still runs unlike the computer. The human bios also has learning techniques that helps it learn even before they are born. Computers also have the same property that before it's creation the bios is made and could also be trained. Looking into the structure of the brain of the human it's all neurons. The computer also consists of neurons, which is it's intellectual portion like the brain. Why do we call ourselves intelligent than computers when computers don't repeat mistakes and can learn from their mistakes and then not repeat it again. But humans they keep making the same mistakes again and again. We are more stupid than computers even though we can discover, invent, and SOLVE.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-2867777588325635545?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/2867777588325635545/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=2867777588325635545' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/2867777588325635545'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/2867777588325635545'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2007/08/intelligence.html' title='Intelligence'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-8004376609035191260</id><published>2007-08-13T23:01:00.001-07:00</published><updated>2007-08-13T23:02:28.527-07:00</updated><title type='text'>My Star</title><content type='html'>I know you're gonna be a Star&lt;br /&gt;In somebodies else's sky&lt;br /&gt;But why can't it be mine?&lt;br /&gt;-Pearl Jam&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-8004376609035191260?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/8004376609035191260/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=8004376609035191260' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/8004376609035191260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/8004376609035191260'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2007/08/my-star.html' title='My Star'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-4115759734759759032</id><published>2007-06-21T00:29:00.000-07:00</published><updated>2007-06-21T00:34:03.374-07:00</updated><title type='text'>The Unicode Value</title><content type='html'>To get the Unicode value of any character or string just type the word in Gedit, which is a text editor for GNOME, and copy it then paste it in OpenOffice.org Writer, which is an Office suite.&lt;br /&gt;easy trick for computation!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-4115759734759759032?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/4115759734759759032/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=4115759734759759032' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/4115759734759759032'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/4115759734759759032'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2007/06/unicode-value.html' title='The Unicode Value'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-116056646122335571</id><published>2006-10-11T04:17:00.000-07:00</published><updated>2006-10-11T04:39:01.290-07:00</updated><title type='text'>KeyBoard Layout</title><content type='html'>&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;MSKLC, MicroSoft Keyboard Layout Creator, as it's name makes it clear is a software that helps a person create ones own keyboard layout for inputing characters on Windows Operating Systems. The method of creating this layout is quite simple and hence will be put forward in 3 steps listed below:&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt; &lt;ol&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Install the .NET Framework from  Microsoft's website. The link is also given below :&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;&lt;a href="http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe"&gt;http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe&lt;/a&gt;&lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;&lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Then download MSKLC and install  it. It can be downloaded from the following link:  &lt;br /&gt;&lt;a href="http://www.microsoft.com/globaldev/tools/msklc.mspx"&gt;http://www.microsoft.com/globaldev/tools/msklc.mspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt; &lt;/p&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;After installing the MSKLC you are  ready to make the keyboard layout driver. There are three different  methods in doing so. To solve our problem we used the first  method.&lt;br /&gt;&lt;span style=""&gt;&lt;u&gt;Methods:&lt;/u&gt;&lt;/span&gt;&lt;/p&gt;  &lt;ol&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Load Existing :&lt;br /&gt;If one already   has a keyboard layout driver, it can be loaded into the MSKLC   through the menu File&gt;Load Existing. By this, the existing   layout will be loaded and any changes that has to be made can be   done by clicking on the virtual keyboard that appears on the screen   and typing in the desired character that has to be the output. The   attributes like the drivers name, description can be changed from   the menu Project&gt;Properties and then can be build from the menu   Project&gt;Build to produce the final product. This final product   will consist of a project installer and a .dll file in a folder   i386.&lt;br /&gt;&lt;br /&gt;  &lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Load Source File:&lt;/p&gt;   &lt;p style="margin-bottom: 0cm;"&gt;From the File&gt;Load Source File, a   source file that has been made in MSKLC with the extension .klc can   be loaded and can be modified. The steps of modifying different   attributes of the file can be changed and the product can be built   as mentioned in the previous method.&lt;/p&gt;   &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;br /&gt;  &lt;/p&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;New:&lt;br /&gt;A new keyboard layout   driver can be made through the File&gt;New menu. This will give you   an empty virtual keyboard on the screen. By clicking on the   different keys on the virtual keyboard you can get a dialog box   onto which you can enter the desired key output. If one already has   an keyboard layout driver, glyphs can be enter directly which will   result into it's corresponding Unicode value or you could directly   enter the Unicode value. The name and the description can be   entered through the menu Project&gt;Properties. The final step will   be building it which can be done through the Project&gt;Build menu   as mentioned earlier.&lt;/p&gt;  &lt;/li&gt;&lt;/ol&gt; &lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-116056646122335571?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/116056646122335571/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=116056646122335571' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/116056646122335571'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/116056646122335571'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2006/10/keyboard-layout.html' title='KeyBoard Layout'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-115744286675581029</id><published>2006-09-05T00:53:00.000-07:00</published><updated>2006-09-05T00:58:08.346-07:00</updated><title type='text'>FOSS</title><content type='html'>&lt;div style="text-align: justify;"&gt;Being an open source programmer it is impossible to skip this part of writing about open source. Since the beginning of 1990's, when Linus Trovalt, developed the Linux kernel, GNU/Linux has been the fastest growing OS used ever. This OS is open source, which means that the operating system can be used , redistributed , studied and modified ,which gives the definition for free. Free here means in the term of "Free as in speech" and not  "Free as in beer" . You must have noticed there has not been any thing suggesting about the cost of open source. That is because it really doesn't matter.&lt;br /&gt;Open Source is not just the ability to get freedom of softwares but it is mainly a concept. A concept that will uplift the living standards of people. This concept was the vision of the GNU project creator, Richard Stallman. By giving the source code to people, they will be able to study it, and change it according to their needs. By this there will be a community with out boundaries that help in the development of that source code , making it better and more useful for a larger community.&lt;br /&gt;Open Source has been the next big thing. Now even CNN, in it's programmes like 'code breaker' and 'Global Office' ,does topics on open source. This shows how important open source has become, and how helpful it could be to help society. Like in Africa where proprietary softwares like Microsoft windows would be meaningless, as they cost a lot, to start a project to educate the people.&lt;br /&gt;Another great example that is worth looking into is the project FireFox. This as all of us might know is a web based browser. This is also an open source project. This browser was of the same company that has another proprietary web browser called netscape. After giving FireFox to the community, it has developed in such a speed that it has left it's proprietary counter part far behind. We should get in to the move too with the phrase :- Open Yourself To Open Source.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-115744286675581029?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/115744286675581029/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=115744286675581029' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/115744286675581029'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/115744286675581029'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2006/09/foss.html' title='FOSS'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-115736625619001205</id><published>2006-09-04T03:36:00.000-07:00</published><updated>2006-09-04T03:38:27.830-07:00</updated><title type='text'>Hunspell</title><content type='html'>&lt;style&gt;  &lt;!--   @page { size: 21.59cm 27.94cm; margin: 2cm }   P { margin-bottom: 0.21cm }  --&gt;  &lt;/style&gt;  &lt;p style="margin-bottom: 0cm;" align="justify"&gt;It's been almost a year working in MPP, Madan Puraskar Pustakalaya, as a software developer. The fact is that i do what ever job that i have been assigned. I have not only developed software but also made different contribution in the field of Nepali language computing, through the localization project PAN localization. MPP being mainly a pustakalaya, a library, is very much in front in the field of Nepali language computing.  &lt;/p&gt; &lt;p style="margin-bottom: 0cm;" align="justify"&gt; At the start of my career in MPP i had been given a job to enable the spell checker in OOO, then OOO used Myspell. Myspell which could not support unicode, could not be helpful to our language. Then came Hunspell which was a Myspell based spell checker, for Hungarian langauge. It had many features in it that was suitable for nepali language, including having the support for detecting compound words, and two level morphology.&lt;/p&gt; &lt;p style="margin-bottom: 0cm;" align="justify"&gt; Hunspell basically works by combining the head word and the affixes as in usual grammar. There are two files present for it to achieve this the .dic file and the .aff file . The .dic file consists of head word and the .aff consists of the affix rules. Hunspell then combines the resources of these two files and forms a list of different  words of the same head word, like happy, happiness, etc. This spell checker opened the door for nepali spell checking, by enabling spell checking in OOO, by educating us about the way of how Unicode could be enabled and how the spell checking works.&lt;/p&gt; &lt;p style="margin-bottom: 0cm;" align="justify"&gt; In Hunspell and other general spell checker the problem that we come across, is that the way the affix rules are made and the disability of the spell checker to correct the words automatically. Generally, users won't be knowing the way the affixes are attached to the head word, they just want to know if the spell checkers work properly or not, and the other thing is that the automated spell corrector may not seem very vital at present but in due course when we advance into the computational linguistics and natural language processing, it will play a huge part in it. To make it clear let us take a system that can scan a book and convert that scanned picture into text by an OCR, and in turn a text to speech program that would read out for the user that converted text, so that people unable to read the book for what ever reasons would be able to hear it without even reading it. In such a senario when the OCR tries to figure out what the character scanned is, it might get confused with similar letters or digits like 5 with S and 8 with B etc. These type of errors would be corrected through the help of the automated spell corrector. Then human interaction between these process could be avoided, which would be a milestone in the field of computation.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-115736625619001205?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/115736625619001205/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=115736625619001205' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/115736625619001205'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/115736625619001205'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2006/09/hunspell.html' title='Hunspell'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-115684446744891208</id><published>2006-08-29T02:35:00.000-07:00</published><updated>2006-08-29T02:53:56.016-07:00</updated><title type='text'>Human Nature</title><content type='html'>&lt;style&gt;  &lt;!--   @page { size: 21cm 29.7cm; margin: 2cm }   P { margin-bottom: 0.21cm }  --&gt;  &lt;/style&gt;  &lt;p  style="margin-bottom: 0cm;font-family:times new roman;" align="justify"&gt;Yesterday due to Monsoon rain the western part of Nepal has been flooded. A village of around 500 people has been washed away, by 300mm of rain. 22 people died. This is the type of disasters that occur frequently in Nepal. The media covers it pretty lightly, as if nothing big has happened. They have news from Iraq to put on their programs. As if the people that had been homeless by this natural disaster aren't people at all. It sounds as if a herd of goat fell off a cliff. I shouldn't call this type of incident a natural disaster but human created natural disaster.&lt;/p&gt; &lt;p face="times new roman" style="margin-bottom: 0cm;" align="justify"&gt; I remember when an earthquake had taken thousands of lives in &lt;span lang="en-US"&gt;Pakistan&lt;/span&gt; last year. We citizens of Nepal collected funds and clothes to the people there. But now where is the same type of donations and help. Where are those helping hand that had spread before? The hand that had spread was certainly helping hands but who were they helping? People to be popular or to be known on the international stage has done so much to people abroad. The government has donated food to Bangladeshi flood victims. Where are those type of thing going on within the country. And it is strange that no one has ever noticed it.&lt;/p&gt; &lt;p style="margin-bottom: 0cm; font-family: times new roman;" align="justify"&gt; Why, are we not humans? Don't we love our own people. We so much lack the nature within us. We have no feelings for our fellow people. We are not patriotic. This is the reason why we are still here in this position where &lt;span lang="en-US"&gt;humans&lt;/span&gt; life style has degraded so much that we feel ashamed in human nature. Human nature, i mean working for food for the day, the poor, the unhealthy. One must be Mother Teresa to love humans i guess. That is why people &lt;span lang="en-US"&gt;praise&lt;/span&gt; her, respect her like a god. May be because they know no human can do so.  Why can't we all be like one! Let's start helping people. Let's start enjoying life. One shall die eventually, so why not make life beautiful.&lt;/p&gt; &lt;p style="margin-bottom: 0cm; font-family: times new roman;" align="justify"&gt; Sadness, happiness, hardship are all part of life. Shall we not accept it? It really dose not matter. Time goes by. We then die and others will take our place. I guess it is human nature to act like this. Who am i to question human nature, so let it be!&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-115684446744891208?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/115684446744891208/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=115684446744891208' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/115684446744891208'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/115684446744891208'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2006/08/human-nature.html' title='Human Nature'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-115000202393281183</id><published>2006-06-10T21:57:00.000-07:00</published><updated>2006-08-29T02:32:39.546-07:00</updated><title type='text'>lets use IPA</title><content type='html'>why did people develop different glyphs for the same sound. why didn't people use the same glyph, it could have been IPA. the sound wouldn't change. The only thing that would change is the way people wrote. Why can't we change every characters into IPA? Computation would have been extremly efficient then.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-115000202393281183?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/115000202393281183/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=115000202393281183' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/115000202393281183'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/115000202393281183'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2006/06/lets-use-ipa.html' title='lets use IPA'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-114901165714426270</id><published>2006-05-30T10:52:00.000-07:00</published><updated>2006-05-30T10:54:17.153-07:00</updated><title type='text'>The French Disaster</title><content type='html'>&lt;p style="margin-bottom: 0in;"&gt;&lt;/p&gt; It's 29&lt;sup&gt;th&lt;/sup&gt; may and still haven't reached Pakistan. Stuck in this oven like transit lounge . Our next flight to Lahore should be at 6:00 but now it's at 8:00. Dibyendra is laughing at the way i'm spending my time writing out what is happening. As i was saying it sucks. Traveling . If your an Asian no one will respect you. That is what i have learned about this trip till now, of course except for the  air hostess.   &lt;p style="margin-bottom: 0in;"&gt; Me and my friend went on JET airways to Delhi from Kathmandu. It took us an hour and  a half to reach delhi. Just before the scheduled flight the aircraft had a technical problem in it's left wing, so we all had to stay in the plane without any AC it was damn hot. The heat was not the problem . The problem was that my friend was not with me. He had been seated four seats before mine. So the whole trip was lonely.&lt;/p&gt;  &lt;p style="margin-bottom: 0in;"&gt; Now you may think where this French things come in. While during the flight their was this French who was sitting next to me in the next lane. He had an empty seat next to him so i kindly asked him whether he wouldn't mind my friend sitting next to him so that i could have his company throughout the flight. The French just urrrsssssh me .. with his lips. That bastard. So home is always sweet, Foreign is often sour.&lt;/p&gt;  &lt;p style="margin-bottom: 0in;"&gt; This is what i get leaving my country and so my waiting begins..............&lt;/p&gt;  &lt;p style="margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-114901165714426270?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/114901165714426270/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=114901165714426270' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/114901165714426270'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/114901165714426270'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2006/05/french-disaster.html' title='The French Disaster'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-114793312091251552</id><published>2006-05-17T23:06:00.000-07:00</published><updated>2006-05-17T23:47:54.996-07:00</updated><title type='text'>GNU/LINUX distro gets JAVA</title><content type='html'>&lt;div style="text-align: justify;"&gt;After a long await, finally java can be redistributed with GNU/LINUX distros. Now Nepalinux might be releasing it's next version with java. Till date some of the functions in OpenOffice.org, open office suite, required downloading the jre to use them, which has been overcomed by the ok signal.&lt;br /&gt;&lt;br /&gt;Sun's Chief Open Source Simon Phiipps says:&lt;br /&gt; The nightmare that was installing the Java platform on GNU/Linux is over.  As of right now, there is a Debian package Java on GNU/Linux.  You can &lt;em&gt;apt-get install sun-java-jdk&lt;/em&gt; and it actually works.  Same on Ubuntu. Same on Gentoo Linux. I gather that Novell and Suse are endorsing this as well. Finally, the relicensing has happened so that Java is present on the Linux that is being used by most people in the two-thirds world….. [Red Hat] already have Java in their distribution up to a point. We did ask them if they wanted to be involved here and they decided that they would pass this opportunity. I think probably because they are busy tied-up committing themselves to Java anyway.  They just bought this app server company apparently so there's really no question of Red Hat's commitment to Java because the profitability of JBoss depends on it.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-114793312091251552?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/114793312091251552/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=114793312091251552' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/114793312091251552'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/114793312091251552'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2006/05/gnulinux-distro-gets-java.html' title='GNU/LINUX distro gets JAVA'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-28191197.post-114776839349096166</id><published>2006-05-16T01:32:00.000-07:00</published><updated>2006-05-16T01:33:13.490-07:00</updated><title type='text'>Singularity</title><content type='html'>Sometime in the next few years or decades, humanity will become capable of surpassing the upper limit on intelligence that has held since the rise of the human species. We will become capable of technologically creating smarter-than-human intelligence, perhaps through enhancement of the human brain, direct links between computers and the brain, or Artificial Intelligence. This event is called the "Singularity" by analogy with the singularity at the center of a black hole - just as our current model of physics breaks down when it attempts to describe the center of a black hole, our model of the future breaks down once the future contains smarter-than-human minds. Since technology is the product of cognition, the Singularity is an effect that snowballs once it occurs - the first smart minds can create smarter minds, and smarter minds can produce still smarter minds.—&lt;a href="http://www.singinst.org/" target="_self"&gt;Singularity Institute for Artificial Intelligence&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/28191197-114776839349096166?l=prajolshrestha.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://prajolshrestha.blogspot.com/feeds/114776839349096166/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=28191197&amp;postID=114776839349096166' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/114776839349096166'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/28191197/posts/default/114776839349096166'/><link rel='alternate' type='text/html' href='http://prajolshrestha.blogspot.com/2006/05/singularity.html' title='Singularity'/><author><name>Prajol</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
