<?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:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4764831169986948752</id><updated>2010-06-21T14:28:36.701-07:00</updated><title type='text'>Kim Kenneth Moes blog</title><subtitle type='html'>Notes about Java, JEE and related subjects.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.moes.as/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default'/><link rel='alternate' type='text/html' href='http://blog.moes.as/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default?start-index=26&amp;max-results=25'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>42</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-2376868013625033970</id><published>2009-12-01T04:46:00.000-08:00</published><updated>2009-12-04T08:35:36.042-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='XML'/><title type='text'>Method to preetyPrint Document in java</title><content type='html'>&lt;pre&gt;public static void write(org.dom4j.Document document) {&lt;br /&gt;        try {&lt;br /&gt;            // Pretty print the document to System.out&lt;br /&gt;            org.dom4j.io.OutputFormat format = org.dom4j.io.OutputFormat.createPrettyPrint();&lt;br /&gt;            org.dom4j.io.XMLWriter writer = new org.dom4j.io.XMLWriter(new FileWriter("C:\\output.xml"), format);&lt;br /&gt;            writer.write(document);&lt;br /&gt;            writer.close();&lt;br /&gt;        } catch (IOException e) {&lt;br /&gt;            // TODO Auto-generated catch block&lt;br /&gt;            e.printStackTrace();&lt;br /&gt;        }&lt;br /&gt;    }&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Nice framework for testing (equals) xml: &lt;a href="http://xmlunit.sourceforge.net/"&gt;XmlUnit&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-2376868013625033970?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/2376868013625033970/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=2376868013625033970' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/2376868013625033970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/2376868013625033970'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2009/12/method-to-preetyprint-document-in-java.html' title='Method to preetyPrint Document in java'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-168071830953647233</id><published>2009-11-13T02:12:00.000-08:00</published><updated>2009-11-13T02:12:40.813-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MySQL'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>Stop service from starting automatic</title><content type='html'>I don't want mysql-db to start with the machine.&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;sudo update-rc.d mysql disable&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;did the trick.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-168071830953647233?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/168071830953647233/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=168071830953647233' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/168071830953647233'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/168071830953647233'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2009/11/stop-service-from-starting-automatic.html' title='Stop service from starting automatic'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-4067727218506793300</id><published>2009-10-05T00:09:00.000-07:00</published><updated>2010-01-21T01:54:15.324-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PDF'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='Scanner'/><title type='text'>How to setup Scanner Medion [MD 9458] on Ubuntu</title><content type='html'>Copy &lt;i&gt;ePlus2k.usb&lt;/i&gt; to &lt;i&gt;/usr/share/sane/gt68xx&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Change /etc/sane.d/gt68xx.conf Eg. sudo gedit /etc/sane.d/gt68xx.conf&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;################################################## ############################&lt;br /&gt;# Autodetect Mustek BearPaw 1200 CU, 2400 CU, Mustek ScanExpress 1200 UB Plus,&lt;br /&gt;# Artec Ultima 2000, and several other GT-6801-based scanners&lt;br /&gt;usb 0x05d8 0x4002&lt;br /&gt;&lt;br /&gt;&lt;i&gt;# Medion/Lifetec/Tevion/Cytron MD 9458:&lt;br /&gt;override "artec-ultima-2000"&lt;br /&gt;vendor "Medion"&lt;br /&gt;model "MD 9458"&lt;br /&gt;firmware "ePlus2k.usb"&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;# Mustek BearPaw 1200 CU doesn't need any manual override&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;To edit PDFs: http://www.accesspdf.com/pdftk/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-4067727218506793300?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/4067727218506793300/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=4067727218506793300' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/4067727218506793300'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/4067727218506793300'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2009/10/how-to-setup-scanner-medion-md-9458-on.html' title='How to setup Scanner Medion [MD 9458] on Ubuntu'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-2104870907200891923</id><published>2009-10-01T03:22:00.000-07:00</published><updated>2009-10-01T03:22:21.197-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>How to change MAC</title><content type='html'>&lt;pre&gt;sudo ifconfig eth0 down&lt;br /&gt;sudo ifconfig eth0 hw ether NE:W0:MA:C0:00:00&lt;br /&gt;sudo ifconfig eth0 up&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-2104870907200891923?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/2104870907200891923/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=2104870907200891923' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/2104870907200891923'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/2104870907200891923'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2009/10/how-to-change-mac.html' title='How to change MAC'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-7570142917216981430</id><published>2009-07-23T02:14:00.000-07:00</published><updated>2009-07-23T02:14:53.721-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='Firefox'/><title type='text'>Make mms stream work with firefox on ubuntu</title><content type='html'>sudo apt-get install mozilla-plugin-vlc&lt;br /&gt;&lt;br /&gt;Type about:config i firefox:&lt;br /&gt;&lt;br /&gt;Add new String &lt;blockquote&gt;network.protocol-handler.app.mms&lt;/blockquote&gt;with value &lt;blockquote&gt;/usr/bin/vlc&lt;/blockquote&gt;&lt;br /&gt;Add new Boolean &lt;blockquote&gt;network.protocol-handler.external.mms&lt;/blockquote&gt;with value &lt;blockquote&gt;true&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-7570142917216981430?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/7570142917216981430/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=7570142917216981430' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/7570142917216981430'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/7570142917216981430'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2009/07/make-mms-stream-work-with-firefox-on.html' title='Make mms stream work with firefox on ubuntu'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-4743041413999840419</id><published>2009-07-10T02:09:00.000-07:00</published><updated>2009-07-23T02:15:35.043-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>How to call Stored procudure from SQL</title><content type='html'>EG.&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;select business_logic.get_probiz_socs_on (&lt;br /&gt;    35942&lt;br /&gt;  ) from dual;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-4743041413999840419?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/4743041413999840419/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=4743041413999840419' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/4743041413999840419'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/4743041413999840419'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2009/07/how-to-call-stored-procudure-from-sql.html' title='How to call Stored procudure from SQL'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-846586845254115354</id><published>2009-06-09T00:39:00.000-07:00</published><updated>2009-07-16T06:25:55.505-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>less - How to use</title><content type='html'>less &amp;lt;filename&amp;gt;&lt;br /&gt;&lt;br /&gt;Shift f : Like tail -f&lt;br /&gt;Ctrl c : Break tail&lt;br /&gt;&lt;br /&gt;Ctrl b : Go one page back&lt;br /&gt;Ctrl f : Go one page forward&lt;br /&gt;&lt;br /&gt;/ : Search forward&lt;br /&gt;? : Search back&lt;br /&gt;n : Next search i search&lt;br /&gt;&lt;br /&gt;g : Go to top&lt;br /&gt;Shift g : Go to buttom&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-846586845254115354?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/846586845254115354/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=846586845254115354' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/846586845254115354'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/846586845254115354'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2009/06/less-how-to-use.html' title='less - How to use'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-3464947893183168745</id><published>2009-03-02T05:01:00.000-08:00</published><updated>2009-03-02T05:01:14.856-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VPN'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>Cisco VPN from Ubuntu</title><content type='html'>Used &lt;i&gt;sudo apt-get install network-manager-vpnc&lt;/i&gt; but got problems with the group password.&lt;br /&gt;&lt;br /&gt;Then used: &lt;a href="http://www.unix-ag.uni-kl.de/~massar/bin/cisco-decode"&gt;cisco vpnclient password decoder&lt;/a&gt; this site - perfect. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-3464947893183168745?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/3464947893183168745/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=3464947893183168745' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/3464947893183168745'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/3464947893183168745'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2009/03/cisco-vpn-from-ubuntu.html' title='Cisco VPN from Ubuntu'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-5141447276968335219</id><published>2009-02-06T04:58:00.000-08:00</published><updated>2009-02-06T05:04:10.826-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Firefox'/><title type='text'>Problem with Weave plugin</title><content type='html'>Open page: 'about:config'&lt;br /&gt;&lt;br /&gt;Add you username to 'extensions.weave.username' &lt;br /&gt;&lt;br /&gt;and log out and in again.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-5141447276968335219?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/5141447276968335219/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=5141447276968335219' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/5141447276968335219'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/5141447276968335219'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2009/02/problem-with-weave-plugin.html' title='Problem with Weave plugin'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-989336614792877991</id><published>2009-01-16T04:24:00.000-08:00</published><updated>2009-01-16T06:05:40.758-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Maven'/><title type='text'>How to make a Maven plugin</title><content type='html'>&lt;b&gt;// To make project&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;mvn archetype:generate&lt;br /&gt;--&lt;br /&gt;Choose number 12&lt;br /&gt;--&lt;br /&gt;Define value for groupId: : as.moes.plugin    &lt;br /&gt;Define value for artifactId: : testplugin&lt;br /&gt;Define value for version:  1.0-SNAPSHOT: : &lt;br /&gt;Define value for package:  as.moes.plugin: : &lt;br /&gt;Confirm properties configuration:&lt;br /&gt;groupId: as.moes.plugin&lt;br /&gt;artifactId: testplugin&lt;br /&gt;version: 1.0-SNAPSHOT&lt;br /&gt;package: as.moes.plugin&lt;/pre&gt;&lt;b&gt;// To change&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;cd testplugin&lt;br /&gt;mvn eclipse:eclipse&lt;/pre&gt;&lt;b&gt;// To deploy&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;mvn testplugin:touch&lt;/pre&gt;&lt;b&gt;// Test with&lt;/b&gt;&lt;br /&gt;&lt;pre&gt;&amp;lt;build&amp;gt;&lt;br /&gt;    &amp;lt;plugins&amp;gt;&lt;br /&gt;        &amp;lt;plugin&amp;gt;&lt;br /&gt;            &amp;lt;groupid&amp;gt;as.moes.plugin&amp;lt;/groupId&amp;gt;&lt;br /&gt;            &amp;lt;artifactid&amp;gt;testplugin&amp;lt;/artifactId&amp;gt;&lt;br /&gt;            &amp;lt;version&amp;gt;1.0-SNAPSHOT&amp;lt;/version&amp;gt;&lt;br /&gt;            &amp;lt;configuration&amp;gt;&lt;br /&gt;                &amp;lt;outputdirectory&amp;gt;/home/kim/tmp&amp;lt;/outputDirectory&amp;gt;&lt;br /&gt;            &amp;lt;/configuration&amp;gt;&lt;br /&gt;        &amp;lt;/plugin&amp;gt;&lt;br /&gt;    &amp;lt;/plugins&amp;gt;&lt;br /&gt;&amp;lt;/build&amp;gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-989336614792877991?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/989336614792877991/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=989336614792877991' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/989336614792877991'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/989336614792877991'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2009/01/how-to-make-maven-plugin.html' title='How to make a Maven plugin'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-1273047301658608255</id><published>2009-01-11T06:25:00.000-08:00</published><updated>2009-01-11T12:36:30.320-08:00</updated><title type='text'>Installation Ubuntu server 8.10 on Asus EEE Box</title><content type='html'>&lt;b&gt;Put Ubuntu on USB drive&lt;/b&gt;&lt;br /&gt;With &lt;a href="http://www.eeextra.com/eee/how-to-create-a-live-linux-usb-pendrive.html"&gt;how to create a live linux usb pendrive&lt;/a&gt; using &lt;a href="http://unetbootin.sourceforge.net/"&gt;unetbootin&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Reinstall Ubuntu Grub Bootloader&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;sudo grub&lt;br /&gt;&gt; root (hd0,0)&lt;br /&gt;&gt; setup (hd0)&lt;br /&gt;&gt; exit&lt;/pre&gt;&lt;br /&gt;Link: http://www.howtogeek.com/howto/ubuntu/reinstall-ubuntu-grub-bootloader-after-windows-wipes-it-out/&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Change files:&lt;/b&gt;&lt;br /&gt;/etc/network/interfaces&lt;br /&gt;/etc/hostname&lt;br /&gt;/etc/hosts&lt;br /&gt;/etc/resolv.conf&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-1273047301658608255?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/1273047301658608255/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=1273047301658608255' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/1273047301658608255'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/1273047301658608255'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2009/01/installation-ubuntu-server-810-on-asus.html' title='Installation Ubuntu server 8.10 on Asus EEE Box'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-7032115815311054668</id><published>2009-01-06T03:50:00.000-08:00</published><updated>2009-01-06T03:52:57.068-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Maven'/><title type='text'>Simple method to create a new project in maven</title><content type='html'>&lt;pre&gt;mvn archetype:generate&lt;/pre&gt;&lt;br /&gt;Link: &lt;a href="http://maven.apache.org/plugins/maven-archetype-plugin/usage.html"&gt;Maven Archetype Plugin&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-7032115815311054668?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/7032115815311054668/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=7032115815311054668' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/7032115815311054668'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/7032115815311054668'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2009/01/simple-method-to-create-new-project-in.html' title='Simple method to create a new project in maven'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-306637088143943758</id><published>2008-12-16T02:45:00.000-08:00</published><updated>2008-12-16T02:46:48.444-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OpenOffice'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>Upgrade Openoffice in Ubuntu</title><content type='html'>sudo vi /etc/apt/sources.list&lt;br /&gt;&lt;br /&gt;Add:&lt;br /&gt;&lt;br /&gt;deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main&lt;br /&gt;deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main&lt;br /&gt;&lt;br /&gt;then do an update:&lt;br /&gt;&lt;br /&gt;sudo apt-get update&lt;br /&gt;sudo apt-get install openoffice.org&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-306637088143943758?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/306637088143943758/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=306637088143943758' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/306637088143943758'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/306637088143943758'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2008/12/upgrade-openoffice-in-ubuntu.html' title='Upgrade Openoffice in Ubuntu'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-2486835211040949167</id><published>2008-11-18T01:33:00.000-08:00</published><updated>2008-11-18T01:35:46.108-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hotmail'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='Firefox'/><title type='text'>How to make Hotmail work in Firefox under Ubuntu</title><content type='html'>Write &lt;i&gt;about:config&lt;/i&gt; in browser and change the value in &lt;i&gt;general.useragent.vendor&lt;/i&gt; from &lt;i&gt;Ubuntu&lt;/i&gt; to &lt;i&gt;Firefox&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-2486835211040949167?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/2486835211040949167/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=2486835211040949167' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/2486835211040949167'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/2486835211040949167'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2008/11/how-to-make-hotmail-work-in-firefox.html' title='How to make Hotmail work in Firefox under Ubuntu'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-4598716248699631133</id><published>2008-10-30T14:42:00.000-07:00</published><updated>2009-07-23T02:16:39.084-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='Firefox'/><title type='text'>To enable java in firefox running ubuntu</title><content type='html'>&lt;pre name="code" class="java"&gt;cd /usr/lib/firefox-3.0.3/plugins&lt;br /&gt;sudo ln -s /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-4598716248699631133?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/4598716248699631133/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=4598716248699631133' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/4598716248699631133'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/4598716248699631133'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2008/10/to-enable-java-in-firefox-running.html' title='To enable java in firefox running ubuntu'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-2248387295952944785</id><published>2008-10-21T13:03:00.000-07:00</published><updated>2008-10-21T13:07:13.856-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Virtualbox'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>Virtualbox stopping at spawning session 0%</title><content type='html'>Trying to start Virtualbox I got this: spawning session 0% and it never grows.&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;sudo /etc/init.d/vboxdrv setup&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;Fixed it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-2248387295952944785?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/2248387295952944785/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=2248387295952944785' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/2248387295952944785'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/2248387295952944785'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2008/10/virtualbox-stopping-at-spawning-session.html' title='Virtualbox stopping at spawning session 0%'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-862082888938757312</id><published>2008-10-21T01:34:00.000-07:00</published><updated>2008-10-21T01:40:14.626-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Maven'/><title type='text'>Create manifest and scope in Maven</title><content type='html'>&lt;pre name="code" class="xml"&gt;&amp;lt;dependency&amp;gt;&lt;br /&gt;     &amp;lt;groupId&amp;gt;commons-betwixt&amp;lt;/groupId&amp;gt;&lt;br /&gt;     &amp;lt;artifactId&amp;gt;commons-betwixt&amp;lt;/artifactId&amp;gt;&lt;br /&gt;     &amp;lt;version&amp;gt;0.8&amp;lt;/version&amp;gt;&lt;br /&gt;     &amp;lt;scope&amp;gt;provided&amp;lt;/scope&amp;gt;&lt;br /&gt;     &amp;lt;!-- excluded from manifest classpath, and excluded from WEB-INF/lib --&amp;gt;&lt;br /&gt;&amp;lt;/dependency&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;dependency&amp;gt;&lt;br /&gt;     &amp;lt;groupId&amp;gt;commons-betwixt&amp;lt;/groupId&amp;gt;&lt;br /&gt;     &amp;lt;artifactId&amp;gt;commons-betwixt&amp;lt;/artifactId&amp;gt;&lt;br /&gt;     &amp;lt;version&amp;gt;0.8&amp;lt;/version&amp;gt;&lt;br /&gt;     &amp;lt;!-- goes in manifest classpath, AND included in WEB-INF/lib --&amp;gt;&lt;br /&gt;&amp;lt;/dependency&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;dependency&amp;gt;&lt;br /&gt;     &amp;lt;groupId&amp;gt;commons-betwixt&amp;lt;/groupId&amp;gt;&lt;br /&gt;     &amp;lt;artifactId&amp;gt;commons-betwixt&amp;lt;/artifactId&amp;gt;&lt;br /&gt;     &amp;lt;version&amp;gt;0.8&amp;lt;/version&amp;gt;&lt;br /&gt;     &amp;lt;optional&amp;gt;true&amp;lt;/optional&amp;gt;&lt;br /&gt;     &amp;lt;!-- goes in manifest classpath, but not included in WEB-INF/lib --&amp;gt;&lt;br /&gt;&amp;lt;/dependency&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-862082888938757312?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/862082888938757312/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=862082888938757312' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/862082888938757312'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/862082888938757312'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2008/10/create-manifest-and-scope-in-maven.html' title='Create manifest and scope in Maven'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-4160973856171663377</id><published>2008-10-07T00:25:00.001-07:00</published><updated>2008-10-07T04:46:10.576-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Log4j'/><title type='text'>Example of using DailyRollingFileAppender and RollingFileAppender in Log4j.xml</title><content type='html'>&lt;b&gt;Example of DailyRollingFileAppender&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&amp;lt;appender name="Daily" class="org.apache.log4j.DailyRollingFileAppender"&amp;gt;&lt;br /&gt;&amp;lt;param name="file" value="${catalina.home}/logs/test.log" /&amp;gt;&lt;br /&gt;&amp;lt;param name="DatePattern" value="'.'yyyy-MM-dd" /&amp;gt;&lt;br /&gt;&amp;lt;param name="MaxBackupIndex" value="10" /&amp;gt;&lt;br /&gt;&amp;lt;layout class="org.apache.log4j.PatternLayout"&amp;gt;&lt;br /&gt;&amp;lt;param name="ConversionPattern" value="[%t] %d{HH:mm:ss,SSS} %-5p %l - %m%n" /&amp;gt;&lt;br /&gt;&amp;lt;/layout&amp;gt;&lt;br /&gt;&amp;lt;/appender&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;b&gt;Example of DailyRollingFileAppender&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="xml"&gt;&amp;lt;appender name="Rolling" class="org.apache.log4j.RollingFileAppender"&amp;gt;&lt;br /&gt;&amp;lt;param name="file" value="${catalina.home}/logs/test.log" /&amp;gt;&lt;br /&gt;&amp;lt;param name="maxFileSize" value="10000KB" /&amp;gt;&lt;br /&gt;&amp;lt;param name="maxBackupIndex" value="25" /&amp;gt;&lt;br /&gt;&amp;lt;layout class="org.apache.log4j.PatternLayout"&amp;gt;&lt;br /&gt;&amp;lt;param name="ConversionPattern" value="[%t] %d{HH:mm:ss,SSS} %-5p %l - %m%n" /&amp;gt;&lt;br /&gt;&amp;lt;/layout&amp;gt;&lt;br /&gt;&amp;lt;/appender&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-4160973856171663377?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/4160973856171663377/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=4160973856171663377' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/4160973856171663377'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/4160973856171663377'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2008/10/example-of-using-dailyrollingfileappend.html' title='Example of using DailyRollingFileAppender and RollingFileAppender in Log4j.xml'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-5789656737079214431</id><published>2008-09-29T02:05:00.000-07:00</published><updated>2008-09-29T02:34:23.579-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='Checkstyle'/><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse Plugins'/><title type='text'>Removing Trailing Spaces from JavaDoc in Eclipse</title><content type='html'>In the project I working on we wanted to add some code formatting. Therefore I installed the following Eclipse plugin: &lt;a href="http://eclipse-cs.sourceforge.net/"&gt;eclipse-cs&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;But that gave at lot of warnings. Some could be removed by the formatter and some manually. But the I got a warning in almost all JavaDoc saying &lt;i&gt;Line has trailing spaces&lt;/i&gt;. Could not get Eclips' formatter to removed them so I googled a bit a found this nice plugin: &lt;a href="http://andrei.gmxhome.de/anyedit/"&gt;AnyEdit tools&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;That did the job :-)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-5789656737079214431?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/5789656737079214431/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=5789656737079214431' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/5789656737079214431'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/5789656737079214431'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2008/09/removing-trailing-spaces-from-javadoc.html' title='Removing Trailing Spaces from JavaDoc in Eclipse'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-4786489850622032336</id><published>2008-09-18T01:12:00.000-07:00</published><updated>2008-09-18T01:28:11.279-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Firefox'/><title type='text'>Bookmarks in firefox</title><content type='html'>When I got Firefox 3 and &lt;i&gt;Google Browser Sync&lt;/i&gt; was no longer available for download. I looked  &lt;br /&gt;around for an alternative.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Mozilla Labs / Weave&lt;/b&gt;&lt;br /&gt;Look here: &lt;a href="https://services.mozilla.com/"&gt;Mozilla Labs / Weave&lt;/a&gt; and here &lt;a href="https://wiki.mozilla.org/Labs/Weave/0.2/Release_Notes"&gt;Labs/Weave/0.2/Release Notes&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Is nice and working perfectly with a account from &lt;a href="https://mydisk.se"&gt;myDisk&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;But this needs accounts more places and as I already got a lot of bookmarks at &lt;a href="http://www.google.com/bookmarks/"&gt;Google Bookmarks&lt;/a&gt; I look for some alternative.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Google Bookmarks&lt;/b&gt;&lt;br /&gt;I found this nice plugin for Firefox &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/2888"&gt;GMarks&lt;/a&gt;. Works just like normal bookmarks with labels as folders.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-4786489850622032336?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/4786489850622032336/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=4786489850622032336' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/4786489850622032336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/4786489850622032336'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2008/09/bookmarks-in-firefox.html' title='Bookmarks in firefox'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-3612616462467218943</id><published>2008-09-18T01:00:00.000-07:00</published><updated>2008-09-18T01:09:54.670-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Citrix'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>How to make Citrix Client run on Linux</title><content type='html'>First need a Client witch can be found here: &lt;a href="http://www.citrix.com/English/ss/downloads/details.asp?downloadId=3323&amp;productId=186&amp;c1=sot2755"&gt;Linux ICA Clients&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Unzip and run setupwfc. I selected &lt;i&gt;/usr/lib/ICAClient&lt;/i&gt; as install dir.&lt;br /&gt;&lt;br /&gt;If getting the fowling error: &lt;i&gt;You have not chosen to trust “Thawte Server CA”, the issuer of the server’s security cerfiticate (SSL error 61)&lt;/i&gt; you need to copy the certificates to the client E.g.&lt;br /&gt;&lt;pre&gt;sudo cp /usr/share/ca-certificates/mozilla/* /usr/lib/ICAClient/linuxx86/keystore/cacerts/&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-3612616462467218943?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/3612616462467218943/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=3612616462467218943' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/3612616462467218943'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/3612616462467218943'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2008/09/how-to-make-citrix-client-run-on-linux.html' title='How to make Citrix Client run on Linux'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-6054488980512882107</id><published>2008-09-16T04:14:00.000-07:00</published><updated>2008-09-16T04:25:06.725-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='JSP'/><category scheme='http://www.blogger.com/atom/ns#' term='JSF'/><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='Tomcat'/><title type='text'>How to remove JSP EL error</title><content type='html'>If getting this error:&lt;br /&gt;&lt;br /&gt;com.sun.faces.config.ConfigurationException: It appears the JSP version of the container is older than 2.1 and unable to locate the EL RI expression factory, com.sun.el.ExpressionFactoryImpl.  If not using JSP or the EL RI, make sure the context initialization parameter, com.sun.faces.expressionFactory, is properly set.&lt;br /&gt;&lt;br /&gt;Running eclipse and a server:&lt;br /&gt;just go to 'Java EE Module Dependencies' and remove:&lt;br /&gt;&lt;br /&gt;Building ear or war file:&lt;br /&gt;make sure the following does not come with:&lt;br /&gt;&lt;br /&gt;- servlet-api-??.jar&lt;br /&gt;- jsp-api-??.jar&lt;br /&gt;&lt;br /&gt;and let it be up to the server to provide the rigth versions.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-6054488980512882107?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/6054488980512882107/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=6054488980512882107' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/6054488980512882107'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/6054488980512882107'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2008/09/how-to-remove-jsp-el-error.html' title='How to remove JSP EL error'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-3380004142601760023</id><published>2008-09-01T06:35:00.000-07:00</published><updated>2008-09-23T13:01:50.764-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tomcat'/><title type='text'>Remove application name from URL in Tomcat 6 (ROOT application)</title><content type='html'>E.g. to use www.test.test instead of www.test.test/mmsinbox&lt;br /&gt;&lt;br /&gt;In server.xml add the following insite host tag: &lt;br /&gt;On eclipse:&lt;br /&gt;&lt;pre&gt;&amp;lt;Context docBase="mmsinbox" path="/mmsinbox" reloadable="true" source="org.eclipse.jst.jee.server:mmsinbox" /&amp;gt;&lt;/pre&gt;&lt;i&gt;Normal tomcat&lt;/i&gt;&lt;br /&gt;&lt;pre&gt;&amp;lt;Context docBase="helloworld" path="" reloadable="true" /&amp;gt;&lt;/pre&gt;&lt;br /&gt;Link: &lt;a href="http://tomcat.apache.org/tomcat-6.0-doc/config/context.html"&gt;The Context Container&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-3380004142601760023?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/3380004142601760023/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=3380004142601760023' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/3380004142601760023'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/3380004142601760023'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2008/09/remove-application-name-from-url-in.html' title='Remove application name from URL in Tomcat 6 (ROOT application)'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-297211724240743124</id><published>2008-08-27T06:29:00.000-07:00</published><updated>2008-08-28T01:01:01.859-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Apache'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>Install, Uninstall, Remove and reinstall apache2</title><content type='html'>To see which is installed:&lt;br /&gt;&lt;pre&gt;dpkg -l | grep apache&lt;/pre&gt;&lt;br /&gt;To install apache2 on ubuntu:&lt;br /&gt;&lt;pre&gt;sudo apt-get install apache2 apache2.2-common&lt;/pre&gt;&lt;br /&gt;To remove&lt;br /&gt;&lt;pre&gt;sudo apt-get remove apache2 apache2.2-common --purge&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-297211724240743124?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/297211724240743124/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=297211724240743124' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/297211724240743124'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/297211724240743124'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2008/08/install-uninstall-remove-and-reinstall.html' title='Install, Uninstall, Remove and reinstall apache2'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4764831169986948752.post-7765410668061918590</id><published>2008-08-27T01:46:00.000-07:00</published><updated>2008-08-27T01:49:01.021-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Get DNS name from IP</title><content type='html'>To get the DNS name from the IP just use nslookup :)&lt;br /&gt;E.g.&lt;br /&gt;&lt;pre&gt;kim@X151023:~$ ping google.com&lt;br /&gt;PING google.com (64.233.187.99) 56(84) bytes of data.&lt;br /&gt;64 bytes from jc-in-f99.google.com (64.233.187.99): icmp_seq=1 ttl=239 time=116 ms&lt;br /&gt;&lt;br /&gt;--- google.com ping statistics ---&lt;br /&gt;3 packets transmitted, 3 received, 0% packet loss, time 1999ms&lt;br /&gt;rtt min/avg/max/mdev = 111.008/113.074/116.091/2.215 ms&lt;br /&gt;kim@X151023:~$ nslookup 64.233.187.99&lt;br /&gt;Server:  10.17.3.7&lt;br /&gt;Address: 10.17.3.7#53&lt;br /&gt;&lt;br /&gt;Non-authoritative answer:&lt;br /&gt;99.187.233.64.in-addr.arpa name = jc-in-f99.google.com.&lt;br /&gt;&lt;br /&gt;Authoritative answers can be found from:&lt;br /&gt;&lt;br /&gt;kim@X151023:~$&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4764831169986948752-7765410668061918590?l=blog.moes.as' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.moes.as/feeds/7765410668061918590/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=4764831169986948752&amp;postID=7765410668061918590' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/7765410668061918590'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4764831169986948752/posts/default/7765410668061918590'/><link rel='alternate' type='text/html' href='http://blog.moes.as/2008/08/get-dns-name-from-ip.html' title='Get DNS name from IP'/><author><name>Kim</name><uri>http://www.blogger.com/profile/07554101065552217594</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00260681255851778504'/></author><thr:total>0</thr:total></entry></feed>