<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-34078962</id><updated>2012-01-14T10:27:21.496+07:00</updated><category term='Graph'/><category term='RedHat/CentOS/Fedora'/><category term='Pnp'/><category term='Microsoft'/><category term='Backup'/><category term='ISA 2004'/><category term='Thinkpad'/><category term='rsync'/><category term='Exchange'/><category term='Linux'/><category term='CentOs 5'/><category term='WinDbg'/><category term='BSOD'/><category term='Ubuntu'/><category term='Windows'/><category term='Nagios'/><category term='Citrix'/><title type='text'>Content of My Head</title><subtitle type='html'>This blog contain all the stuff in my head ..</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>34</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-34078962.post-3430882706255419513</id><published>2011-02-28T16:48:00.001+07:00</published><updated>2011-02-28T16:49:43.897+07:00</updated><title type='text'>Develop website from any computers</title><content type='html'>I'm using 2 computers for daily use. Sometime I develop website so I need a way to work on the web that I develop from those 2 computers. &lt;br /&gt;To achieve that I use&lt;br /&gt;- Dropbox =&gt; this will be used to synchronize all files to any computer&lt;br /&gt;- Apache =&gt; You will need this because IIS not support user_dir mod&lt;br /&gt;- PHP ( this will depend on what kind server-side language do you use)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For the first step install Dropbox on your computer. After that install Apache web server. &lt;br /&gt;Now create directory public_html under your dropbox folder. &lt;br /&gt;Dropbox folder at my computer located at "C:\Users\Ronaldo\Documents\My Dropbox"  for newer version the dropbox folder located at "C:\Users\&lt;username&gt;\Dropbox"&lt;br /&gt;&lt;br /&gt;Now uncomment this lines at httpd.conf&lt;br /&gt;LoadModule userdir_module modules/mod_userdir.so &lt;br /&gt;and&lt;br /&gt;Include conf/extra/httpd-userdir.conf&lt;br /&gt;&lt;br /&gt;now the edit the httpd-userdir.conf , here my httpd-userdir.conf looks like&lt;br /&gt;&lt;br /&gt;# Settings for user home directories&lt;br /&gt;#&lt;br /&gt;# Required module: mod_userdir&lt;br /&gt;&lt;br /&gt;#&lt;br /&gt;# UserDir: The name of the directory that is appended onto a user's home&lt;br /&gt;# directory if a ~user request is received.  Note that you must also set&lt;br /&gt;# the default access control for these directories, as in the example below.&lt;br /&gt;#&lt;br /&gt;UserDir "C:/Users/*/Documents/My Dropbox/public_html"&lt;br /&gt;&lt;br /&gt;#&lt;br /&gt;# Control access to UserDir directories.  The following is an example&lt;br /&gt;# for a site where these directories are restricted to read-only.&lt;br /&gt;#&lt;br /&gt;&lt;Directory "C:/Users/*/Documents/My Dropbox/public_html"&gt;&lt;br /&gt;    AllowOverride FileInfo AuthConfig Limit Indexes&lt;br /&gt;    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec&lt;br /&gt;    &lt;Limit GET POST OPTIONS&gt;&lt;br /&gt;        Order deny,allow&lt;br /&gt;          Allow from 127.0.0.1&lt;br /&gt;          Allow from localhost&lt;br /&gt;        Deny from all&lt;br /&gt;    &lt;/Limit&gt;&lt;br /&gt;    &lt;LimitExcept GET POST OPTIONS&gt;&lt;br /&gt;        Order deny,allow&lt;br /&gt;          Allow from 127.0.01&lt;br /&gt;          Allow from localhost&lt;br /&gt;        Deny from all&lt;br /&gt;    &lt;/LimitExcept&gt;&lt;br /&gt;&lt;/Directory&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;restart the apache web server service. After that, access your home directory web, http://localhost/~username,&lt;br /&gt;so for me it will be http://locahost/~ronaldo , after that put the website that you will develop under your public_html folder, which locate inside your Dropbox folder. Dropbox will synchronize every changes under it own directory. &lt;br /&gt;&lt;br /&gt;NOTE: This is for development only..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-3430882706255419513?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/3430882706255419513/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=3430882706255419513' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/3430882706255419513'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/3430882706255419513'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2011/02/develop-website-from-any-computers.html' title='Develop website from any computers'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-8036499215379493695</id><published>2009-06-29T12:35:00.002+07:00</published><updated>2009-06-29T12:39:20.430+07:00</updated><title type='text'>Some improvement that needed by Win 2008 Core</title><content type='html'>&lt;p&gt;For few days I’m using Windows 2008 Core. It’s a good idea but for me still need some improvement. Here are the improvement that I think necessary to windows 2008 Core&lt;/p&gt;  &lt;p&gt;1. Fixed the command prompt. make a smart command prompt, take example from linux command promot (nuff said). &lt;/p&gt;  &lt;p&gt;2. Fixed the command prompt (again). In Linux I can resize the command prompt. Windows command prompt horrible, because sometime I need to get long output from a command. &lt;/p&gt;  &lt;p&gt;3. Make a decent text based editor.. try to take example from VI.&lt;/p&gt;  &lt;p&gt;4. Why on earth we still need RDP for text based environment. Just make a decent SSH server. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Other than that I like to work with Win 2008 Core, I think it very useful when you want to make RODC and File server at&amp;#160; branch office.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-8036499215379493695?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/8036499215379493695/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=8036499215379493695' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/8036499215379493695'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/8036499215379493695'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2009/06/some-improvement-that-need-by-win-2008.html' title='Some improvement that needed by Win 2008 Core'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-2357186112717897432</id><published>2009-04-02T12:34:00.004+07:00</published><updated>2009-06-29T12:40:17.360+07:00</updated><title type='text'>My Windows 7 Experience</title><content type='html'>After using vista for more than a year I just sick with it so damn slow. It took several minutes until my computer become usable. Sometime when I open application usually, I go to pantry to make tea or coffee.  Also on vista my HardDrive is constantly busy this cause by windows search, that keep indexing my files even when my computer not in idle mode. Also when I try to archiving my mail, my vista system become completely useless. The bottom line is my vista experience is a frustrating experience.&lt;br /&gt;Then come Windows 7 After see the performance on my friend laptop I decided to remove Vista, then install Windows 7.&lt;br /&gt;Even though still in beta version, the performance is very much better than Vista, even with SP1 installed.  I think this vista should be. Microsoft must provide free upgrade for all the Vista user because the software is a crappie one, and most of those who buy new laptop/computer  not have much option(Except you build your own computer).  I think that only a dream because no way Microsoft provides free upgrade for all the Vista users (except those who buy vista after June).&lt;br /&gt;&lt;br /&gt;Beside the performance stuff what I like from Windows 7 is the Aero Peek , and also the location of the Show Desktop button. Also the New task bar (or super bar). Basically the Interface is just awesome.&lt;br /&gt;Ok enough with all whining stuff. I install Windows 7 on Thinkpad T61, Here my Laptop Spec&lt;br /&gt;Model: Thinkpad T61&lt;br /&gt;Processor: Core 2 Duo 1,8 Ghz&lt;br /&gt;Memory: 4 GB&lt;br /&gt;VGA: Quadro 140 NV M&lt;br /&gt;Disk: 250 GB  (20 GB used for Linux)&lt;br /&gt;I use my laptop for working also to play game and web development with PHP&lt;br /&gt;Here some of application that I use on my laptop:- iTunes&lt;br /&gt;- Some Thinkpad Goodies( Active Protection System,  Ultranav Utility,  On Screen Display)&lt;br /&gt;- Ultra ISO&lt;br /&gt;- Winrar&lt;br /&gt;- MySQL Server 5.1&lt;br /&gt;- MySQL Tools for 5.0&lt;br /&gt;- Google Chrome&lt;br /&gt;- Firefox (My Primary Browser)&lt;br /&gt;- Free Download Manager&lt;br /&gt;- Launchy&lt;br /&gt;- Cisco VPN Client (ver.  5.0.04) to Connect to my workplace&lt;br /&gt;- Songbird&lt;br /&gt;- VMWare Workstation (There is problem with NAT mode)&lt;br /&gt;- Putty ( to do some thingy at Linux Server)&lt;br /&gt;- Tom Clancy's HAWX&lt;br /&gt;I also use Eclipse for PHP development. For the PHP it seems there are problem with version 5.29-1 because php cannot parse the location of extension_dir, I already set the extension directory on php.ini file but still not working,  after I revert to PHP version 5.28 it just work. Oh yeah for web server I use IIS7.5 (which came with windows 7).&lt;br /&gt;&lt;br /&gt;There are few applications that still I’m not try yet on Windows 7 such as nmap, Process explorer and Process Monitor.&lt;br /&gt;For drivers I use driver for vista. After all Windows 7 only an upgrade from Windows Vista (that’s why  the version number  is 6.1).&lt;br /&gt;And for the gaming part, it very….very…very… good.&lt;br /&gt;The bottom line is, if you willing to take some risk throw your vista then replace it with Windows 7.. Can’t wait until the final version release.&lt;br /&gt;&lt;br /&gt;&lt;div&gt;Here some picture of from Windows 7 on my laptop&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;img src="http://4.bp.blogspot.com/_Asu5YToGBIc/SdRQpCE5daI/AAAAAAAAAp4/Sa5-hlHIK2o/s400/Win+7+Desktop.png" style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 250px;" border="0" alt="" id="BLOGGER_PHOTO_ID_5319965725693670818" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_Asu5YToGBIc/SdRQpiSG__I/AAAAAAAAAqQ/ZLu-Inq1IGs/s1600-h/taskbar.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 108px;" src="http://3.bp.blogspot.com/_Asu5YToGBIc/SdRQpiSG__I/AAAAAAAAAqQ/ZLu-Inq1IGs/s400/taskbar.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5319965734339018738" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_Asu5YToGBIc/SdRQpcvlkKI/AAAAAAAAAqI/Z2lAqbkvTKw/s1600-h/Win+7+Control+Panel.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 243px;" src="http://1.bp.blogspot.com/_Asu5YToGBIc/SdRQpcvlkKI/AAAAAAAAAqI/Z2lAqbkvTKw/s400/Win+7+Control+Panel.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5319965732852043938" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_Asu5YToGBIc/SdRQpYmt4XI/AAAAAAAAAqA/fLhXta6QU1M/s1600-h/WIn+7+Desktop+with+Start+Menu.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 250px;" src="http://1.bp.blogspot.com/_Asu5YToGBIc/SdRQpYmt4XI/AAAAAAAAAqA/fLhXta6QU1M/s400/WIn+7+Desktop+with+Start+Menu.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5319965731741098354" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-2357186112717897432?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/2357186112717897432/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=2357186112717897432' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/2357186112717897432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/2357186112717897432'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2009/04/my-windows-7-experience.html' title='My Windows 7 Experience'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_Asu5YToGBIc/SdRQpCE5daI/AAAAAAAAAp4/Sa5-hlHIK2o/s72-c/Win+7+Desktop.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-610811103504311890</id><published>2008-09-03T15:18:00.003+07:00</published><updated>2008-09-03T15:24:04.972+07:00</updated><title type='text'>And the winner is Chrome, the browser from google</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 12"&gt;&lt;meta name="Originator" content="Microsoft Word 12"&gt;&lt;link rel="File-List" href="file:///C:%5CUsers%5CRonaldo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"&gt;&lt;link rel="themeData" href="file:///C:%5CUsers%5CRonaldo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"&gt;&lt;link rel="colorSchemeMapping" href="file:///C:%5CUsers%5CRonaldo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:worddocument&gt;   &lt;w:view&gt;Normal&lt;/w:View&gt;   &lt;w:zoom&gt;0&lt;/w:Zoom&gt;   &lt;w:trackmoves/&gt;   &lt;w:trackformatting/&gt;   &lt;w:punctuationkerning/&gt;   &lt;w:validateagainstschemas/&gt;   &lt;w:saveifxmlinvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;   &lt;w:ignoremixedcontent&gt;false&lt;/w:IgnoreMixedContent&gt;   &lt;w:alwaysshowplaceholdertext&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;   &lt;w:donotpromoteqf/&gt;   &lt;w:lidthemeother&gt;EN-US&lt;/w:LidThemeOther&gt;   &lt;w:lidthemeasian&gt;X-NONE&lt;/w:LidThemeAsian&gt;   &lt;w:lidthemecomplexscript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;   &lt;w:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;    &lt;w:dontgrowautofit/&gt;    &lt;w:splitpgbreakandparamark/&gt;    &lt;w:dontvertaligncellwithsp/&gt;    &lt;w:dontbreakconstrainedforcedtables/&gt;    &lt;w:dontvertalignintxbx/&gt;    &lt;w:word11kerningpairs/&gt;    &lt;w:cachedcolbalance/&gt;    &lt;w:usefelayout/&gt;   &lt;/w:Compatibility&gt;   &lt;w:donotoptimizeforbrowser/&gt;   &lt;m:mathpr&gt;    &lt;m:mathfont val="Cambria Math"&gt;    &lt;m:brkbin val="before"&gt;    &lt;m:brkbinsub val="&amp;#45;-"&gt;    &lt;m:smallfrac val="off"&gt;    &lt;m:dispdef/&gt;    &lt;m:lmargin val="0"&gt;    &lt;m:rmargin val="0"&gt;    &lt;m:defjc val="centerGroup"&gt;    &lt;m:wrapindent val="1440"&gt;    &lt;m:intlim val="subSup"&gt;    &lt;m:narylim val="undOvr"&gt;   &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;w:latentstyles deflockedstate="false" defunhidewhenused="true" defsemihidden="true" defqformat="false" defpriority="99" latentstylecount="267"&gt;   &lt;w:lsdexception locked="false" priority="1" semihidden="false" unhidewhenused="false" qformat="true" name="Normal"&gt;   &lt;w:lsdexception locked="false" priority="9" semihidden="false" unhidewhenused="false" qformat="true" name="heading 1"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 2"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 3"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 4"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 5"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 6"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 7"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 8"&gt;   &lt;w:lsdexception locked="false" priority="9" qformat="true" name="heading 9"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 1"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 2"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 3"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 4"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 5"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 6"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 7"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 8"&gt;   &lt;w:lsdexception locked="false" priority="39" name="toc 9"&gt;   &lt;w:lsdexception locked="false" priority="35" qformat="true" name="caption"&gt;   &lt;w:lsdexception locked="false" priority="10" semihidden="false" unhidewhenused="false" qformat="true" name="Title"&gt;   &lt;w:lsdexception locked="false" priority="1" name="Default Paragraph Font"&gt;   &lt;w:lsdexception locked="false" priority="11" semihidden="false" unhidewhenused="false" qformat="true" name="Subtitle"&gt;   &lt;w:lsdexception locked="false" priority="22" semihidden="false" unhidewhenused="false" qformat="true" name="Strong"&gt;   &lt;w:lsdexception locked="false" priority="20" semihidden="false" unhidewhenused="false" qformat="true" name="Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="59" semihidden="false" unhidewhenused="false" name="Table Grid"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Placeholder Text"&gt;   &lt;w:lsdexception locked="false" priority="1" semihidden="false" unhidewhenused="false" qformat="true" name="No Spacing"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" unhidewhenused="false" name="Revision"&gt;   &lt;w:lsdexception locked="false" priority="34" semihidden="false" unhidewhenused="false" qformat="true" name="List Paragraph"&gt;   &lt;w:lsdexception locked="false" priority="29" semihidden="false" unhidewhenused="false" qformat="true" name="Quote"&gt;   &lt;w:lsdexception locked="false" priority="30" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Quote"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 1"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 2"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 3"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 4"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 5"&gt;   &lt;w:lsdexception locked="false" priority="60" semihidden="false" unhidewhenused="false" name="Light Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="61" semihidden="false" unhidewhenused="false" name="Light List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="62" semihidden="false" unhidewhenused="false" name="Light Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="63" semihidden="false" unhidewhenused="false" name="Medium Shading 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="64" semihidden="false" unhidewhenused="false" name="Medium Shading 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="65" semihidden="false" unhidewhenused="false" name="Medium List 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="66" semihidden="false" unhidewhenused="false" name="Medium List 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="67" semihidden="false" unhidewhenused="false" name="Medium Grid 1 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="68" semihidden="false" unhidewhenused="false" name="Medium Grid 2 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="69" semihidden="false" unhidewhenused="false" name="Medium Grid 3 Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="70" semihidden="false" unhidewhenused="false" name="Dark List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="71" semihidden="false" unhidewhenused="false" name="Colorful Shading Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="72" semihidden="false" unhidewhenused="false" name="Colorful List Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="73" semihidden="false" unhidewhenused="false" name="Colorful Grid Accent 6"&gt;   &lt;w:lsdexception locked="false" priority="19" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="21" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Emphasis"&gt;   &lt;w:lsdexception locked="false" priority="31" semihidden="false" unhidewhenused="false" qformat="true" name="Subtle Reference"&gt;   &lt;w:lsdexception locked="false" priority="32" semihidden="false" unhidewhenused="false" qformat="true" name="Intense Reference"&gt;   &lt;w:lsdexception locked="false" priority="33" semihidden="false" unhidewhenused="false" qformat="true" name="Book Title"&gt;   &lt;w:lsdexception locked="false" priority="37" name="Bibliography"&gt;   &lt;w:lsdexception locked="false" priority="39" qformat="true" name="TOC Heading"&gt;  &lt;/w:LatentStyles&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-priority:1; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	mso-bidi-font-size:10.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-bidi-font-size:10.0pt; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;&lt;!--[if gte mso 10]&gt; &lt;style&gt;  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} &lt;/style&gt; &lt;![endif]--&gt;  &lt;p class="MsoNormal"&gt;Today I just download Chrome which a new browser from Google, so I perform Java Script benchmark for each browser that installed on my laptop, from the result looks like the browser from Google is the winner , I not try safari yet, because it’s not installed on my laptop&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Asu5YToGBIc/SL5JhM8TNtI/AAAAAAAAAck/J-cY9D8NVcw/s1600-h/result.jpg"&gt;&lt;img style="cursor: pointer; width: 419px; height: 254px;" src="http://4.bp.blogspot.com/_Asu5YToGBIc/SL5JhM8TNtI/AAAAAAAAAck/J-cY9D8NVcw/s400/result.jpg" alt="" id="BLOGGER_PHOTO_ID_5241707851064489682" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;img src="file:///C:/Users/Ronaldo/AppData/Local/Temp/moz-screenshot.jpg" alt="" /&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-610811103504311890?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/610811103504311890/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=610811103504311890' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/610811103504311890'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/610811103504311890'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2008/09/and-winner-is-chrome-browser-from.html' title='And the winner is Chrome, the browser from google'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_Asu5YToGBIc/SL5JhM8TNtI/AAAAAAAAAck/J-cY9D8NVcw/s72-c/result.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-3029583788655578313</id><published>2008-07-17T07:35:00.003+07:00</published><updated>2008-09-03T15:26:48.759+07:00</updated><title type='text'>Mount USB Disk at Ubuntu Server</title><content type='html'>Ubuntu server not automatically mount USB disk like the behavior at Ubuntu desktop. So here the step to mount USB Disk at Ubuntu server&lt;br /&gt;1. Plug you USB disk&lt;br /&gt;2. type "tail /var/log/messages"&lt;br /&gt;    - This will show how Ubuntu server recognize the USB Disk&lt;br /&gt;3. Mount the disk..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-3029583788655578313?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/3029583788655578313/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=3029583788655578313' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/3029583788655578313'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/3029583788655578313'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2008/07/mount-usb-disk-at-ubuntu-server.html' title='Mount USB Disk at Ubuntu Server'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-2593948210265768861</id><published>2008-03-14T14:25:00.004+07:00</published><updated>2008-03-14T15:11:16.597+07:00</updated><title type='text'>Python script from my prevois entry</title><content type='html'>Like I say I will post my python script from my previous entry, Because I'm very2 new to pyhton (1 week to be precise) so if there's something wrong with this code..so I'm sorry, but this code work fine for me. you can see the code &lt;a href="http://docs.google.com/Doc?id=dg4tpmnj_7g9v88wfb"&gt;here&lt;/a&gt; it's a google doc document. Because when I try to put on this blog, it a mess... &lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-2593948210265768861?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/2593948210265768861/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=2593948210265768861' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/2593948210265768861'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/2593948210265768861'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2008/03/python-script-from-my-prevois-entry.html' title='Python script from my prevois entry'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-3131977301372797739</id><published>2008-03-14T14:14:00.005+07:00</published><updated>2008-04-02T08:38:10.715+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='rsync'/><category scheme='http://www.blogger.com/atom/ns#' term='Backup'/><title type='text'>Publish NTBackup log to Internal Web server</title><content type='html'>Creating a web based backup log for your NTBackup&lt;br /&gt;&lt;br /&gt;NTBackup is a backup tools from microsoft, it's usually already installed on your windows&lt;br /&gt;machine. After the backup finish NTBackup create a backupog, but the sucks thing is, that&lt;br /&gt;we can not change the directory where NTBackup log reside. The backup log locate at&lt;br /&gt;"C:\Documents and Settings\%USER%\Local Settings\Application Data\Microsoft\Windows NT\NTBackup\data"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;At my office we use NTBackup to perform the system state backup, and the backup result need to be checked every morning.&lt;br /&gt;Because the NTBackup run with administrator priveledges, So i need to create a way so other people can review the backup&lt;br /&gt;file without login to that server. And the answer is to publish the backuplog to our internal web server.&lt;br /&gt;&lt;br /&gt;To do that I use rsync to syncronize the backup log our Linux based web server. But there's a problem with the logfile,&lt;br /&gt;after it was syncronized using rsync, the problem related with character encoding. If we open that backup log on firefox It will show funny characters (see image bellow)&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_Asu5YToGBIc/R9onMICYt5I/AAAAAAAAAZA/cTB7HWtlWOM/s1600-h/mess+encoding.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_Asu5YToGBIc/R9onMICYt5I/AAAAAAAAAZA/cTB7HWtlWOM/s400/mess+encoding.png" alt="" id="BLOGGER_PHOTO_ID_5177493810885212050" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;To handle this problem I use python script to change the encoding.&lt;br /&gt;This script also will run the rsync command and generate HTML file.&lt;br /&gt;I will post this python script on my next blog.&lt;br /&gt;&lt;br /&gt;To Configure rsync on windows see Brent Noris Homepage about &lt;a href="http://www.brentnorris.net/rsyncntdoc.html"&gt;installing rsync on windows&lt;/a&gt;&lt;br /&gt;Here the part of my rsync configuration to point to the NTBackup Log directory&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;[backuplog]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;path = C:/Documents and Settings/Administrator/Local Settings/Application Data/Microsoft/Windows NT/NTBackup/data&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;read only = yes&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;After you finish configure the rsync on your windows machine, edit your crontab, then add the python script to your crontab entry.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-3131977301372797739?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/3131977301372797739/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=3131977301372797739' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/3131977301372797739'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/3131977301372797739'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2008/03/creating-web-based-backup-log-for-your.html' title='Publish NTBackup log to Internal Web server'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_Asu5YToGBIc/R9onMICYt5I/AAAAAAAAAZA/cTB7HWtlWOM/s72-c/mess+encoding.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-3523404712685097250</id><published>2008-01-25T15:00:00.000+07:00</published><updated>2008-01-25T15:10:50.372+07:00</updated><title type='text'>Compatibility Problem between Citrix Memory Optimization and SAP GUI.</title><content type='html'>If you published your SAP GUI to the Citrix PS, than there is a chance you get an error message like this "CSapEditorCtrl::GetObject: Object x does not exist". This error caused by Incompatibility between the SAP GUI and Citrix Memory Optimization. To solve this error you must exclude the SAP GUI from Citrix Memory Optimization. To do that here the step&lt;br /&gt;1. Deactivate Citrix Memory Optimization, to desctivate this feature, go to Citrix Management Console&lt;br /&gt;    Click Properties at your Farm Name, then Memory/CPU Utilization Management Disable the memory Optimization&lt;br /&gt;2. Exclude the SAP GUI from Citrix Memory Optimization Process.&lt;br /&gt;    Open the register editor(regedit), see the "HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\SFO\ProcessExclusionList", for example if yours&lt;br /&gt;    SAP GUI Located at "C:\Program Files\SAP\Front End\SAPGui", than add entry for DWORD which contain "C:\Program Files\SAP\Front End\SAPGui\*.*".  Set the Value data to 0.&lt;br /&gt;After that run the ADSCleaner.exe, this tools will list and delete the data streams that created by Citrix Memory Optimization.&lt;br /&gt;After that restart this server this step only to make sure the changes that we made on the ProcessExclusionList registry. Than Activate Again the Citrix Memory Optimization.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-3523404712685097250?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/3523404712685097250/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=3523404712685097250' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/3523404712685097250'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/3523404712685097250'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2008/01/compatibility-problem-between-citrix.html' title='Compatibility Problem between Citrix Memory Optimization and SAP GUI.'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-8452742853160245978</id><published>2008-01-22T12:34:00.000+07:00</published><updated>2008-01-22T12:56:59.696+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CentOs 5'/><category scheme='http://www.blogger.com/atom/ns#' term='Pnp'/><category scheme='http://www.blogger.com/atom/ns#' term='Graph'/><category scheme='http://www.blogger.com/atom/ns#' term='Nagios'/><title type='text'>Installing pnp ( PNP is not PerfParse ) at CentOs 5</title><content type='html'>Because nagios not come with tools to generate chart, so I need another tools to this job.&lt;br /&gt;I found several tools for this task such as perfparse, NagiosGrapher, nagiosstat, and pnp.&lt;br /&gt;After try to install some of this tools I choose to use pnp. I use pnp because it's easy to install.&lt;br /&gt;To install pnp first read the &lt;a href="http://www.ederdrom.de/pnp/start"&gt;documentation&lt;/a&gt; then proceed with the installation step&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 255, 51);font-family:courier new;font-size:85%;"  &gt;./configure --sysconfdir=/etc/nagios --datadir=/usr/share/nagios/pnp --bindir=/usr/bin --localstatedir=/var/nagios&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;you will see the configuration summary&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_Asu5YToGBIc/R5WCB21QSdI/AAAAAAAAAYQ/KdPJ6RIW6iM/s1600-h/pnp-configure.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 411px; height: 210px;" src="http://bp2.blogger.com/_Asu5YToGBIc/R5WCB21QSdI/AAAAAAAAAYQ/KdPJ6RIW6iM/s400/pnp-configure.png" alt="" id="BLOGGER_PHOTO_ID_5158171916633131474" border="0" /&gt;&lt;/a&gt;&lt;span style="color: rgb(51, 255, 51);font-family:courier new;" &gt;&lt;span style="font-size:85%;"&gt;make all &amp;amp;&amp;amp; make install&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Then you finish with the installation.&lt;br /&gt;&lt;br /&gt;Now we gonna edit our configuration files.&lt;br /&gt;&lt;br /&gt;For the first step edit the nagios configuration file, at my system it is the nagios.cfg, edit the following lines&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_Asu5YToGBIc/R5WC5W1QSeI/AAAAAAAAAYY/TgveoWMJgqk/s1600-h/ext_info.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_Asu5YToGBIc/R5WC5W1QSeI/AAAAAAAAAYY/TgveoWMJgqk/s400/ext_info.png" alt="" id="BLOGGER_PHOTO_ID_5158172870115871202" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_Asu5YToGBIc/R5WDjm1QSfI/AAAAAAAAAYg/_iEvW_05XR8/s1600-h/process_perf_data.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_Asu5YToGBIc/R5WDjm1QSfI/AAAAAAAAAYg/_iEvW_05XR8/s400/process_perf_data.png" alt="" id="BLOGGER_PHOTO_ID_5158173595965344242" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Now edit the command definition file at my system it's called commands.cfg, edit the process-service-perfdata definition&lt;br /&gt;at the command-line section set the value to /usr/bin/perl /usr/local/nagios/libexec/process_perfdata.pl.&lt;br /&gt;&lt;br /&gt;here the process-service-perfdata section at my commands.cfg&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_Asu5YToGBIc/R5WEIG1QSgI/AAAAAAAAAYo/aOSoNRAJ2mg/s1600-h/process_data_command.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_Asu5YToGBIc/R5WEIG1QSgI/AAAAAAAAAYo/aOSoNRAJ2mg/s400/process_data_command.png" alt="" id="BLOGGER_PHOTO_ID_5158174223030569474" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);font-family:courier new;" &gt;&lt;/span&gt;According to pnp documentation process_perfdata.pl can not start under ePN(embeded Perl Nagois), that's why we must put the perl full path.&lt;br /&gt;&lt;br /&gt;This type of configuration is default mode. There are others type of configuration mode, they are Bulk Mode and Bulk Mode with NPCD.&lt;br /&gt;&lt;br /&gt;Create 2 other files serviceextinfo.cfg and hostextinfo.cfg. Both file name must match with the file name at Extended host/service info definitions section in the nagios configuration file (see above).&lt;br /&gt;&lt;br /&gt;to create both files use this command "&lt;span style="color: rgb(51, 255, 51);font-family:courier new;font-size:85%;"  &gt;touch serviceextinfo.cfg hostextinfo.cfg&lt;/span&gt;"&lt;br /&gt;&lt;br /&gt;Then edit both file.Here the content of my serviceextinfo.cfg (this will monitor the CPULoad at my windows machine)&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_Asu5YToGBIc/R5WEvG1QShI/AAAAAAAAAYw/EQDpMrIuSp0/s1600-h/service_ext.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 410px; height: 69px;" src="http://bp3.blogger.com/_Asu5YToGBIc/R5WEvG1QShI/AAAAAAAAAYw/EQDpMrIuSp0/s400/service_ext.png" alt="" id="BLOGGER_PHOTO_ID_5158174893045467666" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);font-family:courier new;" &gt;&lt;/span&gt;The service_description must be the same at your service configuration file.&lt;br /&gt;&lt;br /&gt;And for the hostextinfo,cfg&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_Asu5YToGBIc/R5WFDG1QSiI/AAAAAAAAAY4/udsioBG9ZXc/s1600-h/host_ext.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_Asu5YToGBIc/R5WFDG1QSiI/AAAAAAAAAY4/udsioBG9ZXc/s400/host_ext.png" alt="" id="BLOGGER_PHOTO_ID_5158175236642851362" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;At my system I also edit the config.php, which the configuration file for pnp, I only change the temp directory to /tmp/nagios&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);font-family:courier new;" &gt;$conf['temp'] = /tmp/nagios&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Stop the nagios service, and then use the nagios command with -v parameter to check if there are no errors at your configuration file.&lt;br /&gt;If everything is ok then star tthe nagios service then you are done.&lt;br /&gt;To check if your installation success, see at the RRD direcotry whether the rrd and xml files generated on that place.&lt;br /&gt;I got a problem with SELinux feature, that casue the pnp can not read it's RRD dabatabase directory. I still not figure out how to&lt;br /&gt;fix this, so for now I disabled SELinux on my system.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-8452742853160245978?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/8452742853160245978/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=8452742853160245978' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/8452742853160245978'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/8452742853160245978'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2008/01/installing-pnp-pnp-is-not-perfparse-at.html' title='Installing pnp ( PNP is not PerfParse ) at CentOs 5'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_Asu5YToGBIc/R5WCB21QSdI/AAAAAAAAAYQ/KdPJ6RIW6iM/s72-c/pnp-configure.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-4817423779779897355</id><published>2008-01-21T18:45:00.000+07:00</published><updated>2008-01-22T12:57:56.447+07:00</updated><title type='text'>Nagios monitoring tools...</title><content type='html'>Because the nature of my job as System Engineer, and also as Administrator for my division, which running 24x7 so I must know which computer that having sluggish performance, before the computer became useless in daily operational.&lt;br /&gt;My division is a collaboration between Indonesia company and a Dutch based company..well they outsource some of their  task to my division, including monitoring task, they use BMC Patrol for monitoring their customer environment.&lt;br /&gt;BMC Patrol is a powerful tools,but is very expensive.Because I only need to monitoring my division environment, so I must use a cost free tools (because there is no way the management will permit me to buy a monitoring tools), and  after googling i found a monitoring tools that called nagios.I like nagios because it a great tools with  free of charge, and the most important it's open source.Nagios can monitor anything on your computer with the help of its plugin. There are lots of plugin for nagios, such as plugin to monitor mysql server, Citrix, Oracle, CPU, memory, etc. Well there are lots of plugin for nagios,  so it's almost imposibble to mention then one by one. You can find nagios at their web www.nagios.org, there are  documentation for that, and also you can use google to find help when you stuck with nagios.&lt;br /&gt;&lt;br /&gt;But when you installing nagios from the source you must have lot of patient and read the documentation over and over again.&lt;br /&gt;For me I use the rpm package from rpmforge, only need to run the yum command, then the nagios automatically installed on your system.&lt;br /&gt;After you installed then you must configure the nagio configuration file, and what I like from linux is the configuration file use text, and not registry like the one you find a windows system.Because I use centos as the nagios server I use the guide from Max Hetrick at the centos wiki here the web http://wiki.centos.org/HowTos/Nagios. Because nagios not provide a graphic output so you need an add-on to generate chart, for this i use pnp(PNP is not PerfParse ), it's a great tools and quite easy to installed.&lt;br /&gt;&lt;br /&gt;Because all the computer at my division ia a windows machine (except for the nagios server), i use the NSClient++ at the windows machine, and at the nagios server I use check_nt plugin. You can monitor all the counter you can find at windows performance counter. To see which  counter available at your computer just use the perfmon snap-in. For start see this link http://nagios.sourceforge.net/docs/3_0/monitoring-windows.html.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-4817423779779897355?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/4817423779779897355/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=4817423779779897355' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/4817423779779897355'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/4817423779779897355'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2008/01/nagios-monitoring-tools-great-tools-for.html' title='Nagios monitoring tools...'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-2585711773479124051</id><published>2008-01-11T20:06:00.000+07:00</published><updated>2008-01-11T20:14:23.547+07:00</updated><title type='text'>Don't use Process Monitor at Windows 2000</title><content type='html'>Yesterday, I try ProcMon at one of my customer server, that server is a Windows 2000 SP4 with Update Rollup 1, so I think the ProcMon should be running smoothly  on that server, but after I start that application and click the Agree button , the server restart it self... it seems the server got crash and it took more than 10 minutes so that server finish it boot process. Thank god I try that outside office hour, if i do that while the customer still work..you can guess what kind of email i will got here... There should be a warning at the Process Monitor web , that this tool can cause crash on windows 2000.... btw I use this tool because it is recommended by MS at their technet web.... well that a story of the day ,,,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-2585711773479124051?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/2585711773479124051/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=2585711773479124051' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/2585711773479124051'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/2585711773479124051'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2008/01/dont-use-process-monitor-at-windows.html' title='Don&apos;t use Process Monitor at Windows 2000'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-5346660043176877628</id><published>2007-12-06T16:54:00.000+07:00</published><updated>2007-12-06T17:10:36.456+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Citrix'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft'/><category scheme='http://www.blogger.com/atom/ns#' term='ISA 2004'/><title type='text'>Enabling Cirix client Access at ISA 2004</title><content type='html'>Few days ago i need to enable Citrix access at my client to their Citrix server at Singapore.&lt;br /&gt;They use ISA 2004 as their firewall.&lt;br /&gt;At ISA 2004 there already a template for ICA protocol, but the&lt;br /&gt;problem is this template useless, i already try to use that, but internal network still can't access&lt;br /&gt;the citrix server.&lt;br /&gt;So as solution I create a "Custom ICA" protocol. Just use the ICA template from  ISA 2004&lt;br /&gt;as your reffences to create the Custom protocol, the only different is put the Port 1604/UDP at&lt;br /&gt;Primary connection, rather then at secondary connection like at the template.&lt;br /&gt;&lt;br /&gt;Here the different between the ISA template and the Custom&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;ICA Template from ISA 2004&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_Asu5YToGBIc/R1fHp2QHlDI/AAAAAAAAAXI/3a5h8qPGSyE/s1600-h/ISA+Template.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_Asu5YToGBIc/R1fHp2QHlDI/AAAAAAAAAXI/3a5h8qPGSyE/s400/ISA+Template.png" alt="" id="BLOGGER_PHOTO_ID_5140797021418394674" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Custom  ICA Protocol&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_Asu5YToGBIc/R1fH3mQHlEI/AAAAAAAAAXQ/ugMoojRArpc/s1600-h/Custom+ICA.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_Asu5YToGBIc/R1fH3mQHlEI/AAAAAAAAAXQ/ugMoojRArpc/s400/Custom+ICA.png" alt="" id="BLOGGER_PHOTO_ID_5140797257641595970" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;After you create that "Custom ICA" protocol, then create a new firewall policy, see the bellow picture asyour refference.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_Asu5YToGBIc/R1fIbGQHlFI/AAAAAAAAAXY/aGzlgEiKAsM/s1600-h/Firewall+Rules.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_Asu5YToGBIc/R1fIbGQHlFI/AAAAAAAAAXY/aGzlgEiKAsM/s400/Firewall+Rules.png" alt="" id="BLOGGER_PHOTO_ID_5140797867526952018" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-5346660043176877628?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/5346660043176877628/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=5346660043176877628' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/5346660043176877628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/5346660043176877628'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/12/enabling-cirix-client-access-at-isa.html' title='Enabling Cirix client Access at ISA 2004'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp3.blogger.com/_Asu5YToGBIc/R1fHp2QHlDI/AAAAAAAAAXI/3a5h8qPGSyE/s72-c/ISA+Template.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-2115148314667263859</id><published>2007-11-30T16:29:00.000+07:00</published><updated>2007-12-06T17:09:41.125+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='BSOD'/><category scheme='http://www.blogger.com/atom/ns#' term='WinDbg'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft'/><title type='text'>WinDbg  and BSOD</title><content type='html'>- Downloads Windows debugger from Microsoft Web, after that install that Application at your Computer&lt;br /&gt;- Find where your Windows store your debugging information.&lt;br /&gt;- To find out where your windows hide your Debugging info Right Click the "My Computer" Icon.&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_Asu5YToGBIc/R0_ZCO5f60I/AAAAAAAAAWQ/9gg3CP-nFl0/s1600-R/1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_Asu5YToGBIc/R0_ZCO5f60I/AAAAAAAAAWQ/UBQMBywuS-s/s400/1.png" alt="" id="BLOGGER_PHOTO_ID_5138564332235254594" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;- Select Property then go to Advanced Tab.&lt;br /&gt;&lt;br /&gt;- At the Startup and recovery Section click the Settings button.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_Asu5YToGBIc/R0_ZUe5f61I/AAAAAAAAAWY/tAyKWfBU6vo/s1600-R/3.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 302px; height: 347px;" src="http://bp1.blogger.com/_Asu5YToGBIc/R0_ZUe5f61I/AAAAAAAAAWY/9mM_DqnuZ9A/s400/3.png" alt="" id="BLOGGER_PHOTO_ID_5138564645767867218" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;- Now you can see where your Windows store it's Dump file.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_Asu5YToGBIc/R0_aHu5f62I/AAAAAAAAAWg/w83qQ7HKe3E/s1600-R/4.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_Asu5YToGBIc/R0_aHu5f62I/AAAAAAAAAWg/y5gBkPpct0w/s400/4.png" alt="" id="BLOGGER_PHOTO_ID_5138565526236162914" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;- For the start menu Start -&gt; All Programs -&gt; Debugging Tools for Windows -&gt; WinDbg&lt;br /&gt;&lt;br /&gt;- Now Open the dump file, go to File -&gt; Open Crash Dump, then navigate to directory where the dump file stored.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_Asu5YToGBIc/R0_abO5f63I/AAAAAAAAAWo/LAQZb0Rz88k/s1600-R/5.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_Asu5YToGBIc/R0_abO5f63I/AAAAAAAAAWo/W3TD1KXpTrU/s400/5.png" alt="" id="BLOGGER_PHOTO_ID_5138565861243612018" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;- After you Open that file you will see lot of info. You can find the cause of BSOD, see at the bottom.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_Asu5YToGBIc/R0_auO5f64I/AAAAAAAAAWw/X2ZQPV17Lnc/s1600-R/7.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_Asu5YToGBIc/R0_auO5f64I/AAAAAAAAAWw/jJxVYIWAKpk/s400/7.png" alt="" id="BLOGGER_PHOTO_ID_5138566187661126530" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;- As you can see the cause of the BSOD on my server is a file called mfehidk.sys, which a processes belongin to McAffe AV ( and that sucks)&lt;br /&gt;- For detailed debugging info you can use command &lt;span style="font-family:courier new;"&gt;!analize -v&lt;/span&gt; , at the commad field&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_Asu5YToGBIc/R0_bjO5f66I/AAAAAAAAAXA/crL8PTnBcos/s1600-R/6.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_Asu5YToGBIc/R0_bjO5f66I/AAAAAAAAAXA/Vj17FyC-ByI/s400/6.png" alt="" id="BLOGGER_PHOTO_ID_5138567098194193314" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-2115148314667263859?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/2115148314667263859/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=2115148314667263859' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/2115148314667263859'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/2115148314667263859'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/11/windbg-and-bsod.html' title='WinDbg  and BSOD'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_Asu5YToGBIc/R0_ZCO5f60I/AAAAAAAAAWQ/UBQMBywuS-s/s72-c/1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-1055585182119677397</id><published>2007-11-27T08:23:00.000+07:00</published><updated>2007-12-06T17:08:26.481+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft'/><title type='text'>How to Update to Win XP Sp3 with registry hack</title><content type='html'>&lt;span style="font-family:arial;"&gt;Yesterday I found an article how to hack Win Xp registry so I can update to SP 3 rc1 .  I found that article at this link "http://dailyapps.net/2007/11/hack-attack-get-windows-xp-sp3-through-windows-update/"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;here the script &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;@echo off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\XPSP3 /f 2&gt; NUL &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\XPSP3 /v RCPreview /t REG_SZ /d 1c667073-b87f-4f52-a479-98c85711d869 /f&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;echo XPSP3 registry key has been set.  Please check for updates in Windows Update - Kudos to dailyapps.net &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pause&lt;br /&gt;&lt;span style=";font-family:arial;font-size:100%;"  &gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;copy paste that script to notepad, then save as winxpsp3hack.cmd.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;Double click that file, just follow the instruction.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;After that update your windows via automatic update. &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-1055585182119677397?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/1055585182119677397/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=1055585182119677397' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/1055585182119677397'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/1055585182119677397'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/11/how-to-download-win-xp-sp3-with.html' title='How to Update to Win XP Sp3 with registry hack'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-3998244127609577885</id><published>2007-10-28T00:36:00.000+07:00</published><updated>2007-10-28T00:39:34.902+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RedHat/CentOS/Fedora'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Network Configuration File for RedHat/CentOS/Fedora</title><content type='html'>Because I work with my Linux Server directly from terminal, No fancy GUI. So I edit the network configuration&lt;br /&gt;directly to ifcfg-ethx file (x = NIC Index), the file name depend to your device name, for example my Linux Server&lt;br /&gt;Only have 1 network card so the configuration will had name ifcfg-eth0.&lt;br /&gt;The configuration file located at /etc/sysconfig/network-scripts directory.&lt;br /&gt;&lt;br /&gt;Here the the network file configuration when assign static IP&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: courier new;"&gt;DEVICE=eth0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;BOOTPROTO=none #If DHCP, then change to yes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;HWADDR=00:00:1C:0A:AC:60 #MAC Addr&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;ONBOOT=yes #Set active on boot&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;TYPE=Ethernet&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;NETWORK=192.168.1.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;NETMASK=255.255.255.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;IPADDR=192.168.1.10&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;USERCTL=no  #Set Yes if you want te ordinary user change the Network configuratin&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;IPV6INIT=no&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;PEERDNS=yes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;GATEWAY=192.168.1.254&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here for DHCP&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: courier new;"&gt;DEVICE=eth0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;BOOTPROTO=dhcp&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;HWADDR=00:00:1C:0A:AC:60&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;ONBOOT=yes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;TYPE=Ethernet&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;#NETWORK=192.168.1.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;#NETMASK=255.255.255.0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;#IPADDR=192.168.1.10&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;#USERCTL=no&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;DHCP_HOSTNAME=komputerku.rumahku.local&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;#IPV6INIT=no&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;#PEERDNS=yes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;#GATEWAY=172.17.8.254&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;And here for DNS servers&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family: courier new;"&gt;nameserver: 192.168.1.1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;nameserver: 192.168.1.2.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;For the DNS server, you can edit the file resolv.conf, you can find that at /etc directory.&lt;br /&gt;&lt;br /&gt;When you finished, then restart the Network service, you can use command "&lt;span style="font-family: courier new;"&gt;/sbin/service network restart&lt;/span&gt;"&lt;br /&gt;or "&lt;span style="font-family: courier new;"&gt;/etc/init.d/network restart&lt;/span&gt;". You must have root privilege to run both those command.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-3998244127609577885?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/3998244127609577885/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=3998244127609577885' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/3998244127609577885'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/3998244127609577885'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/10/network-configuration-file-for.html' title='Network Configuration File for RedHat/CentOS/Fedora'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-1957077657998513435</id><published>2007-10-27T18:36:00.000+07:00</published><updated>2007-10-28T00:40:12.316+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange'/><title type='text'>Don't move Exchange Security Related Groups</title><content type='html'>Few day ago, I got call from the Office, they told me that one of our client exchange server got problem.&lt;br /&gt;The exchange services can not start. It took hours to start the server, and sometime they must unlpug  the network cable, from server NIC (Yeah good idea). After I came, I see that their try to install the Exchange SP2,but the installation procceses always end up with error.&lt;br /&gt;The person who in charge, told me that there are problem with connection to Domain Controller. After I see the Event viewer  I see there are lot of event with Id 9157 with source MSExchangeSA. Here the details of the event&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt; &lt;span style="font-family:courier new;"&gt;Event Type:    Warning&lt;/span&gt; &lt;span style="font-family:courier new;"&gt;Event&lt;br /&gt;Source:    MSExchangeSA&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Event Category:    General&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family:courier new;"&gt;Event ID:    9157&lt;/span&gt; &lt;span style="font-family:courier new;"&gt;&lt;br /&gt;Date:        10/27/2007&lt;/span&gt; &lt;span style="font-family:courier new;"&gt;&lt;br /&gt;Time:        11:57:32 AM&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;User:        N/A&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Computer:    [Server Name]&lt;/span&gt; &lt;span style="font-family:courier new;"&gt;&lt;br /&gt;Description:&lt;/span&gt; &lt;span style="font-family:courier new;"&gt;Microsoft Exchange System Attendant does not have sufficient rights to read Exchange configuration objects in Active Directory. Wait for replication to complete and then check to make sure the computer account is a member of the "Exchange Domain Servers" security group&lt;/span&gt;&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;For more information, click http://www.microsoft.com/contentredirect.asp.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Apparently  the Microsoft Exchange System Attendant service failed to start. This service is the most important service used by Exchange Server.&lt;br /&gt;Because this service perform the important task, such as DS Lookup and other important task. If this service failed to start at least 3 other services will failed to start&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_Asu5YToGBIc/RyMlGE81lVI/AAAAAAAAAWI/ablveW-64GY/s1600-h/Microsoft+Exchange+System+Attendant+Deps.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_Asu5YToGBIc/RyMlGE81lVI/AAAAAAAAAWI/ablveW-64GY/s400/Microsoft+Exchange+System+Attendant+Deps.png" alt="" id="BLOGGER_PHOTO_ID_5125981587216110930" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Here the Description for Microsoft Exchange System Attendant service:&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;Provides monitoring, maintenance, and Active Directory lookup services, for example, monitoring of services and connectors,&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;defragmenting the Exchange store, and forwarding Active Directory lookups to a Global Catalog server.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;If this service is stopped, monitoring, maintenance, and lookup services are unavailable.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;If this service is disabled, any services that explicitly depend on it will fail to start.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;After some search from eventid.net and Google, apparently the main cause of this event because two security that related to Exchange&lt;br /&gt;(Exchange Enterprise Servers and Exchange Domain Servers) moved to other OU. Looks like MS hard coded the Exchange to search both Security Group at User container. After I move back both Exchange and Start the Microsoft Exchange System Attendant, the problem&lt;br /&gt;solved.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-1957077657998513435?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/1957077657998513435/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=1957077657998513435' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/1957077657998513435'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/1957077657998513435'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/10/dont-move-exchange-security-related.html' title='Don&apos;t move Exchange Security Related Groups'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp2.blogger.com/_Asu5YToGBIc/RyMlGE81lVI/AAAAAAAAAWI/ablveW-64GY/s72-c/Microsoft+Exchange+System+Attendant+Deps.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-7785515103063753805</id><published>2007-10-24T02:44:00.001+07:00</published><updated>2007-10-28T00:14:54.098+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Thinkpad'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>Gutsy Gibbon and Thinkpad T61</title><content type='html'>A Week before the final release, I donwload the rc version , and installed to my T61.&lt;br/&gt;&lt;br /&gt;The first problem that  I got with Gutsy  is I need to set the SATA configuration to compatibility mode, instead AHCI.This  make Vista run very slow. I still use windows because my job. &lt;br/&gt;&lt;br /&gt;Beside that the Wireless NIC  unstable, some time I can not change to other network.&lt;br/&gt;&lt;br /&gt;Other than thoese 2 problems, Gutsy run well on my T61 , I hope there are solution for the AHCI problem. I hope.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-7785515103063753805?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/7785515103063753805/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=7785515103063753805' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/7785515103063753805'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/7785515103063753805'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/10/gutsy-gibbon-at-thinkpad-t61.html' title='Gutsy Gibbon and Thinkpad T61'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-2420871815332890083</id><published>2007-10-11T06:06:00.000+07:00</published><updated>2007-10-28T00:41:09.564+07:00</updated><title type='text'>That's is I'm done with Vista</title><content type='html'>That's it I'm done with, that OS  is the most useless OS that I ever use that is a CRAP , I'm gonna change to XP again and I'll install Linux to my notebook, I'm better use Linux to my notebook as primary OS rather than use Vista , to much use of resource, and the updates is  a SHIT, at least at XP you will get notification when the OS gonna reboot your OS, and beside that the crap that called AERO use to much resource, and AERO less sophisticated than Compiz . I don't know what is on the MS Guys head when they design vista....... I'M DONE WITH VISTA.... argh...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-2420871815332890083?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/2420871815332890083/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=2420871815332890083' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/2420871815332890083'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/2420871815332890083'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/10/thats-is-im-done-with-vista.html' title='That&apos;s is I&apos;m done with Vista'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-5757275694778815494</id><published>2007-07-15T20:57:00.000+07:00</published><updated>2007-07-15T21:07:49.653+07:00</updated><title type='text'>................................</title><content type='html'>For this past this few days, I ask to myself is the Jakarta live is fit for me... and the answer is no. For me live at Jakarta is suck traffic, the live style, everything that related to Jakarta is not fit very well with me. It's just to crowd, to hectic , and it's to money oriented. I want to move out from jakarta. I just want a simple, quite and happy live with my girl .And I think as long I still in jakarta I can't get all those dream ... hopefully i can get out from this city or maybe from this country. Who knows.  :d&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-5757275694778815494?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/5757275694778815494/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=5757275694778815494' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/5757275694778815494'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/5757275694778815494'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/07/blog-post.html' title='................................'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-6395582357839458842</id><published>2007-06-12T08:55:00.000+07:00</published><updated>2007-06-12T09:07:49.931+07:00</updated><title type='text'>44.500 rupiah for half dozen Doughnuts !!!!!!!!!!!!! darn .........!!!</title><content type='html'>Yesterday , I bought half dozen Krispy Kreme Doughnuts for 44.500 rupiah... when I see the bill, i say to myself what the heck, how can this Doughnuts very expensive.... frack, last week I bought 1 dozen J-CO Doughnuts for 45.000 rupiah ...I can't stop asking to myself why KK is very expensive... because for my Indonesian tongue  J-Co taste much...much.. better then KK... so I ask friend of mine who live at USA where KK came from, he told me that KK is doughnuts for granny, and also KK sold at the corner of the street, buat here in jakarta KK sold at very...very...luxurious mall , and also  KK is a exclusive food and very expensive also .... ah. why everything that came abroad always became a very exclusive thing here ... damn ...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-6395582357839458842?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/6395582357839458842/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=6395582357839458842' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/6395582357839458842'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/6395582357839458842'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/06/44500-rupiah-for-half-dozen-doughnuts.html' title='44.500 rupiah for half dozen Doughnuts !!!!!!!!!!!!! darn .........!!!'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-9143350929983181327</id><published>2007-06-12T08:48:00.000+07:00</published><updated>2007-06-12T08:54:37.946+07:00</updated><title type='text'>Past 3 Weeks</title><content type='html'>For the past 3 weeks I'm involve on a project that completely new for me, another new challenge. My primary duty if to configure Watchguard Firebox x750e, I must configure that firewall so it can filter any malicious traffic and also as VPN gateway. When I first start this project I'm completly start from scratch because this is the first time I configure A Firebox. After read user guide, lot of FAQs , hopefully i can finish this one.... hopefully&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-9143350929983181327?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/9143350929983181327/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=9143350929983181327' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/9143350929983181327'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/9143350929983181327'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/06/past-3-weeks.html' title='Past 3 Weeks'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-371308267481236062</id><published>2007-03-22T03:17:00.000+07:00</published><updated>2007-03-22T03:22:13.653+07:00</updated><title type='text'></title><content type='html'>Because I using Putty to configure the Linux server at my office,&lt;br /&gt;so I choose public-private key as authenticate method.&lt;br /&gt;Here some step to configure your Linux environment so the key authentication method.&lt;br /&gt;&lt;br /&gt;- First we must generate a public-private key pair using putty key generator, just click the Generator button,&lt;br /&gt;&lt;div style="text-align: left;"&gt;     and move your mouse along the blank area.  Make sure the key type is  SSH-2 RSA, for security  reason.&lt;br /&gt;  &lt;img src="http://docs.google.com/File?id=dg4tpmnj_3dc4f4x" style="height: 349px; width: 364px;" /&gt;&lt;br /&gt; &lt;br /&gt;  - After you finish you will see the following window, after that insert your passphrase key, and key comment. And copy paste your public key to notepad, and safe that with name "authorized_keys" , and also click the "Save Public Key" button and "Save private key" button to save yours private key and yours public key.  The public key and private key must in the same folder, so It can work.&lt;br /&gt;  &lt;img src="http://docs.google.com/File?id=dg4tpmnj_4dnkcxq" style="height: 351px; width: 366px;" /&gt;&lt;br /&gt; &lt;br /&gt;  - After you safe then copy the "authorized_keys" file to .ssh directory at your home folder on linux folder, if the directory not exists the create a new one, you can use  pscp to copy from your local folder to the remote folder. I assumed that pscp apps already on your path.&lt;br /&gt;  &lt;span style="font-family:Courier New;"&gt;   &lt;span style="font-weight: bold; font-style: italic;"&gt;pscp "c:Documents and Settings\ronaldo.ronaldo\keya\uthorized_keys" ronaldo@shiro.office.loc:/home/ronaldo/.ssh&lt;/span&gt;&lt;br /&gt; &lt;br /&gt;  &lt;span style="font-family:Verdana;"&gt;- After the file copied to your home directory at your linux server, the final step is to connect to your linux server using your newly generated key  here the command that I use to connect to my Linux server :&lt;br /&gt;  &lt;/span&gt;&lt;/span&gt;   &lt;div style="text-align: center;"&gt;&lt;div style="text-align: left;"&gt;     &lt;span style="font-family:Courier New;"&gt;&lt;span style="font-family:Verdana;"&gt;&lt;span style="font-style: italic; font-weight: bold;font-family:Courier New;" &gt;putty -i &lt;/span&gt;&lt;/span&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;"c:Documents and Settings\ronaldo.ronaldo\key\my-privkey.ppk" shiro.office.loc -l ronaldo&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;        &lt;/div&gt;   &lt;img src="" alt="" /&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-371308267481236062?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/371308267481236062/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=371308267481236062' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/371308267481236062'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/371308267481236062'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/03/because-i-using-putty-to-configure.html' title=''/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-1121570517118294304</id><published>2007-03-09T04:45:00.000+07:00</published><updated>2007-03-09T04:48:27.261+07:00</updated><title type='text'>Create User At Windows AD With HTA</title><content type='html'>This is a simple HTA application that used to add new user at windows domain, for detail about the domain structure can be seen at the picture, and for the file can be &lt;a href="http://www.mediamax.com/ronaldos/Hosted/create_user.zip"&gt;download from here&lt;/a&gt;. I'll explain later about this application.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-1121570517118294304?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/1121570517118294304/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=1121570517118294304' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/1121570517118294304'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/1121570517118294304'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/03/create-user-at-windows-ad-with-hta.html' title='Create User At Windows AD With HTA'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-4377604995268914586</id><published>2007-03-09T03:27:00.000+07:00</published><updated>2007-03-09T03:33:48.934+07:00</updated><title type='text'>N.U.M.B</title><content type='html'>For this few days .. I feel so numb.. I lost all my felling, all my feeling to survive as human being.. the only thing that keep me go so far is my girl . oh gosh what's wrong with... I'm so bored... It's not me that keep on going with this kind of routine, I'm bored. I'm want another live where I can get new challenges, where I can feel alive once again.. just wanna say AAAARRGHHHHHHHH.. I'm so bored...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-4377604995268914586?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/4377604995268914586/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=4377604995268914586' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/4377604995268914586'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/4377604995268914586'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/03/numb.html' title='N.U.M.B'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-2640180251199793945</id><published>2007-02-20T21:17:00.000+07:00</published><updated>2007-02-20T21:44:46.476+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Configure DHCP at Linux</title><content type='html'>&lt;span style=";font-family:verdana;font-size:100%;"  &gt;I create a dhcp server with Linux I use CentOS 4.3 , I use Linux one because the dhcp under win 2003 not work , It always fail when try to get authorize from the Active directory at Holland.&lt;br /&gt;To start we must check whether dhcpd installed at your linux machine.&lt;br /&gt;- after you sure the dhcpd installed  on your machine&lt;br /&gt;- then  run "&lt;/span&gt;&lt;span style=";font-family:verdana;font-size:100%;"  &gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;cp /usr/share/doc/dhcp-3.0.1/dhcpd.conf.sample /etc/dhcpd.conf&lt;/span&gt;&lt;/span&gt;" , this command will copy the example configuration file and replace the configuration file, this is ok because the original file contain nothing. just few lines of comment.&lt;br /&gt;- after that edit the dhcpd.conf  file, here the example of my configuration file :&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:100%;"  &gt;ddns-update-style interim;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:100%;"  &gt;ignore client-updates;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:100%;"  &gt;subnet 192.168.1.0 netmask 255.255.255.0 {&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:100%;"  &gt;# --- default gateway&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:100%;"  &gt;    option routers                  192.168.1.254; #default-gateway&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:100%;"  &gt;    option subnet-mask              255.255.255.0; #netmask&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:100%;"  &gt;    option domain-name              "tng.loc"; # domain-name&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:100%;"  &gt;    option domain-name-servers      192.168.1.1, 192.168.1.2; # DNS servers&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:100%;"  &gt;    range 192.168.1.40 192.168.1.1.239; # IP range&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:100%;"  &gt;    default-lease-time 21600; &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:100%;"  &gt;    max-lease-time 43200; &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;br /&gt;   # Host with fixed address ,  this is actually the dhcp server   address&lt;br /&gt;&lt;/span&gt;                         &lt;span style=";font-family:courier new;font-size:100%;"  &gt;    host lnxsrv {&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:100%;"  &gt;        hardware ethernet 00:A0:C9:71:BD:45;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:100%;"  &gt;        fixed-address 192.168.1.150;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:100%;"  &gt;    }&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;&lt;span style="font-size:100%;"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:verdana;"&gt;- &lt;span style="font-size:100%;"&gt;after that start the dhcpd service "/sbin/service dhcpd start"&lt;br /&gt;&lt;br /&gt;This dhcp server work with windows client all the computer here use windows xp&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-2640180251199793945?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/2640180251199793945/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=2640180251199793945' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/2640180251199793945'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/2640180251199793945'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/02/configure-dhcp-at-linux.html' title='Configure DHCP at Linux'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-6817568963028624536</id><published>2007-02-03T22:24:00.000+07:00</published><updated>2007-02-03T22:58:59.425+07:00</updated><title type='text'>Nature Strike Back.......</title><content type='html'>The last 2 days jakarta is more like venezia, this is cause by the great flood that came every 5 years, this flood cause  by heavy rain for this past few days, but according to the weather guy this is only the beginning, because tomorrow heavy rain still going to happen at jakarta, also the ciliwung river blew up. But the major cause of this flood because people of jakarta never put respect to nature, every green area in jakarta always converted into mall, apartment, real estate, or  skyscraper. For simple example kelapa gading , it was a swamp before  converted into real estate, mall, and apartment. Also the habit  of  jakarta citizen  that always littering   on everywhere especially on the river... now it's time to change our behavior. because if we keep threat nature like this , the next flood will more worse that this .... so please Respect The Nature...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-6817568963028624536?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/6817568963028624536/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=6817568963028624536' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/6817568963028624536'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/6817568963028624536'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/02/nature-strike-back.html' title='Nature Strike Back.......'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-5873149876215263422</id><published>2007-02-02T05:56:00.000+07:00</published><updated>2007-02-02T06:00:42.671+07:00</updated><title type='text'>Euh............</title><content type='html'>Euh..what's  wrong with me ... for this couple of days a person from my past always pop-up in my mind just like a spam, even that person appear in my dream...eee.. come on, that person even not remember me... hmmm... I think I need to refresh my mind, kind a dull this days... need to go outside jakarta.. aaaa....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-5873149876215263422?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/5873149876215263422/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=5873149876215263422' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/5873149876215263422'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/5873149876215263422'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/02/euh.html' title='Euh............'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-7074381478236769415</id><published>2007-01-26T05:12:00.000+07:00</published><updated>2007-01-26T05:20:47.044+07:00</updated><title type='text'>Not  My day .....</title><content type='html'>Today is not my day .... I lost my cellphone (Again)... My body feel not well.......my head ... argh ..... oh my god what's wrong with me today..........&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-7074381478236769415?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/7074381478236769415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=7074381478236769415' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/7074381478236769415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/7074381478236769415'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/01/not-my-day.html' title='Not  My day .....'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-871002433717263981</id><published>2007-01-16T19:00:00.000+07:00</published><updated>2007-01-16T19:08:14.438+07:00</updated><title type='text'>Error open madpengion.org</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_Asu5YToGBIc/Ray_92R_tCI/AAAAAAAAAA4/jWZqp-pDmlw/s1600-h/dnet_diagnostic.JPG"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://bp0.blogger.com/_Asu5YToGBIc/Ray_92R_tCI/AAAAAAAAAA4/jWZqp-pDmlw/s400/dnet_diagnostic.JPG" alt="" id="BLOGGER_PHOTO_ID_5020598753875178530" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_Asu5YToGBIc/Ray_4GR_tBI/AAAAAAAAAAw/Rp0DSpPiT0Q/s1600-h/IE7_error_mad_penguin.JPG"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://bp1.blogger.com/_Asu5YToGBIc/Ray_4GR_tBI/AAAAAAAAAAw/Rp0DSpPiT0Q/s400/IE7_error_mad_penguin.JPG" alt="" id="BLOGGER_PHOTO_ID_5020598655090930706" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Today I read an news at www.linux.com with title "&lt;a href="http://news.linux.com/news/07/01/15/1931205.shtml?tid=96"&gt;Mobile Linux for the Mobile Fan&lt;/a&gt;" apparently that  news is a link from madpenguin.org,  when I try to open that link IE7 inform that there is an error.. So I try to use the "&lt;a onclick="javascript:diagnoseConnection(); return false;" href="http://www2.blogger.com/post-create.g?blogID=34078962#"&gt;&lt;id id="diagnose"&gt;Diagnose Connection Problems&lt;/id&gt;&lt;/a&gt; " but it told that there is no problem with my connection, so I try using firefox , it's work like charm no error at all .. hmm I'm wonder ..&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_Asu5YToGBIc/Ray_PGR_s_I/AAAAAAAAAAg/NT_5MpwDAF8/s1600-h/IE7_error_mad_penguin.JPG"&gt;&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-871002433717263981?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/871002433717263981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=871002433717263981' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/871002433717263981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/871002433717263981'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/01/error-open-madpengionorg.html' title='Error open madpengion.org'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_Asu5YToGBIc/Ray_92R_tCI/AAAAAAAAAA4/jWZqp-pDmlw/s72-c/dnet_diagnostic.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-7260389682764779870</id><published>2007-01-15T19:36:00.000+07:00</published><updated>2007-01-15T19:55:28.128+07:00</updated><title type='text'>telkomnyet speed</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_Asu5YToGBIc/Rat2v2R_s9I/AAAAAAAAAAM/Kh38PbY-Sgs/s1600-h/telkomnyet_speed.bmp"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp3.blogger.com/_Asu5YToGBIc/Rat2v2R_s9I/AAAAAAAAAAM/Kh38PbY-Sgs/s320/telkomnyet_speed.bmp" alt="" id="BLOGGER_PHOTO_ID_5020236774031471570" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Darn... why internet connection at this country very...very...very.. slow , because no no mater  the connection type whether ADSL, Dial-up it's all the same . If I use speedy(ADSL) then the connection not reliable, if using dial-up then the connection very....very.. slow like a turtle. This image taken when I update my anti virus.. you see the speed .. it's shameful.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-7260389682764779870?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/7260389682764779870/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=7260389682764779870' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/7260389682764779870'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/7260389682764779870'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/01/telkomnyet-sped.html' title='telkomnyet speed'/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp3.blogger.com/_Asu5YToGBIc/Rat2v2R_s9I/AAAAAAAAAAM/Kh38PbY-Sgs/s72-c/telkomnyet_speed.bmp' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-4598254783214574558</id><published>2007-01-13T01:25:00.000+07:00</published><updated>2007-01-13T01:26:24.681+07:00</updated><title type='text'></title><content type='html'>Seminggu HP gw ilang,&lt;br /&gt;&lt;br /&gt;Hari ini genap seminggu HP gw ilang , padahal belom juga sebulan gw beli tu HP .. nyesek bgt ... huhuhuhuhuhuhu... sedih...sedih...sedih...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-4598254783214574558?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/4598254783214574558/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=4598254783214574558' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/4598254783214574558'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/4598254783214574558'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/01/seminggu-hp-gw-ilang-hari-ini-genap.html' title=''/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-6610558886661443143</id><published>2007-01-12T06:15:00.000+07:00</published><updated>2007-01-12T06:19:42.715+07:00</updated><title type='text'></title><content type='html'>Should human race still exists on this planet ???&lt;br /&gt;&lt;br /&gt;what human race do to this planet is nothing more than destruction, every day we can see the size of our rain forest reduce very...very fast, and the number of species also decreasing very fast, event some of the species already extinct. If the human race not do something about this in the end the species that will extinct is the human it self .. quite funny because the cause of human extinction is them self.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-6610558886661443143?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/6610558886661443143/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=6610558886661443143' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/6610558886661443143'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/6610558886661443143'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2007/01/should-human-race-still-exists-on-this.html' title=''/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-115790886108541699</id><published>2006-09-11T00:03:00.000+07:00</published><updated>2006-09-11T00:21:14.796+07:00</updated><title type='text'></title><content type='html'>Gosh.... today is a very...very....very.... hot day .. I stay in my room for the all day long ... even I hava already turn on AC  in my room but, I can still feel the heat from outside ..&lt;br /&gt;What's wrong with jakarta???I mean it's getting hot every day, not only that it's getting crowded, and the traffic ... wuih ... it's geting worse every day ...  hmmm..... hopefully someday I can leave this freakin city and this damn country...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-115790886108541699?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/115790886108541699/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=115790886108541699' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/115790886108541699'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/115790886108541699'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2006/09/gosh.html' title=''/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-34078962.post-115774046164813439</id><published>2006-09-09T01:21:00.000+07:00</published><updated>2006-09-09T01:34:21.656+07:00</updated><title type='text'></title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/3914/3750/1600/myapps.0.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger/3914/3750/400/myapps.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;At last ... application for my love finish...  this application loaded with all the cool stuff for desktop application ... hopefully this thing will usefull for my love one ...&lt;br /&gt;&lt;br /&gt;This application use lot of external library such as :&lt;br /&gt;1 JasperReport  (Including all the necesary liberary)&lt;br /&gt;2 HSQLDB (for storing data)&lt;br /&gt;3. SwingX&lt;br /&gt;4. l2fprod-common&lt;br /&gt;5. looks&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/34078962-115774046164813439?l=ronaldo-sy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ronaldo-sy.blogspot.com/feeds/115774046164813439/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=34078962&amp;postID=115774046164813439' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/115774046164813439'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/34078962/posts/default/115774046164813439'/><link rel='alternate' type='text/html' href='http://ronaldo-sy.blogspot.com/2006/09/at-last.html' title=''/><author><name>ronaldo</name><uri>http://www.blogger.com/profile/00677848958061471328</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
