<?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-682434545156903446</id><updated>2012-02-15T23:41:29.712-08:00</updated><category term='gram4 grid'/><category term='grid linux drawback'/><title type='text'>Blog-grid</title><subtitle type='html'>I'm a Linux user since 1995. On 1998, I started my career as professor at Universidad del Valle. My interest fields are: networking, operating systems and distributed computing.
Today, I'm doing my PhD studies at Universidad de Puerto Rico, Mayaguez Campus. 
This blog mostly deals with Linux and Grid Computing information.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></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-682434545156903446.post-6093040035364890716</id><published>2008-04-27T09:52:00.001-07:00</published><updated>2008-04-27T09:52:33.241-07:00</updated><title type='text'>Literate Programming</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Work with evolving technologies computer related such as: operating systems, computer networks, language programming; they demand a continuous practice for avoiding forget the learned lessons.&lt;br/&gt;&lt;br/&gt;For example, if you learned how to &lt;br/&gt;&lt;ul&gt;&lt;li&gt;configure a router&lt;/li&gt;&lt;li&gt;backup your server remotely&lt;/li&gt;&lt;li&gt;process a XML file in your program&lt;/li&gt;&lt;/ul&gt;if you don't practice, you'll loose your skills after while.&lt;br/&gt;If you think that you'll be apart from your task, it's highly recommended that you document your tasks and your software programs and as much as possible provide your sources, they will save your day shortly.&lt;br/&gt;&lt;br/&gt;In a &lt;a href='http://www.informit.com/articles/article.aspx?p=1193856'&gt;recent interview&lt;/a&gt; with &lt;a href='http://www-cs-staff.stanford.edu/%7Euno/'&gt;Donald Knuth&lt;/a&gt;  I found something interesting. For programming languages, he  has something to say. He proposes something called &lt;a href='http://www.literateprogramming.com/'&gt;programming literate.&lt;/a&gt; It deals with different aspects related with the software development process. It provides guidelines for software documentation, design documentation, agile documentation, and source comments.&lt;br/&gt;&lt;br/&gt;I can assure you, a well written document is as important as the product that accompanies it.&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-6093040035364890716?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/6093040035364890716/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=6093040035364890716' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/6093040035364890716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/6093040035364890716'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2008/04/literate-programming.html' title='Literate Programming'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-2106620352374187260</id><published>2008-04-25T14:07:00.001-07:00</published><updated>2008-04-25T14:07:00.967-07:00</updated><title type='text'>SWIG extending your possibilities</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Hi,&lt;br/&gt;&lt;br/&gt;I'm a Java fan, and lately, I'm a &lt;a href='http://groovy.codehaus.org'&gt;Groovy&lt;/a&gt; lover. However, it's well known there are limitations in high-level languages such as Java and scripting languages, Groovy for example, when dealing with low level issues. Some people say "C is a high abstraction of the assembler code". In fact, one step during compilation of C programs is to translate them in assembly code (&lt;i&gt;gcc -S &amp;amp;lt;your_program&amp;amp;gt;.c&lt;/i&gt;)&lt;br/&gt;As consequence, the Java developers have developed JNI (Java Native Interface) framework. It allows the interaction between Java and C code. However, to develop JNI components can be a daunting task.&lt;br/&gt;&lt;br/&gt;&lt;a href='http://www.swig.org/'&gt;SWIG&lt;/a&gt; is a software development tool connecting C and C++ components with scripting languages such as: Perl, PHP, Python, Tcl and Ruby.  Besides, it supports interaction with non-scripting languages such as: C#, Common Lisp, Java, Lua, Modula-3, OCAML, Octave and R. Impressive ah!&lt;br/&gt;&lt;br/&gt;Take care, and happy weekend!&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-2106620352374187260?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/2106620352374187260/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=2106620352374187260' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/2106620352374187260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/2106620352374187260'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2008/04/swig-extending-your-possibilities.html' title='SWIG extending your possibilities'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-4272870347473256438</id><published>2008-04-22T14:30:00.001-07:00</published><updated>2008-04-22T14:30:26.615-07:00</updated><title type='text'>Science 2.0</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Years ago, Web 2.0, arrived our computers exposing different mechanisms of interaction for the web users. &lt;br/&gt;Likewise, Web 1.0 was developed by a physics researcher, Web 2.0 is been used and developed for people from different areas of knowledge. &lt;br/&gt;Now, Web 2.0 is been used for the users to display different situations of your life but also the researchers are using it as a mechanism for supporting the development process of knowledge. &lt;br/&gt;The Wiki framework is one of the most successful mechanisms for sharing knowledge as much as informal and formal way. &lt;br/&gt;&lt;br/&gt;Today, researchers are advocated to open their knowledge to the world, of they will be condemned to the failure and isolation.&lt;br/&gt;&lt;br/&gt;&lt;a href='http://www.sciam.com'&gt;Scientific American&lt;/a&gt; has an interesting article about this topic (&lt;a href='http://www.sciam.com/article.cfm?id=science-2-point-0&amp;amp;print=true'&gt;http://www.sciam.com/article.cfm?id=science-2-point-0&amp;amp;print=true&lt;/a&gt;).&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-4272870347473256438?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/4272870347473256438/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=4272870347473256438' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/4272870347473256438'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/4272870347473256438'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2008/04/science-20.html' title='Science 2.0'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-4599237625043164127</id><published>2008-03-20T11:38:00.001-07:00</published><updated>2008-03-20T11:38:29.356-07:00</updated><title type='text'>Compiling fftw2 in IA64</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Compile and Install FFTW2 on IA64 architecture was a painfulness experience. However, the problems happen when you're trying to link your MPI programs with the fftw lib.&lt;br/&gt;&lt;br/&gt;I got the next error:&lt;br/&gt;&lt;br/&gt;/home/jas/fftw2/lib/libfftw.a(rader.o)(.text+0x23e2): In function `fftw_create_rader??unw':&lt;br/&gt;: undefined reference to `__libm_sincos'&lt;br/&gt;/home/jas/fftw2/lib/libfftw.a(twiddle.o)(.text+0x9d2): In function `fftw_create_twiddle':&lt;br/&gt;: undefined reference to `__libm_sincos'&lt;br/&gt;/home/jas/fftw2/lib/libfftw.a(twiddle.o)(.text+0x11c2): In function `fftw_create_twiddle':&lt;br/&gt;: undefined reference to `__libm_sincos'&lt;br/&gt;/home/jas/fftw2/lib/libfftw.a(twiddle.o)(.text+0x1a22): In function `fftw_create_twiddle':&lt;br/&gt;: undefined reference to `__libm_sincos'&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;You can solve it, adding the next strings to your compilation line: &lt;br/&gt;&lt;ul&gt;&lt;li&gt;-L/opt/intel/cc/9.1/lib&lt;/li&gt;&lt;li&gt;-limf&lt;/li&gt;&lt;/ul&gt;Now, it works ;-)&lt;br/&gt;&lt;br/&gt;Regards.&lt;br/&gt;&lt;br/&gt;PD: An useful program for reviewing the content of a static library is &lt;i&gt;nm.&lt;/i&gt; &lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-4599237625043164127?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/4599237625043164127/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=4599237625043164127' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/4599237625043164127'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/4599237625043164127'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2008/03/compiling-fftw2-in-ia64.html' title='Compiling fftw2 in IA64'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-8292146135873489881</id><published>2008-03-19T19:05:00.001-07:00</published><updated>2008-03-19T19:05:41.132-07:00</updated><title type='text'>Google Code University</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Daily, previous  to start my work, I read the following web pages:&lt;br/&gt;&lt;ul&gt;&lt;li&gt;&lt;a href='http://eltiempo.com.co'&gt;www.eltiempo.com.co&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://gmail.com'&gt;gmail.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://facebook.com'&gt;facebook.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href='http://google.com/reader'&gt;google.com/reader&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Of course, I read them for being informed about different issues of my reality, I mean: my country, my friends, and news related with different topics such as: technology, literature, education, among others.&lt;br/&gt;I have to confess, that I'm not digg RSS lover, but today I read it quickly and found this interesting link &lt;a href='http://code.google.com/edu'&gt;http://code.google.com/edu/.&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;It contains relevant information about hot topics in computers, such as: AJAX, Distributed Systems, Web Security, and  Languages.&lt;br/&gt;&lt;br/&gt;As a matter of fact, I will review the Distributed Systems area because it's interesting to know what they have to say about this topic.&lt;br/&gt;&lt;br/&gt;Regards,&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-8292146135873489881?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/8292146135873489881/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=8292146135873489881' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/8292146135873489881'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/8292146135873489881'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2008/03/google-code-university.html' title='Google Code University'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-7999818665597850669</id><published>2008-03-18T11:31:00.001-07:00</published><updated>2008-03-18T11:31:50.353-07:00</updated><title type='text'>Compiling Octave on IA64</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;My research work involves signal processing analysis. A lot of work in signal processing is done with Matlab. However, there is not free license of Matlab for Linux. Hence, I use &lt;a href='http://www.gnu.org/software/octave/'&gt;Octave&lt;/a&gt;. Octave is a Matlab clone for free and open source. Many of the non-advanced scripts developed for Matlab works under Octave. For example: scripts for handling images and sounds, work pretty well in Octave.&lt;br/&gt;&lt;br/&gt;However, in order to run Octave on IA64 architecture a little modification must be done. The &lt;i&gt;configure&lt;/i&gt; script does a good job for x86 architecture but not so good for IA64. During the compilation procedure I got this error:&lt;br/&gt;&lt;br/&gt;&lt;i&gt;unresolved reference to `?1__serial_memmove'&lt;br/&gt;&lt;br/&gt;&lt;/i&gt;I solved the problem modifying the &lt;i&gt;Makeconf &lt;/i&gt;file located in the root directory of the source code. Then, look for the line that contains the &lt;i&gt;FLIBS&lt;/i&gt; variable and add the following strings:&lt;br/&gt;&lt;ul&gt;&lt;li&gt;&lt;i&gt;-L/opt/intel/cc/9.1.046/lib&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;i&gt;-lirc&lt;/i&gt;&lt;/li&gt;&lt;/ul&gt;My resulting line was:&lt;br/&gt;&lt;br/&gt;&lt;i&gt;FLIBS =  -L/opt/intel/cc/9.1.046/lib -L/usr/lib/gcc/ia64-redhat-linux/3.4.5 -L/usr/lib/gcc/ia64-redhat-linux/3.4.5/../../.. -lz -lfrtbegin -lg2c -lirc -lm&lt;/i&gt;&lt;br/&gt;&lt;br/&gt;The &lt;i&gt;?1__serial_memmove &lt;/i&gt;definition is given in the &lt;i&gt;libirc.[so|a]&lt;/i&gt; library, and it's located at &lt;i&gt;/opt/intel/cc/9.1.046/lib&lt;/i&gt; directory.&lt;br/&gt;&lt;br/&gt;&lt;i&gt;&lt;b&gt;Some data&lt;/b&gt;&lt;/i&gt;:&lt;br/&gt;&lt;i&gt;uname -a&lt;/i&gt;: &lt;b&gt;Linux volatile.ece.uprm.edu 2.6.9-42.0.3.EL #1 SMP Mon Oct 9 16:02:20 EEST 2006 ia64 ia64 ia64 GNU/Linux&lt;br/&gt;&lt;/b&gt;&lt;i&gt;icc --version&lt;/i&gt;: &lt;b&gt;icc (ICC) 9.1 20070111&lt;br/&gt;&lt;br/&gt;Resources:&lt;/b&gt;&lt;br/&gt;&lt;ul&gt;&lt;li&gt;&lt;a href='http://softwarecommunity.intel.com/isn/Community/en-US/forums/thread/321963.aspx'&gt;http://softwarecommunity.intel.com/isn/Community/en-US/forums/thread/321963.aspx&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-7999818665597850669?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/7999818665597850669/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=7999818665597850669' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/7999818665597850669'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/7999818665597850669'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2008/03/compiling-octave-on-ia64.html' title='Compiling Octave on IA64'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-1537592257912297764</id><published>2008-03-14T14:28:00.001-07:00</published><updated>2008-03-14T14:33:09.530-07:00</updated><title type='text'>Compiz and Gnome on Compaq R3000 laptop</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;In my last trip to Raleigh (NC), I bought a laptop battery for my old Compaq Presario R3000. I'm very happy because now I can stand for many hours unplugged from the grid.&lt;br /&gt;Also, I had upgraded my laptop memory to 1 Gbyte. Certainly, the applications run more smoothly.&lt;br /&gt;&lt;br /&gt;Because, I'm Linux user, my operating system has a modest hardware requirements.&lt;br /&gt;&lt;br /&gt;Many people say that software is the computer soul. Now, I agree totally. My hardware laptop has been empowered with Compiz. In order to work with Compiz, my NVIDIA(NV17 GeForce4 420 Go 32M) video card requires the &lt;a href="http://www.nvidia.com/object/linux_display_x86_96.43.05.html"&gt;NVIDIA-Linux-x86-96.43.05-pkg1.run&lt;/a&gt; package, that you can download from Unix area at &lt;a href="http://www.nvidia.com/object/unix.html"&gt;NVIDIA site&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Today, Linux has a lot of applications that make of it a futuristic operating system. Compiz and Beryl along with the windows managers, Gnome and KDE, make the Linux user experience, one very enjoyable.&lt;br /&gt;&lt;br /&gt;I feel like my laptop (3.5 years old) takes a new breath and I'm happy with it.&lt;br /&gt;&lt;/div&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-73f71977df84656d" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v5.nonxt4.googlevideo.com/videoplayback?id%3D73f71977df84656d%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1331690440%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D141EB5AC3C3118009D8A695989CC233BF84C9114.5F3B436044FE034C593EAD8950AC53A789ABF172%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D73f71977df84656d%26offsetms%3D5000%26itag%3Dw160%26sigh%3DmRLyFfLmTMKcNM6Y_bLAZYVoH30&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v5.nonxt4.googlevideo.com/videoplayback?id%3D73f71977df84656d%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1331690440%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D141EB5AC3C3118009D8A695989CC233BF84C9114.5F3B436044FE034C593EAD8950AC53A789ABF172%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D73f71977df84656d%26offsetms%3D5000%26itag%3Dw160%26sigh%3DmRLyFfLmTMKcNM6Y_bLAZYVoH30&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-1537592257912297764?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=73f71977df84656d&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/1537592257912297764/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=1537592257912297764' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/1537592257912297764'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/1537592257912297764'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2008/03/compiz-and-gnome-on-compaq-r3000-laptop.html' title='Compiz and Gnome on Compaq R3000 laptop'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-4393937417228501260</id><published>2008-03-14T06:46:00.001-07:00</published><updated>2008-03-14T06:46:27.770-07:00</updated><title type='text'>Delay start of applications in gnome.</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Hi,&lt;br /&gt;&lt;br /&gt;Today, I perceived my gnome applications have a long delay start. A &lt;i&gt;wiki&lt;/i&gt; google reveal me the problem. &lt;br /&gt;My hostname, in the /etc/hosts file, was not associated with 127.0.0.1 address. I add the following line:&lt;br /&gt;&lt;br /&gt;&lt;font face='tahoma'&gt;&lt;i&gt;127.0.0.1    pdclab-09.ece.uprm.edu    pdclab-09&lt;/i&gt;&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;and the problem was resolved.&lt;br /&gt;&lt;br /&gt;References:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/128521'&gt;https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/12852&lt;/a&gt; as a matter of fact my problem happened in a FC7 machine.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-4393937417228501260?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/4393937417228501260/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=4393937417228501260' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/4393937417228501260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/4393937417228501260'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2008/03/delay-start-of-applications-in-gnome.html' title='Delay start of applications in gnome.'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-3208513370993365093</id><published>2008-03-09T18:02:00.001-07:00</published><updated>2008-03-10T05:01:53.584-07:00</updated><title type='text'>Extending your new battery life</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_VqtCMFRdhJc/R9UjIoNh3YI/AAAAAAAAAAk/CDh6jxkY-I4/s1600-h/100_0260.JPG"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://3.bp.blogspot.com/_VqtCMFRdhJc/R9UjIoNh3YI/AAAAAAAAAAk/CDh6jxkY-I4/s320/100_0260.JPG" alt="" id="BLOGGER_PHOTO_ID_5176081977872342402" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;I have an old Compaq Laptop (R3000) and it still works well, however, after three years of "hard" work (remember, I'm PhD student) its battery discharges quickly. My laptop fulfills my requirements at this time, so I decided to buy a new battery.&lt;br /&gt;Despite of the new battery has one year of warranty I decided try to preserve its durability. Then, I google for pages providing tips how to extend the battery life. There are a lot of urban myths about it and many times they advises don't distinguish amongst the existing battery technologies.&lt;br /&gt;Finally, I found this interesting &lt;a href="http://archive.laptopmag.com/Features/Five-Tips-For-Better-Notebook-Battery-Life.htm?Page=1"&gt;link&lt;/a&gt;. That article was written by a senior systems engineer and consultant at Dell and a technical marketing manager at HP.&lt;br /&gt;As conclusion, I can say:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Stop dispensable programs and services, avoid fancy features in your computer such as: high resolution screen, number of colors, among others; defragment your hard disk periodically for optimal disk access.&lt;/li&gt;&lt;li&gt;For a new battery, charge it at 100%, then discharge it totally, finally charge it at 100%. Since, Lion-ion batteries have a microprocessor, this routine help them to determine its charge capacity.&lt;/li&gt;&lt;/ol&gt;Anyway, use your battery with no care, take advantage of the warranty, then, one year later, you will decide, a new battery or a new laptop? ;-)&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-3208513370993365093?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/3208513370993365093/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=3208513370993365093' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/3208513370993365093'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/3208513370993365093'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2008/03/extending-your-new-battery-life.html' title='Extending your new battery life'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_VqtCMFRdhJc/R9UjIoNh3YI/AAAAAAAAAAk/CDh6jxkY-I4/s72-c/100_0260.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-5555824046558354775</id><published>2008-03-07T09:19:00.001-08:00</published><updated>2008-03-07T15:13:17.032-08:00</updated><title type='text'>Latinamerican, Talk in english publicly</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_VqtCMFRdhJc/R9F54YNh3WI/AAAAAAAAAAU/VtUXerW4-BU/s1600-h/100_0230.JPG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://2.bp.blogspot.com/_VqtCMFRdhJc/R9F54YNh3WI/AAAAAAAAAAU/VtUXerW4-BU/s320/100_0230.JPG" alt="" id="BLOGGER_PHOTO_ID_5175051456304242018" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;br /&gt;Finally, I have came back to home with a lot of positive experiences in my OSG All Hands Consortium participation.&lt;br /&gt;There, I had opportunity to meet interesting people with different background of knowledge.&lt;br /&gt;The organizers invited me to participate in a session panel on March 5th.&lt;br /&gt;The panel was developed as follows: every panelist has ten minute for presentation and three minutes for questions. We were six panelists in total.&lt;br /&gt;My presentation was the third. I talked about my experience in Grid School at Brownsville, Texas in 2006, the personal benefits of participate there, advantages and disadvantages, and finally, I talked about my current work in PRAGMA, advantages and disadvantages of work with PRAGMA.&lt;br /&gt;&lt;br /&gt;As conclusion of my participation, I realized in order to be understood for your audience, it's necessary have a good and large vocabulary and don't be concern so much about your grammar level.&lt;br /&gt;For example, Anglo speakers, when they start speaking Spanish, have difficulties conjugating verbs, however, we can understand them with a little effort when they say something like that: "Mi tener un negro carro".&lt;br /&gt;So, I'm sure that it's important know about grammar, specially when you write, however don't be shy at time to speak in public, the Anglo be nice with you and they recognize your effort.&lt;br /&gt;&lt;br /&gt;However, it's a good idea write a script of your presentation. This backup make you more confident.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_VqtCMFRdhJc/R9F6O4Nh3XI/AAAAAAAAAAc/f5XNRV78egM/s1600-h/100_0235.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_VqtCMFRdhJc/R9F6O4Nh3XI/AAAAAAAAAAc/f5XNRV78egM/s320/100_0235.JPG" alt="" id="BLOGGER_PHOTO_ID_5175051842851298674" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-5555824046558354775?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/5555824046558354775/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=5555824046558354775' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/5555824046558354775'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/5555824046558354775'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2008/03/latinamerican-talk-in-english.html' title='Latinamerican, Talk in english publicly'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_VqtCMFRdhJc/R9F54YNh3WI/AAAAAAAAAAU/VtUXerW4-BU/s72-c/100_0230.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-3612484251781234225</id><published>2008-03-03T04:39:00.001-08:00</published><updated>2008-03-03T04:39:14.022-08:00</updated><title type='text'>OSG All Hands Consortium </title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Today, I will go to North Carolina  to participate in the &lt;a href='http://indico.fnal.gov/conferenceOtherViews.py?view=standard&amp;amp;confId=1037'&gt;OSG All Hands Consortium Meeting&lt;/a&gt;. This event will be held on the Campus of the University of North Carolina. &lt;br/&gt;The main goal of the event is to discuss and promote  grid technologies amongst existing and new users.&lt;br/&gt;On Wednesday March 3rd,  in the afternoon, I will participate in a panel, where the panelists will discuss their experience with OSG.&lt;br/&gt;I hope they aren't disappointed since I working with &lt;a href='http://www.pragma-grid.net/'&gt;PRAGMA&lt;/a&gt;.  However, I have expectations to work with documentation for disseminating Grid technologies in the research community in the future.&lt;br/&gt;&lt;br/&gt;I'll write soon. Regards!&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-3612484251781234225?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/3612484251781234225/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=3612484251781234225' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/3612484251781234225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/3612484251781234225'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2008/03/osg-all-hands-consortium.html' title='OSG All Hands Consortium '/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-5660267562740114420</id><published>2008-03-03T04:10:00.001-08:00</published><updated>2008-03-03T04:15:10.328-08:00</updated><title type='text'>An useful graphical hardware tool</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_VqtCMFRdhJc/R8vrjKpNQYI/AAAAAAAAAAM/UgM7aT8ffaw/s1600-h/lshw-gui-snapshot.png"&gt;&lt;img style="cursor: pointer;" src="http://3.bp.blogspot.com/_VqtCMFRdhJc/R8vrjKpNQYI/AAAAAAAAAAM/UgM7aT8ffaw/s320/lshw-gui-snapshot.png" alt="" id="BLOGGER_PHOTO_ID_5173487586350285186" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;Hi,&lt;br /&gt;I was reading some entries in my google reader account and I found an interesting tool for visualizing your hardware information through a graphical interface.&lt;br /&gt;I found this tool in the &lt;a href="http://dailypackage.fedorabook.com/index.php?/feeds/index.rss2"&gt;Fedora RSS&lt;/a&gt;.&lt;br /&gt;For Fedora users, submit the command &lt;i&gt;yum install lswh-gui. &lt;/i&gt;Enjoy it!&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-5660267562740114420?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/5660267562740114420/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=5660267562740114420' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/5660267562740114420'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/5660267562740114420'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2008/03/useful-graphic-hardware-tool.html' title='An useful graphical hardware tool'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_VqtCMFRdhJc/R8vrjKpNQYI/AAAAAAAAAAM/UgM7aT8ffaw/s72-c/lshw-gui-snapshot.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-8846132833404712518</id><published>2008-02-21T12:29:00.001-08:00</published><updated>2008-02-21T12:33:57.449-08:00</updated><title type='text'>Greedy Web Applications</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;I was very confused about what would be the main topic of this entry.&lt;br /&gt;At the beginning, I was amazed about this awesome &lt;a href="http://http//www.adobetourtracker.com/max/Simulator.html"&gt;demo&lt;/a&gt; developed by Adobe company. It shows a "live" transmission of a cycling race stage. It displays a well orchestrated set of web services integrating GIS, AJAX and multimedia technologies.&lt;br /&gt;&lt;br /&gt;Today, we can found an impressive amount of web applications as useful as standalone applications, but they have serious performance problems.&lt;br /&gt;&lt;span class="ej8B8e"&gt;&lt;span id="1exd"&gt;I have mentioned how the browser now is our new productivity environment and I can enumerate a&lt;br /&gt;popular set of "web applications" such as: &lt;/span&gt;gmail, youtube, google reader, scribe, zotero, among others; but they provoke an important performance decrease in my laptop.&lt;span id="1exf"&gt;&lt;br /&gt;&lt;br /&gt;At this moment, there are a respected number of computers with a low profile performance, further, the industry are producing them with &lt;a href="http://en.wikipedia.org/wiki/ASUS_Eee_PC"&gt;high succeed&lt;/a&gt;, hence it's convenient consider seriously to develop profiling tools for environments where the web application are developed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p class="poweredbyperformancing"&gt;Powered by &lt;a href="http://scribefire.com/"&gt;ScribeFire&lt;/a&gt;.&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-8846132833404712518?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/8846132833404712518/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=8846132833404712518' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/8846132833404712518'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/8846132833404712518'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2008/02/greedy-web-applications.html' title='Greedy Web Applications'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-1184868289515568794</id><published>2008-02-19T16:16:00.001-08:00</published><updated>2008-02-19T16:19:33.094-08:00</updated><title type='text'>Patch your Fedora Distribution</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;Today, a friend of mine, alert me about an exploit found in most of the Linux kernels.&lt;br /&gt;Promptly, I went to http://google.com and look for "kernel exploit linux". I found &lt;a href="http://http//it.slashdot.org/article.pl?sid=08/02/10/2011257"&gt;this&lt;/a&gt; in &lt;a href="http://slashdot.org/"&gt;http://slashdot.org,&lt;/a&gt;&lt;br /&gt;The announcement suggests that systems based on Ubuntu and Debian are vulnerable, but my FC7 distribution is vulnerable, too.&lt;br /&gt;However, 30 minutes ago, I updated my kernel, using "Software Updater" from the Gnome menu, and the problem was fixed.&lt;br /&gt;&lt;br /&gt;So, lets update your software.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p class="poweredbyperformancing"&gt;Powered by &lt;a href="http://scribefire.com/"&gt;ScribeFire&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-1184868289515568794?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/1184868289515568794/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=1184868289515568794' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/1184868289515568794'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/1184868289515568794'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2008/02/patch-your-fedora-distribution.html' title='Patch your Fedora Distribution'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-6232333993448734773</id><published>2008-02-11T10:28:00.001-08:00</published><updated>2008-02-11T10:28:50.182-08:00</updated><title type='text'>Tools for Writers</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;The last year ends with a profound desire to becoming me in a great writer.&lt;br/&gt;Undoubtedly, it's a challenge and different knowledge areas demand educated people that expresses his ideas in a clear and concise way.&lt;br/&gt;&lt;br/&gt;Two key elements leverage the development of the new writer, I thought. &lt;br/&gt;&lt;ol&gt;&lt;li&gt;An indomitable personality and passion for sharing his ideas through written word.&lt;/li&gt;&lt;li&gt;A suitable set of writing tools.&lt;/li&gt;&lt;/ol&gt;Shortly, I will speak about the second item.&lt;br/&gt;&lt;br/&gt;Thirty years ago, maybe, the typewriter machine was the suitable tool for a writer.&lt;br/&gt;Twenty years ago, the desktop computer leverage the writing process to another level, saving paper and letting a process writing more iterative.&lt;br/&gt;Today, powerful advances in web technologies bring us browsers as the almighty tools. As consequence, all the things that you as a geek can be accomplished from your web browser: read e-mail, read news, watch videos, listen music, chat, make a phone calls, among others.&lt;br/&gt;&lt;br/&gt;My prefered browser is Firefox. It's an open source browser with a large add-ons base that brings the navigation process to next level.&lt;br/&gt;So, as follow I will mention a couple of these add-ons:&lt;br/&gt;&lt;br/&gt;&lt;ol&gt;&lt;li&gt;&lt;a href='http://www.zotero.org'&gt;&lt;b&gt;Zotero&lt;/b&gt;&lt;/a&gt;: It's a free, easy-to-use extension to help you collect, manage, and cite your research sources. Certainly, it's a powerful tool for the researcher. It will be hilarious when has support for PDF documents, too.&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;a href='http://www.scribefire.com'&gt;Scribefire&lt;/a&gt;&lt;/b&gt;: It supports the blog publishing process to your favorite blog site from your web browser.&lt;/li&gt;&lt;li&gt;&lt;a href='http://addons.mozilla.org/firefox/addon/4287'&gt;&lt;b&gt;Split Browser&lt;/b&gt;&lt;/a&gt;: You can split browser infinitely, as many as your RAM and your screen allow. It's a useful tool for editing over multiple-sites on a single screenshot.&lt;/li&gt;&lt;/ol&gt;Next time, don't underestimate what your browser can does for you. &lt;br/&gt;&lt;br/&gt;Regards,&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p class='poweredbyperformancing'&gt;Powered by &lt;a href='http://scribefire.com/'&gt;ScribeFire&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-6232333993448734773?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/6232333993448734773/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=6232333993448734773' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/6232333993448734773'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/6232333993448734773'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2008/02/tools-for-writers.html' title='Tools for Writers'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-5823101983200830397</id><published>2007-11-13T18:21:00.000-08:00</published><updated>2007-12-11T07:59:45.220-08:00</updated><title type='text'></title><content type='html'>&lt;h1&gt;Pandora an amazing DJ&lt;br&gt;&lt;/h1&gt;Years ago,  I started to listen on-line music at music yahoo. &lt;br&gt;I have to confess, at beginning, was a painful task trying to conduct the programming provided by the "Yahoo's DJ".&lt;br&gt;However, as the time past, I felt more comfortable with the music played. &lt;br&gt;Just one BIG problem, Music Yahoo only works with IExplorer and I'm a Linux user.&lt;br&gt;&lt;br&gt;Ok, I can live with that, live without music in my head during my work hours. :-(&lt;br&gt;But a ride the lighting shine over my head. &lt;br&gt;I try again Pandora and now I feel happy with the music that it provides me. :-D&lt;br&gt;Sure, the beginning was awful, but it's worth.&lt;br&gt;&lt;br&gt;Enjoy it.&lt;br&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-5823101983200830397?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/5823101983200830397/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=5823101983200830397' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/5823101983200830397'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/5823101983200830397'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2007/11/pandora-amazing-dj-years-ago-i-started.html' title=''/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-2393061576303007741</id><published>2007-09-02T15:03:00.000-07:00</published><updated>2007-09-02T15:31:40.276-07:00</updated><title type='text'>Web 2.0 and Grid</title><content type='html'>Certainly, Web 2.0 is here, likewise, Grid computing is out there.&lt;br /&gt;&lt;br /&gt;Today, most of the Internet users have used some Web 2.0 application, due to her interaction with some popular web sites such as: google.com, gmail.com, youtube.com, flickr.com, myspace.com, facebook.com, del.icio.us, digg.com. These sites deal with either user communication or look up information, hidding to end user its complexity operation.&lt;br /&gt;&lt;br /&gt;Every day, more Internet users have access to more information and more powerful tools to mine the new Internet. This user is not just a consumer, instead a prosumer (producer and consumer). Then, she demands a powerful and scalable computational infrastructure to carry out the tasks, in a near future, become a daily tasks such as: determine investment targets, forecast the weather for planning your next vacation, resolve complex mathematical models for her research at chemestry class, and so on.&lt;br /&gt;&lt;br /&gt;The goal must be:  keep closing the gap between access to complex computational infrastructures and non-geek user in order to do her daily task.&lt;br /&gt;&lt;br /&gt;Then, "ask not what internet can do for you - ask what you can do for internet", next big web application is waiting for be developed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-2393061576303007741?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/2393061576303007741/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=2393061576303007741' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/2393061576303007741'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/2393061576303007741'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2007/09/web-20-and-grid.html' title='Web 2.0 and Grid'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-5706453104763844650</id><published>2007-07-10T10:59:00.000-07:00</published><updated>2007-07-10T12:15:45.277-07:00</updated><title type='text'>Screencasting in Linux</title><content type='html'>&lt;span style="color: rgb(255, 255, 204);"&gt;Screencasting, according to wikipedia, stand for record computer screen output, often containing a narration. Then, &lt;/span&gt;&lt;span style="font-style: italic; color: rgb(255, 255, 204);"&gt;screencasting &lt;/span&gt;&lt;span style="color: rgb(255, 255, 204);"&gt;can be used for many different and useful purposes. In particular, people working with computer systems can share their expertise with anothers posting video-howtos about, almost, any thing to deal with computers.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 255, 204);"&gt;Now, many open source and free applications are available in order to do screencasting for the Linux platform.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 255, 204);"&gt;Today, i want to mention two complementary tools to support the&lt;/span&gt;&lt;span style="font-style: italic; color: rgb(255, 255, 204);"&gt; screencasting&lt;/span&gt;&lt;span style="color: rgb(255, 255, 204);"&gt; process in Linux. &lt;/span&gt;&lt;span style="color: rgb(255, 255, 204);"&gt;&lt;span style="color: rgb(255, 255, 102);"&gt;The first&lt;/span&gt; is&lt;/span&gt;&lt;span style="color: rgb(255, 255, 204);"&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;xvidcap. &lt;/span&gt;&lt;span style="color: rgb(255, 255, 204);"&gt;It can be found in the&lt;/span&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;ATrpms&lt;/span&gt; &lt;span style="color: rgb(255, 255, 204);"&gt;repository&lt;/span&gt;&lt;span style="color: rgb(255, 255, 204);"&gt;. &lt;/span&gt;&lt;span style="color: rgb(255, 255, 204);"&gt;You only need execute the command,&lt;/span&gt; &lt;span style="font-style: italic;"&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;yum install xvidcap&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;. &lt;span style="color: rgb(255, 255, 204);"&gt;It allows you define a rectangular section of your screen, then you can record all the things to happen there.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 255, 204);"&gt;When you end to recording, probably you need editing the video generated. Then, I recommend to use&lt;/span&gt; &lt;span style="color: rgb(51, 204, 0);"&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;Kino&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 255, 204);"&gt;. &lt;/span&gt;&lt;span style="color: rgb(255, 255, 204);"&gt;Kino, is a basic tool for edit videos and as easy to install as execute&lt;/span&gt; &lt;span style="color: rgb(51, 204, 0);"&gt;&lt;span style="font-style: italic;"&gt;yum install Kino&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 255, 204);"&gt;.&lt;/span&gt;&lt;span style="color: rgb(255, 255, 204);"&gt; If you are familiar with&lt;/span&gt;&lt;span style="color: rgb(255, 255, 204);"&gt; &lt;/span&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;&lt;span style="color: rgb(255, 255, 204);"&gt;vi &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(255, 255, 204);"&gt;editor you will find many key sequence use for edit text in vi, works for edit video in Kino, for example: "x" key allows you delete a character in vi, similarly, when you are editing a video with Kino, "x" key allows you to delete a frame. Very funny and wonderful for us, the vi users. :-D.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="color: rgb(204, 255, 255);"&gt;USEFUL LINKS&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://atrpms.net/"&gt;ATrpms&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Screencast"&gt;Screencast&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://news.softpedia.com/news/Screencast-Guide-Capure-Your-Linux-Desktop-on-Video-42626.shtml"&gt;Tools&lt;/a&gt; A complete article to describe different tools for screencast in Linux.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.tectonic.co.za/view.php?id=1088"&gt;ScreenKast&lt;/a&gt; is a new project under screencast category. Automatically, it allows upload videos and publish them on internet.&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Istanbul&lt;/span&gt; is an advanced video editing tool, however, demands a lot of hardware requirements.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-5706453104763844650?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/5706453104763844650/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=5706453104763844650' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/5706453104763844650'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/5706453104763844650'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2007/07/screencasting-in-linux.html' title='Screencasting in Linux'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-4682356236579176097</id><published>2007-07-07T12:46:00.000-07:00</published><updated>2007-07-08T12:33:35.538-07:00</updated><title type='text'></title><content type='html'>I'm user of Fedora Core Linux distribution, release 6, although at this moment release 7 is available.&lt;br /&gt;&lt;br /&gt;Fedora as every major Linux distribution due to licensing issues cannot distribute in its official repositories (Fedora Base and Fedora Extra) software to playback MP3 or DVD files. However, there exist alternative repositories such as:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.fedora.us/"&gt;fedora.us&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://rpm.livna.org/"&gt;Livna&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://freshrpms.net/"&gt;FreshRPMS&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://dag.wieers.com/home-made/apt/"&gt;DAG&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://newrpms.sunsite.dk/"&gt;NewRPMS&lt;/a&gt; &lt;/li&gt;&lt;li&gt;&lt;a href="http://atrpms.physik.fu-berlin.de/"&gt;ATrpms&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://dries.studentenweb.org/apt/"&gt;Dries&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;    Some packages are incompatible between them, e.g. you can get compatibility problems if install &lt;span style="font-style: italic;"&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;livna&lt;/span&gt; &lt;/span&gt;and &lt;span style="font-style: italic; color: rgb(51, 204, 0);"&gt;freshrpms&lt;/span&gt; at same time.&lt;br /&gt;&lt;br /&gt;Recently, i'm interested in work with to do video tutorials for grid tasks and found that &lt;span style="font-style: italic;"&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;freshrpms&lt;/span&gt; &lt;/span&gt;repository fulfit my needs.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Useful Links&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.brandonhutchinson.com/Fedora_apt_and_yum_repositories.html"&gt;Fedora apt and yum repositories&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://docs.fedoraproject.org/yum/en/"&gt;Managing software with yum&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://skindley.wordpress.com/2006/12/02/fedora-core-6-multimedia-support/"&gt;Fedora Core 6: Multimedia support (freshrpms)&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-4682356236579176097?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/4682356236579176097/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=4682356236579176097' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/4682356236579176097'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/4682356236579176097'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2007/07/im-user-of-fedora-core-linux.html' title=''/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-6406645283538633171</id><published>2007-07-03T12:38:00.000-07:00</published><updated>2007-07-03T13:56:47.734-07:00</updated><title type='text'>How to clone a XEN VM</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;today, I will describe what is the manual process to clone a virtual machine (VM) using XEN technology. (Fedora Core 6 (FC6) is the distribution installed in the server.)&lt;br /&gt;&lt;br /&gt;Ok, assume I want to clone the VM "&lt;span style="color: rgb(51, 51, 255);"&gt;os_template&lt;/span&gt;". The information related to this VM reside in the file "&lt;span style="color: rgb(51, 51, 255);"&gt;os_template&lt;/span&gt;" located in the "&lt;span style="color: rgb(51, 51, 255);"&gt;/var/lib/xen/images&lt;/span&gt;" directory. &lt;span style="color: rgb(255, 0, 0);"&gt;Be sure, the VM&lt;/span&gt; "&lt;span style="color: rgb(51, 51, 255);"&gt;os_template&lt;/span&gt;" &lt;span style="color: rgb(255, 0, 0);"&gt;is shut off&lt;/span&gt;. Then, make a copy of the os_template file:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0); font-style: italic;"&gt;dd if=/var/lib/xen/images/os_template of=/var/lib/xen/images/os_copy bs=4k&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now, extract the VM configuration:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(51, 204, 0);"&gt;virsh dumpxml os_template &gt; os_template.xml&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;this is the &lt;span style="color: rgb(51, 51, 255);"&gt;os_template.xml&lt;/span&gt;'s content:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;domain type='xen'&amp;gt;&lt;br /&gt;&amp;lt;name&amp;gt;os_template&amp;lt;/name&amp;gt;&lt;br /&gt;&amp;lt;uuid&amp;gt;3ca12152be4195b1fa67a0e857b9723d&amp;lt;/uuid&amp;gt;&lt;br /&gt;&amp;lt;bootloader&amp;gt;/usr/bin/pygrub&amp;lt;/bootloader&amp;gt;&lt;br /&gt;&amp;lt;currentMemory&amp;gt;262144&amp;lt;/currentMemory&amp;gt;&lt;br /&gt;&amp;lt;memory&amp;gt;262144&amp;lt;/memory&amp;gt;&lt;br /&gt;&amp;lt;vcpu&amp;gt;1&amp;lt;/vcpu&amp;gt;&lt;br /&gt;&amp;lt;on_poweroff&amp;gt;destroy&amp;lt;/on_poweroff&amp;gt;&lt;br /&gt;&amp;lt;on_reboot&amp;gt;destroy&amp;lt;/on_reboot&amp;gt;&lt;br /&gt;&amp;lt;on_crash&amp;gt;destroy&amp;lt;/on_crash&amp;gt;&lt;br /&gt;&amp;lt;devices&amp;gt;&lt;br /&gt;&amp;lt;disk type='file' device='disk'&amp;gt;&lt;br /&gt;&amp;lt;driver name='file'/&amp;gt;&lt;br /&gt;&amp;lt;source file='/var/lib/xen/images/os_template.disk'/&amp;gt;&lt;br /&gt;&amp;lt;target dev='xvda'/&amp;gt;&lt;br /&gt;&amp;lt;/disk&amp;gt;&lt;br /&gt;&amp;lt;interface type='bridge'&amp;gt;&lt;br /&gt;&amp;lt;mac address='00:16:3e:65:82:48'/&amp;gt;&lt;br /&gt;&amp;lt;/interface&amp;gt;&lt;br /&gt;&amp;lt;console/&amp;gt;&lt;br /&gt;&amp;lt;/devices&amp;gt;&lt;br /&gt;&amp;lt;/domain&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;now, modify next fields: &lt;span style="color: rgb(255, 0, 0);"&gt;name,&lt;/span&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;uuid,&lt;/span&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;source&lt;/span&gt; (file attribute), &lt;span style="color: rgb(255, 0, 0);"&gt;mac&lt;/span&gt; (address attribute). Save the modifications. I'll assume that the name given to your VM will be &lt;span style="color: rgb(51, 0, 153);"&gt;os_copy&lt;/span&gt;. Then, execute this commands:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(51, 204, 0);"&gt;virsh define os_template.xml&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; color: rgb(51, 204, 0);"&gt;virsh start os_copy&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;The job is done!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Some relevant urls:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.cl.cam.ac.uk/research/srg/netos/xen/"&gt;XEN homepage&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://cobbler.et.redhat.com/"&gt;Cobbler provisioning tool&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-6406645283538633171?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/6406645283538633171/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=6406645283538633171' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/6406645283538633171'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/6406645283538633171'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2007/07/how-to-clone-xen-vm.html' title='How to clone a XEN VM'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-2080751091864761878</id><published>2007-05-27T13:07:00.000-07:00</published><updated>2007-05-27T13:41:00.132-07:00</updated><title type='text'>Topico Caliente,  Deployment en Caliente...</title><content type='html'>Since midst of 2006, articles has been written about new axis version, named Axis2. Many new features has been announced such as: improved performance, better memory management, among others, but i want to remark one of them, hot deployment. &lt;br /&gt;&lt;br /&gt;The hot deployment open opportunities to develop new interesting projects and topics such as migration and service replication. &lt;br /&gt;&lt;br /&gt;A lot of interesting articles and tutorials about Axis2 can be found in http://ibm.com/developerworks, go to section SOA and Web Services and search for "Axis2".&lt;br /&gt;&lt;br /&gt;Enjoy it!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-2080751091864761878?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/2080751091864761878/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=2080751091864761878' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/2080751091864761878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/2080751091864761878'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2007/05/topico-caliente-deployment-en-caliente.html' title='Topico Caliente,  Deployment en Caliente...'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-3743892778883341191</id><published>2007-05-05T13:30:00.000-07:00</published><updated>2007-05-05T14:23:13.105-07:00</updated><title type='text'>various...</title><content type='html'>I hope that everyone be okay.&lt;br /&gt;&lt;br /&gt;Day by day is amazing how clever people take advantage of the features availables in internet. WEB 2.0 aims to be a social network, where people can share tastes, hobbies, among others common interest. Such manner, successful pages like del.icio.us, flickr, digg.com, youtube has been developed for specific purposes in mind share links of interest, pictures, news, videos and so on. Today, RedHat did an announcement launching the &lt;a href="http://mugshot.org"&gt;Mugshot page&lt;/a&gt;. Mugshot's aim is "an open project to create live social experiences around entertainment." Mugshot intends become a convergence point of exising WEB 2.0 sites, such manner in one place you can track all modifications done by a friend, for example you can see the new videos she uploaded to youtube, or new referenced pages in del.icio.us.&lt;br /&gt;&lt;br /&gt;Finally, workplaces and education institutions has imposed mechanisms and policies to avoid access to ilegal sharing files. Such manner, many of us has found restricted to use popular p2p programs in our work or university. However, an interesting page &lt;a href="http://g2p.org"&gt;g2p.org&lt;/a&gt; using the enormous Google capacity for crawl the web, provides link to directories that contain copies of e-books, songs, albums, and so on.&lt;br /&gt;&lt;br /&gt;What will be the next great idea? think about it!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-3743892778883341191?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/3743892778883341191/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=3743892778883341191' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/3743892778883341191'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/3743892778883341191'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2007/05/various.html' title='various...'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-6177736265119029222</id><published>2007-03-25T15:46:00.000-07:00</published><updated>2007-03-25T16:08:30.170-07:00</updated><title type='text'>Groovy...</title><content type='html'>Groovy looks as another scripting language. But it takes advantage of to be a son of Java.&lt;br /&gt;&lt;br /&gt;Nobody denies about the fact of the large set of java libraries available to internet: networking, processing management, distributed systems, virtualization and so on.&lt;br /&gt;&lt;br /&gt;Scripting languages help to speed up the prototyping development, for example: ruby, python, perl, among others. Groovy is a scripting language that takes the best of two worlds: huge set of libraries and increase expressiveness of the Java language. Its first stable release to january 2007, asides count with an excellent companion book &lt;a href="http://www.manning.com/koenig/"&gt;Groovy in Action&lt;/a&gt; becomes a Groovy an excellent prototyping tool.&lt;br /&gt;&lt;br /&gt;Java programmers will found it very useful because allows easy lists handle, asides closure concept presents to Groovy as sophisticated java based tool, furthermore smart XML interaction, database connectivity, file management, and so forth.&lt;br /&gt;&lt;br /&gt;Since Java(95) born, never a project exciting me so much as Groovy did. Remember, "Standing on the shoulders of giants". Groovy stands on Java giant, your project stands on Groovy?&lt;br /&gt;&lt;br /&gt;Grid computing is a great idea, but a lot of work needs to be done in order to approach to scientific community from diverse branches of knowledge.&lt;br /&gt;&lt;br /&gt;Tools and your creativity will approximate grid to most people.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://groovy.codehaus.org/"&gt;Groovy homepage&lt;/a&gt; All you need to start to play with Groovy. &lt;/li&gt;&lt;li&gt;&lt;a href="http://amazon.com/s/ref=nb_ss_gw/104-4901007-4516750?url=search-alias%3Dstripbooks&amp;field-keywords=groovy&amp;amp;amp;amp;Go.x=0&amp;Go.y=0&amp;amp;Go=Go"&gt;Groovy in Action (Amazon)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.manning.com/koenig/"&gt;Groovy in Action (Manning publications)&lt;/a&gt; with sample chapters, furthermore book's samples source code.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-6177736265119029222?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/6177736265119029222/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=6177736265119029222' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/6177736265119029222'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/6177736265119029222'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2007/03/groovy.html' title='Groovy...'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-2028443332601059063</id><published>2007-02-21T11:47:00.000-08:00</published><updated>2007-02-21T12:02:41.475-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='gram4 grid'/><title type='text'>New features in GRAM4</title><content type='html'>Recently, an article about new features in GRAM4(aka WS-GRAM) has been published in &lt;a href="http://www.globus.org/alliance/publications/papers/"&gt;www.globus.org&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Among new features is worthwhile mention:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Improvements in fault tolerance support.&lt;/li&gt;&lt;li&gt;Has been increased the number of &lt;span style="font-style: italic;"&gt;active jobs&lt;/span&gt;.&lt;/li&gt;&lt;li&gt;Has been adopted &lt;a href="http://www.gridforum.org/documents/GFD.56.pdf"&gt;JSDL &lt;/a&gt;as job description language.&lt;/li&gt;&lt;li&gt;A new enhanced delegation scheme.&lt;/li&gt;&lt;li&gt;and more... (read the &lt;a href="http://www.globus.org/alliance/publications/papers/TG07-GRAM-comparison.pdf"&gt;article&lt;/a&gt;)&lt;/li&gt;&lt;/ul&gt;Preliminaries tests shown a poor performance related to GRAM2(aka pre Web Services GRAM), however, efforts to address that issue are in progress.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-2028443332601059063?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/2028443332601059063/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=2028443332601059063' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/2028443332601059063'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/2028443332601059063'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2007/02/gram4.html' title='New features in GRAM4'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-731245862925445361</id><published>2007-02-20T06:07:00.000-08:00</published><updated>2007-02-20T06:32:17.331-08:00</updated><title type='text'>Interesting links...</title><content type='html'>I want to share with you about a couple interesting links for grid manager and programmer.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;GDTE plugin&lt;/span&gt;&lt;br /&gt;Eclipse is a popular IDE, whose its main feature is the possibility to integrate easily new functionality inside it, through &lt;span style="font-style: italic;"&gt;plugins&lt;/span&gt;. For grid services development GDTE is widely accepted in grid community.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;You need download &lt;a href="http://eclipse.org/"&gt;eclipse&lt;/a&gt; and then &lt;a href="http://mage.uni-marburg.de/trac/gdt/wiki/InstallationInstructions"&gt;install GDTE plugin&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Besides, a &lt;a href="http://mage.uni-marburg.de/trac/gdt/wiki/TutorialsPage"&gt;set of small tutorials&lt;/a&gt; for diverse features available in the plugin.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Link for the "Newbie"&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Globus Toolkit(GT) is the Grid concept implementation most widely adopted.  However, the installation process could be painful because GT consist of a lot of components to need be configure. &lt;a href="http://www.globusconsortium.org"&gt;Globusconsortium&lt;/a&gt; has posted a &lt;a href="http://www.globusconsortium.org/tutorial/"&gt;tutorial&lt;/a&gt; to install a lot of that components in order to provide a basic grid infrastructure.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-731245862925445361?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/731245862925445361/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=731245862925445361' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/731245862925445361'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/731245862925445361'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2007/02/interesting-links.html' title='Interesting links...'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-6823691834170577868</id><published>2007-02-17T14:05:00.000-08:00</published><updated>2007-02-18T11:30:46.309-08:00</updated><title type='text'>Another successful grid history</title><content type='html'>An interesting article was posted to &lt;a href="http://www.computerworld.com.au/index.php/id;446136154;fp;16;fpid;1"&gt;computerworld&lt;/a&gt;. It describes how grid concept was used to compute drug compounds related to malaria. In six months of "grid processing", with around of 5000 computational nodes, 420 years worth of data was process in just four months.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-6823691834170577868?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/6823691834170577868/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=6823691834170577868' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/6823691834170577868'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/6823691834170577868'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2007/02/another-successful-grid-history.html' title='Another successful grid history'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-6190731059637857426</id><published>2007-02-13T13:13:00.000-08:00</published><updated>2007-02-13T06:04:54.947-08:00</updated><title type='text'>RedHat supporting Virtualization</title><content type='html'>RedHat has been supporting developments on virtualization. Actually,  &lt;a href="http://www.openvirtualization.com/"&gt;www.openvirtualization.com&lt;/a&gt;, is a site supported by RedHat and inside of it you can find a lot of interesting resources related to virtualization under open technologies.&lt;br /&gt;&lt;br /&gt;enjoy it!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-6190731059637857426?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/6190731059637857426/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=6190731059637857426' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/6190731059637857426'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/6190731059637857426'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2007/02/redhat-supporting-virtualization.html' title='RedHat supporting Virtualization'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-8755624732985874477</id><published>2007-02-10T13:50:00.000-08:00</published><updated>2006-11-25T12:12:56.549-08:00</updated><title type='text'>Grid and Virtualization</title><content type='html'>The main subject of discussion is about grid computing, but remarkable topics to be discussed here are:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Provisioning&lt;/li&gt;&lt;li&gt;Adaptivity&lt;/li&gt;&lt;li&gt;Virtualization&lt;/li&gt;&lt;li&gt;Orchestration&lt;/li&gt;&lt;/ul&gt;Grid computing aims to provide an infrastructure to gather logically a set of distributed resources in a transparent way to end user. All infrastructure is built on top of non-proprietary and widely accepted protocols.&lt;br /&gt;&lt;br /&gt;Important achievements to provide that basic infrastructure has been made, however, distributed environments involves new challenges to be considered.&lt;br /&gt;&lt;br /&gt;An important challenge is to build autonomic environments and preliminary developments related to the items enumerate above require be made.&lt;br /&gt;&lt;br /&gt;Then, that blog periodically will publish relevant information about it.&lt;br /&gt;&lt;br /&gt;regards.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-8755624732985874477?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/8755624732985874477/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=8755624732985874477' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/8755624732985874477'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/8755624732985874477'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2007/02/grid-and-virtualization.html' title='Grid and Virtualization'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-458438382337408293</id><published>2006-11-24T07:02:00.000-08:00</published><updated>2006-11-25T12:12:56.576-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='grid linux drawback'/><title type='text'>Grid today...</title><content type='html'>hi,&lt;br /&gt;&lt;br /&gt;This week i read the article posted by &lt;a href="http://www.gcn.com/print/25_33/42588-1.html"&gt;gcn&lt;/a&gt; with interesting remarks about the strength and weakness related to state of the art of grid computing.&lt;br /&gt;&lt;br /&gt;Here, i will summarize the key points on that article and give some final remarks.&lt;br /&gt;&lt;br /&gt;The article not intend to be an attack to grid technology, but give important sights about what expectations remain in technological community.&lt;br /&gt;&lt;br /&gt;Grid computing, according to the article, is a succeed technology, that has a lot of investments and research. Today, there exist research projects such as SURAgrid Coastal Ocean Observing and Prediction, &lt;a href="http://www.eurekalert.org/pub_releases/2006-11/uosc-btm112006.php"&gt;Globus Medicus;&lt;/a&gt; to shown the real possibilities with grid technology.&lt;br /&gt;&lt;br /&gt;Globus Toolkit, is the piece of software most widely deployed on grid environments, however looks immature in critical issues such as the installation and management. The installation process is manual and many steps of the procedure is painful.&lt;br /&gt;&lt;br /&gt;About, Globus Toolkit the article says: &lt;span class="story"&gt; “It is still in its infancy. Automated job submission and resource allocation across a set of machines is still a difficult thing to do,”&lt;br /&gt;&lt;br /&gt;Today, there exist software and hardware infrastructure to support the grid technologies, but a long road still remain to cross in order to achieve the Foster and Kesselman's dream.&lt;br /&gt;&lt;br /&gt;We envision using idle computational resources, perhaps using new software with grid technology in mind, besides legacy software, we expect to run on the grid platform, too. Licensing problem is an issue in last scenario, because, commercial software is licensed either by user or by machine, therefore, run a commercial software on thousands of cpu machines could be no possible.&lt;br /&gt;&lt;br /&gt;Another drawback, is lack of grid support. Globus today is living a similar experience like to Linux were live early in 90s, where only geeks charmed to newcomer technology are the support available at this moment.&lt;br /&gt;&lt;br /&gt;However a big difference exist between Linux and Globus. Linux is a technology related to operating systems, concepts are widely studied on computer career, but distribute computing many times is not a core topic of study. Therefore, although there exist many people interested in distributed computing, there exist many technological flavors to deal with that kind of problem. Proprietary, open source, free of licensing among others, populate the internet, but, grid computing begin to gain momentum, and emerges like the most popular distributed technology.&lt;br /&gt;&lt;br /&gt;The industry has been doing investment on academy to favor the developments on grid computing. Huge companies as HP, Sun, IBM and Microsoft bid for the new hype of the technology, many times with their own proprietary tools.&lt;br /&gt;&lt;br /&gt;You can see Globus Toolkit as the Linux of the grid computing. Many of us, will be testers and will provide ideas, another people around are the engine to keep moving the Globus development.&lt;br /&gt;&lt;br /&gt;I hope that this big dream become true, not only with proprietary deployments of Grid Computing, but Open Grid Computing available to do development of the future applications such as games, communication tools, development tools, databases, and so forth.&lt;br /&gt;&lt;br /&gt;Finally, i do a couple of questions: Is the grid computing the born of a new paradigm to computation? What new theories has to be developed to support ideas, now applied to grid computing, ideas related to performance, fault-tolerance, adaptivity, uncertainty, and orchestration?&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/682434545156903446-458438382337408293?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/458438382337408293/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=458438382337408293' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/458438382337408293'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/458438382337408293'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2006/11/grid-today.html' title='Grid today...'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-682434545156903446.post-335801850154189340</id><published>2006-11-22T05:46:00.000-08:00</published><updated>2006-11-22T06:00:51.255-08:00</updated><title type='text'>Open discussion</title><content type='html'>Hi,&lt;br /&gt;&lt;br /&gt;my name is John. This is my first entry in my blog grid computing related.&lt;br /&gt;&lt;br /&gt;Late at 90s, the grid computing emerges as another vision of our computational future. Although, mid of 90s, Sun talks about: "The network is the computer", their vision differs with relation to grid vision. Grid envision a high computational power based in a huge amount of computational resources tie by hardware and software infrastructure.&lt;br /&gt;&lt;br /&gt;Today, there exist a suitable hardware resources but lacks of software tools to let easy integration of them. Globus is the most widely known tool on grid environments, however, still is on development.&lt;br /&gt;&lt;br /&gt;I'm interest in to open a discussion about the grid. What is the strength, weakness of this new way to envision the computation?&lt;br /&gt;&lt;br /&gt;Periodically, i will posting references to articles, interviews, and papers and adding my own comments about it.&lt;br /&gt;&lt;br /&gt;I want that this blog become in a place where you can to provide constructive comments towards to generate proposals to enhance the state of the art of grid computing.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/682434545156903446-335801850154189340?l=blog-grid.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog-grid.blogspot.com/feeds/335801850154189340/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=682434545156903446&amp;postID=335801850154189340' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/335801850154189340'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/682434545156903446/posts/default/335801850154189340'/><link rel='alternate' type='text/html' href='http://blog-grid.blogspot.com/2006/11/open-discussion.html' title='Open discussion'/><author><name>John Sanabria</name><uri>http://www.blogger.com/profile/16130331025668383846</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://ece.uprm.edu/~s047267/cara.png'/></author><thr:total>0</thr:total></entry></feed>
