<?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-10866691</id><updated>2012-02-16T17:29:02.115+07:00</updated><category term='5166'/><title type='text'>My World</title><subtitle type='html'>My life, My family, My friends, and all thing around me.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://akmalhamdani.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://akmalhamdani.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Akmal Hamdani</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>14</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-10866691.post-5516956391593044681</id><published>2009-04-27T18:37:00.010+07:00</published><updated>2009-04-27T20:08:16.383+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='5166'/><title type='text'>POPUP LOOPING</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span"  style="  white-space: pre-wrap; font-family:'Lucida Grande';"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;POPUP LOOPING dapat menyebabkan resource kita habis karena browser terus membuka halaman baru yang sama. Tetapi pada web browser saat ini, hal ini sudah diantisipasi dengan membatasi jumlah popup yang dapat dilakukan. Misalnya pada firefox, secara default popup_maximum diset sebanyak 20. Setting ini dapat dilihat dengan menuliskan "about:config" pada bagian URL address dengan nama dom.popup_maximum. Jumlah popup maximum dapat dirubah dengan mengklik dua kali pada bagian tersebut. &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify; "&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Am8shrnAwq0/SfWoIefblAI/AAAAAAAAAAw/MXB7ca_qPeM/s1600-h/aboutconfig.png"&gt;&lt;img src="http://4.bp.blogspot.com/_Am8shrnAwq0/SfWoIefblAI/AAAAAAAAAAw/MXB7ca_qPeM/s400/aboutconfig.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5329350597640164354" style="text-align: justify;display: block; margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; cursor: pointer; width: 400px; height: 158px; " /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span"  style="  white-space: pre-wrap; font-family:'Lucida Grande';"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Cara membuat popup looping sangatlah mudah, yaitu hanya dengan menggunakan javascript saja dengan memanggil fungsi popup setiap website di load, dimana website tujuannya adalah web itu sendiri, seperti yang ditunjukkan pada contoh dibawah ini.  &lt;/span&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;function load()&lt;br /&gt;{&lt;br /&gt;window.open("coba.html");&lt;br /&gt;}&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body onload="load()"&amp;gt;&lt;br /&gt;&amp;lt;h1&amp;gt; POPUP LOOPING &amp;lt;/h1&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Pada tag html diatas ditunjukkan bahwa fungsi javascript di-load pada bagian body sehingga setiap kali web dibuka dan me-load body maka akan terbuka halaman baru. Script popup yang digunakan pada tag html di atas adalah   &lt;/span&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;window.open("coba.html");&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;yang diletakkan pada fungsi  &lt;/span&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;function load()&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;sehingga fungsi load tersebut dapat ditulis sebagai berikut &lt;/span&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;function load()&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;{&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;window.open("coba.html");&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;}  &lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Cara me-load-nya adalah dengan menambahkan tag onload pada bagian body seperti yang ditunjukkan di atas.  &lt;/span&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&amp;lt;body onload="load()"&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify; "&gt;&lt;span class="Apple-style-span"  style=" white-space: pre-wrap;font-family:'Lucida Grande';"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Tag html di atas jika dibuka akan terus menerus membuka webpage &lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;coba.html&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10866691-5516956391593044681?l=akmalhamdani.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akmalhamdani.blogspot.com/feeds/5516956391593044681/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10866691&amp;postID=5516956391593044681' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/5516956391593044681'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/5516956391593044681'/><link rel='alternate' type='text/html' href='http://akmalhamdani.blogspot.com/2009/04/popup-looping.html' title='POPUP LOOPING'/><author><name>Akmal Hamdani</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_Am8shrnAwq0/SfWoIefblAI/AAAAAAAAAAw/MXB7ca_qPeM/s72-c/aboutconfig.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10866691.post-7555236837146142857</id><published>2009-04-27T17:37:00.015+07:00</published><updated>2009-04-27T20:02:14.462+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='5166'/><title type='text'>Server Website www.kpu.go.id</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_Am8shrnAwq0/SfWXFGhYrEI/AAAAAAAAAAo/5ADTj-Q_TBQ/s1600-h/Hosting+History.png"&gt;&lt;/a&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Untuk mengetahui web server dari suatu web dapat dilakukan dengan menggunakan telnet. Seperti ditunjukkan dibawah ini:&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Hasil telnet www.kpu.go.id&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;$ telnet www.kpu.go.id 80&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Trying 203.130.201.130...&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Connected to kpu.go.id.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Escape character is '^]'.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;GET / HTTP/1.0&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;HTTP/1.1 200 OK&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Server: nginx/0.6.35&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Date: Fri, 17 Apr 2009 04:01:27 GMT&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Content-Type: text/html&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Connection: close&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;X-Powered-By: PHP/5.2.6&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Set-Cookie: e57a7c521c783ad66f8ca4a523c09ad3=-; path=/&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Set-Cookie: mosvisitor=1&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Expires: Mon, 26 Jul 1997 05:00:00 GMT&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Last-Modified: Fri, 17 Apr 2009 04:01:27 GMT&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Cache-Control: no-store, no-cache, must-revalidate&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Cache-Control: post-check=0, pre-check=0&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Pragma: no-cache&lt;/span&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;span class="Apple-style-span" style=" ;"&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Dari hasil telnet di atas dapat dilihat bahwa website www.kpu.go.id menggunakan webserver nginx (Engine-X) versi 0.6.35. &lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;div&gt;&lt;script type="text/javascript" src="http://www.kpu.go.id/templates/salik2004/css/klik_kanan.js"&gt;&lt;/script&gt;&lt;script language="javascript" src="http://www.kpu.go.id/templates/salik2004/countdown_functions.js"&gt;&lt;/script&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Cara lain untuk mengetahui webserver bahkan OS dari server yang digunakan oleh website www.kpu.go.id adalah dengan menggunakan fasilitas yang disediakan oleh website www.netcraft.com, seperti yang ditunjukkan dibawah ini:&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="color: rgb(153, 102, 0);   font-weight: bold; font-family:Georgia;"&gt;&lt;img src="http://4.bp.blogspot.com/_Am8shrnAwq0/SfWTmioyM-I/AAAAAAAAAAg/pLIjIEa8d3o/s400/kpu.go.id.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5329328024405029858" style="text-align: justify;display: block; margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; cursor: pointer; width: 400px; height: 229px; " /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="color: rgb(153, 102, 0);  font-weight: bold;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 238);  font-weight: normal; "&gt;&lt;img src="http://4.bp.blogspot.com/_Am8shrnAwq0/SfWXFGhYrEI/AAAAAAAAAAo/5ADTj-Q_TBQ/s400/Hosting+History.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5329331847968631874" style="display: block; margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; text-align: center; cursor: pointer; width: 400px; height: 83px; " /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 238);"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span" style="color: rgb(153, 102, 0);  font-weight: bold;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;http://toolbar.netcraft.com/site_report?url=http://www.kpu.go.id&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;Dari website tersebut kita dapat melihat bahwa www.kpu.go.id menggunakan webserver nginx versi 0.6.35 dan menggunakan FreeBSD sebagai Sistem Operasi nya.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&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/10866691-7555236837146142857?l=akmalhamdani.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akmalhamdani.blogspot.com/feeds/7555236837146142857/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10866691&amp;postID=7555236837146142857' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/7555236837146142857'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/7555236837146142857'/><link rel='alternate' type='text/html' href='http://akmalhamdani.blogspot.com/2009/04/server-website-wwwkpugoid.html' title='Server Website www.kpu.go.id'/><author><name>Akmal Hamdani</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_Am8shrnAwq0/SfWTmioyM-I/AAAAAAAAAAg/pLIjIEa8d3o/s72-c/kpu.go.id.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10866691.post-3459954787059047299</id><published>2009-04-14T02:23:00.003+07:00</published><updated>2009-04-14T03:36:49.108+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='5166'/><title type='text'>Attachment Email</title><content type='html'>Contoh bagian body dari raw email.&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;Content-Type: multipart/mixed; boundary=00504502d1759478c60467753d58&lt;br /&gt;&lt;br /&gt;--00504502d1759478c60467753d58&lt;br /&gt;Content-Type: multipart/alternative; boundary=00504502d1759478bd0467753d56&lt;br /&gt;&lt;br /&gt;--00504502d1759478bd0467753d56&lt;br /&gt;Content-Type: text/plain; charset=ISO-8859-1&lt;br /&gt;Content-Transfer-Encoding: 7bit&lt;br /&gt;&lt;br /&gt;Ini body email.&lt;br /&gt;&lt;br /&gt;--00504502d1759478bd0467753d56&lt;br /&gt;Content-Type: text/html; charset=ISO-8859-1&lt;br /&gt;Content-Transfer-Encoding: 7bit&lt;br /&gt;&lt;br /&gt;Ini body email.&lt;br /&gt;&lt;br /&gt;--00504502d1759478bd0467753d56--&lt;br /&gt;--00504502d1759478c60467753d58&lt;br /&gt;Content-Type: text/html; charset=US-ASCII; name="File kedua.html"&lt;br /&gt;Content-Disposition: attachment; filename="File kedua.html"&lt;br /&gt;Content-Transfer-Encoding: base64&lt;br /&gt;X-Attachment-Id: f_fthlgr660&lt;br /&gt;&lt;br /&gt;PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEvL0VOIiAiaHR0cDov&lt;br /&gt;L3d3dy53My5vcmcvVFIvaHRtbDQvc3RyaWN0LmR0ZCI+CjxodG1sPgo8aGVhZD4KICA8bWV0YSBo&lt;br /&gt;dHRwLWVxdWl2PSJDb250ZW50LVR5cGUiIGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1VVEYt&lt;br /&gt;OCI+CiAgPG1ldGEgaHR0cC1lcXVpdj0iQ29udGVudC1TdHlsZS1UeXBlIiBjb250ZW50PSJ0ZXh0&lt;br /&gt;L2NzcyI+CiAgPHRpdGxlPjwvdGl0bGU+CiAgPG1ldGEgbmFtZT0iR2VuZXJhdG9yIiBjb250ZW50&lt;br /&gt;PSJDb2NvYSBIVE1MIFdyaXRlciI+CiAgPG1ldGEgbmFtZT0iQ29jb2FWZXJzaW9uIiBjb250ZW50&lt;br /&gt;PSI5NDkuNDMiPgogIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CiAgICBwLnAxIHttYXJnaW46IDAu&lt;br /&gt;MHB4IDAuMHB4IDAuMHB4IDAuMHB4OyBmb250OiAxMi4wcHggSGVsdmV0aWNhfQogIDwvc3R5bGU+&lt;br /&gt;CjwvaGVhZD4KPGJvZHk+CjxwIGNsYXNzPSJwMSI+SGFueWEgYXR0YWNobWVudCAyPC9wPgo8L2Jv&lt;br /&gt;ZHk+CjwvaHRtbD4K&lt;br /&gt;--00504502d1759478c60467753d58&lt;br /&gt;Content-Type: text/html; charset=US-ASCII; name="File pertama.html"&lt;br /&gt;Content-Disposition: attachment; filename="File pertama.html"&lt;br /&gt;Content-Transfer-Encoding: base64&lt;br /&gt;X-Attachment-Id: f_fthlgr681&lt;br /&gt;&lt;br /&gt;PCFET0NUWVBFIGh0bWwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEvL0VOIiAiaHR0cDov&lt;br /&gt;L3d3dy53My5vcmcvVFIvaHRtbDQvc3RyaWN0LmR0ZCI+CjxodG1sPgo8aGVhZD4KICA8bWV0YSBo&lt;br /&gt;dHRwLWVxdWl2PSJDb250ZW50LVR5cGUiIGNvbnRlbnQ9InRleHQvaHRtbDsgY2hhcnNldD1VVEYt&lt;br /&gt;OCI+CiAgPG1ldGEgaHR0cC1lcXVpdj0iQ29udGVudC1TdHlsZS1UeXBlIiBjb250ZW50PSJ0ZXh0&lt;br /&gt;L2NzcyI+CiAgPHRpdGxlPjwvdGl0bGU+CiAgPG1ldGEgbmFtZT0iR2VuZXJhdG9yIiBjb250ZW50&lt;br /&gt;PSJDb2NvYSBIVE1MIFdyaXRlciI+CiAgPG1ldGEgbmFtZT0iQ29jb2FWZXJzaW9uIiBjb250ZW50&lt;br /&gt;PSI5NDkuNDMiPgogIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CiAgICBwLnAxIHttYXJnaW46IDAu&lt;br /&gt;MHB4IDAuMHB4IDAuMHB4IDAuMHB4OyBmb250OiAxMi4wcHggSGVsdmV0aWNhfQogIDwvc3R5bGU+&lt;br /&gt;CjwvaGVhZD4KPGJvZHk+CjxwIGNsYXNzPSJwMSI+SGFueWEgYXR0YWNobWVudCAxPC9wPgo8L2Jv&lt;br /&gt;ZHk+CjwvaHRtbD4K&lt;br /&gt;--00504502d1759478c60467753d58--&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Di atas merupakan bagian Attachment dari suatu email. Antara attachment satu dan attachment yang lain selalu dipisahkan oleh "MIME boundary". Tidak hanya attachment saja tetapi semua bagian dari email setelah "header email" dipisahkan oleh "MIME boundary". "MIME boundary" ini biasanya berupa kombinasi angka dan huruf yang random. Pada contoh di atas "MIME boundary" nya adalah "00504502d1759478c60467753d58".&lt;br /&gt;&lt;br /&gt;Setiap "MIME boundary" akan dibuka dengan boundary yang dinyatakan pada "Content-Type"&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Content-Type: multipart/mixed; boundary=00504502d1759478c60467753d58&lt;/blockquote&gt;lalu pada setiap bagian yang berbeda masing-masing akan dipisahkan oleh  "MIME boundary" tersebut dengan format "--MIME boundary"&lt;br /&gt;&lt;blockquote&gt;--00504502d1759478c60467753d58&lt;/blockquote&gt;dan pada bagian akhir dari pesan dimana tidak ada lagi yang dipisahkan oleh "MIME boundary" maka akan ditutup dengan "--MIME boundary--"&lt;br /&gt;&lt;blockquote&gt;--00504502d1759478c60467753d58--&lt;/blockquote&gt;Pada setiap bagian setelah "--MIME boundary" akan didefinisikan "Content-Type" apa yang terdapat pada bagian tersebut dan jika pada bagian &lt;span style="font-weight: bold;"&gt;ATTACHMENT&lt;/span&gt; akan terdapat header sebagai berikut&lt;br /&gt;&lt;blockquote&gt;Content-Type: text/html; charset=US-ASCII; name="File kedua.html"&lt;br /&gt;Content-Disposition: attachment; filename="File kedua.html"&lt;br /&gt;Content-Transfer-Encoding: base64&lt;br /&gt;X-Attachment-Id: f_fthlgr660&lt;/blockquote&gt;dimana "Content-Type" merupakan tipe konten (jika yang di attachment file ppt maka Content-Type nya akan bukan text/html tetapi akan memberitahukan bahwa itu merupakan file ppt), "Content-Disposition" akan memberitahukan bahwa bagian ini merupakan attachment dan mempunya nama file "File kedua.html".&lt;br /&gt;&lt;br /&gt;"Content-Transfer-Encoding" memberikan informasi encoding yang digunakan pada attachment dibawahnya (dibagian tersebut yang berada diantara "MIME boundary").&lt;br /&gt;&lt;br /&gt;"X-Attachment-Id" merupakan id dari attachment yang berada dibawahnya.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10866691-3459954787059047299?l=akmalhamdani.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akmalhamdani.blogspot.com/feeds/3459954787059047299/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10866691&amp;postID=3459954787059047299' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/3459954787059047299'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/3459954787059047299'/><link rel='alternate' type='text/html' href='http://akmalhamdani.blogspot.com/2009/04/attachment-email.html' title='Attachment Email'/><author><name>Akmal Hamdani</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10866691.post-5305103200352445335</id><published>2009-04-14T02:20:00.002+07:00</published><updated>2009-04-14T03:37:10.312+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='5166'/><title type='text'>Jawaban Stegano</title><content type='html'>Wah gampang banget ya stegano nya. :p Udah ketebak. jadi ga perlu ditulis jawabannya lagi.... Bener polanya 1-2-1-2 gitu terus :D. Jadi kata pertama huruf pertama kata kedua huruf kedua kata ketiga huruf pertama lagi, begitu seterusnya.&lt;br /&gt;&lt;br /&gt;Terima kasih  buat semuanya :D.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10866691-5305103200352445335?l=akmalhamdani.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akmalhamdani.blogspot.com/feeds/5305103200352445335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10866691&amp;postID=5305103200352445335' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/5305103200352445335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/5305103200352445335'/><link rel='alternate' type='text/html' href='http://akmalhamdani.blogspot.com/2009/04/jawaban-stegano.html' title='Jawaban Stegano'/><author><name>Akmal Hamdani</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10866691.post-5879929544205721020</id><published>2009-03-30T18:00:00.002+07:00</published><updated>2009-03-30T18:09:50.460+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='5166'/><title type='text'>stegano</title><content type='html'>kera memanjat batang pohon nyiur ibarat itik berenang incar tutut.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10866691-5879929544205721020?l=akmalhamdani.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akmalhamdani.blogspot.com/feeds/5879929544205721020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10866691&amp;postID=5879929544205721020' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/5879929544205721020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/5879929544205721020'/><link rel='alternate' type='text/html' href='http://akmalhamdani.blogspot.com/2009/03/stegano.html' title='stegano'/><author><name>Akmal Hamdani</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10866691.post-1983977770362075849</id><published>2009-03-24T09:37:00.004+07:00</published><updated>2009-03-24T10:47:41.126+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='5166'/><title type='text'>NMAP practice</title><content type='html'>Below is nmap sample in localhost. Localhost's nmap result and IP public's nmap result have different result. IP public's result have nothing port opened. Because I have blocked all my ports.&lt;br /&gt;&lt;br /&gt;Localhost's nmap&lt;br /&gt;&lt;blockquote&gt;~$ nmap localhost&lt;br /&gt;&lt;br /&gt;Starting Nmap 4.76 ( http://nmap.org ) at 2009-03-24 09:15 WIT&lt;br /&gt;Interesting ports on localhost (127.0.0.1):&lt;br /&gt;Not shown: 997 closed ports&lt;br /&gt;PORT     STATE    SERVICE&lt;br /&gt;631/tcp  open     ipp&lt;br /&gt;2126/tcp filtered unknown&lt;br /&gt;8800/tcp filtered unknown&lt;br /&gt;&lt;br /&gt;Nmap done: 1 IP address (1 host up) scanned in 608.55 seconds&lt;br /&gt;&lt;/blockquote&gt;IP public's nmap&lt;br /&gt;&lt;blockquote&gt;tu:~ Akmal$ nmap  ***.***.***.***&lt;br /&gt;&lt;br /&gt;Starting Nmap 4.76 ( http://nmap.org ) at 2009-03-24 09:34 WIT&lt;br /&gt;All 1000 scanned ports on tu-***.***.***.** (***.***.***.***) are closed&lt;br /&gt;&lt;br /&gt;Nmap done: 1 IP address (1 host up) scanned in 8.02 seconds&lt;/blockquote&gt;&lt;br /&gt;Lecture-Assignment&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10866691-1983977770362075849?l=akmalhamdani.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akmalhamdani.blogspot.com/feeds/1983977770362075849/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10866691&amp;postID=1983977770362075849' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/1983977770362075849'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/1983977770362075849'/><link rel='alternate' type='text/html' href='http://akmalhamdani.blogspot.com/2009/03/nmap-practice.html' title='NMAP practice'/><author><name>Akmal Hamdani</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10866691.post-3843806508895974560</id><published>2008-08-16T12:42:00.008+07:00</published><updated>2008-08-16T14:20:39.622+07:00</updated><title type='text'>IPv6 - Point to Point Tunneling</title><content type='html'>&lt;span style="color: rgb(51, 51, 255);"&gt;WINDOWS XP&lt;/span&gt;&lt;br /&gt;IPv6 - Point to Point on WIndows XP can be configured like this :&lt;br /&gt;Install IPv6 Interface (do it on command prompt):&lt;br /&gt;&lt;blockquote&gt;    # netsh &amp;lt;enter&amp;gt;&lt;br /&gt;# netsh&amp;gt; interface ipv6 &amp;lt;enter&amp;gt;&lt;br /&gt;# netsh interface ipv6&amp;gt; install &amp;lt;enter&amp;gt;&lt;/blockquote&gt;Set the tunneling:&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;Create the tunnel interface:&lt;br /&gt;&lt;blockquote&gt;    netsh interface ipv6 add v6v4tunnel "Interface" &amp;lt;host-ipv4&amp;gt; &amp;lt;endpoint-ipv4&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;    Add IPv6 address:&lt;br /&gt;&lt;blockquote&gt;    netsh interface ipv6 add address "Interface" &amp;lt;tunnel-ipv6host&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;    Put IPv6 default route on the tunnel router:&lt;br /&gt;&lt;blockquote&gt;    netsh interface ipv6 add route ::/0 "Interface" &amp;lt;tunnel-ipv6endpoint&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;    Additional (it's used as anycast relay that's used for find the nearest router) :&lt;br /&gt;&lt;blockquote&gt;    netsh interface ipv6 6to4 set relay 192.88.99.1&lt;br /&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;br /&gt;For Example:&lt;br /&gt;&lt;blockquote&gt;    Interface : "Local Area Connection"&lt;br /&gt;host IPv4 : 192.168.1.1&lt;br /&gt;host IPv6 : 2001:10:10::1&lt;br /&gt;endpoint IPv4 : 192.168.1.2&lt;br /&gt;host IPv6 : 2001:10:10::2&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Configuration will be like this :&lt;br /&gt;&lt;blockquote&gt;    #netsh interface ipv6 add v6v4tunnel "Local Area Connection" 192.168.1.1 192.168.1.2&lt;br /&gt;#netsh interface ipv6 add address "Local Area Connection" 2001:10:10::1&lt;br /&gt;#netsh interface ipv6 add route ::/0 "Local Area Connection" 2001:10:10::1&lt;br /&gt;#netsh interface ipv6 6to4 set relay 192.88.99.1&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;LINUX (GENERAL)&lt;/span&gt;&lt;br /&gt;You need login as root to use command below.&lt;br /&gt;&lt;br /&gt;Create the tunnel interface:&lt;br /&gt;&lt;blockquote&gt;      # /sbin/ip tunnel add &amp;lt;interface&amp;gt; mode sit ttl &amp;lt;ttldefault&amp;gt; remote &amp;lt;endpoint-ipv4&amp;gt; local &amp;lt;host-ipv4&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;    Activate or up the interface:&lt;br /&gt;&lt;blockquote&gt;      # /sbin/ip link set dev &amp;lt;interface&amp;gt; up&lt;br /&gt;&lt;/blockquote&gt;Add IPv6 address :&lt;br /&gt;&lt;blockquote&gt;# /sbin/ip -6 addr add &amp;lt;tunnel-ipv6host&amp;gt;/&amp;lt;prefix&amp;gt; dev &amp;lt;interface&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;Put IPv6 default route on the tunnel router:&lt;blockquote&gt;# /sbin/ip -6 route add &amp;lt;prefixtoroute&amp;gt; via &amp;lt;tunnel-ipv6endpoint&amp;gt; dev &amp;lt;interface&amp;gt; metric 1&lt;br /&gt;&lt;/blockquote&gt;For Example:&lt;br /&gt;&lt;blockquote&gt;Interface : "Local Area Connection"&lt;br /&gt;host IPv4 : 192.168.1.1&lt;br /&gt;host IPv6 : 2001:10:10::1&lt;br /&gt;endpoint IPv4 : 192.168.1.2&lt;br /&gt;host IPv6 : 2001:10:10::2&lt;br /&gt;&lt;/blockquote&gt;Configuration will be like this :&lt;br /&gt;&lt;blockquote&gt;# /sbin/ip tunnel add sit1 mode sit ttl 255 remote 192.168.1.2 local 192.168.1.1&lt;br /&gt;# /sbin/ip link set dev sit1 up&lt;br /&gt;# /sbin/ip -6 addr add 2001:10:10::1/64 dev sit1&lt;br /&gt;# /sbin/ip -6 route add 2001:10:10::/64 via 2001:10:10::2 dev sit1 metric 1&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;DEBIAN / UBUNTU (LINUX)&lt;/span&gt;&lt;br /&gt;You need login as root to edit the file.&lt;br /&gt;you can use any editor, such as vi, vim, pico, nano, mcedit, gedit, etc.&lt;br /&gt;open file /etc/network/interfaces&lt;br /&gt;&lt;blockquote&gt;  # vi /etc/network/interfaces&lt;br /&gt;&lt;/blockquote&gt;Add configuration below&lt;br /&gt;&lt;blockquote&gt;auto &amp;lt;interface&amp;gt;&lt;br /&gt;iface &amp;lt;interface&amp;gt; inet6 v4tunnel&lt;br /&gt;     address &amp;lt;tunnel-ipv6host&amp;gt;&lt;br /&gt;     netmask &amp;lt;prefix&amp;gt;&lt;br /&gt;     endpoint &amp;lt;endpoint-ipv4&amp;gt;&lt;br /&gt;     local &amp;lt;host-ipv4&amp;gt;&lt;br /&gt;     ttl &amp;lt;ttldefault&amp;gt;&lt;br /&gt;     up ip link set dev &amp;lt;interface&amp;gt;&lt;br /&gt;     up ip -6 route add &amp;lt;prefixroute&amp;gt; via &amp;lt;tunnel-ipv6endpoint&amp;gt;   dev &amp;lt;interface&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;For Example:&lt;blockquote&gt;auto sit0&lt;br /&gt;iface sit0 inet6 v4tunnel&lt;br /&gt;  address 2001:10:10::1&lt;br /&gt;    netmask 64&lt;br /&gt;     endpoint 192.168.1.2&lt;br /&gt;    local 192.168.1.1&lt;br /&gt;     ttl 255&lt;br /&gt;     up ip link set dev sit0&lt;br /&gt;     up ip -6 route add 2001:10:10::/64 via 2001:10:10::2 dev sit0&lt;/blockquote&gt;&lt;br /&gt;I hope this will be useful for you.&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;^_^&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10866691-3843806508895974560?l=akmalhamdani.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akmalhamdani.blogspot.com/feeds/3843806508895974560/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10866691&amp;postID=3843806508895974560' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/3843806508895974560'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/3843806508895974560'/><link rel='alternate' type='text/html' href='http://akmalhamdani.blogspot.com/2008/08/ipv6-point-to-point-tunneling.html' title='IPv6 - Point to Point Tunneling'/><author><name>Akmal Hamdani</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10866691.post-7743815675716097144</id><published>2008-06-14T10:20:00.006+07:00</published><updated>2008-06-14T11:33:38.146+07:00</updated><title type='text'>DirectX 9.0c can be installed on WINE 1.x</title><content type='html'>You can install DirectX 9.0c on WINE now. You only need WINE version 1.x or newer. I got this information from the other blog. You can read the detail in&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wine-review.blogspot.com/2008/03/directx-90c-march-2008-redistributable.html"&gt;http://wine-review.blogspot.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10866691-7743815675716097144?l=akmalhamdani.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akmalhamdani.blogspot.com/feeds/7743815675716097144/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10866691&amp;postID=7743815675716097144' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/7743815675716097144'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/7743815675716097144'/><link rel='alternate' type='text/html' href='http://akmalhamdani.blogspot.com/2008/06/directx-90c-can-be-installed-on-wine-1x.html' title='DirectX 9.0c can be installed on WINE 1.x'/><author><name>Akmal Hamdani</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10866691.post-4820966918795936225</id><published>2008-01-26T21:49:00.000+07:00</published><updated>2008-01-26T22:21:37.730+07:00</updated><title type='text'>WINDOWS Virus Scanning From LINUX OS</title><content type='html'>Virus Scanning from outside the OS or without running the OS is better than Scan it within the OS. Why? Cause, while you scan it within the OS that's possibility the virus still running at background and anti-virus can't delete it or clean it. So, it's better if you scan it from outside the OS that u want to scan.&lt;br /&gt;&lt;br /&gt;As example, Virus Scanning Windows OS from LINUX OS. How? You can try to install anti-virus that can scan Windows library and also can be installed on LINUX OS, such as &lt;a href="http://www.grisoft.com/"&gt;AVG anti-virus&lt;/a&gt;. You can download &lt;a href="http://www.grisoft.com/doc/download-free-anti-virus/us/crp/0"&gt;free version&lt;/a&gt; or buy the professional one from the website. The first step, You must know what kind of file system that you use for your Windows OS. If you use ntfs, you need to install ntfs-3g first. So, you can write or remove file on your ntfs partition from LINUX OS. It's needed while anti-virus clean the virus or delete the worm or trojan. The way to scan and clean the virus from Windows OS is simple.&lt;br /&gt;&lt;br /&gt;1.     Mount your Windows partition, for example to /mnt/windows/&lt;br /&gt;2.     run the avg from gui and scan it&lt;br /&gt;                          or&lt;br /&gt;         you can run it from console by command&lt;br /&gt;&lt;br /&gt;              &lt;span style="font-weight: bold;"&gt;avgscan -clean /mnt/windows/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;3.    wait until the scanning process finish&lt;br /&gt;4.     Remember to update your anti-virus. :)&lt;br /&gt;&lt;br /&gt;Virus that I mean is included worm and trojan horse.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I wish this will be useful for you.&lt;br /&gt;&lt;br /&gt;Thank you...&lt;br /&gt;&lt;br /&gt;:)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10866691-4820966918795936225?l=akmalhamdani.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akmalhamdani.blogspot.com/feeds/4820966918795936225/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10866691&amp;postID=4820966918795936225' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/4820966918795936225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/4820966918795936225'/><link rel='alternate' type='text/html' href='http://akmalhamdani.blogspot.com/2008/01/windows-virus-scanning-from-linux-os.html' title='WINDOWS Virus Scanning From LINUX OS'/><author><name>Akmal Hamdani</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10866691.post-8735241993839207174</id><published>2007-09-04T20:00:00.000+07:00</published><updated>2007-09-04T20:39:36.228+07:00</updated><title type='text'>VMWare Server 1.0.3 on 2.6.22.5 (Slackware 12)</title><content type='html'>1. Install it by default way&lt;br /&gt;&lt;blockquote style="color: rgb(255, 153, 0);"&gt;automaticaly by rpm&lt;br /&gt;or&lt;br /&gt;install by script from tar.gz&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;2.  Edit source module vmmon.tar&lt;br /&gt;&lt;blockquote style="color: rgb(255, 153, 0);"&gt;cd /usr/lib/vmware/modules/source/&lt;br /&gt;sudo tar -xvf vmmon.tar&lt;br /&gt;cd vmmon-only&lt;br /&gt;sudo vi include/compat_kernel.h&lt;br /&gt;&lt;br /&gt;Find this:&lt;br /&gt;&lt;br /&gt;#define __NR_compat_exit __NR_exit&lt;br /&gt;static inline _syscall1(int, compat_exit, int, exit_code);&lt;br /&gt;&lt;br /&gt;and change the static inline ..... line to:&lt;br /&gt;&lt;br /&gt;int compat_exit(int exit_code);&lt;br /&gt;&lt;br /&gt;Then tar up the vmmon-only directory again.&lt;br /&gt;&lt;br /&gt;cd ..  #go back to the source directory&lt;br /&gt;tar -cf vmmon.tar vmmon-only&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;3. Replace source of module vmnet.tar (same folder with step 2) by&lt;br /&gt;&lt;blockquote style="color: rgb(255, 153, 0);"&gt;Download it from &lt;a href="http://npw.net/%7Ephbaer/vmnet.tar"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;a href="http://npw.net/%7Ephbaer/vmnet.tar"&gt;&lt;/a&gt;4. Add Script in "/etc/rc.M" (rc.M is script that's loaded when you use multiuser mode - M for "Multiuser")&lt;br /&gt;&lt;blockquote style="color: rgb(255, 153, 0);"&gt;# Start the vmware hardware setup&lt;br /&gt;if [ -x /etc/rc.d/init.d/vmware ]; then&lt;br /&gt;. /etc/rc.d/init.d/vmware start&lt;br /&gt;fi&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;5. Add Script in "/etc/rc.K" (rc.K is script that's loaded when you shutdown or change to single user mode - K for "Kill")&lt;br /&gt;&lt;span style="color: rgb(255, 153, 102);"&gt;&lt;/span&gt;&lt;blockquote style="color: rgb(255, 102, 0);"&gt;&lt;span style="color: rgb(255, 153, 102);"&gt;# Stop the vmware hardware setup &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 153, 102);"&gt; if [ -x /etc/rc.d/init.d/vmware ]; then&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 153, 102);"&gt;   . /etc/rc.d/init.d/vmware stop&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 153, 102);"&gt; fi&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="color: rgb(255, 153, 102);"&gt;&lt;/span&gt;6.  Run "vmware-config.pl" and follow the step until finish and successed&lt;br /&gt;&lt;br /&gt;7. Run "vmware &amp;amp;"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;That's all... Good Luck...  :)&lt;br /&gt;Come on smile....&lt;br /&gt;&lt;br /&gt;Ref : http://wiki.archlinux.org/index.php/Installing_VMware&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10866691-8735241993839207174?l=akmalhamdani.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akmalhamdani.blogspot.com/feeds/8735241993839207174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10866691&amp;postID=8735241993839207174' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/8735241993839207174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/8735241993839207174'/><link rel='alternate' type='text/html' href='http://akmalhamdani.blogspot.com/2007/09/vmware-server-103-on-26225-slackware-12.html' title='VMWare Server 1.0.3 on 2.6.22.5 (Slackware 12)'/><author><name>Akmal Hamdani</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10866691.post-7871778933009171190</id><published>2007-08-31T10:54:00.000+07:00</published><updated>2007-08-31T11:04:32.434+07:00</updated><title type='text'>Shutdown PC but Power didn't turn off (Linux)</title><content type='html'>1. Try Check your kernel, did u have enable apm and acpi?&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;dmesg |grep apm&lt;br /&gt;dmesg |grep acpi&lt;/blockquote&gt;&lt;br /&gt;If it's not enable, try to re-compile your kernel with apm and acpi enable&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. If still not work, try to append lilo in /etc/lilo.conf&lt;br /&gt;&lt;blockquote&gt;append="acpi=force"&lt;br /&gt;      or&lt;br /&gt;append="apm=power-off"&lt;/blockquote&gt;Try one of them.&lt;br /&gt;&lt;br /&gt;Good Luck !!!&lt;br /&gt;&lt;br /&gt;:)&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10866691-7871778933009171190?l=akmalhamdani.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akmalhamdani.blogspot.com/feeds/7871778933009171190/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10866691&amp;postID=7871778933009171190' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/7871778933009171190'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/7871778933009171190'/><link rel='alternate' type='text/html' href='http://akmalhamdani.blogspot.com/2007/08/shutdown-pc-but-power-didnt-turn-off.html' title='Shutdown PC but Power didn&apos;t turn off (Linux)'/><author><name>Akmal Hamdani</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10866691.post-5498700724266617099</id><published>2007-07-01T01:14:00.000+07:00</published><updated>2007-07-04T17:53:54.439+07:00</updated><title type='text'>Three jump - the mostly used on IPTABLES</title><content type='html'>There's about 27 jump on IPTABLES. But only three jump that's usually used by firewall mostly.&lt;br /&gt;They are ACCEPT, DROP, and REJECT.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;ACCEPT&lt;/span&gt; - have function to allow packet if  rule is true or accepted.&lt;br /&gt;eg :&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;iptables -A INPUT -p tcp -d 192.168.0.2 --dport 22 -j ACCEPT&lt;/span&gt;&lt;br /&gt;(this mean if destination packet is IP (192.168.0.2) and destination port is 22 and use protocol tcp, allow input packet)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;DROP&lt;/span&gt;     -  have function to drop or reject packet (without acknowledge to sender) if rule is true or accepted.&lt;br /&gt;eg :&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;iptables -A INPUT -p tcp -d 192.168.0.2 --dport 22 -j DROP&lt;/span&gt;&lt;br /&gt;(this mean if destination packet is IP (192.168.0.2) and destination port is 22 and use protocol tcp, reject or drop input packet without acknowledge to sender)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;REJECT&lt;/span&gt; - have function to drop or reject packet (with acknowledge to sender) if rule is true or accepted.&lt;br /&gt;eg &lt;span style="font-weight: bold;"&gt;:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;iptables -A INPUT -p tcp -d 192.168.0.2 --dport 22 -j REJECT&lt;/span&gt;&lt;br /&gt;(this mean if destination packet is IP (192.168.0.2) and destination port is 22 and use protocol tcp, reject or drop  input packet with acknowledge to sender)&lt;br /&gt;&lt;br /&gt;That's all for today.&lt;br /&gt;&lt;br /&gt;Please give me comment if I need to repair something or add something on it.&lt;br /&gt;&lt;br /&gt;Thanks.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10866691-5498700724266617099?l=akmalhamdani.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akmalhamdani.blogspot.com/feeds/5498700724266617099/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10866691&amp;postID=5498700724266617099' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/5498700724266617099'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/5498700724266617099'/><link rel='alternate' type='text/html' href='http://akmalhamdani.blogspot.com/2007/07/three-jump-mostly-used-on-iptables.html' title='Three jump - the mostly used on IPTABLES'/><author><name>Akmal Hamdani</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10866691.post-239565389752308072</id><published>2007-06-26T17:37:00.000+07:00</published><updated>2007-06-27T17:33:04.908+07:00</updated><title type='text'>Squid Installation Notes (author - praban)</title><content type='html'>&lt;div class="storycontent"&gt;   &lt;p&gt;Squid Installation steps&lt;br /&gt;&lt;/p&gt; &lt;p&gt;1. make squid user/group&lt;br /&gt;&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;code&gt;# groupadd -g 23 squid&lt;br /&gt;# useradd -M -u 23 -g 23 -d /no/dir -s /bin/false squid&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;2. Use reiserfs for cache directory and add in fstab&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;code&gt;/dev/hda6       /cache          reiserfs        notail,noatime     0 0&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt;  &lt;p&gt;3. Configure&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;code&gt;# CFLAGS="-O3 -march=i686" \&lt;br /&gt;./configure \&lt;br /&gt;--prefix=/opt/squid \&lt;br /&gt;--disable-carp \&lt;br /&gt;--enable-async-io=32 \&lt;br /&gt;--with-aufs-threads=32 \&lt;br /&gt;--enable-storeio=aufs \&lt;br /&gt;--enable-removal-policies="heap" \&lt;br /&gt;--enable-delay-pools \&lt;br /&gt;--disable-wccp \&lt;br /&gt;--disable-wccpv2 \&lt;br /&gt;--enable-snmp \&lt;br /&gt;--enable-arp-acl \&lt;br /&gt;--enable-cache-digests \&lt;br /&gt;--enable-err-language=English \&lt;br /&gt;--enable-poll \&lt;br /&gt;--enable-linux-netfilter \&lt;br /&gt;--disable-ident-lookups \&lt;br /&gt;--disable-unlinkd \&lt;br /&gt;--enable-truncate \&lt;br /&gt;--enable-pthreads \&lt;br /&gt;--with-aio \&lt;br /&gt;--with-dl&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;4. Compile &amp;amp; Install&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;code&gt;# make&lt;br /&gt;# make install&lt;br /&gt;# strip /opt/squid/sbin/squid&lt;br /&gt;# strip /opt/squid/bin/squidclient&lt;br /&gt;# strip /opt/squid/libexec/*&lt;br /&gt;# install /opt/squid/libexec/cachemgr.cgi /var/www/cgi-bin/&lt;br /&gt;# mkdir -p /var/log/squid&lt;br /&gt;# chown squid:squid /var/log/squid&lt;br /&gt;# chown squid:squid /cache&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;5. squid.conf&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;code&gt;http_port 3128&lt;br /&gt;icp_port 0&lt;br /&gt;hierarchy_stoplist cgi-bin ?&lt;br /&gt;acl QUERY urlpath_regex cgi-bin \?&lt;br /&gt;cache deny QUERY&lt;br /&gt;acl apache rep_header Server ^Apache&lt;br /&gt;broken_vary_encoding allow apache&lt;br /&gt;cache_mem 32 MB&lt;br /&gt;cache_swap_low 90&lt;br /&gt;cache_swap_high 95&lt;br /&gt;maximum_object_size 10 MB&lt;br /&gt;maximum_object_size_in_memory 8 KB&lt;br /&gt;ipcache_size 2048&lt;br /&gt;ipcache_low 90&lt;br /&gt;ipcache_high 95&lt;br /&gt;cache_replacement_policy heap LFUDA&lt;br /&gt;memory_replacement_policy heap GDSF&lt;br /&gt;cache_dir aufs /cache 6000 16 256&lt;br /&gt;access_log /var/log/squid/access.log squid&lt;br /&gt;cache_log /var/log/squid/cache.log&lt;br /&gt;cache_store_log none&lt;br /&gt;pid_filename /var/run/squid.pid&lt;br /&gt;ftp_user netuser@&lt;br /&gt;check_hostnames off&lt;br /&gt;allow_underscore on&lt;br /&gt;refresh_pattern ^ftp:           1440    20%     10080&lt;br /&gt;refresh_pattern ^gopher:        1440    0%      1440&lt;br /&gt;refresh_pattern .               0       20%     4320&lt;br /&gt;half_closed_clients off&lt;br /&gt;acl all src 0.0.0.0/0.0.0.0&lt;br /&gt;acl manager proto cache_object&lt;br /&gt;acl localhost src 127.0.0.1/255.255.255.255&lt;br /&gt;acl to_localhost dst 127.0.0.0/8&lt;br /&gt;acl SSL_ports port 443&lt;br /&gt;acl Safe_ports port 80          # http&lt;br /&gt;acl Safe_ports port 21          # ftp&lt;br /&gt;acl Safe_ports port 443         # https&lt;br /&gt;acl Safe_ports port 70          # gopher&lt;br /&gt;acl Safe_ports port 210         # wais&lt;br /&gt;acl Safe_ports port 1025-65535  # unregistered ports&lt;br /&gt;acl Safe_ports port 280         # http-mgmt&lt;br /&gt;acl Safe_ports port 488         # gss-http&lt;br /&gt;acl Safe_ports port 591         # filemaker&lt;br /&gt;acl Safe_ports port 777         # multiling http&lt;br /&gt;acl CONNECT method CONNECT&lt;br /&gt;http_access allow manager localhost&lt;br /&gt;http_access deny manager&lt;br /&gt;http_access deny !Safe_ports&lt;br /&gt;http_access deny CONNECT !SSL_ports&lt;br /&gt;acl ournet src 192.168.1.0/24&lt;br /&gt;http_access allow ournet&lt;br /&gt;http_access deny all&lt;br /&gt;http_reply_access allow all&lt;br /&gt;icp_access allow all&lt;br /&gt;cache_mgr praban@hostingku.org&lt;br /&gt;cache_effective_user squid&lt;br /&gt;cache_effective_group squid&lt;br /&gt;httpd_suppress_version_string on&lt;br /&gt;visible_hostname hostingku.org&lt;br /&gt;logfile_rotate 5&lt;br /&gt;memory_pools off&lt;br /&gt;via off&lt;br /&gt;forwarded_for off&lt;br /&gt;log_icp_queries off&lt;br /&gt;cachemgr_passwd passwordku all&lt;br /&gt;delay_pools 1&lt;br /&gt;delay_class 1 2&lt;br /&gt;delay_access 1 allow ournet&lt;br /&gt;delay_access 1 deny all&lt;br /&gt;delay_parameters 1 64000/64000 5000/16000&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;6. Ready to running&lt;br /&gt;&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;code&gt;# /opt/squid/sbin/squid -z&lt;br /&gt;# /opt/squid/sbin/squid -D&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt;  &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10866691-239565389752308072?l=akmalhamdani.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akmalhamdani.blogspot.com/feeds/239565389752308072/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10866691&amp;postID=239565389752308072' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/239565389752308072'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/239565389752308072'/><link rel='alternate' type='text/html' href='http://akmalhamdani.blogspot.com/2007/06/catatan-sewaktu-install-squid-author.html' title='Squid Installation Notes (author - praban)'/><author><name>Akmal Hamdani</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10866691.post-645355545929654664</id><published>2007-06-26T01:30:00.000+07:00</published><updated>2007-06-26T21:53:37.346+07:00</updated><title type='text'>Shell's Command</title><content type='html'>I still learn about linux. This some of command that I know in linux's shell.&lt;br /&gt;ls - listing&lt;br /&gt;cd - change directory&lt;br /&gt;mkdir - make directory&lt;br /&gt;rmdir - remove directory&lt;br /&gt;chmod - change permission mode TypeOfFile-owner-groups-others (ex: drwxr_xr_x)&lt;br /&gt;chfn - change finger&lt;br /&gt;usermod - change or add user attribute, for example: group&lt;br /&gt;chown - change owner of file or directory&lt;br /&gt;lspci - listing pci on pc&lt;br /&gt;lsmod - listing module&lt;br /&gt;ln - make link to a file or folder&lt;br /&gt;cp - copy&lt;br /&gt;mv - move or rename file&lt;br /&gt;cat - concatenate files and print on the standard output&lt;br /&gt;less - opposite of more&lt;br /&gt;more - file perusal filter for crt viewing&lt;br /&gt;grep&lt;br /&gt;find&lt;br /&gt;arp&lt;br /&gt;ifconfig&lt;br /&gt;iptables&lt;br /&gt;ipchain&lt;br /&gt;vmstat&lt;br /&gt;etc...&lt;br /&gt;&lt;br /&gt;So many syntax, Maybe u can find the rest. :)&lt;br /&gt;You can see the manual by type "man &amp;#60command&amp;#62" or only need help just type "&amp;#60command&amp;#62 -h" or "&amp;#60command&amp;#62 --help ".&lt;br /&gt;&lt;br /&gt;If u have question, u could ask by comment. I'll answer it if i could. So, we could learn together.&lt;br /&gt;:D&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10866691-645355545929654664?l=akmalhamdani.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akmalhamdani.blogspot.com/feeds/645355545929654664/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10866691&amp;postID=645355545929654664' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/645355545929654664'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10866691/posts/default/645355545929654664'/><link rel='alternate' type='text/html' href='http://akmalhamdani.blogspot.com/2007/06/linuxs-command.html' title='Shell&apos;s Command'/><author><name>Akmal Hamdani</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
