<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;C0UGRH0_eyp7ImA9WhRUEkw.&quot;"><id>tag:blogger.com,1999:blog-13187272</id><updated>2012-01-22T09:47:05.343+04:00</updated><category term="networker" /><category term="linux" /><category term="eservglobal" /><category term="virtualization" /><category term="cisco" /><category term="openswan" /><category term="live" /><category term="python" /><category term="erlang" /><category term="dubai" /><category term="unix" /><category term="gogulf" /><category term="freeswan" /><category term="catalyst" /><category term="vpn" /><category term="eclipse" /><category term="rman" /><category term="erlide" /><category term="ubuntu" /><category term="solaris" /><category term="backup" /><category term="oracle" /><category term="life" /><title>Live on Januar V. Simarmata</title><subtitle type="html">It's about anything I am interested in to blog it :)</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://januarvs.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>43</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/JanuarVSimarmata" /><feedburner:info uri="januarvsimarmata" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;D0YHQngzeCp7ImA9WxBUEkg.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-744901519160917272</id><published>2010-02-27T11:13:00.003+04:00</published><updated>2010-02-27T11:18:53.680+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-27T11:18:53.680+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="unix" /><title>FIND usage</title><content type="html">I always forget how to use find command when it is combined with -exec clause :(. So, here are kind comprehensive list I got after googling from &lt;a href="http://johnmeister.com/CS/UNIX/FIND/find-usage.html"&gt;here&lt;/a&gt;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sudo find / -type f -name *.jpg&amp;nbsp; -exec cp {} . \;&lt;br /&gt;
&lt;br /&gt;
find . -type f -size +10000 -exec ls -al {} \;&lt;br /&gt;
find . -atime +1 -type f -exec mv {} TMP \; # mv files older then 1 day to dir TMP&lt;br /&gt;
find . -name "-F" -exec rm {} \;&amp;nbsp;&amp;nbsp; # a script error created a file called -F &lt;br /&gt;
find . -exec grep -i "vds admin" {} \;&lt;br /&gt;
find . \! -name "*.Z" -exec compress -f {} \;&lt;br /&gt;
find . -type f \! -name "*.Z" \! -name ".comment" -print | tee -a /tmp/list&lt;br /&gt;
find . -name *.ini&lt;br /&gt;
find . -exec chmod 775 {} \;&lt;br /&gt;
find . -user xuser1 -exec chown -R user2 {} \;&lt;br /&gt;
find . -name ebtcom*&lt;br /&gt;
find . -name mkbook&lt;br /&gt;
find . -exec grep PW0 {} \;&lt;br /&gt;
find . -exec grep -i "pw0" {} \;&lt;br /&gt;
find . -atime +6&lt;br /&gt;
find . -atime +6 -exec ll | more&lt;br /&gt;
find . -atime +6 -exec ll | more \;&lt;br /&gt;
find . -atime +6 -exec ll \;&lt;br /&gt;
find . -atime +6 -exec ls \;&lt;br /&gt;
find . -atime +30 -exec ls \;&lt;br /&gt;
find . -atime +30 -exec ls \; | wc -l&lt;br /&gt;
find . -name auth*&lt;br /&gt;
find . -exec grep -i plotme10 {};&lt;br /&gt;
find . -exec grep -i plotme10 {} \;&lt;br /&gt;
find . -ls -exec grep 'PLOT_FORMAT 22' {} \;&lt;br /&gt;
find . -print -exec grep 'PLOT_FORMAT 22' {} \;&lt;br /&gt;
find . -print -exec grep 'PLOT_FORMAT' {} \;&lt;br /&gt;
find . -print -exec grep 'PLOT_FORMAT' {} \;&lt;br /&gt;
find ./machbook -exec chown 184 {} \;&lt;br /&gt;
find . \! -name '*.Z' -exec compress {} \;&lt;br /&gt;
find . \! -name "*.Z" -exec compress -f {} \;&lt;br /&gt;
find /raid/03c/ecn -xdev -type f -print&lt;br /&gt;
find /raid/03c/ecn -xdev -path -type f -print&lt;br /&gt;
find / -name .ssh* -print | tee -a ssh-stuff&lt;br /&gt;
find . -name "*font*"&lt;br /&gt;
find . -name hpmcad*&lt;br /&gt;
find . -name *fnt*&lt;br /&gt;
find . -name hp_mcad* -print&lt;br /&gt;
find . -grep Pld {} \;&lt;br /&gt;
find . -exec grep Pld {} \;&lt;br /&gt;
find . -exec grep Pld {} \;&lt;br /&gt;
find . -exec grep PENWIDTH {} \; | more&lt;br /&gt;
find . -name config.pro&lt;br /&gt;
find . -name config.pro&lt;br /&gt;
find /raid -type d ".local_sd_customize" -print&lt;br /&gt;
find /raid -type d -name ".local_sd_customize" -print&lt;br /&gt;
find /raid -type d -name ".local_sd_customize" -ok cp /raid/04d/MCAD-apps/I_Custom/SD_custom/site_sd_customize/user_filer_project_dirs {} \;&lt;br /&gt;
find /raid -type d -name ".local_sd_customize" -exec cp /raid/04d/MCAD-apps/I_Custom/SD_custom/site_sd_customize/user_filer_project_dirs {} \;&lt;br /&gt;
find . -name xeroxrelease&lt;br /&gt;
find . -exec grep xeroxrelease {} \;&lt;br /&gt;
find . -name xeroxrelease&lt;br /&gt;
find . -name xeroxrelease* -print 2&amp;gt;/dev/null&lt;br /&gt;
find . -name "*release*" 2&amp;gt;/dev/null&lt;br /&gt;
find / -name "*xerox*" 2&amp;gt;/dev/null&lt;br /&gt;
find . -exec grep -i xeroxrelease {} \;&lt;br /&gt;
find . -print -exec grep -i xeroxrelease {} \;&lt;br /&gt;
find . -print -exec grep -i xeroxrelease {} \; &amp;gt; xeroxrel.lis&lt;br /&gt;
find . -exec grep -i xeroxrel {} \;&lt;br /&gt;
find . -print -exec grep -i xeroxrel {} \;&lt;br /&gt;
find . -print -exec grep -i xeroxrel {} \; | more&lt;br /&gt;
find /raid/03c/inwork -xdev -type f -print &amp;gt;&amp;gt; /raid/04d/user_scripts/prt_list.tmp&lt;br /&gt;
find . -exec grep '31.53' {} \;&lt;br /&gt;
find . -ls -exec grep "31/.53" {} \; &amp;gt; this.lis&lt;br /&gt;
find . -print -exec grep "31/.53" {} \; &amp;gt; this.lis&lt;br /&gt;
find . -print -exec grep 31.53 {} \; &amp;gt; this.lis&lt;br /&gt;
find . -exec grep -i pen {} /;&lt;br /&gt;
find . -exec grep -i pen {} \;&lt;br /&gt;
find . -print -exec grep -i pen {} \; | more&lt;br /&gt;
find . -exec grep -i pen {} \;&lt;br /&gt;
find . -atime +6 -exec ll | more \;&lt;br /&gt;
find . -atime +6 -exec ll \;&lt;br /&gt;
find . -atime +6 -exec ls \;&lt;br /&gt;
find . -atime +30 -exec ls \;&lt;br /&gt;
find . -atime +30 -exec ls \; | wc -l&lt;br /&gt;
find . \! -name '*.Z' -exec compress -f {} \;&lt;br /&gt;
find . -name 'cache*' -depth -exec rm {} \;&lt;br /&gt;
find . -name 'cache*' -depth -print | tee -a /tmp/cachefiles&lt;br /&gt;
find . -name 'cache[0-9][0-9]*' -depth -print | tee -a /tmp/cachefiles&lt;br /&gt;
find . -name 'hp_catfile' 'hp_catlock' -depth -print | tee -a /tmp/hp.cats&lt;br /&gt;
find . -name 'hp_catfile' -name 'hp_catlock' -depth -print | tee -a /tmp/hp.cats&lt;br /&gt;
find . -name 'hp_cat*' -depth -print | tee -a /tmp/hp.cats&lt;br /&gt;
find . -name 'hp_cat[fl]*' -depth -print | tee -a /tmp/hp.cats&lt;br /&gt;
find /raid -name 'hp_cat[fl]*' -depth -print&lt;br /&gt;
find . \! -name '*.Z' -exec compress -f {} \;&lt;br /&gt;
find . -name '*' -exec compress -f {} \;&lt;br /&gt;
find . -xdev -name "wshp1*" -print&lt;br /&gt;
find . -xdev -name "wagoneer*" -print&lt;br /&gt;
find . -name "xcmd" -depth -print&lt;br /&gt;
find /usr/contrib/src -name "xcmd" -depth -print&lt;br /&gt;
find /raid -type d -name ".local_sd_customize" -exec ls {} \; &lt;br /&gt;
find /raid -type d -name ".local_sd_customize" \&lt;br /&gt;
&amp;nbsp;&amp;nbsp; -exec cp /raid/04d/MCAD-apps/I_Custom/SD_custom/site_sd_customize/user_filer_project_dirs {} \;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-744901519160917272?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/7AHVrabBmy4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/744901519160917272/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=744901519160917272" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/744901519160917272?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/744901519160917272?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/7AHVrabBmy4/find-usage.html" title="FIND usage" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2010/02/find-usage.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEQFSXwyfyp7ImA9WxRXGE8.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-5067044269218813424</id><published>2008-10-19T10:13:00.003+04:00</published><updated>2008-10-24T09:31:58.297+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-24T09:31:58.297+04:00</app:edited><title>QS Top Universities: ITB in rank #90</title><content type="html">BANDUNG Institute of Technology Indonesia (ITB) in ranking #90.&lt;br /&gt;&lt;br /&gt;MIT is the top most.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.topuniversities.com/worlduniversityrankings/results/2008/subject_rankings/technology/"&gt;QS Top Universities: University rankings in Technology&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Complete list is following:&lt;br /&gt;&lt;br /&gt;&lt;table summary="Table featuring results from the Times Higher Education - QS World University Rankings 2008" style="margin-top: 0px;" class="rank_table" border="0" cellpadding="0" cellspacing="0" width="100%"&gt;&lt;thead&gt;&lt;tr&gt;&lt;th class="firstcol"&gt;Subject Rank&lt;/th&gt;&lt;th style="text-align: left;"&gt;School Name&lt;/th&gt;&lt;th style="text-align: left;"&gt;Country&lt;/th&gt;&lt;th class="data lastcol"&gt;Subject Score&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tfoot&gt;&lt;tr&gt;&lt;td colspan="4"&gt;&lt;strong&gt;Source:&lt;/strong&gt; QS Quacquarelli Symonds (&lt;a href="http://www.topuniversities.com/" target="_blank"&gt;www.topuniversities.com&lt;/a&gt;)&lt;br /&gt;Copyright © 2004-2008 QS Quacquarelli Symonds Ltd.&lt;br /&gt;&lt;a href="http://www.topuniversities.com/copyright" target="_blank"&gt;Click here for copyright and limitations on use.&lt;/a&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/tfoot&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="rank"&gt;1 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/massachusettsinstitutetechnologymit"&gt;MASSACHUSETTS Institute of Technology (M...&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;100.0&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;2 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitycaliforniaberkeley"&gt;University of California, BERKELEY&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;93.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;3 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/stanforduniversity"&gt;STANFORD University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;85.3&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;4 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/californiainstitutetechnologycaltech"&gt;CALIFORNIA Institute of Technology (Calt...&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;81.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;5 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitycambridge"&gt;University of CAMBRIDGE&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United Kingdom&lt;/td&gt;&lt;td class="data"&gt;76.2&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;6 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/carnegiemellonuniversity"&gt;CARNEGIE MELLON University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;71.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;7 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/imperialcollegelondon"&gt;IMPERIAL College London&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United Kingdom&lt;/td&gt;&lt;td class="data"&gt;70.9&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;8 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/georgiainstitutetechnology"&gt;GEORGIA Institute of Technology&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;68.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;9 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitytokyo"&gt;University of TOKYO&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Japan&lt;/td&gt;&lt;td class="data"&gt;67.4&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;10 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitytoronto"&gt;University of TORONTO&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Canada&lt;/td&gt;&lt;td class="data"&gt;66.0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;11 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/nationaluniversitysingapore"&gt;National University of SINGAPORE(NUS)&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Singapore&lt;/td&gt;&lt;td class="data"&gt;64.5&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;12 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/tsinghuauniversity"&gt;TSINGHUA University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;China&lt;/td&gt;&lt;td class="data"&gt;63.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;13 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/ethzurichswissfederalinstitutetechnology"&gt;ETH Zurich (Swiss Federal Institute of T...&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Switzerland&lt;/td&gt;&lt;td class="data"&gt;63.1&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;14 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universityoxford"&gt;University of OXFORD&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United Kingdom&lt;/td&gt;&lt;td class="data"&gt;61.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;15 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/princetonuniversity"&gt;PRINCETON University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;61.5&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;16 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitycalifornialosangelesucla"&gt;University of CALIFORNIA, Los Angeles (U...&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;61.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;17 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/delftuniversitytechnology"&gt;DELFT University of Technology&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Netherlands&lt;/td&gt;&lt;td class="data"&gt;60.4&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;18 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/mcgilluniversity"&gt;MCGILL University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Canada&lt;/td&gt;&lt;td class="data"&gt;60.1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;19 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/harvarduniversity"&gt;HARVARD University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;59.6&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;20 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universityillinois"&gt;University of ILLINOIS&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;58.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;21 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/tokyoinstitutetechnology"&gt;TOKYO Institute of Technology&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Japan&lt;/td&gt;&lt;td class="data"&gt;57.0&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;22= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/kyotouniversity"&gt;KYOTO University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Japan&lt;/td&gt;&lt;td class="data"&gt;56.8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;22= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitybritishcolombia"&gt;University of BRITISH COLUMBIA&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Canada&lt;/td&gt;&lt;td class="data"&gt;56.8&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;24= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/cornelluniversity"&gt;CORNELL University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;56.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;24= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/hongkonguniversitysciencetechnology"&gt;HONG KONG University of Science &amp;amp; Techno...&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Hong Kong&lt;/td&gt;&lt;td class="data"&gt;56.4&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;26 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/nanyangtechnologicaluniversity"&gt;NANYANG Technological University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Singapore&lt;/td&gt;&lt;td class="data"&gt;55.2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;27 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitynewsouthwales"&gt;University of NEW SOUTH WALES&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Australia&lt;/td&gt;&lt;td class="data"&gt;54.7&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;28 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitymelbourne"&gt;The University of MELBOURNE&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Australia&lt;/td&gt;&lt;td class="data"&gt;54.4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;29 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/technionisraelinstitutetechnology"&gt;TECHNION - Israel Institute of Technolog...&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Israel&lt;/td&gt;&lt;td class="data"&gt;54.1&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;30 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitywaterloo"&gt;University of WATERLOO&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Canada&lt;/td&gt;&lt;td class="data"&gt;53.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;31 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/ecolepolytechnique"&gt;ÉCOLE POLYTECHNIQUE&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;France&lt;/td&gt;&lt;td class="data"&gt;52.6&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;32 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitytexasataustin"&gt;University of TEXAS at Austin&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;52.0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;33 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/purdueuniversity"&gt;PURDUE University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;50.9&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;34 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/koreaadvancedinstitutesciencetechnology"&gt;KAIST - Korea Advanced Institute of Scie...&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Korea, South&lt;/td&gt;&lt;td class="data"&gt;50.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;35 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitycaliforniasandiego"&gt;University of CALIFORNIA, San Diego&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;50.3&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;36= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/indianinstitutetechnologybombayiitb"&gt;Indian Institute of Technology Bombay (I...&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;India&lt;/td&gt;&lt;td class="data"&gt;49.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;36= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/australiannationaluniversity"&gt;AUSTRALIAN National University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Australia&lt;/td&gt;&lt;td class="data"&gt;49.9&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;38= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitymichigan"&gt;University of MICHIGAN&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;49.2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;38= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/pekinguniversity"&gt;PEKING University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;China&lt;/td&gt;&lt;td class="data"&gt;49.2&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;40 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/technischeuniversitaetmuenchen"&gt;Technische Universität MÜNCHEN&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Germany&lt;/td&gt;&lt;td class="data"&gt;48.7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;41 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitysydney"&gt;The University of SYDNEY&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Australia&lt;/td&gt;&lt;td class="data"&gt;48.0&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;42 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/indianinstitutetechnologydelhiiitd"&gt;Indian Institute of Technology Delhi (II...&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;India&lt;/td&gt;&lt;td class="data"&gt;47.7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;43 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/seoulnationaluniversity"&gt;SEOUL National University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Korea, South&lt;/td&gt;&lt;td class="data"&gt;46.0&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;44 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/ecolepolytechniquefederaledelausanne"&gt;Ecole Polytechnique Fédérale de LAUSANNE...&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Switzerland&lt;/td&gt;&lt;td class="data"&gt;45.2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;45 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitymanchester"&gt;University of MANCHESTER&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United Kingdom&lt;/td&gt;&lt;td class="data"&gt;44.8&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;46 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universityalberta"&gt;University of ALBERTA&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Canada&lt;/td&gt;&lt;td class="data"&gt;44.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;47 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/monashuniversity"&gt;MONASH University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Australia&lt;/td&gt;&lt;td class="data"&gt;44.3&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;48 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/shanghaijiaotonguniversity"&gt;SHANGHAI JIAO TONG University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;China&lt;/td&gt;&lt;td class="data"&gt;43.8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;49= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitysciencetechnologychina"&gt;University of Science and Technology of ...&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;China&lt;/td&gt;&lt;td class="data"&gt;42.3&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;49= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/nationaltaiwanuniversity"&gt;National TAIWAN University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Taiwan&lt;/td&gt;&lt;td class="data"&gt;42.3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;49= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/eindhovenuniversitytechnology"&gt;EINDHOVEN University of Technology&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Netherlands&lt;/td&gt;&lt;td class="data"&gt;42.3&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;49= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/osakauniversity"&gt;OSAKA University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Japan&lt;/td&gt;&lt;td class="data"&gt;42.3&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;53 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/texasamuniversity"&gt;TEXAS A&amp;amp;M University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;41.8&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;54 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/kthroyalinstitutetechnology"&gt;KTH, ROYAL Institute of Technology&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Sweden&lt;/td&gt;&lt;td class="data"&gt;41.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;55 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/chalmersuniversitytechnology"&gt;CHALMERS University of Technology&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Sweden&lt;/td&gt;&lt;td class="data"&gt;41.3&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;56= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universityauckland"&gt;The University of AUCKLAND&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;New Zealand&lt;/td&gt;&lt;td class="data"&gt;40.8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;56= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/katholiekeuniversiteitleuven"&gt;Katholieke Universiteit LEUVEN &lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Belgium&lt;/td&gt;&lt;td class="data"&gt;40.8&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;58 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/yaleuniversity"&gt;YALE University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;40.7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;59 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/virginiapolytechnicinstitutevirginiatech"&gt;Virginia Polytechnic Institute (VIRGINIA...&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;40.4&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;60 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universityedinburgh"&gt;University of EDINBURGH&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United Kingdom&lt;/td&gt;&lt;td class="data"&gt;40.2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;61 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universityqueensland"&gt;University of QUEENSLAND&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Australia&lt;/td&gt;&lt;td class="data"&gt;40.0&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;62 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitycaliforniasantabarbara"&gt;University of CALIFORNIA, Santa Barbara&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;39.8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;63= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/politecnicomilano"&gt;Politecnico di MILANO&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Italy&lt;/td&gt;&lt;td class="data"&gt;39.5&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;63= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/columbiauniversity"&gt;COLUMBIA University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;39.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;65 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/technischeuniversitaetberlin"&gt;Technische Universität BERLIN&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Germany&lt;/td&gt;&lt;td class="data"&gt;39.3&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;66 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/rensselaerpolytechnicinstitute"&gt;RENSSELAER Polytechnic Institute&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;38.7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;67 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/johnshopkinsuniversity"&gt;JOHNS HOPKINS University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;38.5&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;68 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitaetstuttgart"&gt;Universität STUTTGART&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Germany&lt;/td&gt;&lt;td class="data"&gt;38.0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;69 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universityhongkong"&gt;University of HONG KONG&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Hong Kong&lt;/td&gt;&lt;td class="data"&gt;37.3&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;70= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/indianinstitutetechnologykanpuriitk"&gt;Indian Institute of Technology Kanpur (I...&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;India&lt;/td&gt;&lt;td class="data"&gt;37.1&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;70= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/rheinischwestfaelischetechnischehochschuleaachen"&gt;Rheinisch-Westfälische Technische Hochsc...&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Germany&lt;/td&gt;&lt;td class="data"&gt;37.1&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;72 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitaetkarlsruhe"&gt;Universität KARLSRUHE&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Germany&lt;/td&gt;&lt;td class="data"&gt;37.0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;73 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitywisconsinmadison"&gt;University of WISCONSIN-Madison&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;36.9&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;74= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/indianinstitutetechnologymadrasiitm"&gt;Indian Institute of Technology Madras (I...&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;India&lt;/td&gt;&lt;td class="data"&gt;36.0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;74= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/chineseuniversityhongkong"&gt;The CHINESE University of Hong Kong&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Hong Kong&lt;/td&gt;&lt;td class="data"&gt;36.0&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;76 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/viennauniversitytechnology"&gt;VIENNA University of Technology&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Austria&lt;/td&gt;&lt;td class="data"&gt;35.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;77 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/technicaluniversitydenmark"&gt;Technical University of DENMARK&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Denmark&lt;/td&gt;&lt;td class="data"&gt;35.8&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;78 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitypennsylvania"&gt;University of PENNSYLVANIA&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;35.0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;79= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/mcmasteruniversity"&gt;MCMASTER University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Canada&lt;/td&gt;&lt;td class="data"&gt;34.9&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;79= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/pennsylvaniastateuniversity"&gt;PENNSYLVANIA STATE University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;34.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;81= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitymaryland"&gt;University of MARYLAND&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;34.6&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;81= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/northwesternuniversity"&gt;NORTHWESTERN University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;34.6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;83= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitychicago"&gt;University of CHICAGO&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;34.5&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;83= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/indianinstitutetechnologykharagpuriitkgp"&gt;Indian Institute of Technology Kharagpur...&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;India&lt;/td&gt;&lt;td class="data"&gt;34.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;85 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitywashington"&gt;University of WASHINGTON&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;34.3&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;86 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/chulalongkornuniversity"&gt;CHULALONGKORN University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Thailand&lt;/td&gt;&lt;td class="data"&gt;34.0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;87= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitysoutherncalifornia"&gt;University of SOUTHERN CALIFORNIA&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;33.9&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;87= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitymontreal"&gt;Université de Montréal&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Canada&lt;/td&gt;&lt;td class="data"&gt;33.9&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;89 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/cityuniversityhongkong"&gt;CITY University of Hong Kong&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Hong Kong&lt;/td&gt;&lt;td class="data"&gt;33.7&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;90= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/bandunginstitutetechnology"&gt;BANDUNG Institute of Technology&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Indonesia&lt;/td&gt;&lt;td class="data"&gt;33.5&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;90= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitycalgary"&gt;University of CALGARY&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Canada&lt;/td&gt;&lt;td class="data"&gt;33.5&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;92 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/fudanuniversity"&gt;FUDAN University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;China&lt;/td&gt;&lt;td class="data"&gt;33.2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;93 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/brownuniversity"&gt;BROWN University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United States&lt;/td&gt;&lt;td class="data"&gt;33.1&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;94= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/rmituniversity"&gt;RMIT University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Australia&lt;/td&gt;&lt;td class="data"&gt;33.0&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;94= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/helsinkiuniversitytechnologytkk"&gt;HELSINKI University of Technology TKK&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Finland&lt;/td&gt;&lt;td class="data"&gt;33.0&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;96= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitycollegelondonucl"&gt;UCL (University College London)&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United Kingdom&lt;/td&gt;&lt;td class="data"&gt;32.8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;96= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitysouthampton"&gt;University of SOUTHAMPTON&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United Kingdom&lt;/td&gt;&lt;td class="data"&gt;32.8&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;98= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/tohokuuniversity"&gt;TOHOKU University&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;Japan&lt;/td&gt;&lt;td class="data"&gt;32.7&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="rank"&gt;98= &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/universitybirmingham"&gt;University of BIRMINGHAM&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;United Kingdom&lt;/td&gt;&lt;td class="data"&gt;32.7&lt;/td&gt;&lt;/tr&gt;&lt;tr class="alternate"&gt;&lt;td class="rank"&gt;100 &lt;/td&gt;&lt;td class="label"&gt;&lt;a href="http://www.topuniversities.com/schools/data/school_profile/default/ecolenormalesuperieureparis"&gt;École Normale Supérieure, PARIS&lt;/a&gt;&lt;/td&gt;&lt;td class="label" nowrap="true"&gt;France&lt;/td&gt;&lt;td class="data"&gt;32.4&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;ITB : Institut Teknologi Bandung (www.itb.ac.id)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-5067044269218813424?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/3tduN-C6bFk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/5067044269218813424/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=5067044269218813424" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/5067044269218813424?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/5067044269218813424?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/3tduN-C6bFk/qs-top-universities-university-rankings.html" title="QS Top Universities: ITB in rank #90" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/10/qs-top-universities-university-rankings.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk4CR3g7eCp7ImA9WxRQFUg.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-7541261639633815708</id><published>2008-10-09T16:22:00.001+04:00</published><updated>2008-10-09T16:22:46.600+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-09T16:22:46.600+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="solaris" /><title>Disable sendmail on Solaris 9</title><content type="html">I got problem in one of our server that there are thousands of &lt;span style="font-weight: bold;"&gt;sendmail &lt;/span&gt;process running and calling another process mail.local which blocked any access to this server.&lt;br /&gt;&lt;br /&gt;root@server1 # ps -ef |grep mail.local | wc -l&lt;br /&gt;   6503&lt;br /&gt;&lt;br /&gt;Killing those processes has recovered access to the server:&lt;br /&gt;pkill -9 sendmail&lt;br /&gt;pkill -9 mail.local&lt;br /&gt;&lt;br /&gt;But, in order to prevent same problem, disabling sendmail is required.&lt;br /&gt;&lt;br /&gt;The more detail of sendmail is following....&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;sendmail &lt;/span&gt;is a service started at boot time through the rc mechanism. Have a look at the /etc/rc*.d directories for startup scripts.&lt;br /&gt;&lt;br /&gt;mv /etc/rc2.d/S88sendmail /etc/rc2.d/s88sendmail&lt;br /&gt;&lt;br /&gt;Only scripts that start with an upper case S are started at boot time.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-7541261639633815708?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/FYk4YOEci3Y" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/7541261639633815708/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=7541261639633815708" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/7541261639633815708?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/7541261639633815708?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/FYk4YOEci3Y/disable-sendmail-on-solaris-9_09.html" title="Disable sendmail on Solaris 9" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/10/disable-sendmail-on-solaris-9_09.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUAFSHw5fSp7ImA9WxRQFUk.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-8593664679755425540</id><published>2008-10-09T14:21:00.000+04:00</published><updated>2008-10-09T14:21:59.225+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-09T14:21:59.225+04:00</app:edited><title>kidung.com</title><content type="html">&lt;a href="http://www.kidung.com/"&gt;kidung.com - Lirik Lagu Rohani &amp;amp; Chord Lagu Pujian &amp;amp; Penyembahan&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you want to know Christian song, including lyrics, chord, then check this out! Besides Indonesian, there is English song too.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-8593664679755425540?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/4dxXPQZNeG0" height="1" width="1"/&gt;</content><link rel="related" href="http://www.kidung.com/" title="kidung.com" /><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/8593664679755425540/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=8593664679755425540" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/8593664679755425540?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/8593664679755425540?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/4dxXPQZNeG0/kidungcom.html" title="kidung.com" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/10/kidungcom.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUAGSXY9fyp7ImA9WxRQFU8.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-9157399537768785939</id><published>2008-10-09T08:48:00.000+04:00</published><updated>2008-10-09T08:48:48.867+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-09T08:48:48.867+04:00</app:edited><title>Google Diaspora</title><content type="html">&lt;a href="http://www.esquire.com/print-this/google-diaspora-1008"&gt;Print The Google Diaspora&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;"In that garage, Sergey Brin and Larry Page built their empire on the basis of a simple and powerful idea that now seems obvious: Create a better search engine by taking into account not just a page's content but also its connectedness. The most popular pages would show up ahead of the lonelier pages in search results. This idea was so central to the Google experiment that its demo-stage name was 'BackRub,' as in, 'You rub my site's back, I'll rub yours.' It's this same basic idea that drives interest in the Google diaspora. Not only are Xooglers bright, entrepreneurial, and wealthy, but their links to one another and to Google endow them with a real-world ranking bonus--VC doors open wider; the press is more intrigued."&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The guys are working today on a one-page mission statement that they intend to send out to all their investors. They show the draft to me, ask for my comments. One of the key lines reads: &lt;/p&gt;&lt;p&gt;"Within the software/Internet sector, we are focused on early-stage investment opportunities supported by one or more of our three major investment themes: algorithm-intensive solutions, multisided aggregation platforms, and next-generation productivity solutions."&lt;/p&gt;&lt;p&gt;I point out that the word&lt;i&gt; solutions&lt;/i&gt; is used twice and offer that, in general, the term "next-generation" is used so often, it's basically useless. They change the line, replacing the first &lt;i&gt;solutions&lt;/i&gt; with &lt;i&gt;services,&lt;/i&gt; and writing "Web-centric" in place of "next-generation." &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-9157399537768785939?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/oMwpRVUOFlY" height="1" width="1"/&gt;</content><link rel="related" href="http://www.esquire.com/print-this/google-diaspora-1008" title="Google Diaspora" /><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/9157399537768785939/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=9157399537768785939" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/9157399537768785939?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/9157399537768785939?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/oMwpRVUOFlY/google-diaspora.html" title="Google Diaspora" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/10/google-diaspora.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08EQXk5eip7ImA9WxRQEUw.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-6472490386986591638</id><published>2008-10-04T14:15:00.005+04:00</published><updated>2008-10-04T14:23:20.722+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-04T14:23:20.722+04:00</app:edited><title>Missed dialed number for internet access via GPRS/ 3G</title><content type="html">In the past 3 days, I really need wireless internet access. Not via WIFI as it is not widely available, but via GPRS / 3G.&lt;br /&gt;&lt;br /&gt;I have been tried it on may laptop in peered with with my E90 and K800i. Both were working perfectly.&lt;br /&gt;&lt;br /&gt;I missed the dialed code, so this post should force me to remember the detail and would never forget it again.&lt;br /&gt;&lt;br /&gt;The dialed code format is *99***cid#, where cid is the GPRS/3G connection id.&lt;br /&gt;&lt;br /&gt;In my case cid is 3, so full dialed code is *99***3#. Note that it is three consecutive stars. I have tried with two stars and didn't work.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-6472490386986591638?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/rLzCPBRIfbk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/6472490386986591638/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=6472490386986591638" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/6472490386986591638?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/6472490386986591638?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/rLzCPBRIfbk/missed-dialled-number-for-internet.html" title="Missed dialed number for internet access via GPRS/ 3G" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/10/missed-dialled-number-for-internet.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUcNQnk6fyp7ImA9WxRRFUo.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-4865442766260493768</id><published>2008-09-27T18:13:00.001+04:00</published><updated>2008-09-28T07:38:13.717+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-28T07:38:13.717+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="python" /><title>This is my current favorite Python editor</title><content type="html">I meant "current" as it may change later on.&lt;br /&gt;&lt;br /&gt;http://pype.sourceforge.net/index.shtml&lt;br /&gt;&lt;br /&gt;PyPE (Python Programmers' Editor) is an editor written in &lt;a href="http://www.python.org/"&gt;Python&lt;/a&gt; with the &lt;a href="http://www.wxpython.org/"&gt;wxPython&lt;/a&gt; GUI toolkit.  Releases occur when sufficient (or extraordinary) bugs are fixed, features are added, etc.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-4865442766260493768?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/F11pGvWyt2A" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/4865442766260493768/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=4865442766260493768" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/4865442766260493768?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/4865442766260493768?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/F11pGvWyt2A/this-is-my-current-favorite-python.html" title="This is my current favorite Python editor" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/09/this-is-my-current-favorite-python.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYFSXw9fip7ImA9WxRREkg.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-1405434570760662094</id><published>2008-09-24T15:33:00.004+04:00</published><updated>2008-09-24T15:51:58.266+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-24T15:51:58.266+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="dubai" /><title>Back to Dubai (from holiday)</title><content type="html">I was idle for almost 2 months already, and now trying to post something.&lt;br /&gt;&lt;br /&gt;I come back to Dubai around 3 weeks ago, after spending 3 weeks holiday in Indonesia (Jakarta/Depok, Sumatera Utara - Medan, Pulo Raja, Siantar, Parapat / Samosir Island / Toba Lake, Sidikalang, Brastagi), also 3 days in Kuala Lumpur - Malaysia.&lt;br /&gt;&lt;br /&gt;It was a long trip we spent with whole family. Quite tired but happy for what GOD has given.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_llw5qYoSTF8/SNoo8dlzXpI/AAAAAAAADAI/8IowaoSkGe8/s1600-h/DSC02638+%28Medium%29.JPG"&gt;&lt;img style="cursor: pointer;" src="http://1.bp.blogspot.com/_llw5qYoSTF8/SNoo8dlzXpI/AAAAAAAADAI/8IowaoSkGe8/s320/DSC02638+%28Medium%29.JPG" alt="" id="BLOGGER_PHOTO_ID_5249553334854180498" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;(We stands on Samosir Island and Toba Lake)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Back to Dubai, we have to spend few days to clean the house. Hmm... letting the AC down, let lots of microbes grows at clothes, carpet.&lt;br /&gt;&lt;br /&gt;Also quite busy with preparing my two lovely kids for their new school.&lt;br /&gt;&lt;br /&gt;Also preparing visa stamping for their residence, including getting medical test. I finally decided to bring my wife to get medical test in Al Baraha Hospital. It is a government hospital which result must be accepted by DNR Dubai. There is another option:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Al Maktoum Hospital (it is quite bad, although cheapest AED 270).&lt;/li&gt;&lt;li&gt;Iranian Hospital (I heard some news that it will be accepted, but as I don't want to take any risk then I go to Al-Baraha.&lt;/li&gt;&lt;li&gt;Municipality Clinic (there was new in Gulfnews.com that it was rejected for some reason).&lt;/li&gt;&lt;/ul&gt;That's about it for now... I will try to post again later.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;~JVS&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-1405434570760662094?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/oJX4FnGerpw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/1405434570760662094/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=1405434570760662094" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/1405434570760662094?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/1405434570760662094?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/oJX4FnGerpw/back-to-dubai-from-holiday.html" title="Back to Dubai (from holiday)" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_llw5qYoSTF8/SNoo8dlzXpI/AAAAAAAADAI/8IowaoSkGe8/s72-c/DSC02638+%28Medium%29.JPG" height="72" width="72" /><thr:total>2</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/09/back-to-dubai-from-holiday.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0MERnw4eCp7ImA9WxdUEUU.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-7019539618750559623</id><published>2008-07-28T00:10:00.000+04:00</published><updated>2008-07-28T00:10:07.230+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-07-28T00:10:07.230+04:00</app:edited><title>sman1mdn-91 · Alumni SMAN 1 Medan - 1991</title><content type="html">&lt;a href="http://groups.yahoo.com/group/sman1mdn-91/messages"&gt;&lt;/a&gt;Today, I am looking at my yahoo account and found already lost of emails coming from my older friends. Arggh... 17 years ago. It is always nice to met old friends, talking about fun memories.&lt;br /&gt;&lt;br /&gt;Thanks to Hasbi for organizing the milist.&lt;br /&gt;Thanks to Aulia "Unung" Arif for adding me to the list.&lt;br /&gt;Thanks to Togap for managing the gathering in CITOS, Jakarta.&lt;br /&gt;&lt;br /&gt;Teringat Abner "Tungir"... Hehehee... Kawan-kawan pramuka banyak juga. Banyak juga yang ketemu di Bandung... Banyak yang kuliah di ITB, Unpad (Padjajaran), STT Telkom. Hehehe....&lt;br /&gt;&lt;br /&gt;Tungir bersaudara: Susila Shane + Emila Zola &amp;amp; Bastian... para pendekar Telkom :)&lt;br /&gt;&lt;br /&gt;Unung sama Lia... kita udah beberapa kali jumpa di Dubai. Yang lain... ayo... pindah ke Dubai???!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-7019539618750559623?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/jEn4RTwOhNA" height="1" width="1"/&gt;</content><link rel="related" href="http://groups.yahoo.com/group/sman1mdn-91/messages" title="sman1mdn-91 · Alumni SMAN 1 Medan - 1991" /><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/7019539618750559623/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=7019539618750559623" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/7019539618750559623?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/7019539618750559623?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/jEn4RTwOhNA/sman1mdn-91-alumni-sman-1-medan-1991.html" title="sman1mdn-91 · Alumni SMAN 1 Medan - 1991" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/07/sman1mdn-91-alumni-sman-1-medan-1991.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0IBQngyeip7ImA9WxdVGUU.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-5609945979033074565</id><published>2008-07-25T15:31:00.001+04:00</published><updated>2008-07-25T15:32:33.692+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-07-25T15:32:33.692+04:00</app:edited><title>Is DNA test that expensive!</title><content type="html">&lt;a href="http://www.detiknews.com/read/2008/07/25/171900/978025/10/bripda-janes-napitupulu-ingkar-janji-tidak-mau-tes-dna"&gt;detikNews : situs warta era digital | Bripda Janes Napitupulu Ingkar Janji, Tidak Mau Tes DNA&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It was said that the cheapest DNA test costs Rp 60,000,000 (USD 6500). It has to be done in Medan or Jakarta. Too expensive!&lt;br /&gt;&lt;br /&gt;Don't know what is the cost in Singapore or Malaysia.&lt;br /&gt;&lt;br /&gt;Is DNA test really that expensive??!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-5609945979033074565?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/i1Uj7aWd7jI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/5609945979033074565/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=5609945979033074565" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/5609945979033074565?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/5609945979033074565?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/i1Uj7aWd7jI/is-dna-test-that-expensive.html" title="Is DNA test that expensive!" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/07/is-dna-test-that-expensive.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0cESHo8cSp7ImA9WxdVFE0.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-2131303925300926918</id><published>2008-07-18T20:58:00.003+04:00</published><updated>2008-07-18T21:10:09.479+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-07-18T21:10:09.479+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="live" /><title>Your steadfast love</title><content type="html">14 years ago, on 1994 I was servicing PMK (Christian Fellorship) gathering as Song Leader, and this beautiful song is one of them.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-weight: bold;"&gt;Your Steadfast Love&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Your steadfast love extends to the heavens&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Your faithfulness reaches to the clouds&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Your righteousness is like majestic mountains&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;And your wisdom like the depths of the sea&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;And you come to me&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Filling my heat with your loving kindness&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;I find my peace in the shadow of your wings&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;I eat my fill from the abundance of your household&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;And I drink from the streams of rejoicing&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;You are my king&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;You are my king&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;You are my king&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;You are my king&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/13187272-2131303925300926918?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/B4CeIaFomvM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/2131303925300926918/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=2131303925300926918" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/2131303925300926918?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/2131303925300926918?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/B4CeIaFomvM/your-steadfast-love.html" title="Your steadfast love" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/07/your-steadfast-love.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkcNSHo4cSp7ImA9WxdXGU4.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-4018509258085891730</id><published>2008-07-01T21:41:00.000+04:00</published><updated>2008-07-01T21:41:39.439+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-07-01T21:41:39.439+04:00</app:edited><title>Diary of a Failed Startup: Postmortem</title><content type="html">&lt;a href="http://diffle-history.blogspot.com/2008/06/postmortem.html"&gt;Diary of a Failed Startup: Postmortem&lt;/a&gt;: "Solve a problem, not a class of problems. Only after you've thoroughly solved that problem can you work on expanding it. Really, it's okay to not have your product do everything, as long as it does something well."&lt;br /&gt;&lt;br /&gt;Solve a problem, one problem first. Then expand it.&lt;br /&gt;&lt;br /&gt;Be yourself. Do the what matters most now.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-4018509258085891730?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/2jPNrBOLJu8" height="1" width="1"/&gt;</content><link rel="related" href="http://diffle-history.blogspot.com/2008/06/postmortem.html" title="Diary of a Failed Startup: Postmortem" /><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/4018509258085891730/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=4018509258085891730" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/4018509258085891730?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/4018509258085891730?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/2jPNrBOLJu8/diary-of-failed-startup-postmortem.html" title="Diary of a Failed Startup: Postmortem" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/07/diary-of-failed-startup-postmortem.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0AMQno_fCp7ImA9WxdTEUs.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-809035161680436445</id><published>2008-05-07T16:01:00.001+04:00</published><updated>2008-05-07T16:03:03.444+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-05-07T16:03:03.444+04:00</app:edited><title>Veritas 4.1 is not Jumpstart compliant</title><content type="html">Look at:&lt;br /&gt;&lt;br /&gt;http://seer.entsupport.symantec.com/docs/286878.htm&lt;br /&gt;&lt;br /&gt;Veritas 5.0 will be complaint.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-809035161680436445?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/Rh5OvjVuDwk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/809035161680436445/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=809035161680436445" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/809035161680436445?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/809035161680436445?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/Rh5OvjVuDwk/veritas-41-is-not-jumpstart-compliant.html" title="Veritas 4.1 is not Jumpstart compliant" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/05/veritas-41-is-not-jumpstart-compliant.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkcCQH84eCp7ImA9WxZbFE4.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-5880430313033978184</id><published>2008-04-17T14:52:00.002+04:00</published><updated>2008-04-17T15:01:01.130+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-04-17T15:01:01.130+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title>KeePassX - multi platform port of KeePass Password Safe</title><content type="html">I am a user of &lt;a href="http://www.keepass.info/"&gt;KeePass &lt;/a&gt;since 2004 for managing hosts and its related information. It has help me for such long time to manage Production / Testbed server in Excelcom, Hutchison, and now du. I don't have to remember all password. I don't have to type-in password each time want to login to server.&lt;br /&gt;&lt;br /&gt;Lately, I found that its porting to Linux has reach satisfying look and feel as the original Windows one. It is &lt;a href="http://www.keepassx.org/"&gt;KeePassX&lt;/a&gt;. I use it in my Ubuntu machine (virtual one, as I use VMWare on top my Windows XP).&lt;br /&gt;&lt;br /&gt;It is nice to have same tool on multi platform environment like I have.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-5880430313033978184?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/W9ubLCQAJRE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/5880430313033978184/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=5880430313033978184" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/5880430313033978184?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/5880430313033978184?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/W9ubLCQAJRE/keepassx-multi-platform-port-of-keepass.html" title="KeePassX - multi platform port of KeePass Password Safe" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/04/keepassx-multi-platform-port-of-keepass.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0ADQ3s9fyp7ImA9WxZUFk8.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-2956226918673571127</id><published>2008-04-08T08:29:00.004+04:00</published><updated>2008-04-08T08:42:52.567+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-04-08T08:42:52.567+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="erlang" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title>Building Erlang on Ubuntu</title><content type="html">Here is my experience in building Erlang from source on Ubuntu 6.&lt;br /&gt;&lt;br /&gt;The step is following:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;From your home directory, get the Erlang source: &lt;b&gt;wget http://www.erlang.org/download/otp_src_R11B-5.tar.gz&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Unpack it: &lt;b&gt;tar -xzf otp_src_R11B-5.tar.gz&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Get a working gcc: &lt;b&gt;sudo apt-get install build-essential&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Get the ncurses development libraries: &lt;b&gt;sudo apt-get install libncurses5-dev&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Get m4: &lt;b&gt;sudo apt-get install m4&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Optionally, get the ssl libraries: &lt;b&gt;sudo apt-get install libssl-dev&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Go into the erlang source directory: &lt;b&gt;cd otp_src_R11B-5&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Run the configuration script: &lt;b&gt;./configure&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Compile it all: &lt;b&gt;make&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Install it: &lt;b&gt;sudo make install&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;First I tried for R11-5 source and it is working fine. I can execute 'erl' binary and get the shell.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;januarvs@kubuntuku:~/otp_src_R11B-5/bin$ ./erl&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Eshell V5.5.5  (abort with ^G)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;1&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Then to get the latest version, I tried for R12-1 and I got problem. The error after ‘make’ is below: &lt;p  style="font-family:courier new;"&gt;&lt;span style="font-size:85%;"&gt;januarvs@kubuntuku:~/otp_src_R12B-1$ make&lt;br /&gt;cd erts/emulator &amp;amp;&amp;amp; ERL_TOP=/home/januarvs/otp_src_R12B-1 make generate depend&lt;br /&gt;make[1]: Entering directory `/home/januarvs/otp_src_R12B-1/erts/emulator’&lt;br /&gt;make -f i686-pc-linux-gnu/Makefile generate&lt;br /&gt;make[2]: Entering directory `/home/januarvs/otp_src_R12B-1/erts/emulator’&lt;br /&gt;gcc -g -O3 -I/home/januarvs/otp_src_R12B-1/erts/i686-pc-linux-gnu -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DHAVE_CONFIG_H -Wall -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement -DUSE_THREADS -D_THREAD_SAFE -D_REENTRANT -D_POSIX_THREAD_SAFE_FUNCTIONS -Ibeam -Isys/unix -Isys/common -Ii686-pc-linux-gnu/opt/plain -Ii686-pc-linux-gnu -Izlib -Ihipe -I../include/internal -I../include/internal/i686-pc-linux-gnu -c hipe/hipe_mkliterals.c -o obj/i686-pc-linux-gnu/opt/plain/hipe_mkliterals.o&lt;br /&gt;hipe/hipe_mkliterals.c:388: error: \u2018X86_LEAF_WORDS\u2019 undeclared here (not in a function)&lt;br /&gt;hipe/hipe_mkliterals.c:389: error: \u2018X86_NR_ARG_REGS\u2019 undeclared here (not in a function)&lt;br /&gt;make[2]: *** [obj/i686-pc-linux-gnu/opt/plain/hipe_mkliterals.o] Error 1&lt;br /&gt;make[2]: Leaving directory `/home/januarvs/otp_src_R12B-1/erts/emulator’&lt;br /&gt;make[1]: *** [generate] Error 2&lt;br /&gt;make[1]: Leaving directory `/home/januarvs/otp_src_R12B-1/erts/emulator’&lt;br /&gt;make: *** [depend] Error 2&lt;br /&gt;januarvs@kubuntuku:~/otp_src_R12B-1$&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;br /&gt;I tried to build without hipe, by submitting ‘configure –disable-hipe’ but still not lucky.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-2956226918673571127?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/6rz9hSN5zzY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/2956226918673571127/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=2956226918673571127" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/2956226918673571127?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/2956226918673571127?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/6rz9hSN5zzY/building-erlang-on-ubuntu.html" title="Building Erlang on Ubuntu" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/04/building-erlang-on-ubuntu.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0AERHo-fyp7ImA9WxZUFUo.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-3022021342513045770</id><published>2008-04-07T17:14:00.000+04:00</published><updated>2008-04-07T17:41:45.457+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-04-07T17:41:45.457+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="erlang" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title>Erlang for Ubuntu</title><content type="html">Installing Erlang on Ubuntu Linux can be done in 2 ways:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1. Apt-get&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;For example, if you have &lt;span style="font-weight: bold;"&gt;gutsy&lt;/span&gt; (aka Ubuntu 7.10), then you can see all packages from http://packages.ubuntu.com/gutsy/interpreters/erlang.&lt;br /&gt;&lt;br /&gt;To get them, follow below instruction.&lt;br /&gt;&lt;br /&gt;First, ensure that the &lt;span style="font-weight: bold;"&gt;universe&lt;/span&gt; repository for gutsy is in your&lt;br /&gt;/etc/apt/sources.list.&lt;br /&gt;&lt;br /&gt;If is not already there, add this:&lt;br /&gt;&lt;br /&gt;   deb http://archive.ubuntu.com/ubuntu gutsy universe&lt;br /&gt;&lt;br /&gt;then run (as a root, from the terminal), apt-get update&lt;br /&gt;&lt;br /&gt;Secondly, you can get erlang, simply typing (again, as a root, from the terminal)&lt;br /&gt;&lt;br /&gt;   apt-get install erlang&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;But, Ubuntu built the packages based on old source R11B-1 at this time.&lt;br /&gt;&lt;br /&gt;januarvs@kubuntuku:~$ erl&lt;br /&gt;Erlang (BEAM) emulator version 5.5.1 [source] [async-threads:0] [kernel-poll:false]&lt;br /&gt;&lt;br /&gt;Eshell V5.5.1  (abort with ^G)&lt;br /&gt;1&gt;&lt;br /&gt;&lt;br /&gt;The current version is R12B-1 (5.6.1).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2. Build from source code&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The source code can be get from Erlang web site (http://www.erlang.org/download.html).&lt;br /&gt;&lt;br /&gt;This is the way to get latest version of Erlang on your Ubuntu Linux.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-3022021342513045770?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/MXDntK83IeA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/3022021342513045770/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=3022021342513045770" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/3022021342513045770?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/3022021342513045770?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/MXDntK83IeA/erlang-for-ubuntu.html" title="Erlang for Ubuntu" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/04/erlang-for-ubuntu.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEQFRH05fSp7ImA9WxZUEU8.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-6241849343880352864</id><published>2008-04-01T12:43:00.001+04:00</published><updated>2008-04-02T11:45:15.325+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-04-02T11:45:15.325+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="erlide" /><category scheme="http://www.blogger.com/atom/ns#" term="erlang" /><category scheme="http://www.blogger.com/atom/ns#" term="eclipse" /><title>Erlide - the Erlang IDE powered by Eclipse</title><content type="html">Yesterday, I started using &lt;a href="http://erlide.sourceforge.net/"&gt;Erlide&lt;/a&gt;, the Erlang IDE which powered by Eclipse. Eclipse is sophisticated open source editor initially for Java programming, but now has been extended to cover another language like C/C++, and now Erlang.&lt;br /&gt;&lt;br /&gt;Erlide is an extension on top of Eclipse for Erlang programming language. It gives project management, syntax highlight, more integrated environment with Erlang, and later will be integrated debugger. There are many more features that I can't mentioned due I don't remember right now :).&lt;br /&gt;&lt;br /&gt;It give console, but for me it doesn't work as expected. I can't run specific function on that console. I have also problem is executing Mnesia database.&lt;br /&gt;&lt;br /&gt;Overall, it is good to have Erlide especially in future, and it will still take time to be useful for daily work.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-6241849343880352864?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/IY8jTfFnchA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/6241849343880352864/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=6241849343880352864" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/6241849343880352864?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/6241849343880352864?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/IY8jTfFnchA/erlide-erlang-ide-powered-by-eclipse.html" title="Erlide - the Erlang IDE powered by Eclipse" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/04/erlide-erlang-ide-powered-by-eclipse.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cBRnw5fip7ImA9WxZVFUw.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-7766890124465816129</id><published>2008-03-26T10:47:00.001+04:00</published><updated>2008-03-26T11:04:17.226+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-03-26T11:04:17.226+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="dubai" /><title>Fire in National Cement Factory - Al Quoz Industrial 1</title><content type="html">There is a bad fire since morning in &lt;span style="font-weight: bold;"&gt;National Cement Factory&lt;/span&gt; in Al Quoz Industrial 1 area which is very close to Sheikh Zayed Road.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_llw5qYoSTF8/R-n1UAPdEAI/AAAAAAAAAC0/v4B0HSLCSe4/s1600-h/cement+factory.PNG"&gt;&lt;img style="cursor: pointer;" src="http://1.bp.blogspot.com/_llw5qYoSTF8/R-n1UAPdEAI/AAAAAAAAAC0/v4B0HSLCSe4/s320/cement+factory.PNG" alt="" id="BLOGGER_PHOTO_ID_5181942570277474306" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;First picture was taken from Sheikh Zayed Road&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_llw5qYoSTF8/R-nyJwPdD_I/AAAAAAAAACs/aa6eVGIsQ48/s1600-h/26032008028.jpg"&gt;&lt;img style="cursor: pointer;" src="http://4.bp.blogspot.com/_llw5qYoSTF8/R-nyJwPdD_I/AAAAAAAAACs/aa6eVGIsQ48/s320/26032008028.jpg" alt="" id="BLOGGER_PHOTO_ID_5181939095648931826" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This picture was taken from 313 Road (next to Al Quoz area).&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_llw5qYoSTF8/R-nx9wPdD-I/AAAAAAAAACk/5a2R959W1ls/s1600-h/26032008027.jpg"&gt;&lt;img style="cursor: pointer;" src="http://4.bp.blogspot.com/_llw5qYoSTF8/R-nx9wPdD-I/AAAAAAAAACk/5a2R959W1ls/s320/26032008027.jpg" alt="" id="BLOGGER_PHOTO_ID_5181938889490501602" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;When I drive from Al-Qusais, the sky is so dark just like ready for rain. Just after passing the Al-Quoz Industrial area, it is sunny again.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt;&lt;br /&gt;Pictures were taken while driving using Nokia Communicator E90 with 0.3 MB size which suitable for MMS.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-7766890124465816129?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/59XrepLW6Og" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/7766890124465816129/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=7766890124465816129" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/7766890124465816129?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/7766890124465816129?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/59XrepLW6Og/fire-in-national-cement-factory-al-quoz.html" title="Fire in National Cement Factory - Al Quoz Industrial 1" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_llw5qYoSTF8/R-n1UAPdEAI/AAAAAAAAAC0/v4B0HSLCSe4/s72-c/cement+factory.PNG" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/03/fire-in-national-cement-factory-al-quoz.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DE8HQXY-fCp7ImA9WxZVE08.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-4214204296752272874</id><published>2008-03-24T06:46:00.000+04:00</published><updated>2008-03-24T06:47:10.854+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-03-24T06:47:10.854+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="erlang" /><title>Factorial function</title><content type="html">Here is one of the very basic thing implemented in Erlang: Factorial function.&lt;br /&gt;&lt;br /&gt;&lt;tt&gt;-module(fac).&lt;br /&gt;-export([fac/1]).&lt;br /&gt;&lt;br /&gt;fac(0) -&gt; 1;&lt;br /&gt;fac(N) -&gt; N*fac(N-1).&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;In Pascal there are several construction to do looping e.g. repeat ... until, while ... do, for ... to ... do .... In Erlang those construction is not available. It is typical of not only Erlang but functional programming in general. If you see how the factorial function implemented above, you will realize that it has no difference with mathematical notation. That is the beauty of functional programming.&lt;br /&gt;&lt;br /&gt;Below is how to compile and execute the function in Windows.&lt;br /&gt;&lt;br /&gt;&lt;tt&gt;c:\MyWorks&gt;erl&lt;br /&gt;Eshell V5.6.1  (abort with ^G)&lt;br /&gt;1&gt; c(fac).&lt;br /&gt;{ok,fac}&lt;br /&gt;2&gt; fac:fac(16).&lt;br /&gt;20922789888000&lt;br /&gt;3&gt;&lt;br /&gt;&lt;/tt&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-4214204296752272874?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/t2_dA7yHj9Q" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/4214204296752272874/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=4214204296752272874" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/4214204296752272874?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/4214204296752272874?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/t2_dA7yHj9Q/factorial-function.html" title="Factorial function" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/03/factorial-function.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0cMR3kzcSp7ImA9WxZWGEQ.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-8385535254624266222</id><published>2008-03-15T19:54:00.002+04:00</published><updated>2008-03-19T07:58:06.789+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-03-19T07:58:06.789+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="dubai" /><title>Chowking in Dubai Outlet Mall</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_llw5qYoSTF8/R-CPNkQqmLI/AAAAAAAAACc/IVA3BqmmDOA/s1600-h/15032008016.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_llw5qYoSTF8/R-CPNkQqmLI/AAAAAAAAACc/IVA3BqmmDOA/s320/15032008016.jpg" alt="" id="BLOGGER_PHOTO_ID_5179297034710718642" border="0" /&gt;&lt;/a&gt;While I was in Excelcom, I used to go to Chowking in Ambassador Mall. Now, here in Dubai I continue the habit. I used to go there with my family.&lt;br /&gt;&lt;br /&gt;We can find other Chowking outlet in Dubai Airport, Karama, Al-Ghurair. Unfortunately, we can't find one in Deira City Center, Mall of The Emirates, or Ibn Batuta Mall.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-8385535254624266222?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/6VWUkppuGOI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/8385535254624266222/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=8385535254624266222" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/8385535254624266222?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/8385535254624266222?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/6VWUkppuGOI/chowing-in-dubai-outlet-mall_16.html" title="Chowking in Dubai Outlet Mall" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_llw5qYoSTF8/R-CPNkQqmLI/AAAAAAAAACc/IVA3BqmmDOA/s72-c/15032008016.jpg" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/03/chowing-in-dubai-outlet-mall_16.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C08HSX0yfip7ImA9WxZWFUo.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-2165227593679769207</id><published>2008-03-15T09:08:00.003+04:00</published><updated>2008-03-15T13:03:58.396+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-03-15T13:03:58.396+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="erlang" /><title>Erlang Programming for concurrent world</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_llw5qYoSTF8/R9taN0QqmJI/AAAAAAAAACI/AH0AR7Hz8Oo/s1600-h/jaerlang_small.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_llw5qYoSTF8/R9taN0QqmJI/AAAAAAAAACI/AH0AR7Hz8Oo/s320/jaerlang_small.jpg" alt="" id="BLOGGER_PHOTO_ID_5177831390005860498" border="0" /&gt;&lt;/a&gt;It has been 1 year since I started to learn &lt;a href="http://www.erlang.org/"&gt;Erlang&lt;/a&gt; programming seriously during my off-time. While there are no "night" call for &lt;a href="http://www.du.ae/"&gt;du&lt;/a&gt; project, I used to wake up at 5AM and spend around 2-3 hours to practice this language.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.erlang.org/"&gt;Erlang&lt;/a&gt; uses functional paradigm rather than procedural which is the most common language nowadays.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.erlang.org/"&gt;Erlang&lt;/a&gt; is not my first functional language. I had learned LISP several years ago. For me, functional paradigm is very interesting and promising.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-2165227593679769207?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/YCc-PPti7lU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/2165227593679769207/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=2165227593679769207" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/2165227593679769207?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/2165227593679769207?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/YCc-PPti7lU/erlang-programming-for-concurrent-world.html" title="Erlang Programming for concurrent world" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_llw5qYoSTF8/R9taN0QqmJI/AAAAAAAAACI/AH0AR7Hz8Oo/s72-c/jaerlang_small.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/03/erlang-programming-for-concurrent-world.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0QNQX88eSp7ImA9WxZWFE0.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-4784036145440668034</id><published>2008-03-13T15:53:00.000+04:00</published><updated>2008-03-13T15:56:30.171+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-03-13T15:56:30.171+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="virtualization" /><title>Virtualization software</title><content type="html">&lt;p&gt;First time, I was using VMWare Server to run Windows XP and Linux. Later, I use VMWare Workstation which has much better responsiveness while typing or moving mouse.&lt;/p&gt; &lt;p&gt;While running Linux on VMWare, I have to compile internal tool provided by VMWare in order to get smooth switching back and forward to VMWare.&lt;/p&gt; &lt;p&gt;There are lots of nice feature of VMWare Workstation, eg: ability to access host’s filesystem.&lt;/p&gt;&lt;p&gt;So far, I am successfully running Windows XP, Linux Ubuntu on my VMWare. I was trying to setup OS X, but can't find or create the image.  Also, I have no chance yet to get Solaris running. Maybe I will try Solaris 10 for X86. I have got the DVD source and ready to install it on my VMWare.&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-4784036145440668034?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/67eN26UC2Us" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/4784036145440668034/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=4784036145440668034" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/4784036145440668034?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/4784036145440668034?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/67eN26UC2Us/virtualization-software.html" title="Virtualization software" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/03/virtualization-software.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0UESHgycSp7ImA9WxZWEkU.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-8518022455097120916</id><published>2008-03-12T04:18:00.001+04:00</published><updated>2008-03-12T04:20:09.699+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-03-12T04:20:09.699+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="cisco" /><title>Cisco firmware upgrade</title><content type="html">&lt;div class="moz-text-flowed" style="font-family: -moz-fixed; font-size: 13px;" lang="x-western"&gt;I have just arrived at home after finishing 2nd night Cisco upgrade intervention. This night was done for Cisco Catalyst switch and Cisco ITP. There is no special thing happen during our activity as all things run smoothly as planned.&lt;br /&gt;&lt;br /&gt;All firmware was upgraded as proposed by Cisco itself as the current one was very old and didn't supported anymore. So, it is mandatory to upgrade the firmware. For the case of Cisco Catalyst, the reason we upgrade urgently was also because the current one contain serious bug so it is not listed anymore in Cisco web site.&lt;br /&gt;&lt;br /&gt;It is good to have latest version of software running in system platform which is in my responsibility.&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/13187272-8518022455097120916?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/gbfdf0yEpd8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/8518022455097120916/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=8518022455097120916" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/8518022455097120916?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/8518022455097120916?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/gbfdf0yEpd8/cisco-firmware-upgrade.html" title="Cisco firmware upgrade" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/03/cisco-firmware-upgrade.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUQGQH8ycSp7ImA9WxZWEU8.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-1643465114968321176</id><published>2008-03-10T07:29:00.001+04:00</published><updated>2008-03-10T08:28:41.199+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-03-10T08:28:41.199+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="backup" /><category scheme="http://www.blogger.com/atom/ns#" term="rman" /><category scheme="http://www.blogger.com/atom/ns#" term="oracle" /><title>Detail steps for cloning database using RMAN/Networker</title><content type="html">Here are the details of cloning database using RMAN and Networker.&lt;br /&gt;&lt;br /&gt;I will create a new Oracle instance called 'DUP'. The original instance called 'E2BE'.&lt;br /&gt;&lt;br /&gt;1. Create password file for the duplicate instance&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;orapwd file=/u01/app/oracle/product/9.2/dbs/orapwDUP password=password entries=10&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;2. Add entries to tnsnames.ora and listener.ora&lt;br /&gt;&lt;br /&gt;tnsnames.ora and listener.ora reside on &lt;span style=""&gt;$ORACLE_HOME/network/admin directory. The new entry is definition for the new instance.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;tnsnames.ora&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;# Added to the tnsnames.ora&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;DUP =&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;  (DESCRIPTION =&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;    (ADDRESS_LIST =&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;      (ADDRESS = (PROTOCOL = TCP)(HOST = du-t-ube)(PORT = 1521))&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;    )&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;    (CONNECT_DATA =&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;      (ORACLE_SID = DUP)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;    )&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;  )&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;listener.ora&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;# Added to the listener.ora&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;(SID_DESC =&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;  (ORACLE_HOME = /u01/app/oracle/product/9.2)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;  (SID_NAME = DUP)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:georgia;"&gt;Don't forget to reload the listener&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;lsnrctl reload&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;&lt;br /&gt;3. Create an init.ora file for the duplicate database&lt;br /&gt;&lt;br /&gt;Since we are duplicating the database onto the same server as the original we must convert the file names so there is no conflict.&lt;br /&gt;&lt;br /&gt;I created $ORACLE_BASE/admin/DUP directory for the new instance. Under this directory I created 4 directories: bdump, cdump, udump, and pfile.&lt;br /&gt;&lt;br /&gt;The new init.ora is put under $ORACLE_BASE/admin/DUP/pfile. (Just copy the init.ora from original Oracle instance and make adjustment)&lt;br /&gt;&lt;br /&gt;The adjustment is below:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;DB_NAME=DUP&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;CONTROL_FILES=(/oracle/data1/DUP/control01.ctl,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;               /&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;oracle/data1/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;DUP/control02.ctl,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;               /&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;oracle/data1/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;DUP/control03.ctl)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;# Convert file names to allow for different directory structure.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;DB_FILE_NAME_CONVERT=(/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;oracle/data1/E2BE&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt; /oracle/data1/DUP&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;LOG_FILE_NAME_CONVERT=(/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;oracle/log1/E2BE&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;, &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;/oracle/data1/DUP&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;# make sure block_size and compatible parameters&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;# match if you are not using the default.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;DB_BLOCK_SIZE=8192&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;COMPATIBLE=9.2.0.0.0&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;4. Create SPFILE base on the new init.ora&lt;br /&gt;&lt;br /&gt;First you have to change the ORACLE_SID env variable so it will take into account the new instance. To do this you need to be oracle user.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;# su - oracle&lt;br /&gt;$ ORACLE_SID=DUP; export ORACLE_SID&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;$ sqlplus /nolog&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;$ conn / as sysdba&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Now, create the SPFILE&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;SQL&gt; CREATE SPFILE FROM PFILE='/u01/app/oracle/admin/DUP/pfile/initDUP.ora';&lt;br /&gt;&lt;br /&gt;File created.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;5. Start the database in NOMOUNT mode&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;SQL&gt; startup force nomount;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;ORACLE instance started.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Total System Global Area  320308936 bytes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Fixed Size                   730824 bytes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Variable Size             285212672 bytes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Database Buffers           33554432 bytes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Redo Buffers                 811008 bytes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;SQL&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Note that the System Global Area (SGA) value depends on parameters you specified in init.ora / spfile.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=""&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;6. It is RMAN job now....&lt;br /&gt;&lt;br /&gt;With the duplicate database started we can now connect to it from RMAN. For the duplication to work we must connect to the original database (TARGET), the recovery catalog (CATALOG) and our duplicate database (AUXILIARY):&lt;br /&gt;&lt;br /&gt;Keep login as oracle user&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;# su - oracle&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;$ ORACLE_SID=DUP; export ORACLE_SID&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;$ rman TARGET sys/system@E2BE CATALOG catjvs/catjvs@CATJVS AUXILIARY /&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;We can then duplicate the database using one of the following commands:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;RUN&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;{ &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;  ALLOCATE AUXILIARY CHANNEL dupdb DEVICE TYPE SBT&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;  PARMS='ENV=(NSR_SERVER=bstestbed,NSR_DATA_VOLUME_POOL=TESTBEDDATA)';&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;  DUPLICATE TARGET DATABASE TO DUP;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;  RELEASE CHANNEL dupdb;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;}&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;Note:&lt;br /&gt;- You have to specify AUXILIARY because you are doing duplication.&lt;br /&gt;- NSR_SERVER specify Networker Backup Server. Check /etc/hosts for IP address detail.&lt;br /&gt;- NSR_DATA_VOLUME_POOL specify pool from where you will do restore/duplication from.&lt;br /&gt;&lt;br /&gt;&lt;span style=""&gt;&lt;span style=";font-family:georgia;font-size:100%;"  &gt;The time it takes to complete varies depending on the size of the database and the specification of the server. Once the process is finished RMAN produces a completion message and you have your duplicate instance. &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/13187272-1643465114968321176?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/dxLDLgM-tbw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/1643465114968321176/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=1643465114968321176" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/1643465114968321176?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/1643465114968321176?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/dxLDLgM-tbw/detail-steps-for-cloning-database-using.html" title="Detail steps for cloning database using RMAN/Networker" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/03/detail-steps-for-cloning-database-using.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkUCRnc_eSp7ImA9WxZXGUw.&quot;"><id>tag:blogger.com,1999:blog-13187272.post-4884467066208839363</id><published>2008-03-07T22:14:00.000+04:00</published><updated>2008-03-07T22:24:27.941+04:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-03-07T22:24:27.941+04:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="backup" /><category scheme="http://www.blogger.com/atom/ns#" term="rman" /><category scheme="http://www.blogger.com/atom/ns#" term="networker" /><category scheme="http://www.blogger.com/atom/ns#" term="oracle" /><title>Cloning database using RMAN and Networker Legato</title><content type="html">Cloning database was never planned before but we come to that idea while preparing for restore testing session. We don't want to break the running database and then try to restore some tablespace or datafile.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;Note: we can't restore a table in Oracle 9i. In Oracle 10g we can do by doing undo from it's recycle-bin.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;I was struggling to make cloning work. Most problem we have are related to un-stable Networker backup platform. It is not the Networker base software which is not stable, but the implementation itself. Eg, the license was not maintained very well hence cause some node can't do more backup due to expiration; another thing is there is only 1 drive which is causing impossible to do restore from some tape while there are backup running on another tape.&lt;br /&gt;&lt;br /&gt;I have been success to clone UBE (Billing Engine) and now try to do same thing for USMS (Management Platform).&lt;br /&gt;&lt;br /&gt;I will post how I do that with detail explanation about Oracle configuration and RMAN script.&lt;br /&gt;&lt;br /&gt;@Home - Dubai&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/13187272-4884467066208839363?l=januarvs.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JanuarVSimarmata/~4/u4_h6q69U2Y" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://januarvs.blogspot.com/feeds/4884467066208839363/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=13187272&amp;postID=4884467066208839363" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/4884467066208839363?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/13187272/posts/default/4884467066208839363?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JanuarVSimarmata/~3/u4_h6q69U2Y/cloning-database-using-rman-and.html" title="Cloning database using RMAN and Networker Legato" /><author><name>Januar Simarmata</name><uri>http://www.blogger.com/profile/06990371788305347458</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="21" height="32" src="http://4.bp.blogspot.com/_llw5qYoSTF8/S4gtBoyfjdI/AAAAAAAADHQ/tqbOKyRyrZ8/S220/januar.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://januarvs.blogspot.com/2008/03/cloning-database-using-rman-and.html</feedburner:origLink></entry></feed>

