<?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:blogger='http://schemas.google.com/blogger/2008' 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-8031577146545354786</id><updated>2024-11-06T09:42:14.635+07:00</updated><category term="Tips dan Tricks"/><category term="Blog"/><category term="Photoshop"/><category term="Download"/><category term="Jaringan"/><category term="Computer"/><category term="WebDesign"/><category term="Hack"/><category term="Tutorial"/><category term="Windows"/><category term="CMD"/><category term="CSS"/><category term="News"/><category term="OS"/><category term="Dgame"/><category term="Game"/><category term="Photography"/><category term="Android"/><category term="Cisco"/><category term="Dsoftware"/><category term="LESS"/><category term="Linux"/><category term="Responsive"/><category term="SASS"/><category term="TKJ"/><category term="Tugas"/><title type='text'>Aim Ul </title><subtitle type='html'>Blog Desain dan IT.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default?start-index=26&amp;max-results=25'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>53</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-412810780739689728</id><published>2014-03-04T16:04:00.000+07:00</published><updated>2014-03-04T16:04:02.476+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="WebDesign"/><title type='text'>Cara Membuat Logo Google Chrome Dengan CSS</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBcI3VliX041Kd1oO10aBw3eHP26i65DHhtZNwX0bEpk1l2nMEpaquwEDiU5CXQ4i3gFAA1KsJSy6GijdTXxPvwaWaaaskMcEMRdmEtrhAF0n1Ehu9lt6gGv1gbKtI8FU2rxfXe0GCQUg/s1600/chromelogo.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Google Chrome Logo&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBcI3VliX041Kd1oO10aBw3eHP26i65DHhtZNwX0bEpk1l2nMEpaquwEDiU5CXQ4i3gFAA1KsJSy6GijdTXxPvwaWaaaskMcEMRdmEtrhAF0n1Ehu9lt6gGv1gbKtI8FU2rxfXe0GCQUg/s1600/chromelogo.PNG&quot; title=&quot;Chrome&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Google Chrome adalah sebuah peramban web sumber terbuka yang dikembangkan oleh Google dengan menggunakan mesin rendering WebKit. Proyek sumber terbukanya sendiri dinamakan Chromium.&lt;span style=&quot;color: #999999;&quot;&gt; (Wikipedia) &lt;/span&gt;&lt;br /&gt;
Kita pasti tahu bagaimana bentuk logonya, berbentuk bulat dengan warna merah, kuning, hijau, biru, dan putih. Nah, kali ini saya dan anda akan membuatnya dengan kode CSS. Yups, CSS. Ternyata kita bisa membuat logo tersebut dengan mudah hanya menggunakan sebuah CSS.&lt;br /&gt;
&lt;br /&gt;
Untuk cara membuatnya memerlukan kode HTML dan CSS.&lt;br /&gt;
&lt;br /&gt;
Code HTML&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;
&amp;nbsp;&amp;lt;div class=&quot;chrome&quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;div class=&quot;chrome-yellow1&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;div class=&quot;chrome-green1&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;div class=&quot;chrome-green2&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;div class=&quot;chrome-center&quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/blockquote&gt;
Code CSS&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;
.chrome {&lt;br /&gt;&amp;nbsp; margin: 0 auto;&lt;br /&gt;&amp;nbsp; margin-top: 40px;&lt;br /&gt;&amp;nbsp; width: 200px;&lt;br /&gt;&amp;nbsp; height: 200px;&lt;br /&gt;&amp;nbsp; background-color: #e74c3c;&lt;br /&gt;&amp;nbsp; @include border-radius(100px);&lt;br /&gt;&amp;nbsp; position: relative;&lt;br /&gt;&amp;nbsp; overflow: hidden;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.chrome-center {&lt;br /&gt;&amp;nbsp; position: absolute;&lt;br /&gt;&amp;nbsp; width: 75px;&lt;br /&gt;&amp;nbsp; height: 75px;&lt;br /&gt;&amp;nbsp; margin: 0 auto;&lt;br /&gt;&amp;nbsp; margin-top: 58px;&lt;br /&gt;&amp;nbsp; margin-left: 58px;&lt;br /&gt;&amp;nbsp; background-color: #65A2D3;&lt;br /&gt;&amp;nbsp; @include border-radius(50%);&lt;br /&gt;&amp;nbsp; border: 4px solid white;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.chrome-green1 {&lt;br /&gt;&amp;nbsp; position: absolute;&lt;br /&gt;&amp;nbsp; background-color: #5FBF60;&lt;br /&gt;&amp;nbsp; width: 65px;&lt;br /&gt;&amp;nbsp; height: 135px;&lt;br /&gt;&amp;nbsp; margin-left: -20px;&lt;br /&gt;&amp;nbsp; margin-top: 30px;&lt;br /&gt;&amp;nbsp; -webkit-transform: rotate(-35deg);&lt;br /&gt;&amp;nbsp; -moz-transform: rotate(-35deg);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.chrome-green2 {&lt;br /&gt;&amp;nbsp; position: absolute;&lt;br /&gt;&amp;nbsp; background-color: #5FBF60;&lt;br /&gt;&amp;nbsp; width: 74px;&lt;br /&gt;&amp;nbsp; height: 135px;&lt;br /&gt;&amp;nbsp; margin-left: 35px;&lt;br /&gt;&amp;nbsp; margin-top: 96px;&lt;br /&gt;&amp;nbsp; @include transform(rotate(26.8deg));&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.chrome-yellow1 {&lt;br /&gt;&amp;nbsp; position: absolute;&lt;br /&gt;&amp;nbsp; background-color: #FCD630;&lt;br /&gt;&amp;nbsp; width: 120px;&lt;br /&gt;&amp;nbsp; height: 145px;&lt;br /&gt;&amp;nbsp; margin-left: 94px;&lt;br /&gt;&amp;nbsp; margin-top: 60.98px;&lt;br /&gt;&amp;nbsp; @include transform(rotate(2deg));&lt;br /&gt;}&lt;/code&gt;&lt;/blockquote&gt;
Sekian artikel kali ini, semoga bermanfaat.</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/412810780739689728/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2014/03/chrome-logo-css.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/412810780739689728'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/412810780739689728'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2014/03/chrome-logo-css.html' title='Cara Membuat Logo Google Chrome Dengan CSS'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBcI3VliX041Kd1oO10aBw3eHP26i65DHhtZNwX0bEpk1l2nMEpaquwEDiU5CXQ4i3gFAA1KsJSy6GijdTXxPvwaWaaaskMcEMRdmEtrhAF0n1Ehu9lt6gGv1gbKtI8FU2rxfXe0GCQUg/s72-c/chromelogo.PNG" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-595623341512387501</id><published>2014-02-20T20:41:00.002+07:00</published><updated>2014-02-20T20:41:17.180+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="WebDesign"/><title type='text'>CSS Loading Android Kitkat</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEih4le-rYUcTxtXO95om-JexAQhfKRTIQSHsP15XrW2BNsY2ZVRzFPwzuNxuUkdf83QAvW2ntO6ZD-Ss_Ml_AI_5Up4APtSMuRyy6k3jwG32IGpV4sT2EBDvc7fbL6WS088K9V1lupI4fQ/s1600/android-loader-css.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEih4le-rYUcTxtXO95om-JexAQhfKRTIQSHsP15XrW2BNsY2ZVRzFPwzuNxuUkdf83QAvW2ntO6ZD-Ss_Ml_AI_5Up4APtSMuRyy6k3jwG32IGpV4sT2EBDvc7fbL6WS088K9V1lupI4fQ/s1600/android-loader-css.jpg&quot; height=&quot;209&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Kali ini saya akan memberikan tutorial cara membuat loading ala Android terbaru yaitu Kitkat mengunakan CSS. Ok, ikuti langkah dibawah untuk memulai.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://codepen.io/simoncla/full/EibKC&quot; target=&quot;_blank&quot;&gt;&lt;button&gt;DEMO&lt;/button&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; Code HTML :&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;
&amp;lt;figure&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class=&quot;dot white&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class=&quot;dot&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class=&quot;dot&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class=&quot;dot&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div class=&quot;dot&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/figure&amp;gt;&lt;/code&gt;&lt;/blockquote&gt;
Code CSS :&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;body { background: #222; }&amp;nbsp;
&lt;br /&gt;figure { &lt;br /&gt;&amp;nbsp; position: absolute;&lt;br /&gt;&amp;nbsp; margin: auto;&lt;br /&gt;&amp;nbsp; top: 0; bottom: 0; left: 0; right: 0;&lt;br /&gt;&amp;nbsp; width: 6.250em; height: 6.250em;&lt;br /&gt;&amp;nbsp; animation: rotate 2.4s linear infinite;&lt;br /&gt;}&lt;br /&gt;.white { &lt;br /&gt;&amp;nbsp; top: 0; bottom: 0; left: 0; right: 0; &lt;br /&gt;&amp;nbsp; background: white; &lt;br /&gt;&amp;nbsp; animation: flash 2.4s linear infinite;&lt;br /&gt;&amp;nbsp; opacity: 0;&lt;br /&gt;}&lt;br /&gt;.dot {&lt;br /&gt;&amp;nbsp; position: absolute;&lt;br /&gt;&amp;nbsp; margin: auto;&lt;br /&gt;&amp;nbsp; width: 2.4em; height: 2.4em;&lt;br /&gt;&amp;nbsp; border-radius: 100%;&lt;br /&gt;&amp;nbsp; transition: all 1s ease;&lt;br /&gt;}&lt;br /&gt;.dot:nth-child(2) { top: 0; bottom: 0; left: 0; background: #FF4444; animation: dotsY 2.4s linear infinite; }&lt;br /&gt;.dot:nth-child(3) { left: 0; right: 0; top: 0; background: #FFBB33; animation: dotsX 2.4s linear infinite; }&lt;br /&gt;.dot:nth-child(4) { top: 0; bottom: 0; right: 0; background: #99CC00; animation: dotsY 2.4s linear infinite; }&lt;br /&gt;.dot:nth-child(5) { left: 0; right: 0; bottom: 0; background: #33B5E5; animation: dotsX 2.4s linear infinite; }&lt;br /&gt;&lt;br /&gt;@keyframes rotate {&lt;br /&gt;&amp;nbsp; 0% { transform: rotate( 0 ); }&lt;br /&gt;&amp;nbsp; 10% { width: 6.250em; height: 6.250em; }&lt;br /&gt;&amp;nbsp; 66% { width: 2.4em; height: 2.4em; }&lt;br /&gt;&amp;nbsp; 100%{ transform: rotate(360deg); width: 6.250em; height: 6.250em; }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;@keyframes dotsY {&lt;br /&gt;&amp;nbsp; 66% { opacity: .1; width: 2.4em; }&lt;br /&gt;&amp;nbsp; 77%{ opacity: 1; width: 0; }&lt;br /&gt;}&lt;br /&gt;@keyframes dotsX {&lt;br /&gt;&amp;nbsp; 66% { opacity: .1; height: 2.4em;}&lt;br /&gt;&amp;nbsp; 77%{ opacity: 1; height: 0; }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;@keyframes flash {&lt;br /&gt;&amp;nbsp; 33% { opacity: 0; border-radius: 0%; }&lt;br /&gt;&amp;nbsp; 55%{ opacity: .6; border-radius: 100%; }&lt;br /&gt;&amp;nbsp; 66%{ opacity: 0; }&lt;br /&gt;}&lt;/code&gt;&lt;/blockquote&gt;
</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/595623341512387501/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2014/02/css-loading-android-kitkat.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/595623341512387501'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/595623341512387501'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2014/02/css-loading-android-kitkat.html' title='CSS Loading Android Kitkat'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEih4le-rYUcTxtXO95om-JexAQhfKRTIQSHsP15XrW2BNsY2ZVRzFPwzuNxuUkdf83QAvW2ntO6ZD-Ss_Ml_AI_5Up4APtSMuRyy6k3jwG32IGpV4sT2EBDvc7fbL6WS088K9V1lupI4fQ/s72-c/android-loader-css.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-4156413018406948808</id><published>2014-02-05T12:44:00.002+07:00</published><updated>2014-02-05T12:46:22.027+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Cisco"/><category scheme="http://www.blogger.com/atom/ns#" term="Jaringan"/><title type='text'>Konfigurasi Dasar Switch Cisco</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimbOdPd9F10TGCdNBOGdYTIUrrBhV7AQMZDZK7-Y6hYeTI3PgGB2hc1VlEGytrp4lHJ49I8tdH4orG-0OHV8-tBpxzcjDC6jhDCdSJqKt18CsqcEVtYXUuErdzpP1rf2pWKfGYkfZrgoM/s1600/cisco.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cisco Logo&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimbOdPd9F10TGCdNBOGdYTIUrrBhV7AQMZDZK7-Y6hYeTI3PgGB2hc1VlEGytrp4lHJ49I8tdH4orG-0OHV8-tBpxzcjDC6jhDCdSJqKt18CsqcEVtYXUuErdzpP1rf2pWKfGYkfZrgoM/s1600/cisco.png&quot; title=&quot;Cisco&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Kali ini saya akan memberikan tutorial mengenai &lt;a href=&quot;http://aim-ul.blogspot.com/2014/02/konfigurasi-dasar-switch-cisco.html&quot;&gt;&lt;b&gt;Konfigurasi Dasar Switch Cisco&lt;/b&gt;&lt;/a&gt;.&lt;br /&gt;
Untuk mendapatkan informasi konfigurasi switch, sebelumnya kamu perlu masuk ke priviledeged&lt;br /&gt;
EXEC. kemudian, gunaka perintah &lt;b&gt;show&lt;/b&gt;, untuk melihat apa saja yang dapat dilihat, tambahkan tanda &lt;b&gt;?&lt;/b&gt; dibelakang perintah &lt;b&gt;show&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&lt;code&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Switch&amp;gt;&lt;span style=&quot;color: #ffe599;&quot;&gt;&lt;b&gt;ena&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Switch#&lt;b&gt;&lt;span style=&quot;color: #ffe599;&quot;&gt;show ?&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; access-lists&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; List access lists&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Arp table&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; boot&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; show boot attributes&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cdp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CDP information&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clock&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Display the system clock&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dtp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DTP information&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etherchannel&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EtherChannel information&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; flash:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; display information about flash: file system&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; history&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Display the session command history&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hosts&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IP domain-name, lookup style, nameservers, and host table&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; interfaces&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interface status and configuration&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IP information&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; logging&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Show the contents of logging buffers&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mac-address-table&amp;nbsp; MAC forwarding table&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mls&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Show MultiLayer Switching information&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port-security&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Show secure port information&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; privilege&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Show current privilege level&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; processes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Active process statistics&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; running-config&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Current operating configuration&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sessions&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Information about Telnet connections&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; snmp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; snmp statistics&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; spanning-tree&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Spanning tree topology&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; startup-config&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Contents of startup configuration&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; storm-control&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Show storm control configuration&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tcp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status of TCP connections&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tech-support&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Show system information for Tech-Support&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; terminal&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Display terminal configuration parameters&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; users&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Display information about terminal lines&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System hardware and software status&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vlan&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VTP VLAN status&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vtp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VTP information&lt;/code&gt;&lt;/blockquote&gt;
Untuk melihat konfigurasi yang berjalan di switch, hunakan perintah &lt;b&gt;show running-config&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Switch#&lt;b&gt;&lt;span style=&quot;color: #ffd966;&quot;&gt;show running-config &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Building configuration...&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Current configuration : 1009 bytes&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; version 12.2&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; no service timestamps log datetime msec&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; no service timestamps debug datetime msec&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; no service password-encryption&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; hostname Switch&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/1&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/2&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/3&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/4&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/5&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/6&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/7&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/8&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/9&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/10&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/11&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/12&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/13&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/14&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/15&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/16&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/17&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/18&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/19&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/20&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/21&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/22&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/23&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface FastEthernet0/24&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface GigabitEthernet1/1&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface GigabitEthernet1/2&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interface Vlan1&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; no ip address&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; shutdown&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line con 0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line vty 0 4&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; login&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line vty 5 15&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; login&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end&lt;/code&gt;&lt;/blockquote&gt;
Untuk melihat konfigurasi yang akan dijalankan saat switch pertama kali hidup, gunakan perintah &lt;b&gt;show startup-config&lt;/b&gt;.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;
Switch#&lt;span style=&quot;color: #ffd966;&quot;&gt;&lt;b&gt;show startup-config&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
startup-config is not present&lt;/code&gt;&lt;/blockquote&gt;
Karena tidak ada konfigurasi yang disimpan, maka muncul pesan diatas.&lt;br /&gt;
Selanjutnya, cara melihat konfigurasi VLAN 1 switch. Caranya menggunakan perintah &lt;b&gt;show interfaces vlan 1&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Switch#&lt;span style=&quot;color: #f1c232;&quot;&gt;&lt;b&gt;show interfaces vlan 1&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vlan1 is administratively down, line protocol is down&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hardware is CPU Interface, address is 000c.854a.b0b1 (bia&amp;nbsp;&amp;nbsp; 000c.854a.b0b1)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MTU 1500 bytes, BW 100000 Kbit, DLY 1000000 usec,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reliability 255/255, txload 1/255, rxload 1/255&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Encapsulation ARPA, loopback not set&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARP type: ARPA, ARP Timeout 04:00:00&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Last input 21:40:21, output never, output hang never&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Last clearing of &quot;show interface&quot; counters never&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Queueing strategy: fifo&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Output queue: 0/40 (size/max)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 minute input rate 0 bits/sec, 0 packets/sec&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 minute output rate 0 bits/sec, 0 packets/sec&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1682 packets input, 530955 bytes, 0 no buffer&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Received 0 broadcasts (0 IP multicast)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 runts, 0 giants, 0 throttles&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 563859 packets output, 0 bytes, 0 underruns&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 output errors, 23 interface resets&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 output buffer failures, 0 output buffers swapped out&lt;/code&gt;&lt;/blockquote&gt;
Lihat ip address VLAN 1 dengan perintah &lt;b&gt;show ip interfaces vlan 1.&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;
Switch#&lt;span style=&quot;color: #f1c232;&quot;&gt;&lt;b&gt;show ip interface vlan 1&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;Vlan1 is administratively down, line protocol is down&lt;br /&gt;Internet protocol processing disabled&lt;/code&gt;&lt;/blockquote&gt;
Terlihat bahwa vlan 1 masih mati (down). Kemudian, kamu bisa melihat informasi IOS switch cisco kamu dengan perintah &lt;b&gt;show version.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;
Switch#&lt;span style=&quot;color: #f1c232;&quot;&gt;&lt;b&gt;show version &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;Cisco IOS Software, C2960 Software (C2960-LANBASE-M), Version 12.2(25)FX, RELEASE SOFTWARE (fc1)&lt;br /&gt;Copyright (c) 1986-2005 by Cisco Systems, Inc.&lt;br /&gt;Compiled Wed 12-Oct-05 22:05 by pt_team&lt;br /&gt;ROM: C2960 Boot Loader (C2960-HBOOT-M) Version 12.2(25r)FX, RELEASE SOFTWARE (fc4)&lt;br /&gt;System returned to ROM by power-on&lt;br /&gt;Cisco WS-C2960-24TT (RC32300) processor (revision C0) with 21039K bytes of memory.&lt;br /&gt;&lt;br /&gt;24 FastEthernet/IEEE 802.3 interface(s)&lt;br /&gt;2 Gigabit Ethernet/IEEE 802.3 interface(s)&lt;br /&gt;63488K bytes of flash-simulated non-volatile configuration memory.&lt;br /&gt;Base ethernet MAC Address&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 000C.854A.B0B1&lt;br /&gt;Motherboard assembly number&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 73-9832-06&lt;br /&gt;Power supply part number&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 341-0097-02&lt;br /&gt;Motherboard serial number&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : FOC103248MJ&lt;br /&gt;Power supply serial number&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : DCA102133JA&lt;br /&gt;Model revision number&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : B0&lt;br /&gt;Motherboard revision number&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : C0&lt;br /&gt;Model number&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : WS-C2960-24TT&lt;br /&gt;System serial number&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : FOC1033Z1EY&lt;br /&gt;Top Assembly Part Number&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 800-26671-02&lt;br /&gt;Top Assembly Revision Number&amp;nbsp;&amp;nbsp;&amp;nbsp; : B0&lt;br /&gt;Version ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : V02&lt;br /&gt;CLEI Code Number&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : COM3K00BRA&lt;br /&gt;Hardware Board Revision Number&amp;nbsp; : 0x01&lt;br /&gt;&lt;br /&gt;Switch&amp;nbsp;&amp;nbsp; Ports&amp;nbsp; Model&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SW Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SW Image&lt;br /&gt;------&amp;nbsp;&amp;nbsp; -----&amp;nbsp; -----&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ----------&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ----------&lt;br /&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; 26&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WS-C2960-24TT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C2960-LANBASE-M&lt;br /&gt;Configuration register is 0xF&lt;/code&gt;&lt;/blockquote&gt;
Untuk melihat konfigurasi dari interface fastethernet 0/4 atau interface fastethernet lainnya gunakan perintah &lt;b&gt;show interfaces fastEthernet 0/4&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Switch#&lt;span style=&quot;color: #ffd966;&quot;&gt;&lt;b&gt;show interfaces fastEthernet 0/4&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FastEthernet0/4 is up, line protocol is up (connected)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hardware is Lance, address is 0007.ec69.c404 (bia 0007.ec69.c404)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BW 100000 Kbit, DLY 1000 usec,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reliability 255/255, txload 1/255, rxload 1/255&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Encapsulation ARPA, loopback not set&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Keepalive set (10 sec)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Full-duplex, 100Mb/s&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; input flow-control is off, output flow-control is off&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARP type: ARPA, ARP Timeout 04:00:00&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Last input 00:00:08, output 00:00:05, output hang never&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Last clearing of &quot;show interface&quot; counters never&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Queueing strategy: fifo&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Output queue :0/40 (size/max)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 minute input rate 0 bits/sec, 0 packets/sec&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 minute output rate 0 bits/sec, 0 packets/sec&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 956 packets input, 193351 bytes, 0 no buffer&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Received 956 broadcasts, 0 runts, 0 giants, 0 throttles&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 watchdog, 0 multicast, 0 pause input&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 input packets with dribble condition detected&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2357 packets output, 263570 bytes, 0 underruns&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 output errors, 0 collisions, 10 interface resets&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 babbles, 0 late collision, 0 deferred&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 lost carrier, 0 no carrier&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 output buffer failures, 0 output buffers swapped out&lt;/code&gt;&lt;/blockquote&gt;
Hampir sama dengan cara melihat konfigurasi dari fastethernet, untuk melihat informasi dari gigabitethernet 1/1 gunakan perintah &lt;b&gt;show interfaces gigabitEthernet 1/1&lt;/b&gt;.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;
&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Switch#&lt;span style=&quot;color: #f1c232;&quot;&gt;&lt;b&gt;show interfaces gigabitEthernet 1/1&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GigabitEthernet1/1 is down, line protocol is down (disabled)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hardware is Lance, address is 0002.172c.8501 (bia 0002.172c.8501)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BW 1000000 Kbit, DLY 1000 usec,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reliability 255/255, txload 1/255, rxload 1/255&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Encapsulation ARPA, loopback not set&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Keepalive set (10 sec)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Half-duplex, 1000Mb/s&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; input flow-control is off, output flow-control is off&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARP type: ARPA, ARP Timeout 04:00:00&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Last input 00:00:08, output 00:00:05, output hang never&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Last clearing of &quot;show interface&quot; counters never&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Queueing strategy: fifo&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Output queue :0/40 (size/max)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 minute input rate 0 bits/sec, 0 packets/sec&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 minute output rate 0 bits/sec, 0 packets/sec&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 956 packets input, 193351 bytes, 0 no buffer&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Received 956 broadcasts, 0 runts, 0 giants, 0 throttles&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 watchdog, 0 multicast, 0 pause input&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 input packets with dribble condition detected&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2357 packets output, 263570 bytes, 0 underruns&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 output errors, 0 collisions, 10 interface resets&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 babbles, 0 late collision, 0 deferred&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 lost carrier, 0 no carrier&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 output buffer failures, 0 output buffers swapped out&lt;/code&gt;&lt;/blockquote&gt;
Melihati status VLAN, menggunakan perintah &lt;b&gt;show vlan&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;
&lt;/code&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;Switch#&lt;span style=&quot;color: #f1c232;&quot;&gt;&lt;b&gt;show vlan&lt;/b&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;code&gt;
&lt;/code&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;VLAN Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status &amp;nbsp; &amp;nbsp;Ports&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;---- -------------------------------- --------- -------------------------------&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;1 &amp;nbsp; &amp;nbsp;default &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;active &amp;nbsp; &amp;nbsp;Fa0/1, Fa0/2, Fa0/3, Fa0/4&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fa0/5, Fa0/6, Fa0/7, Fa0/8&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fa0/9, Fa0/10, Fa0/11, Fa0/12&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fa0/13, Fa0/14, Fa0/15, Fa0/16&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fa0/17, Fa0/18, Fa0/19, Fa0/20&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fa0/21, Fa0/22, Fa0/23, Fa0/24&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Gig1/1, Gig1/2&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;1002 fddi-default &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; act/unsup&amp;nbsp;&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;1003 token-ring-default &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; act/unsup&amp;nbsp;&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;1004 fddinet-default &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;act/unsup&amp;nbsp;&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;1005 trnet-default &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;act/unsup&amp;nbsp;&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;VLAN Type &amp;nbsp;SAID &amp;nbsp; &amp;nbsp; &amp;nbsp; MTU &amp;nbsp; Parent RingNo BridgeNo Stp &amp;nbsp;BrdgMode Trans1 Trans2&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;1 &amp;nbsp; &amp;nbsp;enet &amp;nbsp;100001 &amp;nbsp; &amp;nbsp; 1500 &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;1002 fddi &amp;nbsp;101002 &amp;nbsp; &amp;nbsp; 1500 &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;1003 tr &amp;nbsp; &amp;nbsp;101003 &amp;nbsp; &amp;nbsp; 1500 &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;1004 fdnet 101004 &amp;nbsp; &amp;nbsp; 1500 &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ieee - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;1005 trnet 101005 &amp;nbsp; &amp;nbsp; 1500 &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ibm &amp;nbsp;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp; &amp;nbsp; &amp;nbsp;0 &amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;Remote SPAN VLANs&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;------------------------------------------------------------------------------&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;Primary Secondary Type &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ports&lt;/code&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;code&gt;
&lt;/code&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;blockquote&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;code&gt;------- --------- ----------------- ------------------------------------------&lt;/code&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;code&gt;&lt;code&gt;
&lt;/code&gt;&lt;/code&gt;&lt;/div&gt;
&lt;code&gt;
&lt;code&gt;
&lt;/code&gt;&lt;/code&gt;&lt;/blockquote&gt;
&lt;b&gt;&amp;nbsp;&lt;/b&gt;Melihat informasi flash, menggunakan perintah &lt;b&gt;show flash.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;b&gt;&amp;nbsp;&lt;/b&gt;&amp;nbsp;&amp;nbsp; Switch#&lt;span style=&quot;color: #f1c232;&quot;&gt;&lt;b&gt;show flash &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Directory of flash:/&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp; -rw-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4414921&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;no date&amp;gt;&amp;nbsp; c2960-lanbase-mz.122-25.FX.bin&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 64016384 bytes total (59601463 bytes free)&lt;/blockquote&gt;
&amp;nbsp; Untuk semua daftar perintah show kamu bisa melihat melalui dokumen support &lt;a href=&quot;http://www.cisco.com/en/US/docs/server_nw_virtual/2.5_release/command_reference/show.html&quot; target=&quot;_blank&quot;&gt;cisco di sini.&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/4156413018406948808/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2014/02/konfigurasi-dasar-switch-cisco.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/4156413018406948808'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/4156413018406948808'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2014/02/konfigurasi-dasar-switch-cisco.html' title='Konfigurasi Dasar Switch Cisco'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimbOdPd9F10TGCdNBOGdYTIUrrBhV7AQMZDZK7-Y6hYeTI3PgGB2hc1VlEGytrp4lHJ49I8tdH4orG-0OHV8-tBpxzcjDC6jhDCdSJqKt18CsqcEVtYXUuErdzpP1rf2pWKfGYkfZrgoM/s72-c/cisco.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-1702328279060569626</id><published>2014-02-04T22:39:00.002+07:00</published><updated>2014-02-05T12:48:25.878+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog"/><category scheme="http://www.blogger.com/atom/ns#" term="Responsive"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="WebDesign"/><title type='text'>Cara Membuat Template Responsive</title><content type='html'>&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi71aiWf8uwRT1wktIacjzzpod-A6LTKbuwK14vsI89Pa6_-TmKrb7Nwksj3XJHinneR3b_17gQwkXyeRKPPb9OfGuFLD6ZPO-a2t6JVhps6G9mOcu31wPyunx_btQ_ebQ22PZszJflVjk/s1600/responsive_web_design.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi71aiWf8uwRT1wktIacjzzpod-A6LTKbuwK14vsI89Pa6_-TmKrb7Nwksj3XJHinneR3b_17gQwkXyeRKPPb9OfGuFLD6ZPO-a2t6JVhps6G9mOcu31wPyunx_btQ_ebQ22PZszJflVjk/s1600/responsive_web_design.png&quot; height=&quot;193&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: #999999;&quot;&gt;Gambar dari github.io&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
Banyak desainer web yang membuat template dengan fitur responsive, termasuk saya yang menggunakannya pada template blog ini. Fitur ini penting dalam dunia web saat ini yang lebih banyak menggunakan gadget sebagai alat untuk browsing. Cara kerjanya adalah ketiga anda membuka web responsive, maka template tersebut akan menyesuaikan dengan layar gadget yang anda gunakan.&lt;br /&gt;
&lt;br /&gt;
Namun, bagaimana dengan template yag belum responsive? Bagaimana caranya? ikuti langkah-langkah di bawah ini.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
Cara Membuat Template Menjadi Responsive&lt;/h3&gt;
&lt;br /&gt;
Untuk template website anda menulias seperti halnya menulis CSS pada umumnya. Sementara yang menggunakan Blogger, yang perlu anda lakukan hanya meletakan kodenya didalam&lt;code&gt; ]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/code&gt;.&lt;br /&gt;
&lt;br /&gt;
Contoh Kode:&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;
&amp;nbsp;@media only screen and (max-width: 720px){&lt;br /&gt;#&lt;span style=&quot;color: #e69138;&quot;&gt;outer-wrapper&lt;/span&gt; {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 100%;}&lt;br /&gt;#&lt;span style=&quot;color: #e69138;&quot;&gt;header-wrapper&lt;/span&gt; {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 100%;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; padding: 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
margin: 0;}&lt;br /&gt;.&lt;span style=&quot;color: #e69138;&quot;&gt;slides&lt;/span&gt; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-image: none;&lt;br /&gt;}&lt;/code&gt;&lt;/blockquote&gt;
Maksut kode diatas adalah pada layar ukuran 720px, &lt;span style=&quot;color: #e69138;&quot;&gt;&lt;code&gt;outer-wrapper&lt;/code&gt;&lt;/span&gt; diatur lebar 100% agar ukurannya dapat menyesuaikan ukuran layar gadget,&amp;nbsp; &lt;span style=&quot;color: #e69138;&quot;&gt;&lt;code&gt;header-wrapper&lt;/code&gt;&lt;/span&gt; diatur lebarnya 100% memiliki batas dalam 0px dan batas luar 0px, dan &lt;span style=&quot;color: #e69138;&quot;&gt;&lt;code&gt;slides&lt;/code&gt;&lt;/span&gt; diatur gambar background tidak terlihat.&lt;br /&gt;
&lt;br /&gt;
Yang perlu diingat adalah mencari ID CLASS dari struktur penyusun template kamu.&lt;br /&gt;
&lt;br /&gt;
Dalam Blogger, ID CLASS yang umum digunakan adalah &lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;
#outer-wrapper&lt;br /&gt;#main-wrapper&lt;br /&gt;#sidebar-wrapper&lt;br /&gt;#header&lt;br /&gt;#footer&lt;/code&gt;&lt;/blockquote&gt;
Contoh yang biasa saya gunakan.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;
@media screen and (max-width: 1040px) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .header-wrapper {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 760px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .branding .sidebar {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 760px ;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin: 0 auto;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .content-wrapper {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 760px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .main-wrapper {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 500px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .slides {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 760px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-image: none;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .slides .grid {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 233.33333333333333333333333333333px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-left: 10px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-right:10px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; @media screen and (max-width: 780px) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .header-wrapper {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 500px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .header, .navigation {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 100%;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; float: none;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clear: both;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-align: center;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .header img {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-left: auto;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-right: auto;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .navigation {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin-top: 30px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .navigation ul, .navigation ul li {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; float: none;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .navigation ul li {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-align: center;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; display: inline;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .branding .sidebar {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 500px ;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .content-wrapper {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 500px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .sidebar-wrapper {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 500px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin: 40px 0 0 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .slides {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 500px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .slides .grid {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 100%;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin: 0 0 30px 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; padding: 0 0 30px 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-bottom: 1px dotted #777;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; footer.credit .footer {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 500px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; margin: 0 auto;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/code&gt;&lt;/blockquote&gt;
&amp;nbsp;Jangan lupa tambahkan kode &lt;code&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&amp;lt;meta charset=&#39;utf-8&#39;/&amp;gt;&lt;br /&gt;&amp;lt;meta content=&#39;width=device-width, initial-scale=1, maximum-scale=1&#39; name=&#39;viewport&#39;/&amp;gt;&lt;/span&gt; &lt;/code&gt;di bawah &lt;span style=&quot;color: #3d85c6;&quot;&gt;&lt;code&gt;&amp;lt;head&amp;gt;&lt;/code&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Sekian artikel kali ini, semoga bermanfaat.</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/1702328279060569626/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2014/02/cara-membuat-template-responsive.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/1702328279060569626'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/1702328279060569626'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2014/02/cara-membuat-template-responsive.html' title='Cara Membuat Template Responsive'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi71aiWf8uwRT1wktIacjzzpod-A6LTKbuwK14vsI89Pa6_-TmKrb7Nwksj3XJHinneR3b_17gQwkXyeRKPPb9OfGuFLD6ZPO-a2t6JVhps6G9mOcu31wPyunx_btQ_ebQ22PZszJflVjk/s72-c/responsive_web_design.png" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-9188708760705439571</id><published>2014-02-04T06:38:00.003+07:00</published><updated>2014-02-04T07:18:43.719+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><category scheme="http://www.blogger.com/atom/ns#" term="LESS"/><category scheme="http://www.blogger.com/atom/ns#" term="SASS"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><category scheme="http://www.blogger.com/atom/ns#" term="WebDesign"/><title type='text'>Cara Convert CCS menjadi LESS/SASS</title><content type='html'>&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZCrbrGCnO2mcrYgbR-haoUWTverLX_UQP6qVe-TpxHLEUuLTaC3XpAtJfY62CzCLErRwLViEqO4R5H_LwKHqsU_8QAxB9QHMXO1EZBrEW3weda13kgh0icBvB93_OIlNpTTrTPkEgs_s/s1600/sass-less-css-mixins.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZCrbrGCnO2mcrYgbR-haoUWTverLX_UQP6qVe-TpxHLEUuLTaC3XpAtJfY62CzCLErRwLViEqO4R5H_LwKHqsU_8QAxB9QHMXO1EZBrEW3weda13kgh0icBvB93_OIlNpTTrTPkEgs_s/s1600/sass-less-css-mixins.jpg&quot; height=&quot;133&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: #999999;&quot;&gt;Gambar dari: scotch.io&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;b&gt;&lt;a href=&quot;http://lesscss.org/&quot; target=&quot;_blank&quot;&gt;LESS&lt;/a&gt;&lt;/b&gt; adalah preprosesor CSS yang memberikan sentuhan dinamis kepada CSS dengan fitur variabel, mixin, serta operasi dan fungsi yang dimilikinnya. Tujuan dibuatnya LESS sendiri adalah untuk memberikan kemudahan dan keringkasan dalam membangun tampilan website yang menggunakan CSS. Proses kompilasi LESS menjadi CSS dapat berjalan baik di sisi klien dengan javascript maupun di sisi server dengan bantuan Node.js dan Rhino. Berkas LESS yang memiliki format *.less dan akan diubah menjadi file berformat CSS oleh file javascript less.js pada sisi klien atau melalui kompilasi pada sisi server.&lt;span style=&quot;color: #cccccc;&quot;&gt;&lt;span style=&quot;font-size: xx-small;&quot;&gt;(bisakomputer)&lt;/span&gt;&lt;/span&gt; Untuk selengkapnya mengenai tentang LESS bisa menuju &lt;a href=&quot;http://bisakomputer.com/mengenal-less-framework-untuk-css/&quot; target=&quot;_blank&quot;&gt;halaman ini.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Sementara SASS (Syntactically Awesome Stylesheets) adalah alternatif lain bagi anda yang malas mengetik kode CSS (menurut saya), karena sebagian kode CSS itu merupakan kode yang statis, serba berbelit belit dan manual, dengan adanya SASS ini mungkin cara anda untuk membuat kode Style semudah anda membuat fungsi For, karena SASS ini di desain sedemikian rupa seperti bahasa pemrograman, jadi lebih efektif.&lt;br /&gt;
&lt;br /&gt;
Dalam jenis nya, SASS dibagi 2 bentuk ada yang berbahasa SCSS (Sassy CSS) dan SASS itu sendiri. yang membedakan itu adalah SCSS masih menggunakan tanda ( { } ) layaknya CSS Biasa, tapi SASS menggunakan indent seperti bahasa ruby atau Python, jadi belajar rapih gitu kodingan nya.&lt;br /&gt;
&lt;br /&gt;
Jika anda masih bingung dengan penulisan syntax LESS atau SASS, saya akan memberikan cara praktisnya, yaitu dengan memanfaatkan &lt;i&gt;&lt;a href=&quot;http://css2less.cc/&quot; target=&quot;_blank&quot;&gt;Css2Less &lt;/a&gt;&lt;/i&gt;atau &lt;a href=&quot;http://toki-woki.net/p/least/&quot; target=&quot;_blank&quot;&gt;&lt;i&gt;Least&lt;/i&gt;&lt;/a&gt; Website ini dirancang untuk menconvert CSS menjadi LESS. Penggunaannya cukup mudah anda cukup menuliskan CSS pada bagian kiri. Maka &lt;i&gt;Css2Less &lt;/i&gt;atau &lt;i&gt;Least&lt;/i&gt; akan otomatis menconvert code CSS menjadi code LESS pada bagian kiri.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiroGBTQmp2seSzyOPpz2A1buPdJaRYDzAV03Levj9CF1crkJJgWmkJM0HJBe9ZeBLh_AR-eUpvUGxUBbH_7yTlF_Zq0NMh2i78r5Wt-XpNwrQnZZ3PQdSWtj9ZwTSMpAX7KphJHIbY590/s1600/css2less.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;COnvert CSS menjadi Less&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiroGBTQmp2seSzyOPpz2A1buPdJaRYDzAV03Levj9CF1crkJJgWmkJM0HJBe9ZeBLh_AR-eUpvUGxUBbH_7yTlF_Zq0NMh2i78r5Wt-XpNwrQnZZ3PQdSWtj9ZwTSMpAX7KphJHIbY590/s1600/css2less.PNG&quot; height=&quot;256&quot; title=&quot;Css2Less&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUPkxAhBuEG5Y79VIhEleKjfkqn8O39LZrqXrgvG8zKfLFxXyjMz1Fc4HGxOWQvNpp4SEJWC6kuQuz7y2JC6xRfoKxYsekh08QlvVLnpJgMy4y_QJqyypzRwkQPyUDArxckmgBID7tIDg/s1600/least.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Covert Css menjadi Less atau Sass&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUPkxAhBuEG5Y79VIhEleKjfkqn8O39LZrqXrgvG8zKfLFxXyjMz1Fc4HGxOWQvNpp4SEJWC6kuQuz7y2JC6xRfoKxYsekh08QlvVLnpJgMy4y_QJqyypzRwkQPyUDArxckmgBID7tIDg/s1600/least.PNG&quot; height=&quot;267&quot; title=&quot;Least&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/9188708760705439571/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2014/02/cara-convert-ccs-menjadi-lesssass.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/9188708760705439571'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/9188708760705439571'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2014/02/cara-convert-ccs-menjadi-lesssass.html' title='Cara Convert CCS menjadi LESS/SASS'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZCrbrGCnO2mcrYgbR-haoUWTverLX_UQP6qVe-TpxHLEUuLTaC3XpAtJfY62CzCLErRwLViEqO4R5H_LwKHqsU_8QAxB9QHMXO1EZBrEW3weda13kgh0icBvB93_OIlNpTTrTPkEgs_s/s72-c/sass-less-css-mixins.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-1852780790046051684</id><published>2014-01-26T21:56:00.000+07:00</published><updated>2014-01-26T21:56:25.825+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="WebDesign"/><title type='text'>Contoh Flat Web Design</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifaME3pbhSUoZEncPu3t3OS2bjke8fILI9wLjhsnlXln4Tcp1kmmrBGtJU_fSraTCJXBjUUc9bCSAPKyB_JHFqGcwtYy8tI9T2kv6Lpy7Oje3NBASxWU3wN2Yy0NuTG97x1XthvBHjdLw/s1600/Flat+Web+Design.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Contoh Flat Web Design&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifaME3pbhSUoZEncPu3t3OS2bjke8fILI9wLjhsnlXln4Tcp1kmmrBGtJU_fSraTCJXBjUUc9bCSAPKyB_JHFqGcwtYy8tI9T2kv6Lpy7Oje3NBASxWU3wN2Yy0NuTG97x1XthvBHjdLw/s1600/Flat+Web+Design.png&quot; title=&quot;Flat Web Design&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;Flat Web Design&lt;/b&gt; menjadi salah satu tren dalam tahun ini dan tahun selalu, tpi ada masih ada orang yang bingung gimana design itu, bagaimana konsepnya. Flat Design menggunakan warna solid datar tanapa ada efek 3D, tak ada gradient, dll. Jadi Flat Design tampil dengan sederhana namun masih terlihat keren.&lt;br /&gt;
&lt;br /&gt;
Untuk itu saya memeberikan contoh website yang menggunakan Flat Design.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1.&amp;nbsp;&lt;a href=&quot;http://foundation.zurb.com/&quot; target=&quot;_blank&quot;&gt;Foundation&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrPR6585vhaOUTJ7hz-UAxnHyqVpdDKC6L6hQM0Yav11SPjNlrVF95PdiUu4nE7Cw2HdbVczbfdybCoJWk25zm1chTHtCArk8h45J0ayE3AEoHa8IIjCB3Z8cMUrluvepNnmZHs-WFHLs/s1600/foudnation.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrPR6585vhaOUTJ7hz-UAxnHyqVpdDKC6L6hQM0Yav11SPjNlrVF95PdiUu4nE7Cw2HdbVczbfdybCoJWk25zm1chTHtCArk8h45J0ayE3AEoHa8IIjCB3Z8cMUrluvepNnmZHs-WFHLs/s1600/foudnation.jpg&quot; height=&quot;184&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;2. &lt;a href=&quot;http://onsite.io/&quot; target=&quot;_blank&quot;&gt;OnSite&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBAstcyMa3UGesvI04Sjl7dqOST5q4xph6RmKXXVdKdfwBv7ZKcVTsf67i5SYDTZC_j86xEkjOEddCioJIbYvtOKrJpqtcTwUYoh3SVPx-UC3G_8MS8qDrk9P-o0adZD0ouiFs0PfzMT8/s1600/OnSite.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBAstcyMa3UGesvI04Sjl7dqOST5q4xph6RmKXXVdKdfwBv7ZKcVTsf67i5SYDTZC_j86xEkjOEddCioJIbYvtOKrJpqtcTwUYoh3SVPx-UC3G_8MS8qDrk9P-o0adZD0ouiFs0PfzMT8/s1600/OnSite.jpg&quot; height=&quot;253&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;3. &lt;a href=&quot;https://layervault.com/&quot; target=&quot;_blank&quot;&gt;Layer Vault&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDd2Fh_i5RMrswheF5cRntsRAymLCT0DNKJMlc8PBpUe_u1nkOrTjZq97Kq3il1YI0u_jzesSGRurNkXqorZJ3HF0jHWcathd2PD4RTJK5o7ESJDPQnoPh8RL7UdX8tCxtA3lbTQwBC68/s1600/LayerVault.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDd2Fh_i5RMrswheF5cRntsRAymLCT0DNKJMlc8PBpUe_u1nkOrTjZq97Kq3il1YI0u_jzesSGRurNkXqorZJ3HF0jHWcathd2PD4RTJK5o7ESJDPQnoPh8RL7UdX8tCxtA3lbTQwBC68/s1600/LayerVault.jpg&quot; height=&quot;253&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;4. &lt;a href=&quot;http://werkpress.com/&quot; target=&quot;_blank&quot;&gt;Werkpress&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkWZp99Emwd_yW4RU73sqvdNJh5BQNvSdbj8mIuwmn5QfiuWSPo2ryc_rbPHKHrbRx0Yb80xChIuWOYGOuKohk6tNjWHqdrXJyqKfOhEC_FYHKw4T3OXPQ0N58XTMmPLb3WSKnccrk7kM/s1600/Werkpress.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkWZp99Emwd_yW4RU73sqvdNJh5BQNvSdbj8mIuwmn5QfiuWSPo2ryc_rbPHKHrbRx0Yb80xChIuWOYGOuKohk6tNjWHqdrXJyqKfOhEC_FYHKw4T3OXPQ0N58XTMmPLb3WSKnccrk7kM/s1600/Werkpress.jpg&quot; height=&quot;253&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;5. &lt;a href=&quot;http://etchapps.com/&quot; target=&quot;_blank&quot;&gt;Etch&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMb8FemKLx_k2CN5Ah7TQgZcDy7j1wSj84lxlxntW87Ai6IELcNmjuxYI6iX_HrW8BFzVBwReDTL5mzOw6UK28iPqCtGmJ7Cy-BkrWORFmXNLl7plbGy149PiTXoEhRvJK9GbM28962fI/s1600/etch.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMb8FemKLx_k2CN5Ah7TQgZcDy7j1wSj84lxlxntW87Ai6IELcNmjuxYI6iX_HrW8BFzVBwReDTL5mzOw6UK28iPqCtGmJ7Cy-BkrWORFmXNLl7plbGy149PiTXoEhRvJK9GbM28962fI/s1600/etch.jpg&quot; height=&quot;184&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;6. &lt;a href=&quot;http://www.geckoboard.com/&quot; target=&quot;_blank&quot;&gt;Geckoboard&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3aLkeKNrduF6lt8Z7lJmynfm0EXKtJ5kC_IMrWjXd-zaFw_IzbVC5XSaRDZpAz-8lcm_Rq8McWrTNag5NwhAJSKDVtnTa5vIi6pjh7RnsA4bDHcY35mSEsflwqRiEzWJ6QUODRzBbjCM/s1600/geckoboard.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3aLkeKNrduF6lt8Z7lJmynfm0EXKtJ5kC_IMrWjXd-zaFw_IzbVC5XSaRDZpAz-8lcm_Rq8McWrTNag5NwhAJSKDVtnTa5vIi6pjh7RnsA4bDHcY35mSEsflwqRiEzWJ6QUODRzBbjCM/s1600/geckoboard.jpg&quot; height=&quot;184&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;7. &lt;a href=&quot;http://sammarkiewi.cz/&quot; target=&quot;_blank&quot;&gt;Sam Markiewi&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjF_lr4BwE_3uAxK1suOPHtMKeRnlIBGMuAD0SJqfFy42lEu2QdnVW3Do4dYDPx_f_COs7IOqpbYdQkhMIOF_AyvSRSP0EohUwUE_Go9PkyBpMimGZURZS2K_ghPL9RelW5NiLQ0UC3Lh0/s1600/sammarkiewi.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjF_lr4BwE_3uAxK1suOPHtMKeRnlIBGMuAD0SJqfFy42lEu2QdnVW3Do4dYDPx_f_COs7IOqpbYdQkhMIOF_AyvSRSP0EohUwUE_Go9PkyBpMimGZURZS2K_ghPL9RelW5NiLQ0UC3Lh0/s1600/sammarkiewi.png&quot; height=&quot;184&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;8. &lt;a href=&quot;http://www.applove.se/&quot; target=&quot;_blank&quot;&gt;Applove&lt;/a&gt;&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggUvNN6tRIbuQos33Z9J_GUhTrlR3zy6oklLzGimI_9q3R6f6PvwdQ1Vv2vjE1yCtL0BZzbnYGW3y7gNeM3SBADuBxWZIZCQ0jZ4LFmi1DOSHn1XKEGA1U8bAG0CG6m9BA2aOJniO8dVw/s1600/Applove.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggUvNN6tRIbuQos33Z9J_GUhTrlR3zy6oklLzGimI_9q3R6f6PvwdQ1Vv2vjE1yCtL0BZzbnYGW3y7gNeM3SBADuBxWZIZCQ0jZ4LFmi1DOSHn1XKEGA1U8bAG0CG6m9BA2aOJniO8dVw/s1600/Applove.jpg&quot; height=&quot;207&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;9. &lt;a href=&quot;http://www.getfounders.com/&quot; target=&quot;_blank&quot;&gt;Founders&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgS8PRSpD-YFmnf60A56LQ4xEToXbey6Jc8n50Q6tS6JRA5Huos_6V9p6iaJuE4qAJmkz7SjtnU_EkHXYzjxwbSYNTUIzJK9h6rulkNE301Z_zXOdM7SWubl8_e0UgL3B3qa7yqScsKpi0/s1600/founders.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgS8PRSpD-YFmnf60A56LQ4xEToXbey6Jc8n50Q6tS6JRA5Huos_6V9p6iaJuE4qAJmkz7SjtnU_EkHXYzjxwbSYNTUIzJK9h6rulkNE301Z_zXOdM7SWubl8_e0UgL3B3qa7yqScsKpi0/s1600/founders.jpg&quot; height=&quot;207&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;10. &lt;a href=&quot;http://www.fitbit.com/&quot; target=&quot;_blank&quot;&gt;FitBit&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSHV0DEzQyK5VvaTF_CDrnaZAjRB7etahwko9IFeUfK3pd7uPhoEC4gqUBqTN4DlIFOHNFrAZj0blSc4u3FSqxtUD1va29vZjxY0Tjs5V3hCt7t2VxifPpV_xpgg8iEJNC7DdV_eTSS6A/s1600/fitbit.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSHV0DEzQyK5VvaTF_CDrnaZAjRB7etahwko9IFeUfK3pd7uPhoEC4gqUBqTN4DlIFOHNFrAZj0blSc4u3FSqxtUD1va29vZjxY0Tjs5V3hCt7t2VxifPpV_xpgg8iEJNC7DdV_eTSS6A/s1600/fitbit.jpg&quot; height=&quot;184&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Itulah bebrapa website yang menggunan Flat Design sebagai konsep website mereka. Masih banyak sekali website yang bisa kalin temukan.</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/1852780790046051684/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2014/01/contoh-flat-web-design.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/1852780790046051684'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/1852780790046051684'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2014/01/contoh-flat-web-design.html' title='Contoh Flat Web Design'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifaME3pbhSUoZEncPu3t3OS2bjke8fILI9wLjhsnlXln4Tcp1kmmrBGtJU_fSraTCJXBjUUc9bCSAPKyB_JHFqGcwtYy8tI9T2kv6Lpy7Oje3NBASxWU3wN2Yy0NuTG97x1XthvBHjdLw/s72-c/Flat+Web+Design.png" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-1615657604499614825</id><published>2014-01-25T22:12:00.001+07:00</published><updated>2014-02-03T16:55:49.644+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Jaringan"/><title type='text'>Cara Install Dropbear Pada ContOS</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGGrUt1Pluh2dNR1KVjty60iltVD9UTPE0UP75CPmWE1UmerrLbG9ZUcF0ksa_rviQuTuzU38w2TquytG3sZv2l0zLIa6oOXdVr-YI3bnVJ4FuX70CttKoimSchRBo1mL53lDPxUMlfuw/s1600/dropbear.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;cara install dropbear pada centos&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGGrUt1Pluh2dNR1KVjty60iltVD9UTPE0UP75CPmWE1UmerrLbG9ZUcF0ksa_rviQuTuzU38w2TquytG3sZv2l0zLIa6oOXdVr-YI3bnVJ4FuX70CttKoimSchRBo1mL53lDPxUMlfuw/s1600/dropbear.png&quot; height=&quot;200&quot; title=&quot;Dropbear&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Sebelum menginstall Dropbear, pastika VPS sudah terinstall Webin. Jika belum Install dulu Webmin di VPS kalin, ini tutorial nya [&lt;a href=&quot;http://aim-ul.blogspot.com/2014/01/cara-install-webmin-di-vps-centos.html&quot; target=&quot;_blank&quot;&gt;Cara Install Webmin Di VPS CentOS&lt;/a&gt;].&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Download Packge untuk Dropbearnya.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
CentOS 5 64 Bit&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;code&gt;
wget ftp://rpmfind.net/linux/epel/5/x86_64/dropbear-0.55-1.el5.x86_64.rpm&lt;/code&gt;&lt;/blockquote&gt;
CentOS 5 32 Bit&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;code&gt;
wget ftp://rpmfind.net/linux/epel/5/i386/dropbear-0.55-1.el5.i386.rpm&amp;nbsp;&lt;/code&gt;&lt;/blockquote&gt;
Kemudian install RPMnya.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;code&gt;
rpm -Uvh *.rpm&amp;nbsp;&lt;/code&gt;&lt;/blockquote&gt;
&amp;nbsp;*.rpm = nama file yang ingin diinstall. contoh : rpm -Uvh dropbear-0.55-1.el5.x86_64.rpm&lt;br /&gt;
&lt;br /&gt;
CentOS 6 64 Bit&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;code&gt;
wget ftp://rpmfind.net/linux/epel/6/x86_64/dropbear-2013.62-2.el6.x86_64.rpm&lt;br /&gt;INSTALL DEPENDENCIES&lt;br /&gt;wget ftp://rpmfind.net/linux/epel/6/x86_64/libtommath-0.42.0-3.el6.x86_64.rpm&lt;br /&gt;rpm -Uvh libtommath*.rpm&lt;br /&gt;wget ftp://rpmfind.net/linux/epel/6/x86_64/libtomcrypt-1.17-21.el6.x86_64.rpm&lt;br /&gt;rpm -Uvh libtomcrypt*.rpm&lt;br /&gt;rpm -Uvh dropbear*.rpm&lt;/code&gt;&lt;/blockquote&gt;
CentOS 6 32 Bit&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;code&gt;
&amp;nbsp;wget ftp://rpmfind.net/linux/epel/6/i386/dropbear-2013.62-2.el6.i686.rpm&lt;br /&gt;INSTALL DEPENDENCIES&lt;br /&gt;wget ftp://rpmfind.net/linux/epel/6/x86_64/libtommath-0.42.0-3.el6.i686.rpm&lt;br /&gt;rpm -Uvh libtommath*.rpm&lt;br /&gt;wget ftp://rpmfind.net/linux/epel/6/i386/libtomcrypt-1.17-21.el6.i686.rpm&lt;br /&gt;rpm -Uvh libtomcrypt*.rpm&lt;br /&gt;rpm -Uvh dropbear*.rpm&lt;/blockquote&gt;
Dropbear sudah terinstall, sekarang masuk ke config dropbear.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
nano /etc/init.d/dropbear&amp;nbsp;&lt;/code&gt;&lt;/blockquote&gt;
tamabahkan :&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;code&gt;
OPTIONS=&quot;-p 22 -p 109 -p 143 -p 443&quot; &amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;/blockquote&gt;
Setelah itu tekan CTRL+X - Y dan SAVE (Enter).&lt;br /&gt;
&lt;br /&gt;
Ganti Port SSHnya.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;code&gt;
nano /etc/ssh/sshd_config&lt;br /&gt;#Port 22 ==&amp;gt; rubah jadi Port 333 (tanpa tanda #)&lt;br /&gt;Ctrl+X - Y - Enter (save)&lt;br /&gt;service sshd restart&amp;nbsp;&lt;/code&gt;&lt;/blockquote&gt;
Jalankan Dropbearnya.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;code&gt;
service dropbear start&amp;nbsp;&lt;/code&gt;&lt;/blockquote&gt;
Jalankan auto stratup dropbear.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;code&gt;
hkconfig --add dropbear&lt;br /&gt;chkconfig dropbear on&amp;nbsp;&lt;/code&gt;&lt;/blockquote&gt;
Atau bisa juga via Webmin.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;ol&gt;
&lt;li&gt;login ke webmin&lt;/li&gt;
&lt;li&gt;system&lt;/li&gt;
&lt;li&gt;bootup and shutdown&lt;/li&gt;
&lt;li&gt;centang dropbear ( start on boot) atau (start now and on boot)&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
Disini Dropbear sudah berjalan di CentOS kalian.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;code&gt;
yum -y service dropbear reload&lt;/code&gt;&lt;/blockquote&gt;
Jika gagal &lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;code&gt;
yum -y remove dropbear&lt;/code&gt;&lt;/blockquote&gt;
Ulangi Langka-langkah diatas.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cara membuat user.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;code&gt;
useradd -m -s /sbin/nologin namauser&amp;nbsp;&lt;/code&gt;&lt;/blockquote&gt;
tapi bagaimana jika user sudah dimasukan atau sudah ada user dengan shell:&lt;br /&gt;
/bin/false&lt;br /&gt;
caranya dengan memodif sedikit shell.&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;code&gt;
cat &quot;/bin/false&quot; &amp;gt;&amp;gt; /etc/shells&lt;/code&gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks to :&amp;nbsp;groundmans</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/1615657604499614825/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2014/01/cara-install-dropbear-pada-contos.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/1615657604499614825'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/1615657604499614825'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2014/01/cara-install-dropbear-pada-contos.html' title='Cara Install Dropbear Pada ContOS'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGGrUt1Pluh2dNR1KVjty60iltVD9UTPE0UP75CPmWE1UmerrLbG9ZUcF0ksa_rviQuTuzU38w2TquytG3sZv2l0zLIa6oOXdVr-YI3bnVJ4FuX70CttKoimSchRBo1mL53lDPxUMlfuw/s72-c/dropbear.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-520610731659730077</id><published>2014-01-25T11:12:00.001+07:00</published><updated>2014-01-25T11:12:59.199+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Jaringan"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Cara Install Webmin di VPS CentOS</title><content type='html'>&lt;h4&gt;
&lt;b&gt;Install Webmin di VPS CentOS &lt;/b&gt;&lt;/h4&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisga4IHVtC_rrCN4oi5J-4SU59qYQYcSl7IV2GmUJSdHb05Xu6bILXCOT5sS9l5bqphL0LRmbaj8kn2qChDKs1BKeIjgX2JWFMhH-0xWfnifYzXmlTjxYZwqXPj0rjO1E-WkPk-dWvXgA/s1600/webmin.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Install Webmin di VPS CentOS&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisga4IHVtC_rrCN4oi5J-4SU59qYQYcSl7IV2GmUJSdHb05Xu6bILXCOT5sS9l5bqphL0LRmbaj8kn2qChDKs1BKeIjgX2JWFMhH-0xWfnifYzXmlTjxYZwqXPj0rjO1E-WkPk-dWvXgA/s1600/webmin.png&quot; title=&quot;Cara Install Webmin&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h4&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/h4&gt;
&lt;b&gt;OS yang dapat mendukung Webmin dan Virtualmin.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;- CentOS 5 and 6 on i386 or x86_64&lt;br /&gt;- RHEL 5 and 6 on i386 and x86_64&lt;br /&gt;- Scientific Linux 6 on i386 and x86_64&lt;br /&gt;- Debian 6 on i386 or amd64&lt;br /&gt;- Ubuntu 8.04 LTS, 10.04, and 12.04 LTS on i386 or amd64&lt;br /&gt;
&lt;br /&gt;
Sebelum memulai install Webmin &amp;amp; Virtualmin, sebaiknya periksa hostname apakah hostname sudah fully qualified domain name (FQDN), kalau belum silahkan di setting dulu, karena bisa mengganggu proses installasi webmin.&lt;br /&gt;
&lt;br /&gt;
1. Periksa hostname&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
# hostname -f&lt;br /&gt;host1.aim-ul.com&lt;/blockquote&gt;
Jika keluar tulisan diatas, konfigurai FQDN sudah benar.&lt;br /&gt;
Jika belum keluar tulisan FQDN seperti diatas, sebaiknya setting dulu FQDN di /etc/hosts&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
# cat /etc/hosts&lt;br /&gt;# Do not remove the following line, or various programs&lt;br /&gt;# that require network functionality will fail.&lt;br /&gt;127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; host1 localhost.localdomain localhost&lt;br /&gt;::1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; localhost6.localdomain6 localhost6 &lt;/blockquote&gt;
&amp;nbsp;Ganti menjadi&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
# pico /etc/hosts&lt;br /&gt;# Do not remove the following line, or various programs&lt;br /&gt;# that require network functionality will fail.&lt;br /&gt;127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; host1.e-padi.com localhost.localdomain localhost&lt;br /&gt;::1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; localhost6.localdomain6 localhost6 &lt;/blockquote&gt;
&lt;h4&gt;
Metode instalasi Webmin pada server CentOS. &lt;/h4&gt;
&lt;br /&gt;
&lt;b&gt;1. Automatic Install Virtualmin + webmin dengan install.sh installer&amp;nbsp; [RECOMMENDED] &lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
a. # wget http://software.virtualmin.com/gpl/scripts/install.sh&lt;br /&gt;b. # sh ./install.sh&lt;br /&gt;c. Ikuti proses installasi&lt;br /&gt;d. Jika sudah selesai, akses ke webmin dengan cara: https://IP_Mesin:10000/&lt;br /&gt;Login: root&lt;br /&gt;Passwd: (passwd root ssh)&lt;/blockquote&gt;
&lt;b&gt;&amp;nbsp;2. Install webmin manual via SSH&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
a. Buka http://www.webmin.com/download.html cari paket yang cocok untuk server&lt;br /&gt;b. # wget http://prdownloads.sourceforge.net/webadmin/webmin-1.510-1.noarch.rpm&lt;br /&gt;c. # rpm -ivh webmin-1.510-1.noarch.rpm&lt;br /&gt;d. Jika sudah selesai, akses ke webmin dengan cara: https://IP_Mesin:10000/&lt;br /&gt;Login: root&lt;br /&gt;Passwd: (passwd root ssh)&lt;/blockquote&gt;
&lt;b&gt;&amp;nbsp;3. Install Webmin + Virtualmin manual&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
a. # wget http://prdownloads.sourceforge.net/webadmin/webmin-1.580.tar.gz&lt;br /&gt;b. # gunzip webmin-1.500.tar.gz&lt;br /&gt;c. # tar xf webmin-1.500.tar&lt;br /&gt;d. # cd webmin-1.500&lt;br /&gt;e. # ./setup.sh /usr/local/webmin&lt;/blockquote&gt;
&lt;b&gt;&amp;nbsp;4. Install virtualmin / webmin dengan yum / repository&lt;/b&gt;&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
a. # vi /etc/yum.repos.d/webmin.repo&lt;br /&gt;&lt;br /&gt;b. Paste code dibawah ini kebagian bawah file /etc/yum.repos.d/webmin.repo&lt;br /&gt;[Webmin]&lt;br /&gt;name=Webmin Distribution Neutral&lt;br /&gt;#baseurl=http://download.webmin.com/download/yum&lt;br /&gt;mirrorlist=http://download.webmin.com/download/yum/mirrorlist&lt;br /&gt;enabled=1&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;br /&gt;
Akhiri dengan menyimpan file tersebut dengan cara : &quot;ESC + :&quot; ketik &quot;wq!&quot; + Enter&lt;br /&gt;c. Download key&lt;br /&gt;&amp;nbsp;&amp;nbsp; # wget http://www.webmin.com/jcameron-key.asc&lt;br /&gt;&amp;nbsp;&amp;nbsp; # rpm –-import jcameron-key.asc&lt;br /&gt;&amp;nbsp;&amp;nbsp; # rm -rf jcameron-key.asc&lt;br /&gt;&lt;br /&gt;d. Mulai install webmin&lt;br /&gt;# yum install webmin&lt;br /&gt;&lt;br /&gt;e. Tunggu hingga proses install selesai, Jika sudah selesai, akses ke webmin dengan cara: https://IP_Mesin:10000/&lt;br /&gt;Login: root&lt;br /&gt;Passwd: (passwd root ssh) &lt;/blockquote&gt;
&lt;br /&gt;
Semoga artikel kali ini bermanfaat bagi kalian. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/520610731659730077/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2014/01/cara-install-webmin-di-vps-centos.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/520610731659730077'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/520610731659730077'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2014/01/cara-install-webmin-di-vps-centos.html' title='Cara Install Webmin di VPS CentOS'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisga4IHVtC_rrCN4oi5J-4SU59qYQYcSl7IV2GmUJSdHb05Xu6bILXCOT5sS9l5bqphL0LRmbaj8kn2qChDKs1BKeIjgX2JWFMhH-0xWfnifYzXmlTjxYZwqXPj0rjO1E-WkPk-dWvXgA/s72-c/webmin.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-3514224366492041520</id><published>2014-01-24T07:50:00.001+07:00</published><updated>2014-01-24T07:50:20.154+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="WebDesign"/><title type='text'>Tren Web Design 2014</title><content type='html'>Tahun 2014 telah datang, muncullah tren baru. Tak terkecuali Web Design. Dari tahun ketahun tren sebuah desain web selalu berganti, desain dari suatu web memang harus di perhatikan seperti halnya fashion yang selalu mengikuti tren. Mari kita lihat apa saja tren Web Design di tahun 2014 ini.&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;
Flat Design&lt;/h4&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoYzTZs9fJs_fzfH5veR3olze45d9dhb_Itu2ZpzWGQNLEWrAcWu0gFSjKWI3KqJ9X-mfBCU_ohBdkwd6_1Sa4eaY4AThRM1c0s9I-mNXfTpJCtMAcedtaYmfoi4Q_5WS9e6eRssUDIg4/s1600/Flat_Design.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Flat Design&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoYzTZs9fJs_fzfH5veR3olze45d9dhb_Itu2ZpzWGQNLEWrAcWu0gFSjKWI3KqJ9X-mfBCU_ohBdkwd6_1Sa4eaY4AThRM1c0s9I-mNXfTpJCtMAcedtaYmfoi4Q_5WS9e6eRssUDIg4/s1600/Flat_Design.jpg&quot; height=&quot;172&quot; title=&quot;Flat Design&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Flat design adalah salah satu tren terbesar yang muncul pada 2013 lalu dan itu akan berlanjut pada tahun ini. Desain ini menyingkirkan 3D grafis dan gradient dan pada umumnya hanya menggunakan bentuk pipih dan indikator untuk membantu pengguna memiliki pengalaman lebih mudah diakses.&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;
Experimental Typhography&lt;/h4&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikxfIRbnvz5sOo5jkdkCjxbnOCoPYUcgDxOJglPaS0GO6EGNJH6fSsQB97JNE5d1WRdJSNYDwACBIjJPVRHc4Sw1Z3Fun41C4zy7Il4IOIhZ9SY1Qoxyu4gGa9fAtesRRkGf9zyeT1aU4/s1600/Experimental+typography.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Experimental typography&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikxfIRbnvz5sOo5jkdkCjxbnOCoPYUcgDxOJglPaS0GO6EGNJH6fSsQB97JNE5d1WRdJSNYDwACBIjJPVRHc4Sw1Z3Fun41C4zy7Il4IOIhZ9SY1Qoxyu4gGa9fAtesRRkGf9zyeT1aU4/s1600/Experimental+typography.jpg&quot; height=&quot;206&quot; title=&quot;Experimental typography&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;S&lt;/span&gt;emakin banyak desainer yang bersenang-senag dengan font, mereka menciptkan desain unik dengan ide tata letak dan dalam penggunaan font. Beberapa diantaranya bisa bertemakan fun dan lucu sementara yang lain artistik namun tetap profesional. Jadi anda tidak akan bosan melihat situs-situs typhography.&lt;br /&gt;
&lt;h4&gt;
Slide Out Menu&lt;/h4&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6-N1OFpEgkBlQWGj9UCi4sG2f3VMUchILhMfwYhL0A5kL4vhGsLJuPTDAa1SFmUzZzn4A-doZyQYxtKPMhgHv3u-GCFHxvtXAPSMfwv3E-BAQAy3t6FPyBXmz_sgSj2yitPk53hRxaiM/s1600/slide-out-navigation.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Slide Out Menus Web Design&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6-N1OFpEgkBlQWGj9UCi4sG2f3VMUchILhMfwYhL0A5kL4vhGsLJuPTDAa1SFmUzZzn4A-doZyQYxtKPMhgHv3u-GCFHxvtXAPSMfwv3E-BAQAy3t6FPyBXmz_sgSj2yitPk53hRxaiM/s1600/slide-out-navigation.png&quot; height=&quot;256&quot; title=&quot;Slide Out Menus&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Ingin melihat situs web tanpa ada ganggunan? Silde Out Menu bisa jadi solusinya. Slide Out Menu dapat berjalan dari atas atau sisi web unutuk memperlihatkan seluruh konten situs tersebut, dengan animasi halus yang tidak mengganggu pengalaman browsing anda. &lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;
Big Background Videos&lt;/h4&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAp3YwV3nF3ico15FLe2eCYDhkUs0VpSAb7zpNFhyphenhyphen7MLDOFR_-NTUBFcO9760M_TOO5vLY8p9G7AaaMffx5NnT_qSKZMotNl13COkEv1WCRi5aA2yPcql1NfF1cl9EgkQNR3_nImnShG4/s1600/Big_Background_Videos.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Big Beckground VIdeos Web Design&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAp3YwV3nF3ico15FLe2eCYDhkUs0VpSAb7zpNFhyphenhyphen7MLDOFR_-NTUBFcO9760M_TOO5vLY8p9G7AaaMffx5NnT_qSKZMotNl13COkEv1WCRi5aA2yPcql1NfF1cl9EgkQNR3_nImnShG4/s1600/Big_Background_Videos.jpg&quot; height=&quot;179&quot; title=&quot;Big Beckground VIdeos&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Desain web yang menampilkan background full halaman dengan video. Tren baru ini membuat gelombang tersendiri, pengalaman baru dalam browsing&amp;nbsp; yang membuat pengunjung merasa terhubung.&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;
Endless Scrolling&lt;/h4&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitTglQnJo24Sl-8PvSDjP_8ktFokiDoS2jpmz2jSv2n1BivC5RyGGLgBaAo3Or1C3r3XoI48zRoEle3_VAmnYMumjSwZ6BOtq_Lj8YvJLkMIr-mPY2nGUdir2hFSbKE9gdTYrZFyed-qs/s1600/scroll.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Endless Scrolling Web Design&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitTglQnJo24Sl-8PvSDjP_8ktFokiDoS2jpmz2jSv2n1BivC5RyGGLgBaAo3Or1C3r3XoI48zRoEle3_VAmnYMumjSwZ6BOtq_Lj8YvJLkMIr-mPY2nGUdir2hFSbKE9gdTYrZFyed-qs/s1600/scroll.jpeg&quot; height=&quot;228&quot; title=&quot;Endless Scrolling&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Scroll melalui situs web lebih cepat dan mudah dari pada harus mengklik link unuk mangakses berbagai informasi. Teknik desain baru ini memungkinkan konten yang akan selalu teroganisir dan diformat dengan cara yang super mudah dibaca dan dicerna. Situs yang hanya dengan klik dapat scroll seperti halnya pindah halaman.&lt;br /&gt;
&lt;h4&gt;
Simple Color&lt;/h4&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhffGFV91VYEXtyBFcJGu32-yvmQiRsi4si2GIwGqgp3A9qO4Sc5RzBeKxVb_isLsVDx_fBhGJXOcXCGRRwptkzofpttqYLzwFjawQuYRIIdYKNhlT5tsB1LYiZuA5_h2XDY_dmgt3BmJg/s1600/simple_color.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhffGFV91VYEXtyBFcJGu32-yvmQiRsi4si2GIwGqgp3A9qO4Sc5RzBeKxVb_isLsVDx_fBhGJXOcXCGRRwptkzofpttqYLzwFjawQuYRIIdYKNhlT5tsB1LYiZuA5_h2XDY_dmgt3BmJg/s1600/simple_color.jpg&quot; height=&quot;225&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h4&gt;
&lt;br /&gt;&lt;/h4&gt;
&amp;nbsp;Tren baru dengan menggunakan warna yang lembut dan warna latar belakan bersih. Efeknya adalah minimalis dan user friendly.&lt;br /&gt;
&lt;h4&gt;
Focus On Mobile&lt;/h4&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRrgGvoudpPuUzj0jRxD7NgD-mYHV18WyYHWZxUiW4oZWXipi83vuiyOrjLACPBPa2F3PwvFLzdAT6ju9MHgI_5iIpkOAokHyguNZ39C-K0yz7aD_U6ai-Sg8FxxrlkwbCsLEYi_uOMA4/s1600/responsive-showcase.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Focus on mobile web design&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRrgGvoudpPuUzj0jRxD7NgD-mYHV18WyYHWZxUiW4oZWXipi83vuiyOrjLACPBPa2F3PwvFLzdAT6ju9MHgI_5iIpkOAokHyguNZ39C-K0yz7aD_U6ai-Sg8FxxrlkwbCsLEYi_uOMA4/s1600/responsive-showcase.png&quot; height=&quot;174&quot; title=&quot;Focus on mobile&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Web Desain Responsif adalah tren besar lain pada tahun 2013 dan sekarang, melihat situs yang dirancang secara tegas untuk penggunaan mobile. Desainer lebih bekerja pada situs yang berfungsi pada perangkat mobile. Hal seperti login, integrasi social media, langganan email, dan banyak fitur lainya yang membuat situs jauh lebih mudah untuk digunakan pada ponsel atau tablet.&lt;br /&gt;
</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/3514224366492041520/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2014/01/tren-web-design-2014.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/3514224366492041520'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/3514224366492041520'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2014/01/tren-web-design-2014.html' title='Tren Web Design 2014'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoYzTZs9fJs_fzfH5veR3olze45d9dhb_Itu2ZpzWGQNLEWrAcWu0gFSjKWI3KqJ9X-mfBCU_ohBdkwd6_1Sa4eaY4AThRM1c0s9I-mNXfTpJCtMAcedtaYmfoi4Q_5WS9e6eRssUDIg4/s72-c/Flat_Design.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-5460586193769600855</id><published>2014-01-23T14:13:00.001+07:00</published><updated>2014-01-23T21:32:01.896+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Download"/><category scheme="http://www.blogger.com/atom/ns#" term="Dsoftware"/><title type='text'>Download Adobe Creative Cloud Full Version</title><content type='html'>&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;h3&gt;
&lt;b&gt;Download Adobe Creative Cloud Full Version&lt;/b&gt;&lt;/h3&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhE0JFMSpBgyRBeruApKuI_zsDXxBSI-Fa1XHJ_nBrTHgPgA6VrYDbWdDAIt4qGjAPtqkHijfVu7M2fkZgwtfrW0D2h6nDA5anzUHC2I-fhYrZjb-SXHyVmAgjcgt0oL3dlQcvGEdGh5u8/s1600/adobe_creative_cloud_logo.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinemVkhlt9-wasNBz_E8pok3TmaMK5RJlxWXpbfpGAa_OT4WOKrmfBobuAXMMY_mL0dZZdDISmpMisBHUBxOg4YC4aOwrr4CgyP9KCDK3e_WBgyoAbt50GndbZf4ExRAetmE6YjgKI9FM/s1600/adobe_creative_cloud_logo.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Adobe Creative Cloud&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinemVkhlt9-wasNBz_E8pok3TmaMK5RJlxWXpbfpGAa_OT4WOKrmfBobuAXMMY_mL0dZZdDISmpMisBHUBxOg4YC4aOwrr4CgyP9KCDK3e_WBgyoAbt50GndbZf4ExRAetmE6YjgKI9FM/s1600/adobe_creative_cloud_logo.png&quot; title=&quot;Adobe Creative Cloud&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEg3Aqy62uMs1DDVXhpbSMN0vlYlo_G6s6KcZVo4TOtLjJBLXkr6j_Qr_l-79AJmefhwvgS69iin9iQTM2PjnQh7LJyNVwdHUpWUHdbrqQDwOFBvjeRiALvPpvM2OJ4vA3r7lkxrSSojo/s1600/photoshop_cc.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;
Daftar: &lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Adobe Premiere Pro CC7.0.0&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Adobe Photoshop CC v14.0 Final Multilanguage&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Adobe After Effects CC v12.0.0.404 Multilingual&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Adobe Audition CC 6.0 Build 372&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Adobe Dreamweaver CC 13.0 Build 6390&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Adobe Flash Professional CC v13.0.0.759&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Adobe Illustrator CC 17.0.0 Multilingual&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Adobe Bridge CC 6.0.0.151 LS20 Multilingual&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Adobe InCopy CC 9.0 LS20 Multilingual&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Adobe InDesign CC 9.0 LS20 Multilingual&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Adobe Muse CC 5.0 LS23&lt;/blockquote&gt;
&lt;br /&gt;
Download Link: Total (10GB)&lt;br /&gt;
&lt;a href=&quot;http://adf.ly/cV9qE&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Part.1&lt;/a&gt; (1.00GB)&lt;br /&gt;
&lt;a href=&quot;http://adf.ly/cV9r8&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Part.2&lt;/a&gt; (1.00GB)&lt;br /&gt;
&lt;a href=&quot;http://adf.ly/cV9s9&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Part.3&lt;/a&gt; (1.00GB)&lt;br /&gt;
&lt;a href=&quot;http://adf.ly/cV9tb&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Part.4&lt;/a&gt; (1.00GB)&lt;br /&gt;
&lt;a href=&quot;http://adf.ly/cV9uJ&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Part.5&lt;/a&gt; (1.00GB)&lt;br /&gt;
&lt;a href=&quot;http://adf.ly/cV9up&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Part.6&lt;/a&gt; (1.00GB)&lt;br /&gt;
&lt;a href=&quot;http://adf.ly/cV9vV&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Part.7&lt;/a&gt; (1.00GB)&lt;br /&gt;
&lt;a href=&quot;http://adf.ly/cV9w0&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Part.8&lt;/a&gt; (1.00GB)&lt;br /&gt;
&lt;a href=&quot;http://adf.ly/cV9wo&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Part.9&lt;/a&gt; (1.00GB)&lt;br /&gt;
&lt;a href=&quot;http://adf.ly/cV9xP&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Part.10&lt;/a&gt; (982MB)&amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;Passwor jika dibutuhkan : www.p30day.com&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/5460586193769600855/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2014/01/download-adobe-creative-cloud-full.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/5460586193769600855'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/5460586193769600855'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2014/01/download-adobe-creative-cloud-full.html' title='Download Adobe Creative Cloud Full Version'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinemVkhlt9-wasNBz_E8pok3TmaMK5RJlxWXpbfpGAa_OT4WOKrmfBobuAXMMY_mL0dZZdDISmpMisBHUBxOg4YC4aOwrr4CgyP9KCDK3e_WBgyoAbt50GndbZf4ExRAetmE6YjgKI9FM/s72-c/adobe_creative_cloud_logo.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-3828206301716692800</id><published>2013-10-16T12:27:00.000+07:00</published><updated>2014-01-22T20:12:08.027+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Cara Membuat Efek Bokeh Pada Teks</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJEBAmJWLng0q5T-XwTcPyjmnYOXyqxEu-Kli5zyaevzIWkvSWekCnHOGcl3vTlcX6ge5xB2DeMb99yS8CkESVdOxjATGKOBZ5bVvMcVkM8uYFDFLRyjj9HezrcTpdDIxDQPaOV9Agy4M/s1600/Hasil.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJEBAmJWLng0q5T-XwTcPyjmnYOXyqxEu-Kli5zyaevzIWkvSWekCnHOGcl3vTlcX6ge5xB2DeMb99yS8CkESVdOxjATGKOBZ5bVvMcVkM8uYFDFLRyjj9HezrcTpdDIxDQPaOV9Agy4M/s320/Hasil.jpg&quot; height=&quot;192&quot; title=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Bokeh dalam fotografi adalah &lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;sebuah kata&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;yang menggambarkan&lt;/span&gt; &lt;span class=&quot;hps atn&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;&quot;&gt;cara&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;lensa&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;membuat&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;poin&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;out-of&lt;/span&gt;&lt;span class=&quot;atn&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;&quot;&gt;fokus&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;cahaya&quot;.&lt;br /&gt;Berhubungan dengan Bokeh saya akan membagika tutorial cara membuat efek Bokeh pada teks dengan menggunakan Photoshop.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;Saya disini menggunakan Photoshop CC, jika tidak punya sobat bisa menggunakan Photoshop CS3 ke atas.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #741b47;&quot;&gt;&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;b&gt;Bahan-bahan :&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;* &lt;a href=&quot;http://www.dafont.com/ethon.font&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Ethon&lt;/a&gt; font.&lt;br /&gt;* &lt;a href=&quot;http://www.dafont.com/neou.font&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Neou (OT1)&lt;/a&gt; font.&lt;br /&gt;* &lt;a href=&quot;http://xnienke.deviantart.com/art/Light-Bokeh-Texture-21-342331066&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Light/Bokeh Texture 21&lt;/a&gt; by xnienke.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;Langkah 1.&lt;/span&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Buat dokumen baru dengan ukuran &lt;b&gt;1000 x 600 px&lt;/b&gt;. Ganti Foreground color dengan &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;#271c2d dan Background color dengan &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;#141416. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot; tabindex=&quot;-1&quot;&gt;&lt;span class=&quot;hps&quot;&gt;Pilih&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;Gradient Tool&lt;/span&gt;&lt;span class=&quot;&quot;&gt;, pilih&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;Foreground to Background&lt;/span&gt;&lt;span class=&quot;&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;Radial Gradient&lt;/span&gt;&lt;span class=&quot;&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;di bar Pilihan&lt;/span&gt;. &lt;span class=&quot;hps&quot;&gt;Kemudian klik&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;dan tarik&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;dari tengah&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;dokumen ke&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;salah satu sudut&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;untuk menciptakan&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;gradien&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;Latar Belakang&lt;/span&gt;&lt;span class=&quot;&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQM2ZaFSoaVWKMptD1_TcLnK6VwxFNCV4EIK91IANF9loOx17aIq3Hf6O3hOxw42U5NlrzCSTge9ydcFZXWwHpJNX5h5Ty7AKC3tfQyE39wfjL9QIt6cgFRH-BjwbElMHb6Z86SGw9qoM/s1600/SimpleBokeh1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQM2ZaFSoaVWKMptD1_TcLnK6VwxFNCV4EIK91IANF9loOx17aIq3Hf6O3hOxw42U5NlrzCSTge9ydcFZXWwHpJNX5h5Ty7AKC3tfQyE39wfjL9QIt6cgFRH-BjwbElMHb6Z86SGw9qoM/s1600/SimpleBokeh1.jpg&quot; title=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;span style=&quot;color: black;&quot;&gt; &lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: black;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Letakan gambar bokeh diatas Background, dan ubah Banlding Optionnya menjadi Overlay.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGgrvwWM0OqqsXbUIyd6wWic-7IwSe7muVVcufHnd0JyDhJGqcMg8MhofTKl7ico3oqteG5_ZydT-SKQPcG1nqoKKUHknuKvBFt7-sn9Y5-HHML996kGmM0eIpB8P4yxY7anajrLFHbRg/s1600/SimpleBokeh2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGgrvwWM0OqqsXbUIyd6wWic-7IwSe7muVVcufHnd0JyDhJGqcMg8MhofTKl7ico3oqteG5_ZydT-SKQPcG1nqoKKUHknuKvBFt7-sn9Y5-HHML996kGmM0eIpB8P4yxY7anajrLFHbRg/s1600/SimpleBokeh2.jpg&quot; title=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Buat teks berwarna putih dengan font &#39;ETH&#39; dengan ukuran 310pt lalu ubah Tracking Valuenya menjadi 70 agar nanti efeknya tidak saling bertumpukan. (Sobat bisa ubah ukuran dan tracking value sesuai keinginan sobat).&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2aVLner5z54ZMxKYZF6f8-w5bLAIn8N-Nd_sftkesjgSs9XX6Y2dnFBTLkVGkYshS3w9Hl58YV8oxYTQQSch9QF7cVkJpgA949S001Zaso-SerBfkwozMTz1peavknhq3saBnuOsCw-U/s1600/SimpleBokeh3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2aVLner5z54ZMxKYZF6f8-w5bLAIn8N-Nd_sftkesjgSs9XX6Y2dnFBTLkVGkYshS3w9Hl58YV8oxYTQQSch9QF7cVkJpgA949S001Zaso-SerBfkwozMTz1peavknhq3saBnuOsCw-U/s1600/SimpleBokeh3.jpg&quot; title=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;b&gt;&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;Langkah 2.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Buka panel brush (Window &amp;gt; brush) lalu ikuti aturan seperti di bawah ini.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;PickBrush Tip Shape: Rubah Size menjadi 25px, dan Spacing menjadi 95%.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhddxx3BpXxJwjsJ2zTo9GjUWELlfHhuaA8ZpeJ78wTKdKa2IjVJIR9ueMZjNAsxaUhb6ThvoJI0DqsF7Dbe31wnMYUJaeZH8uH3Fn6bX2X6oEkYJZp69JfdNXmx_yIy_yoScd3NWmuSqo/s1600/SimpleBokeh4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhddxx3BpXxJwjsJ2zTo9GjUWELlfHhuaA8ZpeJ78wTKdKa2IjVJIR9ueMZjNAsxaUhb6ThvoJI0DqsF7Dbe31wnMYUJaeZH8uH3Fn6bX2X6oEkYJZp69JfdNXmx_yIy_yoScd3NWmuSqo/s1600/SimpleBokeh4.jpg&quot; title=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Shape Dynamics: Rubah Size Jitter menjadi 45%.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMdoxuuyE1ZPMx2VDWUhao5P_dMAquWBYKUG6A7_wY9hW5nOAMbA_yEfiUD5cv69W2Tb2CE9hnYaado87OYIi_HuNFFMQ37YLc7lwjZqBWbW8nNWfVS1BWtAN9TULeEJTgz8kJIBoz7KA/s1600/SimpleBokeh5.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMdoxuuyE1ZPMx2VDWUhao5P_dMAquWBYKUG6A7_wY9hW5nOAMbA_yEfiUD5cv69W2Tb2CE9hnYaado87OYIi_HuNFFMQ37YLc7lwjZqBWbW8nNWfVS1BWtAN9TULeEJTgz8kJIBoz7KA/s1600/SimpleBokeh5.jpg&quot; title=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Scattering: Rubah Scatter menjadi 95%, dan centang kotak Both Axes.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhb78pI_LCqvqCMvimTJKi65EtKOP_KDqiyvdNV6drGXr84h891kqySKRXWnNVkfqi5vwGEysponiUfbJYZywI2MRi0QyYW-gn3gENO6cwqPv2dJZ6-dNxsQspQFs3eIuCbN204Z_Z_xZo/s1600/SimpleBokeh6.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhb78pI_LCqvqCMvimTJKi65EtKOP_KDqiyvdNV6drGXr84h891kqySKRXWnNVkfqi5vwGEysponiUfbJYZywI2MRi0QyYW-gn3gENO6cwqPv2dJZ6-dNxsQspQFs3eIuCbN204Z_Z_xZo/s1600/SimpleBokeh6.jpg&quot; title=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;Color Dynamics: Centang kotak Apply Per Tip,dan rubah Foreground/Background Jitter menjadi 100%.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9VKO7uLhXIJnoWq_aWmFcAOxBRkJSYorcqZTreEJsjO1i4yikJLIpR2IGbc7He3QQRnSJYJeTvUAKQCaATB-Dq1OpRZvjUkwXvacGMHnGYw1cd0STE13JZVaiZiA4PetBDKvjekBa4JA/s1600/SimpleBokeh7.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9VKO7uLhXIJnoWq_aWmFcAOxBRkJSYorcqZTreEJsjO1i4yikJLIpR2IGbc7He3QQRnSJYJeTvUAKQCaATB-Dq1OpRZvjUkwXvacGMHnGYw1cd0STE13JZVaiZiA4PetBDKvjekBa4JA/s1600/SimpleBokeh7.jpg&quot; title=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;color: #38761d;&quot;&gt;&lt;span style=&quot;color: black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
Transfer: Rubah Flow Jitter menjadi 100%.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVX2f3grwgxMl_RqZ88oBdudDSH92j8om1hZaZ-3nv5EHAYoUXUugZMH_2dk5gBTbRN_BXLJjWU6Rhif8ZGJ0ruhwIsmSIFpoyHDgeHKz_Kzs7OUkggBChFzjJzO0tANmmtGnm7dpikqM/s1600/SimpleBokeh8.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVX2f3grwgxMl_RqZ88oBdudDSH92j8om1hZaZ-3nv5EHAYoUXUugZMH_2dk5gBTbRN_BXLJjWU6Rhif8ZGJ0ruhwIsmSIFpoyHDgeHKz_Kzs7OUkggBChFzjJzO0tANmmtGnm7dpikqM/s1600/SimpleBokeh8.jpg&quot; title=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #cc0000;&quot;&gt;&lt;b&gt;Langkah 3.&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot; tabindex=&quot;-1&quot;&gt;&lt;span class=&quot;hps&quot;&gt;Klik kanan&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;layer teks&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;dan pilih &lt;b&gt;Create&lt;/b&gt;&lt;/span&gt;&lt;b&gt; &lt;span class=&quot;hps&quot;&gt;Work Path&lt;/span&gt;&lt;/b&gt;. &lt;span class=&quot;hps&quot;&gt;Kemudian&lt;/span&gt;, &lt;span class=&quot;hps&quot;&gt;semubunyikan layer&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;teks &lt;/span&gt;&lt;span class=&quot;hps&quot;&gt;dengan mengklik&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;ikon mata&lt;/span&gt; di &lt;span class=&quot;hps&quot;&gt;sebelahnya&lt;/span&gt;&lt;span class=&quot;&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot; tabindex=&quot;-1&quot;&gt;&lt;span class=&quot;hps&quot;&gt;Buat layer baru&lt;/span&gt; saya namai&lt;span class=&quot;hps&quot;&gt;&lt;/span&gt; &lt;span class=&quot;hps atn&quot;&gt;&quot;&lt;/span&gt;Bokeh&quot;, &lt;span class=&quot;hps&quot;&gt;atur warna&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;Foreground ke #&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;f06eaa&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;dan warna&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;Latar Belakang&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;#&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;6dcff6&lt;/span&gt;, &lt;span class=&quot;hps&quot;&gt;dan memilih&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;Direct Selection Tool&lt;/span&gt;.&lt;/span&gt; &lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEim8aDjV1Vv07NdkKLsLNt8ROWx0AH4zbsqvLfuGzgJ3T0CpIrLYzHch-6kOBHPJzXejceLttDp5fpY9uix3mZhJx-pw2RXZmultDxSYv6XeYPdq-xGZxrcl5ue1mI7_epaHIjl6E9Cn34/s1600/SimpleBokeh9.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEim8aDjV1Vv07NdkKLsLNt8ROWx0AH4zbsqvLfuGzgJ3T0CpIrLYzHch-6kOBHPJzXejceLttDp5fpY9uix3mZhJx-pw2RXZmultDxSYv6XeYPdq-xGZxrcl5ue1mI7_epaHIjl6E9Cn34/s320/SimpleBokeh9.jpg&quot; height=&quot;285&quot; title=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot; tabindex=&quot;-1&quot;&gt;&lt;span class=&quot;hps&quot;&gt;Klik kanan&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;pada lembar&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;kerja dan&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;pilih Stroke Path&lt;/span&gt;. &lt;span class=&quot;hps&quot;&gt;Kemudian, pilih&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;Brush&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;Tool&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;dari&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;menu drop-down&lt;/span&gt;, &lt;span class=&quot;hps&quot;&gt;dan pastikan&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;bahwa kotak&lt;/span&gt; Simulate Pressure tidak &lt;span class=&quot;hps&quot;&gt;dicentang&lt;/span&gt;&lt;span class=&quot;&quot;&gt;.&lt;/span&gt;&lt;/span&gt; &lt;br /&gt;
Hilangkah Path dengan cara klik kanan Delete Path.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Langkah 4.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Dobel klik &quot;Bokeh&quot; layer, klik Inner Glow,&lt;b&gt; &lt;/b&gt;ubah seperti di bawah.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQt9IM6QnoWxLn0HSOcIT9r1growvYvOiBJCPji2EIhrEkEflre-Vdxv4Tj93c_dTCvmRxTdPZsvSt_j3-LPUSXZiFUsRFFqdRFAZQ01WWt9zBpONdgG19asOQ4n3kHjb6MjNOyplLShI/s1600/SimpleBokeh10.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQt9IM6QnoWxLn0HSOcIT9r1growvYvOiBJCPji2EIhrEkEflre-Vdxv4Tj93c_dTCvmRxTdPZsvSt_j3-LPUSXZiFUsRFFqdRFAZQ01WWt9zBpONdgG19asOQ4n3kHjb6MjNOyplLShI/s1600/SimpleBokeh10.jpg&quot; title=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Selanjutnya klik Filter &amp;gt; Blur &amp;gt; Guassian Blur. Rubah radiusnya menjadi 0.5. &lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot; tabindex=&quot;-1&quot;&gt; &lt;span class=&quot;hps&quot;&gt;Ini akan menambahkan&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;blur&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;halus untuk&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;bokeh&lt;/span&gt;&lt;span class=&quot;&quot;&gt;, membuatnya&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;lebih lembut dan&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;lebih realistis&lt;/span&gt;&lt;span class=&quot;&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot; tabindex=&quot;-1&quot;&gt;&lt;span class=&quot;&quot;&gt;Untuk pelengkap bisa ditambahakan teks dengan font &quot;NEOU&quot; yang sudah di download, saya merekomendasikan dengan warna &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot; tabindex=&quot;-1&quot;&gt;&lt;span class=&quot;&quot;&gt;#e2d6e9.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #0b5394;&quot;&gt;&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot; tabindex=&quot;-1&quot;&gt;&lt;span class=&quot;&quot;&gt;&lt;b&gt;Hasil Akhir.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJEBAmJWLng0q5T-XwTcPyjmnYOXyqxEu-Kli5zyaevzIWkvSWekCnHOGcl3vTlcX6ge5xB2DeMb99yS8CkESVdOxjATGKOBZ5bVvMcVkM8uYFDFLRyjj9HezrcTpdDIxDQPaOV9Agy4M/s1600/Hasil.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJEBAmJWLng0q5T-XwTcPyjmnYOXyqxEu-Kli5zyaevzIWkvSWekCnHOGcl3vTlcX6ge5xB2DeMb99yS8CkESVdOxjATGKOBZ5bVvMcVkM8uYFDFLRyjj9HezrcTpdDIxDQPaOV9Agy4M/s640/Hasil.jpg&quot; height=&quot;384&quot; title=&quot;Cara Membuat Efek Bokeh Pada Teks&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;id&quot; tabindex=&quot;-1&quot;&gt;&lt;span class=&quot;&quot;&gt;&lt;span style=&quot;color: #cccccc;&quot;&gt;&amp;nbsp;(Artikel di impor dari blog lama &quot;Aim The Antero&quot;)&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/3828206301716692800/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2013/10/cara-membuat-efek-bokeh-pada-teks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/3828206301716692800'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/3828206301716692800'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2013/10/cara-membuat-efek-bokeh-pada-teks.html' title='Cara Membuat Efek Bokeh Pada Teks'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJEBAmJWLng0q5T-XwTcPyjmnYOXyqxEu-Kli5zyaevzIWkvSWekCnHOGcl3vTlcX6ge5xB2DeMb99yS8CkESVdOxjATGKOBZ5bVvMcVkM8uYFDFLRyjj9HezrcTpdDIxDQPaOV9Agy4M/s72-c/Hasil.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-374779805973135566</id><published>2013-10-14T17:04:00.000+07:00</published><updated>2014-01-22T20:24:43.244+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Jaringan"/><title type='text'>Pengertian Dan Konfigurasi DHCP</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEgbxW2wRnqxIU8HndAoK_LBZGr8wv0DzZCjfLQaVTxDAqrUaqm54Qhyphenhyphen_O11SrKMe6vOq3rckzN7owi2zgkZzp8tEOKCIt7TU5qBOTzzx9FLlAbZEIHIykY76nn-4g90pkff-_zmtyobU/s1600/dhcp.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEgbxW2wRnqxIU8HndAoK_LBZGr8wv0DzZCjfLQaVTxDAqrUaqm54Qhyphenhyphen_O11SrKMe6vOq3rckzN7owi2zgkZzp8tEOKCIt7TU5qBOTzzx9FLlAbZEIHIykY76nn-4g90pkff-_zmtyobU/s1600/dhcp.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;DHCP (Dynamic Host Configuration Protocol) adalah protocol yang berbasis arsitektur client/server yang digunakan untuk memudahkan pengalokasikan alamat IP dalam satu jaringan. ISP secara otomatis akan memberikan alamat IP baru kepada komputer yang memintanya. Komputer yang meminta alamat IP disebut DHCP Client sedangkan Komputer yang memberikan alamat IP disebut DHCP Server.Ketika konfigurasi TCP/IP. administrator tidak perlu memberikan alamat IP secara manual, cukup dengan memberikan refrensi kepada DHCP Serever.&lt;br /&gt;&lt;br /&gt;Ketika kedua DHCP client dihidupkan, maka komputer tersebut melakukan permintaan ke DHCP Serever untuk memperoleh alamat IP. Kemudian DHCP akaman merespon dengan memberikan alamat IP yang ada di database DHCP. Setelah itu Server meminjamkan (lease) alamat IP yang ada ke DHCP Client dan mencoret nomor IP tersebut dari daftar pool. Alamat IP diberikan bersama dengan subnet mask dan default gateway. Apabila tidak terdapat lagi lamat IP yang harus diberikan, maka client tidak akan bisa menginisialisasi TCP/IP, sehingga tidak bisa tersambung dengan jaringan tersebut.&lt;br /&gt;&lt;br /&gt;Pemakaian DHCP Client tersebut dinyatakan selesai setelah periode waktu tertentu, sehingga client tidak memperbaharui permintaanya lagi, dan alamat IP tersebut dikembalikan kepada DHCP Server sehingga dapat memberikan nomor IP tersebut kepada Client yang memperlukan.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Kelebihan DHCP&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Memudahkan dalam transfer data kepada PC Client lain atau PC Server.&lt;/li&gt;&lt;li&gt;DHCP meyediakan alamat-alamat IP secara dinamis dan konfigurasi lain. DHCP ini didesain untuk melayani network yang besar dan konfigurasi TCP/IP yang kompleks.&lt;/li&gt;&lt;li&gt;DHCP memungkinkan suatu client menggunakan alamat IP yang reusable, artinya alamat IP tersebut bisa dipakai oleh client lain jika client tersebut tidak sedang menggunakanya.&lt;/li&gt;&lt;li&gt;DHCP memungkinkan suatu client menggunakan suatu alamat IP untuk jangka waktu tertentu dari server.&lt;/li&gt;&lt;li&gt;DHCP akan memberikan suatu alamat IP dan parameter-parameter konfigurasi lainnya kepada cilent.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;b&gt;Kondigurasi DHCP&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;IP FastEthernet : 192.168.10.1&lt;/div&gt;&lt;div&gt;Network : 192.168.10.0&lt;/div&gt;&lt;div&gt;Netmask : 255.255.255.0&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;blockquote class=&quot;tr_bq&quot;&gt;Router&amp;gt;enable&lt;br /&gt;Router#configure terminal&lt;br /&gt;Router(config)#ip dhcp pool aris&lt;br /&gt;Router(dhcp-config)#network 192.168.10.0 255.255.255.0&lt;br /&gt;Router(dhcp-config)#default-router 192.168.10.1&lt;br /&gt;Router(dhcp-config)#dns-server 8.8.8.8&lt;br /&gt;Router(dhcp-config)#exit&lt;/blockquote&gt;Setelah konfigurasi diatas sudah dilakukan pada Router Cisco. Maka tinggal pengecekan pada komputer atau PC yang sudah terhubung langsung dengan cara klik PC Desktop, maka akan muncul seperti gambar dibwah.&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpJM-pJVTuOcX_6E2B4sdIbYpcshJdZaKV1O-RhMDUBD31ktoBjUnC-JGsH8CAt8_jfiTr18mHfeEmRN9lKmPLLpq8YmLVdj_Aid0xliuvVTLMjPUJTRmrizgsmdybcc0tKUXybO1LAn8/s1600/123123.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;239&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpJM-pJVTuOcX_6E2B4sdIbYpcshJdZaKV1O-RhMDUBD31ktoBjUnC-JGsH8CAt8_jfiTr18mHfeEmRN9lKmPLLpq8YmLVdj_Aid0xliuvVTLMjPUJTRmrizgsmdybcc0tKUXybO1LAn8/s320/123123.PNG&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;Selanjutnya klik &lt;i&gt;IP Configuration&lt;/i&gt;, Ubah IP Static menjadi DHCP, maka jika berhasil dengan sendirinya.&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;PC atau Laptop akan terisi sendiri dengan status DHCP &lt;i&gt;request successfully&lt;/i&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;Jika sudah berhasil, lakukan langkah yang sama ke pada masing-masing PC.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/374779805973135566/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2013/10/pengertian-dan-konfigurasi-dhcp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/374779805973135566'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/374779805973135566'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2013/10/pengertian-dan-konfigurasi-dhcp.html' title='Pengertian Dan Konfigurasi DHCP'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEgbxW2wRnqxIU8HndAoK_LBZGr8wv0DzZCjfLQaVTxDAqrUaqm54Qhyphenhyphen_O11SrKMe6vOq3rckzN7owi2zgkZzp8tEOKCIt7TU5qBOTzzx9FLlAbZEIHIykY76nn-4g90pkff-_zmtyobU/s72-c/dhcp.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-4274754547649900952</id><published>2013-10-11T13:43:00.000+07:00</published><updated>2014-01-22T20:20:20.202+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Cara Membuat Efek Tilt Shift</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7dXjMykCYtr00CiYJGGQVj1JUChuv4gMFhhhTq7Gar_gAFU-nVKymo0L_WykwK3yTSDG-RUEUXzWf8HwPkRK4dTH0Tuuug9bvm_QEU9lNDizGmA9-Fh63v5CqO2SQ1qwls3kGWJIp_Pw/s1600/hasil.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Membuat Efek Tilt Shift di Photoshop CC&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7dXjMykCYtr00CiYJGGQVj1JUChuv4gMFhhhTq7Gar_gAFU-nVKymo0L_WykwK3yTSDG-RUEUXzWf8HwPkRK4dTH0Tuuug9bvm_QEU9lNDizGmA9-Fh63v5CqO2SQ1qwls3kGWJIp_Pw/s200/hasil.jpg&quot; height=&quot;126&quot; title=&quot;Cara Membuat Efek Tilt Shift di Photoshop CC&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Photoshop adalah program edit foto yang kaya fitur, salah satu adanya Tilt Shift yang dimiliki oleh generasi Photoshop terbaru taitu Photoshop CC (Creative Cloud). Untuk caranya ikuti langkah-langkah di bawah ini.&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Yang pertama dilakukan tentu saja menyiapkan bahan yang akan di kerjakan.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLzVMKMDf2UjSG0Qedx_ixr7s7E8nDXpwO8TdiQ3l5I3THqK4Lkd1DMQ-fwh3VWPrh3JDAwEaj0jdB-eMrBkeQ3eVP2sSUlkkWxYqiLLQbfQfga9z_m3AAZjF-IDWDAYFlgQzxDWSvoOk/s1600/Tilt.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLzVMKMDf2UjSG0Qedx_ixr7s7E8nDXpwO8TdiQ3l5I3THqK4Lkd1DMQ-fwh3VWPrh3JDAwEaj0jdB-eMrBkeQ3eVP2sSUlkkWxYqiLLQbfQfga9z_m3AAZjF-IDWDAYFlgQzxDWSvoOk/s320/Tilt.jpg&quot; height=&quot;203&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Jika sudah, klik&lt;b&gt; Filter &amp;gt; Blur &amp;gt; pilih Tilt Shift.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgap4_gQ1Oz5OvvTKXbd5M__KRfou27p8D8xNYFBUCbVXzh9YCrGs9mXBQjrFD_T6HL4xWIeOItQif2r_gb07lLLHTlu0IXBfPMTbppnGx4SZFRQGbqA7HMJ-AxZTYv4XY3yxv1j2GcV0Q/s1600/a.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgap4_gQ1Oz5OvvTKXbd5M__KRfou27p8D8xNYFBUCbVXzh9YCrGs9mXBQjrFD_T6HL4xWIeOItQif2r_gb07lLLHTlu0IXBfPMTbppnGx4SZFRQGbqA7HMJ-AxZTYv4XY3yxv1j2GcV0Q/s320/a.jpg&quot; height=&quot;201&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Setting sesuai foto atau sesuai dengan citarasa sobat.&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgv-o2tXNHToSr3fFolrlG9E6vLDGpFptl2-hXrSZl0d_l7IbTD920PYojEQrarHlhpXUm43KjBsl8J8kGNwWgYQW96AQkGozwOB-pxgw2NZLCWPVKt9H-MiiziqTSzDWA57KVUThA3zN0/s1600/aa.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgv-o2tXNHToSr3fFolrlG9E6vLDGpFptl2-hXrSZl0d_l7IbTD920PYojEQrarHlhpXUm43KjBsl8J8kGNwWgYQW96AQkGozwOB-pxgw2NZLCWPVKt9H-MiiziqTSzDWA57KVUThA3zN0/s1600/aa.jpg&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;color: #333333; line-height: 13px;&quot;&gt;Biasanya efek tilt-shift (atau efek miniature) mempunyai kesan warna yang agak saturate (pekat dan terang). Jadi, kita boleh menambah adjustment layer&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;border: 0px; color: #1c1c1c; line-height: 13px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Brightness/Contrast&lt;/b&gt;&lt;span style=&quot;color: #333333; line-height: 13px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #333333; line-height: 13px;&quot;&gt;dan&lt;/span&gt;&lt;span style=&quot;color: #333333; line-height: 13px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;border: 0px; color: #1c1c1c; line-height: 13px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;Vibrance&lt;/b&gt;&lt;span style=&quot;color: #333333; line-height: 13px;&quot;&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;color: #333333; line-height: 13px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;color: #333333; line-height: 13px;&quot;&gt;Hasil.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhap8fuednBDX49bRNq48fcBkc8EweK6XsP7dI4SR4xV358jzAiBcG9dQ-Zex4WpK8Tk4lN0ZrJwuz7SdVMubCJf-t4LfO_Ds1ULtA67u2OtkUYUXxh2i-RHrw-aRcAYnXmkivX92r63nM/s1600/hasil.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Membuat Efek Tilt Shift&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhap8fuednBDX49bRNq48fcBkc8EweK6XsP7dI4SR4xV358jzAiBcG9dQ-Zex4WpK8Tk4lN0ZrJwuz7SdVMubCJf-t4LfO_Ds1ULtA67u2OtkUYUXxh2i-RHrw-aRcAYnXmkivX92r63nM/s320/hasil.jpg&quot; height=&quot;203&quot; title=&quot;Cara Membuat Efek Tilt Shift&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;color: #333333; line-height: 13px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/4274754547649900952/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2013/10/cara-membuat-efek-tilt-shift.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/4274754547649900952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/4274754547649900952'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2013/10/cara-membuat-efek-tilt-shift.html' title='Cara Membuat Efek Tilt Shift'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7dXjMykCYtr00CiYJGGQVj1JUChuv4gMFhhhTq7Gar_gAFU-nVKymo0L_WykwK3yTSDG-RUEUXzWf8HwPkRK4dTH0Tuuug9bvm_QEU9lNDizGmA9-Fh63v5CqO2SQ1qwls3kGWJIp_Pw/s72-c/hasil.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-2597432031547540528</id><published>2013-10-11T08:38:00.000+07:00</published><updated>2014-01-22T20:21:19.355+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Mempercantik Foto Dengan Efek Cahaya</title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNMleDRJ_xVB6ZuZrFjzvkhmInT7RTuFkkADJD73cqJYq5Q1gmwYa8DN-iFYm5FbfhKAEvlVlBfBQchGdvXCI5RNwncjduggiupppuD-8D39eNoj4l8mYlPb37tSVK4t5opp-zQqIr8QU/s1600/Akhir.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNMleDRJ_xVB6ZuZrFjzvkhmInT7RTuFkkADJD73cqJYq5Q1gmwYa8DN-iFYm5FbfhKAEvlVlBfBQchGdvXCI5RNwncjduggiupppuD-8D39eNoj4l8mYlPb37tSVK4t5opp-zQqIr8QU/s200/Akhir.jpg&quot; height=&quot;200&quot; width=&quot;143&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span lang=&quot;IN&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span lang=&quot;IN&quot; style=&quot;font-family: inherit;&quot;&gt;Untuk kali ini saya akan membagikan postingan bagaimana cara membuat efek cahaya, hampir sama dengan postingan sebelumnya namun ada perbedaan dari langkah dan efek yang dihasilkan.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFWzAVSw2w3-uy2qRtswy8SOptBlS7e11V5Glg1Ky7qu94VyNb8FAbnayGAg-YwvM26nzHRQKUYDfDfmb7D3tEMJZSiBbwagxbXocXbSGFwUFqRfvxl6s45yPmhVs-y0bdcIasQsWJztg/s1600/Awal.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFWzAVSw2w3-uy2qRtswy8SOptBlS7e11V5Glg1Ky7qu94VyNb8FAbnayGAg-YwvM26nzHRQKUYDfDfmb7D3tEMJZSiBbwagxbXocXbSGFwUFqRfvxl6s45yPmhVs-y0bdcIasQsWJztg/s320/Awal.PNG&quot; height=&quot;320&quot; width=&quot;230&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Foto yang akan diedit.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span lang=&quot;IN&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span lang=&quot;IN&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span lang=&quot;IN&quot;&gt;1.&lt;span style=&quot;font-size: 7pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span dir=&quot;LTR&quot;&gt;&lt;/span&gt;&lt;span lang=&quot;IN&quot;&gt;Langkah pertama tekan &lt;b&gt;Ctrl + B&lt;/b&gt;, untuk memunculkan jendela Color Balance lalu antur seperti gambar di bawah.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsaqQX3HBEgOLTw17ykYv2FEe87m5B_95xbl4Zs-Kp-VzNtwIkOLRa35MzjHGtqx6iy-_ha3GbAagKW6WuEH6_FiSxH2_k3WEnfklCNRYbZ4OlNc8yLv8t_V98R4x5wOQ6fSjAlDUWlPA/s1600/1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsaqQX3HBEgOLTw17ykYv2FEe87m5B_95xbl4Zs-Kp-VzNtwIkOLRa35MzjHGtqx6iy-_ha3GbAagKW6WuEH6_FiSxH2_k3WEnfklCNRYbZ4OlNc8yLv8t_V98R4x5wOQ6fSjAlDUWlPA/s1600/1.PNG&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;2.&amp;nbsp;&lt;span style=&quot;font-size: 11pt; line-height: 107%;&quot;&gt;Buat layer baru dan warni dengan Paint Bucket Tool (G) dan format warna &lt;b&gt;#ff0000&lt;/b&gt;, kemudian rubah Blanding Optionnya menjadi &lt;b&gt;Luminosity&lt;/b&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: 11pt; line-height: 107%;&quot;&gt;3.&amp;nbsp;&lt;/span&gt;&lt;span lang=&quot;IN&quot; style=&quot;text-indent: -0.25in;&quot;&gt;Buat Layer lagi seperti langkah no. 2 namun dengan format warna &lt;b&gt;#818181&lt;/b&gt; dan &lt;b&gt;Darker Color&lt;/b&gt; pada Blending Option.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span lang=&quot;IN&quot; style=&quot;text-indent: -0.25in;&quot;&gt;4.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 11pt; line-height: 107%;&quot;&gt;Tekan &lt;b&gt;Ctrl + M&lt;/b&gt;, akan terbuka jendela Curve, atur seperti di bawah.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSkLjjQ2YHwIp4zy8zYxidWlWzIv_-tuLAPXZ4PS-0-JsjDyWGlFAj1ul0C1CrRAIQTYOGlQ0L1uNnEJJhiSkd3LVy_gVVvlc8IwMKgWSshkO7FVv1WoXl5GAbyctj5GhsUSmcEQrWJ5o/s1600/3.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSkLjjQ2YHwIp4zy8zYxidWlWzIv_-tuLAPXZ4PS-0-JsjDyWGlFAj1ul0C1CrRAIQTYOGlQ0L1uNnEJJhiSkd3LVy_gVVvlc8IwMKgWSshkO7FVv1WoXl5GAbyctj5GhsUSmcEQrWJ5o/s320/3.PNG&quot; height=&quot;320&quot; width=&quot;269&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span lang=&quot;IN&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiu1hQghKDtq0OfR4RiFA6CDm4Tx_EgWX8J_bk6aBiyQL6rYCf3xks_SDANJGHRO701DugySxVj4yrQkinWdVMKSlO6NFyAGKlhSCT9aisyheZruI-x1gaIwGQyUcvhyphenhyphenKutRBg691p891M/s1600/2.PNG&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiu1hQghKDtq0OfR4RiFA6CDm4Tx_EgWX8J_bk6aBiyQL6rYCf3xks_SDANJGHRO701DugySxVj4yrQkinWdVMKSlO6NFyAGKlhSCT9aisyheZruI-x1gaIwGQyUcvhyphenhyphenKutRBg691p891M/s320/2.PNG&quot; height=&quot;320&quot; width=&quot;269&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;span lang=&quot;IN&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;6.&lt;span lang=&quot;IN&quot; style=&quot;text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-size: 7pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span dir=&quot;LTR&quot; style=&quot;text-indent: -0.25in;&quot;&gt;&lt;/span&gt;&lt;span lang=&quot;IN&quot; style=&quot;text-indent: -0.25in;&quot;&gt;Jika sudah klik tombol &lt;b&gt;Image &amp;gt; Adjustment &amp;gt; Channel Mixer&lt;/b&gt;, atur seperti di bawah.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0_0nocQVtGjxFCpKPMmB4QCdfP6WHryzTb1pNGvmCng4o92Th4meXfiwScHqhBCDfhjrn0Dk4l1RIgQKxj_xvJUZtwnQzs6e0oEuy2ORMU9J1T1Stf45BUqMhOkdFLZohXkcxUNIhPIs/s1600/4.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0_0nocQVtGjxFCpKPMmB4QCdfP6WHryzTb1pNGvmCng4o92Th4meXfiwScHqhBCDfhjrn0Dk4l1RIgQKxj_xvJUZtwnQzs6e0oEuy2ORMU9J1T1Stf45BUqMhOkdFLZohXkcxUNIhPIs/s320/4.PNG&quot; height=&quot;320&quot; width=&quot;204&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span lang=&quot;IN&quot; style=&quot;font-family: inherit; text-indent: -0.25in;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span lang=&quot;IN&quot; style=&quot;font-family: inherit; text-indent: -0.25in;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&amp;nbsp;7.&amp;nbsp;&lt;span style=&quot;font-size: 11pt; line-height: 107%; text-indent: -0.25in;&quot;&gt;Buat layer baru dengan gradient fill (Gradient Tool) seperti di bawah.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQ_ZOui7ppb5rP30G3bkXyYrQb40F5tfrUPkjnTsQ7bdz2mHa7Yz1L9tnvoIqwtWkKvuIXnY_-0LhQGvEd6hJjAII2sHpIjDukgSEd5Ofx4h0mK3xC5kpWE9jdWCd0hJr7_KqeyDS5_Lk/s1600/5.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQ_ZOui7ppb5rP30G3bkXyYrQb40F5tfrUPkjnTsQ7bdz2mHa7Yz1L9tnvoIqwtWkKvuIXnY_-0LhQGvEd6hJjAII2sHpIjDukgSEd5Ofx4h0mK3xC5kpWE9jdWCd0hJr7_KqeyDS5_Lk/s400/5.PNG&quot; height=&quot;235&quot; width=&quot;400&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;8.&amp;nbsp;&lt;span style=&quot;font-size: 11pt; line-height: 107%; text-indent: -0.25in;&quot;&gt;Ubah Blanding Option menjadi &lt;b&gt;Screen&lt;/b&gt; dan Opacity menjadi &lt;b&gt;35%&lt;/b&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOv2cCqoq2RNJMS1vJvPZbOw3sLtUIi63t02BCYN_aiuIjEvBhWgJ97tRMxtKi73P7EjluFYWhLHvYX-8gUtaOpTEEq9rhOz-S8IIdoA58JJG8JGQWOeO6RYk4Oirg0FoAQ1qkNfsd150/s1600/6.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOv2cCqoq2RNJMS1vJvPZbOw3sLtUIi63t02BCYN_aiuIjEvBhWgJ97tRMxtKi73P7EjluFYWhLHvYX-8gUtaOpTEEq9rhOz-S8IIdoA58JJG8JGQWOeO6RYk4Oirg0FoAQ1qkNfsd150/s1600/6.PNG&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;9.&amp;nbsp;&lt;span style=&quot;font-size: 11pt; line-height: 107%; text-indent: -0.25in;&quot;&gt;Tingakatkan &lt;b&gt;Contrast&lt;/b&gt; menadi&lt;b&gt; 5&lt;/b&gt;. (&lt;b&gt;Image &amp;gt; Adjustmant &amp;gt; brightness/Contrast&lt;/b&gt;.) Ubah Opacity menjadi &lt;b&gt;26%&lt;/b&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: 11pt; line-height: 107%; text-indent: -0.25in;&quot;&gt;10.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 11pt; line-height: 107%; text-indent: -0.25in;&quot;&gt;Buat layar baru dengan format warna&lt;b&gt; #f2aaa0&lt;/b&gt;. Ubah Opacity menjadi &lt;b&gt;12%&lt;/b&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: 11pt; line-height: 107%; text-indent: -0.25in;&quot;&gt;11.&amp;nbsp;&lt;/span&gt;&lt;span lang=&quot;IN&quot; style=&quot;text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-size: 7pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span dir=&quot;LTR&quot; style=&quot;text-indent: -0.25in;&quot;&gt;&lt;/span&gt;&lt;span lang=&quot;IN&quot; style=&quot;text-indent: -0.25in;&quot;&gt;Tekan &lt;b&gt;Ctrl + M&lt;/b&gt;, atur seperti di bawah.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrwSgRxj2pk2jndgR2GBGWcZcmjkxJbtWIPjDuvGTMPKsi8biefbEbn-8-1Icz4gVC61WZczkddPYzpZU9wCfanpwYGq5_Oh1qUfWKPI-elktUf9EJMV4jiT_fZ4SBwaS_ViAjZOR6KHQ/s1600/7.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrwSgRxj2pk2jndgR2GBGWcZcmjkxJbtWIPjDuvGTMPKsi8biefbEbn-8-1Icz4gVC61WZczkddPYzpZU9wCfanpwYGq5_Oh1qUfWKPI-elktUf9EJMV4jiT_fZ4SBwaS_ViAjZOR6KHQ/s1600/7.PNG&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDDe_Zx2G4UHeKPCmb6yG5h9xkO4oNlfFt6WD33KCPFiXUub3kPvYbx-0aByrxim18ip2hcUjLB8Z4rrMYSa8I-gbOwhzlt_cj7dDOicaAHl1JZRgGF7-gOjJ-7TqTNMDIxeBOD7bJgp0/s1600/8.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDDe_Zx2G4UHeKPCmb6yG5h9xkO4oNlfFt6WD33KCPFiXUub3kPvYbx-0aByrxim18ip2hcUjLB8Z4rrMYSa8I-gbOwhzlt_cj7dDOicaAHl1JZRgGF7-gOjJ-7TqTNMDIxeBOD7bJgp0/s1600/8.PNG&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNSQ6tmiZrAij5q24CaZoWg8YDpEWj2J-VNmtha0DTUQz6v89MPH0Y0HHZ9fOnFU-cmI_LcJmgkIdQ49zc5lXDm1Ll1iAaSdJCz-tupS0GsLaau5v0Bzmj8mCNvvOa-wo6IvnI52pEn04/s1600/9.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNSQ6tmiZrAij5q24CaZoWg8YDpEWj2J-VNmtha0DTUQz6v89MPH0Y0HHZ9fOnFU-cmI_LcJmgkIdQ49zc5lXDm1Ll1iAaSdJCz-tupS0GsLaau5v0Bzmj8mCNvvOa-wo6IvnI52pEn04/s1600/9.PNG&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span lang=&quot;IN&quot; style=&quot;text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span lang=&quot;IN&quot; style=&quot;text-indent: -0.25in;&quot;&gt;12.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: 11pt; line-height: 107%; text-indent: -0.25in;&quot;&gt;Atur &lt;b&gt;Selctive Color&lt;/b&gt; kemudian atur blending option seperti di bawah.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIwM8EE-hO3d76LTmYWovMSJqwf7bBS-aU8RQVRhGsZTAcKoq8Gt1yURwZ0R6Riyf9tkF6GKL9z9OJhiARPqFoUKZVm6DbzcmsT1xxQlTLuySECPx25B40OblGvHwAx2Fi67ZlFaTgbsw/s1600/10.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIwM8EE-hO3d76LTmYWovMSJqwf7bBS-aU8RQVRhGsZTAcKoq8Gt1yURwZ0R6Riyf9tkF6GKL9z9OJhiARPqFoUKZVm6DbzcmsT1xxQlTLuySECPx25B40OblGvHwAx2Fi67ZlFaTgbsw/s1600/10.PNG&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjo0PcCb607XJryJKD27YwFioBq6466rCFPz7d_bRxjPxmRDjUU5sFCzfUDHxuOWbi_mBEnptXTG14YSU-dIP4vCT7pV-1FHOyd8ziucC8UmckYprb8GCojdecPhEc710VfxFqmvgPeaqA/s1600/11.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjo0PcCb607XJryJKD27YwFioBq6466rCFPz7d_bRxjPxmRDjUU5sFCzfUDHxuOWbi_mBEnptXTG14YSU-dIP4vCT7pV-1FHOyd8ziucC8UmckYprb8GCojdecPhEc710VfxFqmvgPeaqA/s1600/11.PNG&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: 11pt; line-height: 107%; text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span lang=&quot;IN&quot; style=&quot;text-indent: -0.25in;&quot;&gt;13.&amp;nbsp;&lt;/span&gt;&lt;span lang=&quot;IN&quot; style=&quot;text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-size: 7pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span dir=&quot;LTR&quot; style=&quot;text-indent: -0.25in;&quot;&gt;&lt;/span&gt;&lt;span lang=&quot;IN&quot; style=&quot;text-indent: -0.25in;&quot;&gt;Langkah terakhir adalah Klik &lt;b&gt;Filter &amp;gt; Sharpen &amp;gt; Sharpen Edges&lt;/b&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1EhgZBnOnbDDlG3gGycZQJbEjvKgQTlZ5hkNrVV_nDMn53SI-pmVfMkLthZ-Q9awhkSQvZDgKs9NnYgeyNzC63L0lvE3fk1o9YTxgURKFX5EYNxG2hr3_Itk_kGWA00tgsxwc2WhSwik/s1600/Akhir.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;img alt=&quot;Mempercantik Foto Dengan Efek Cahaya&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1EhgZBnOnbDDlG3gGycZQJbEjvKgQTlZ5hkNrVV_nDMn53SI-pmVfMkLthZ-Q9awhkSQvZDgKs9NnYgeyNzC63L0lvE3fk1o9YTxgURKFX5EYNxG2hr3_Itk_kGWA00tgsxwc2WhSwik/s320/Akhir.jpg&quot; height=&quot;320&quot; title=&quot;Mempercantik Foto Dengan Efek Cahaya&quot; width=&quot;230&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;Hasil Akhir&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span lang=&quot;IN&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span lang=&quot;IN&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: 11pt; line-height: 107%; text-indent: -0.25in;&quot;&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Calibri, sans-serif; font-size: 11pt; line-height: 107%; text-indent: -0.25in;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraph&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span lang=&quot;IN&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/2597432031547540528/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2013/10/mempercantik-foto-dengan-efek-cahaya.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/2597432031547540528'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/2597432031547540528'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2013/10/mempercantik-foto-dengan-efek-cahaya.html' title='Mempercantik Foto Dengan Efek Cahaya'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNMleDRJ_xVB6ZuZrFjzvkhmInT7RTuFkkADJD73cqJYq5Q1gmwYa8DN-iFYm5FbfhKAEvlVlBfBQchGdvXCI5RNwncjduggiupppuD-8D39eNoj4l8mYlPb37tSVK4t5opp-zQqIr8QU/s72-c/Akhir.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-1089522990056080702</id><published>2013-10-07T11:40:00.000+07:00</published><updated>2014-01-22T20:26:25.944+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Download"/><title type='text'>Cisco Packet Tracer + Modul</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKee3bSDnPK6PESH2fzT1_ZcFDoogwo1D1DtBxgKhsI6ErmwXKxBI4qexgnyADPySguRmlcoTWENoOFSSKgdDY7Ukny_Lhv-u2jORkwr63clG9O8jr4PJl4Z91RLtPJLG38iAr31q3-f0/s1600/1272788509_d92w0sahyntokbq.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;260&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKee3bSDnPK6PESH2fzT1_ZcFDoogwo1D1DtBxgKhsI6ErmwXKxBI4qexgnyADPySguRmlcoTWENoOFSSKgdDY7Ukny_Lhv-u2jORkwr63clG9O8jr4PJl4Z91RLtPJLG38iAr31q3-f0/s320/1272788509_d92w0sahyntokbq.jpeg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Cisco Packet Tracer adalah sebuah aplikasi simulasi yang memungkinkan kita untuk melakukan percobaan dalam jaringan, sehingga memudahkan kita unutk meemaljari jaringan.&lt;br /&gt;Langsung saja saya kasih softwarenya.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Screenshot :&lt;/b&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeQ4somxaGC8nyFCBYZc0gd0T4IfTSF4HXIqML_geB1Msc4J7vPfNGYb2eOA7QMBnuMyoO6PdhLctUkUd3Avp_v93wzFeQIUuTzhqYN6enjTCDpZmPK2pRFiweunw01eE3_Qg5woUUYr0/s1600/Untitled3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeQ4somxaGC8nyFCBYZc0gd0T4IfTSF4HXIqML_geB1Msc4J7vPfNGYb2eOA7QMBnuMyoO6PdhLctUkUd3Avp_v93wzFeQIUuTzhqYN6enjTCDpZmPK2pRFiweunw01eE3_Qg5woUUYr0/s320/Untitled3.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;Link Download :&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://www.sharebeast.com/fbgqdsfvgit0&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;41&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4DxRXvOavFDHRWnAa-g56b4ycYiWpP-7525T1Ryc2SCb7DVs-vTleAQZfzB_8mXfSfO7gP7p5d1psbpfcFzTGBqSBWcKpSTP1xmzyc-JhjcO9RWM2H-P7-bKOtkGUVzNpI8U5jxHRSSk/s200/Download.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;color: #999999;&quot;&gt;Password : &lt;/span&gt;&lt;span style=&quot;background-color: #444444;&quot;&gt;&lt;span style=&quot;color: #3d85c6;&quot;&gt;aim-theantero&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;color: #999999;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;Download Modul Packet Tracer :&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://www.sharebeast.com/4qmvkrqi02a3&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;41&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg07evHvLbsudg2tHFQvdcaQzW6SDfcmTyxTg5B1w5UfCs-LFSF2-2TuDVR0IIV8enYD2eO7AePJ6YBM1QSGUaLt3Xt9KoSCGFUNFot7_CTGA7sNChMy2p6Lq62ofCJtKVl7_idtoZBm9k/s200/Download.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/1089522990056080702/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2013/10/cisco-packet-tracer-modul.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/1089522990056080702'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/1089522990056080702'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2013/10/cisco-packet-tracer-modul.html' title='Cisco Packet Tracer + Modul'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKee3bSDnPK6PESH2fzT1_ZcFDoogwo1D1DtBxgKhsI6ErmwXKxBI4qexgnyADPySguRmlcoTWENoOFSSKgdDY7Ukny_Lhv-u2jORkwr63clG9O8jr4PJl4Z91RLtPJLG38iAr31q3-f0/s72-c/1272788509_d92w0sahyntokbq.jpeg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-4045071953733965912</id><published>2013-10-06T21:03:00.000+07:00</published><updated>2014-01-22T20:29:56.182+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Dgame"/><category scheme="http://www.blogger.com/atom/ns#" term="Download"/><title type='text'>Pro Evolution Soccer 2014 Full Version</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqhQuP031TrcINdHH0uv53jM2T4PTggLjj0HSH0f7b_isYLvdLpAygdSd2Ain_erJX1nvmAdz4mlzaPDMDFRe1fzqiWg8tUBw0wPo9MIn6JoKK7CvLPxGTkI16NFffliwmvzI0G5PPbuY/s1600/PES-2014-cover.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqhQuP031TrcINdHH0uv53jM2T4PTggLjj0HSH0f7b_isYLvdLpAygdSd2Ain_erJX1nvmAdz4mlzaPDMDFRe1fzqiWg8tUBw0wPo9MIn6JoKK7CvLPxGTkI16NFffliwmvzI0G5PPbuY/s320/PES-2014-cover.jpg&quot; height=&quot;180&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Mungkin sudah lama sekali Blog ini tidak update, dikarenakan kesibukan sebagai siswa SMK dan sebagai jurnlist dengan kegiatan yang padat.&lt;br /&gt;
Posting kali ini saya akan membagikan game yang dinanti-nati bagi para pecinta bola yaitu Pro Evolution Soccer (PES) 2014. Game ini mempunyai perubahan besar-besaran dibandingkan Versi PES sebelumnya.&lt;br /&gt;
Dengan mengusung Engine baru yang bernama Fox Engine PES 2014 memang tidak bisa dianggap enteng soal grafisnya.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Link Download :&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;&quot;&gt;(Link By : Bagas31)&lt;/span&gt;&lt;br /&gt;
&lt;b&gt;&lt;a href=&quot;http://adf.ly/W2ndE&quot; rel=&quot;&quot; target=&quot;_blank&quot;&gt;Part 1&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;a href=&quot;http://adf.ly/W2ndF&quot; rel=&quot;&quot; target=&quot;_blank&quot;&gt;Part 2&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;a href=&quot;http://adf.ly/W2ndG&quot; target=&quot;_blank&quot;&gt;Part 3&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;a href=&quot;http://adf.ly/W2ndH&quot; target=&quot;_blank&quot;&gt;Part 4&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://adf.ly/W2ndI&quot; target=&quot;_blank&quot;&gt;Part 5&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://adf.ly/W2ndJ&quot; target=&quot;_blank&quot;&gt;Part 6&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;a href=&quot;http://adf.ly/W4UbK&quot; target=&quot;_blank&quot;&gt;Crack&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://adf.ly/W32Tn&quot; target=&quot;_blank&quot;&gt;Regfile&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Password : &lt;span style=&quot;background-color: #444444; color: #666666;&quot;&gt;www.bagas31.com&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cccccc;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;b&gt;Cara Install :&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;li style=&quot;font-family: &#39;Segoe UI&#39;, Arial; font-size: 13px; line-height: 17px; list-style: none; margin: 0px; padding: 0px;&quot;&gt;1. Letakkan semua part dalam 1 folder kemudian Extract dengan menggunakan Winrar.&lt;/li&gt;
&lt;li style=&quot;font-family: &#39;Segoe UI&#39;, Arial; font-size: 13px; line-height: 17px; list-style: none; margin: 0px; padding: 0px;&quot;&gt;2. Jalankan setup.exe kemudian install seperti biasa.&lt;/li&gt;
&lt;li style=&quot;font-family: &#39;Segoe UI&#39;, Arial; font-size: 13px; line-height: 17px; list-style: none; margin: 0px; padding: 0px;&quot;&gt;3. Jika ada layar Command Prompt, biarkan saja dan jangan ditutup.&lt;/li&gt;
&lt;li style=&quot;font-family: &#39;Segoe UI&#39;, Arial; font-size: 13px; line-height: 17px; list-style: none; margin: 0px; padding: 0px;&quot;&gt;4. Tunggu hingga instalasi selesai.&lt;/li&gt;
&lt;li style=&quot;font-family: &#39;Segoe UI&#39;, Arial; font-size: 13px; line-height: 17px; list-style: none; margin: 0px; padding: 0px;&quot;&gt;5. Jika sudah selesai , klik kanan file .reg yang telah diberikan kemudian edit dengan notepad dan gantilah ganti &amp;nbsp; &amp;nbsp; key &quot;Installdir&quot; dengan tempat dimana PES 2014 terinstall.&lt;/li&gt;
&lt;li style=&quot;font-family: &#39;Segoe UI&#39;, Arial; font-size: 13px; line-height: 17px; list-style: none; margin: 0px; padding: 0px;&quot;&gt;6. Setelah itu, save kemudian jalankan file .reg tersebut.&lt;/li&gt;
&lt;li style=&quot;font-family: &#39;Segoe UI&#39;, Arial; font-size: 13px; line-height: 17px; list-style: none; margin: 0px; padding: 0px;&quot;&gt;7. Done&lt;/li&gt;
&lt;li style=&quot;font-family: &#39;Segoe UI&#39;, Arial; font-size: 13px; line-height: 17px; list-style: none; margin: 0px; padding: 0px;&quot;&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#39;Segoe UI&#39;, Arial; font-size: 13px; line-height: 17px; list-style: none; margin: 0px; padding: 0px;&quot;&gt;&lt;b style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;Minimum system requirements :&lt;/b&gt;&lt;br style=&quot;list-style: none; margin: 0px; padding: 0px;&quot; /&gt;&lt;ul style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;
&lt;li style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;Operating System: Win Xp 32, Vista, Windows 7&lt;/li&gt;
&lt;li style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;Graphic Card: GeForce 510, Radeon HD 5450 512MB&lt;/li&gt;
&lt;li style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;CPU: Pentium D 820 2.8GHz, Athlon LE-1640&lt;/li&gt;
&lt;li style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;RAM: 1 GB&lt;/li&gt;
&lt;li style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;HDD: 10 GB&lt;/li&gt;
&lt;li style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;DirectX: 9.0c&lt;/li&gt;
&lt;li style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;Other Console&lt;/li&gt;
&lt;/ul&gt;
&lt;b style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;Recommended system requirements :&lt;/b&gt;&lt;br style=&quot;list-style: none; margin: 0px; padding: 0px;&quot; /&gt;&lt;ul style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;
&lt;li style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;Operating System: Win Xp 32, Vista, Windows 7, Windows 8&lt;/li&gt;
&lt;li style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;Graphic Card: GeForce GT 440, Radeon HD 5550 1024MB&lt;/li&gt;
&lt;li style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;CPU: Core 2 Duo E7400 2.80GHz, Athlon II X2 255&lt;/li&gt;
&lt;li style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;RAM: 4 GB&lt;/li&gt;
&lt;li style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;HDD: 10 GB&lt;/li&gt;
&lt;li style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;DirectX: 9.0c&lt;/li&gt;
&lt;/ul&gt;
&lt;span style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;Other Console&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#39;Segoe UI&#39;, Arial; font-size: 13px; line-height: 17px; list-style: none; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;font-family: &#39;Segoe UI&#39;, Arial; font-size: 13px; line-height: 17px; list-style: none; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;list-style: none; margin: 0px; padding: 0px;&quot;&gt;Thanks For : bagas31.com&lt;/span&gt;&lt;/li&gt;
&lt;span style=&quot;font-family: &#39;Segoe UI&#39;, Arial; font-size: 13px; line-height: 17px; list-style: none; margin: 0px; padding: 0px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/4045071953733965912/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2013/10/pro-evolution-soccer-2014-full-version.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/4045071953733965912'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/4045071953733965912'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2013/10/pro-evolution-soccer-2014-full-version.html' title='Pro Evolution Soccer 2014 Full Version'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqhQuP031TrcINdHH0uv53jM2T4PTggLjj0HSH0f7b_isYLvdLpAygdSd2Ain_erJX1nvmAdz4mlzaPDMDFRe1fzqiWg8tUBw0wPo9MIn6JoKK7CvLPxGTkI16NFffliwmvzI0G5PPbuY/s72-c/PES-2014-cover.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-243233059135613192</id><published>2013-06-22T07:46:00.000+07:00</published><updated>2014-02-03T16:24:01.978+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Cara Membuat Efek Lomo Pada Photoshop</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUEh_KNYedrxzXZwS7PjgrkRdmQLMAKnWFlO4P-O8SXLgaOFFE2ZTCPF9cUfdAQhqmmSQsotjjLOSKpHkQrWgwgE4k_2eN2nR0Q7Eiv8i_cH4cF2NkFN4kwQPUGp8BavYvka2GoCmklxY/s1600/Hasil+AKhir.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Membuat Efek Lomo Pada Photoshop&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUEh_KNYedrxzXZwS7PjgrkRdmQLMAKnWFlO4P-O8SXLgaOFFE2ZTCPF9cUfdAQhqmmSQsotjjLOSKpHkQrWgwgE4k_2eN2nR0Q7Eiv8i_cH4cF2NkFN4kwQPUGp8BavYvka2GoCmklxY/s320/Hasil+AKhir.png&quot; height=&quot;320&quot; title=&quot;Membuat Efek Lomo Pada Photoshop&quot; width=&quot;228&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
Sebelumnya saya membagikan bagaimana&lt;a href=&quot;http://aim-theantero.blogspot.com/2013/06/membuat-efek-warna-pada-photoshop.html&quot; target=&quot;_blank&quot;&gt; Mempercantik Foto Dengan Efek Cahaya&lt;/a&gt;, Sekarang saya akan mebagikan &lt;b&gt;Cara Membuat Efek Lomo Pada Photoshop. &lt;/b&gt;Efek ini hampir sama dengan sebelumnya, namun caranya lebih mudah dan simple.&lt;br /&gt;
&lt;br /&gt;
1. Buka Photoshop kalian.&lt;br /&gt;
&lt;div&gt;
2. Buka foto yang kalian pilih sebagai bahan.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNaRNs1JSJXJTApcGiGOUVUuFc3-l6FLrEWqhiHrL71rQoMA_2Fq35aRvLf2LavLSi0W-O4Do8A32XlYGgZ6cWMc9eg-SWyjKDf3xhEmqmvzZUtmNGj2mfsTN1TRC6oZ69iwL74juGIIg/s1600/tumblr_ldztaavX0D1qzwj70o1_500.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Membuat Efek Lomo Pada Photoshop&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNaRNs1JSJXJTApcGiGOUVUuFc3-l6FLrEWqhiHrL71rQoMA_2Fq35aRvLf2LavLSi0W-O4Do8A32XlYGgZ6cWMc9eg-SWyjKDf3xhEmqmvzZUtmNGj2mfsTN1TRC6oZ69iwL74juGIIg/s320/tumblr_ldztaavX0D1qzwj70o1_500.jpg&quot; height=&quot;320&quot; title=&quot;Membuat Efek Lomo Pada Photoshop&quot; width=&quot;228&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
3. Jika sudah, tekan CTRL+L dan atur seperti di bawah ini. Klik OK.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgphj2pTDMbipL54ujtWpWvsKhqXuYlA72onjCuTzw1QpcAOIDo5YbbgmYthIrTR8RP8F4m_dGthNQEbLcXih0kOSpw5tNscHnvYW2wAg9MngKQSOmDLPMI_WHbTLCXsXIvN_6fEoi-my8/s1600/a.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgphj2pTDMbipL54ujtWpWvsKhqXuYlA72onjCuTzw1QpcAOIDo5YbbgmYthIrTR8RP8F4m_dGthNQEbLcXih0kOSpw5tNscHnvYW2wAg9MngKQSOmDLPMI_WHbTLCXsXIvN_6fEoi-my8/s1600/a.PNG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
4. Lalu Klik Layer &amp;gt; Layer Style &amp;gt; Blending Option. Pada Underlying Layer atur seperti di bawah dengan cara awal ALT+Double Click (untuk memecah panahnya) pada panah hitam, lalu atur pada angka 94/127. Klik OK.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4GLiyaFat-VrjmL-XAZrqvELaSX3NWnOfZCOB3kir7JYwqgrp_MwRXNu5bR9x05Z6-d9s6fHC-SoZHH_QIiKzzJUMXiQ8Qv_F1F9Y5uebKU7YIe4zZY_kkTL_c4Pd5RgJJP9eVn8hrD4/s1600/b.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4GLiyaFat-VrjmL-XAZrqvELaSX3NWnOfZCOB3kir7JYwqgrp_MwRXNu5bR9x05Z6-d9s6fHC-SoZHH_QIiKzzJUMXiQ8Qv_F1F9Y5uebKU7YIe4zZY_kkTL_c4Pd5RgJJP9eVn8hrD4/s1600/b.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
5. Jika sudah klik Layer &amp;gt; New Fill Layer &amp;gt; Gradient. Atur seperti di bawah. Klik OK.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhpzZUux4tFqVnYY1kLWcZWng1znVvgpDQzmNMiASc0-Hgl3GBgWTnM4EGhlRByZAdHtVHbzRJgfXknXT01zVCFWDTVwenguayyZHwUaSk8DPZ2DnYfFr9T8eIEedxFbllV8fVqlMm9Sw0/s1600/c.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhpzZUux4tFqVnYY1kLWcZWng1znVvgpDQzmNMiASc0-Hgl3GBgWTnM4EGhlRByZAdHtVHbzRJgfXknXT01zVCFWDTVwenguayyZHwUaSk8DPZ2DnYfFr9T8eIEedxFbllV8fVqlMm9Sw0/s1600/c.PNG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
6. Kamudian atur seperti di bawah.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjNmP7P1inRPLOeCY_nIrGQYSKUBRZcWNT7pVFh8ZLE6EGLYwFTFsGum182eJbmnBhyphenhyphen656Moz0wrjl5oFmagF2Uk4NwJKQP4IeKdsfTwB_EksRsJiJn7v-P54BLZDmgwyngnxb8Eu5_pA/s1600/d.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjNmP7P1inRPLOeCY_nIrGQYSKUBRZcWNT7pVFh8ZLE6EGLYwFTFsGum182eJbmnBhyphenhyphen656Moz0wrjl5oFmagF2Uk4NwJKQP4IeKdsfTwB_EksRsJiJn7v-P54BLZDmgwyngnxb8Eu5_pA/s1600/d.PNG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
7. Setelah itu klik Layer &amp;gt; New Adjustment Layer &amp;gt; Brightness/Contrass. Atur seperti di bawah. Klik OK.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiu-3y3tBxFcyWDNhbqrwDlPxCn_NSPP7sxLyUAJ3X3BOZimyvDTUmlvqXwn3hceUbRrthlRuj8JVBn9S1sXxqI8wlXc-H5icH8SAxMKZ9sj_uHLwukiuItlF02_6IMrW9bKYfqxMs3nmo/s1600/e.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiu-3y3tBxFcyWDNhbqrwDlPxCn_NSPP7sxLyUAJ3X3BOZimyvDTUmlvqXwn3hceUbRrthlRuj8JVBn9S1sXxqI8wlXc-H5icH8SAxMKZ9sj_uHLwukiuItlF02_6IMrW9bKYfqxMs3nmo/s1600/e.PNG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
8. Selesai&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0lx3hspWpyvtE0vHQ-qzYOeUAYDRXMYAUdof86Aj4i9GeLN0mO1JDpduuIcKAkvZqch1_fVhwKys9NfppUWd4fcrLfnJQXgolv7jYjLr3ydc1vBiGsX3sCICp4nyCD-NxG4wrrgKhCuo/s1600/Hasil+AKhir.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0lx3hspWpyvtE0vHQ-qzYOeUAYDRXMYAUdof86Aj4i9GeLN0mO1JDpduuIcKAkvZqch1_fVhwKys9NfppUWd4fcrLfnJQXgolv7jYjLr3ydc1vBiGsX3sCICp4nyCD-NxG4wrrgKhCuo/s320/Hasil+AKhir.png&quot; height=&quot;320&quot; width=&quot;228&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/243233059135613192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2013/06/cara-membuat-efek-lomo-pada-photoshop.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/243233059135613192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/243233059135613192'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2013/06/cara-membuat-efek-lomo-pada-photoshop.html' title='Cara Membuat Efek Lomo Pada Photoshop'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUEh_KNYedrxzXZwS7PjgrkRdmQLMAKnWFlO4P-O8SXLgaOFFE2ZTCPF9cUfdAQhqmmSQsotjjLOSKpHkQrWgwgE4k_2eN2nR0Q7Eiv8i_cH4cF2NkFN4kwQPUGp8BavYvka2GoCmklxY/s72-c/Hasil+AKhir.png" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-8292530977138680914</id><published>2013-06-20T15:02:00.000+07:00</published><updated>2014-01-22T20:23:24.940+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Cara Mempercantik Foto Dengan Efek Cahaya</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7FnTen4n5BJ7NdOQYIG2JGZnewCeJnFDrx8WsQamsFun9CJfPjeMeirN1DTJprU6SdUKjSxOvHjD0HL6mBmAC-Sv4ca6Ha-KB-PCiCr3vyNlTDWCnbb2ioYflWM4zbwzURjarSaNeONE/s1600/akhir.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Cara Mempercantik Foto Dengan Efek Cahaya&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7FnTen4n5BJ7NdOQYIG2JGZnewCeJnFDrx8WsQamsFun9CJfPjeMeirN1DTJprU6SdUKjSxOvHjD0HL6mBmAC-Sv4ca6Ha-KB-PCiCr3vyNlTDWCnbb2ioYflWM4zbwzURjarSaNeONE/s320/akhir.png&quot; height=&quot;320&quot; title=&quot;Cara Mempercantik Foto Dengan Efek Cahaya&quot; width=&quot;182&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Kali ini saya membagikan sebuah tutorial bagaimana&lt;b&gt;&amp;nbsp;Cara Mempercantik Foto Dengan Efek Cahaya&lt;/b&gt;&amp;nbsp;sehingga photo terkesan lebih cantik. Untuk caranya ikuti yang dibawah ini.&lt;br /&gt;
&lt;br /&gt;
1. Buka Photoshop kalian&lt;br /&gt;
2. Buka Gambar yang kalian pilih.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhae-ksYB7K2nwrRbiHaoVjuLvVzgh4clG5zZsWwW1ro9FWaimxnCR30BrT1IOvQBI2GaheafiU1cpHyIyDYxR7zBI1YsC7ldMG16bUpEbYuvRdx7Xqbx7kVEOebHxZJPcpQ2LDktDT9kA/s1600/526729_385821354802787_1130131329_n.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhae-ksYB7K2nwrRbiHaoVjuLvVzgh4clG5zZsWwW1ro9FWaimxnCR30BrT1IOvQBI2GaheafiU1cpHyIyDYxR7zBI1YsC7ldMG16bUpEbYuvRdx7Xqbx7kVEOebHxZJPcpQ2LDktDT9kA/s320/526729_385821354802787_1130131329_n.jpg&quot; height=&quot;320&quot; width=&quot;182&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
3. Duplikat Layer (CTRL+J)&lt;br /&gt;
4. Kemudian klik tekan tombol CTRL+U, lau atur seperti di bawah ini. Klik OK.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXh1GVZFafYuhQ-xUDzNbb37ZA-L6lsOdgzI9SSHsrJijwrJzlZRgz02XtnBMpgQcYTjtQtTcqJQ3buFIQs9RL4lBTXvV3qNwdVDH9Zxfsg_7TgsQwB6WHRYqmZQLDI68sRsH7xjzEYig/s1600/a.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXh1GVZFafYuhQ-xUDzNbb37ZA-L6lsOdgzI9SSHsrJijwrJzlZRgz02XtnBMpgQcYTjtQtTcqJQ3buFIQs9RL4lBTXvV3qNwdVDH9Zxfsg_7TgsQwB6WHRYqmZQLDI68sRsH7xjzEYig/s400/a.PNG&quot; height=&quot;400&quot; width=&quot;252&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
5. Tekan tombol CTRL+J, Lalu klik Filter &amp;gt; Distort &amp;gt; Diffuse Glow. Atur seperti gambar di bawah ini. Klik OK.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLzabqVFtXI39bCTcFgbCriEpzNXpuCv_mQUcm-Q12yxDX-N5TsCagEbmitc7j8V-PKI4okCv-Y18Gh3VC8wDCHQB3dtTCjVCBET-OCo-8VhlRGyv_yko6D84bQ9wiFn01TlJh6bmRCEk/s1600/b.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLzabqVFtXI39bCTcFgbCriEpzNXpuCv_mQUcm-Q12yxDX-N5TsCagEbmitc7j8V-PKI4okCv-Y18Gh3VC8wDCHQB3dtTCjVCBET-OCo-8VhlRGyv_yko6D84bQ9wiFn01TlJh6bmRCEk/s1600/b.PNG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
6. Kemudian, klik Layer &amp;gt; New Fill Layer &amp;gt; Gradient &amp;gt; OK. Atur seperti di bawah dengan warna &lt;b&gt;#80a2ef &lt;/b&gt;dan &lt;b&gt;#f799d7.&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVU2nEUfPrItL8LJ9rQngdmaab0h-4lmTN_i-vOaKVdku_HmoxslTSKVrZTDHWSCXkWykrC_VFEnCkgZnuHee4L0RbDtwnbVenupZg091CHSU0keOjO5-L-ztVd73OTcOmBuQmVUsw7SA/s1600/c.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVU2nEUfPrItL8LJ9rQngdmaab0h-4lmTN_i-vOaKVdku_HmoxslTSKVrZTDHWSCXkWykrC_VFEnCkgZnuHee4L0RbDtwnbVenupZg091CHSU0keOjO5-L-ztVd73OTcOmBuQmVUsw7SA/s1600/c.PNG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
7. Rubah Layer Menjadi Soft Light dan atur Opacitynya menjadi 70%.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPf6vxBbYCKaoqLLvI_K6_RI3Q8m-XKDD6r9EuTRdVtU8cz-t9xpboBdTCZQ2zbhGRuAQy48hYTWANfHVQuJD5fOSkU1PoBL_-kZB15SfE3mFByu-Vha_JzqQvYa-5jUhXjkQberL6WXQ/s1600/d.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPf6vxBbYCKaoqLLvI_K6_RI3Q8m-XKDD6r9EuTRdVtU8cz-t9xpboBdTCZQ2zbhGRuAQy48hYTWANfHVQuJD5fOSkU1PoBL_-kZB15SfE3mFByu-Vha_JzqQvYa-5jUhXjkQberL6WXQ/s1600/d.PNG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
8. Tekan tombol CTRL+J, sehingga Gradient Fillnya menjadi dua. Lalu atur seperti di bawah.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhalNYtuWhauhq8ovufPhjMDSUJ5D0i1J0xbqnByqtXH-iDy6u-enrO1IhsD-Da2xF4_I85XLr1N9IiHhgI5ZMXe6_x6Sb_yKYaCcG97PDx4-EjUGgugP9Y-g7JoRL-T8DD4f8ZwpHl-1g/s1600/e.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhalNYtuWhauhq8ovufPhjMDSUJ5D0i1J0xbqnByqtXH-iDy6u-enrO1IhsD-Da2xF4_I85XLr1N9IiHhgI5ZMXe6_x6Sb_yKYaCcG97PDx4-EjUGgugP9Y-g7JoRL-T8DD4f8ZwpHl-1g/s1600/e.PNG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
9. Pindah ke Layer 1 copy, lalu klik Filter &amp;gt; Lens Correction. Atur seperti di bawah.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiaNjD1LoslOFZLsLPYcn-UnximiSH0iT3hX0QdKvIwMawFPEyM-pz77Y1l5wWnP4d0IIyjMdWG2F9x5-88LtwK3cdCIyUNJaoOP-7qIUMBwc2tNhcts_JlIM2rnCG7rPWCuahpJPjJ08/s1600/f.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiaNjD1LoslOFZLsLPYcn-UnximiSH0iT3hX0QdKvIwMawFPEyM-pz77Y1l5wWnP4d0IIyjMdWG2F9x5-88LtwK3cdCIyUNJaoOP-7qIUMBwc2tNhcts_JlIM2rnCG7rPWCuahpJPjJ08/s1600/f.PNG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
9. Klik kanan pada Layer lalu Marge Visible. Kamudian tekan CTRL+J.&lt;br /&gt;
10. Langkah selanjutnya klik Filter &amp;gt; Other &amp;gt; High Pass. Atur Radiusnya menjadi 4 Pixels&lt;br /&gt;
11. Rubah Layer menjadi Soft Light. Dan Selesai.&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQ5pzboU8QL2ivrEdEWzkh1spEbGbJNU4O3f9ZLlLLYLPNTGKmH8tT7gaqrJkKwSg8xiFuS5mUh5ulS1G8K6kdBtd3fSfek5RKNHxg21dDUFziFIHvCmaicvMwIp9wPWmgAG5q3PqZS7s/s1600/akhir.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img alt=&quot;Membuat Efek Warna Pada Photoshop&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQ5pzboU8QL2ivrEdEWzkh1spEbGbJNU4O3f9ZLlLLYLPNTGKmH8tT7gaqrJkKwSg8xiFuS5mUh5ulS1G8K6kdBtd3fSfek5RKNHxg21dDUFziFIHvCmaicvMwIp9wPWmgAG5q3PqZS7s/s320/akhir.png&quot; height=&quot;320&quot; title=&quot;Hasil Akhir&quot; width=&quot;182&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Hasil Akhir&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/8292530977138680914/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2013/06/cara-mempercantik-foto-dengan-efek.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/8292530977138680914'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/8292530977138680914'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2013/06/cara-mempercantik-foto-dengan-efek.html' title='Cara Mempercantik Foto Dengan Efek Cahaya'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7FnTen4n5BJ7NdOQYIG2JGZnewCeJnFDrx8WsQamsFun9CJfPjeMeirN1DTJprU6SdUKjSxOvHjD0HL6mBmAC-Sv4ca6Ha-KB-PCiCr3vyNlTDWCnbb2ioYflWM4zbwzURjarSaNeONE/s72-c/akhir.png" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-4253229915851521671</id><published>2013-06-16T16:04:00.000+07:00</published><updated>2014-01-22T20:27:01.501+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Download"/><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Download Action Photoshop</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwRFbqiVH3puMeo4i5BmIxEs9sSClK9MA-mElAwcQtTGe2HoQAbNLuBtx6Gmq92-s7b0QN4qJsyOg2NCOgf2lHidvRpMM0JIXg9GE7k3kaoJulcuQUoMZxeHsMaP2HTjgdYBgQTu-X6S8/s1600/Photoshop+Actions.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwRFbqiVH3puMeo4i5BmIxEs9sSClK9MA-mElAwcQtTGe2HoQAbNLuBtx6Gmq92-s7b0QN4qJsyOg2NCOgf2lHidvRpMM0JIXg9GE7k3kaoJulcuQUoMZxeHsMaP2HTjgdYBgQTu-X6S8/s1600/Photoshop+Actions.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Kali ini saya akan membagikan file &lt;b&gt;Actions Photoshop&lt;/b&gt;. Ada 114 file yang bisa miliki secara gratis diantaranya ada:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Cross Process&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Vintage&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Rertouch&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Comics&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;HDR&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Old Photo&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Pencil Draw&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Wedding&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Dan masih banyak lagi.&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Untuk Link Downloadnya silakan klik link dibawah.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.tusfiles.net/6ae14r3n21lu&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Download&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgX9Dp9rv9dNIOaUyoEO79nR46ZKhADKnRLT2P2f18RJCVK0X9nxIQ8oBdQni2sANMqREVkB-QGDK4gVG_XbI63SL2jFECcjgBz0br-QJq3m0532Oc2glZkpfjRbvI4EQWECJVmDPklkww/s1600/Antero+Download.png&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;background-color: #0b5394;&quot;&gt;&lt;span style=&quot;color: white;&quot;&gt;Password:&lt;/span&gt; aim-theantero.blogspot.com&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/4253229915851521671/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2013/06/download-action-photoshop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/4253229915851521671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/4253229915851521671'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2013/06/download-action-photoshop.html' title='Download Action Photoshop'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwRFbqiVH3puMeo4i5BmIxEs9sSClK9MA-mElAwcQtTGe2HoQAbNLuBtx6Gmq92-s7b0QN4qJsyOg2NCOgf2lHidvRpMM0JIXg9GE7k3kaoJulcuQUoMZxeHsMaP2HTjgdYBgQTu-X6S8/s72-c/Photoshop+Actions.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-471642219672483154</id><published>2013-06-06T20:19:00.000+07:00</published><updated>2014-01-22T20:26:25.951+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CMD"/><title type='text'>Mematikan Komputer Orang Dengan CMD</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKNAWYWeJ8CYVqO-b5t2WbYksUN76Aaj1XqZ4R1tfkukgtixw7_P_kbAulugYPnXLRTdkH17lbD79QS-sNvzUpYmCGebTIwTcRb908xlIDot7CmxPKx88OR5D1M5E6x0AVipx95MExvh8/s1600/cmd.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKNAWYWeJ8CYVqO-b5t2WbYksUN76Aaj1XqZ4R1tfkukgtixw7_P_kbAulugYPnXLRTdkH17lbD79QS-sNvzUpYmCGebTIwTcRb908xlIDot7CmxPKx88OR5D1M5E6x0AVipx95MExvh8/s1600/cmd.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;CMD memang kaya dengan perintah-perintah yang berguna membantu kita untuk melakukan banyak hal di komputer, salah satu hal yang bisa kita lakukan adalah mematikan komputer orang lain dalam sebuah jaringan. Cara ini biasanya di lakukan oleh orang-orang jahil atau pemilik jaringan yang memberi hukuman kepada pengguna jaringan yang telah melanggar ketentuan dari sang pemilik.&lt;br /&gt;Caranya cukup mudah, sobat hanya perlu mengetahui IP komputer korban.&lt;br /&gt;&lt;br /&gt;Langkah-langkah:&lt;br /&gt;1. Pastikan komputer sobat terkoneksi ke Internet, begitu pula komputer korban&lt;br /&gt;2. Buka Command Prompt&lt;br /&gt;3. Setelah Command Prompt muncul, tulis &lt;b&gt;shutdown -i &lt;/b&gt;lalu tekan Enter&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUTzjmU1hAxDD5dsQbn8FfqDUv0x9Zus_nVDyetluUTNWgb1ySYMoGiWpbtm-SjLksY0MpYfFXpHgMMJQ-kQ41V2jauoLp3-7DtEdiUKUIc0NnosUQUXxQIQHYpxrQy8OYHpaBqJqd1os/s1600/1.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;323&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUTzjmU1hAxDD5dsQbn8FfqDUv0x9Zus_nVDyetluUTNWgb1ySYMoGiWpbtm-SjLksY0MpYfFXpHgMMJQ-kQ41V2jauoLp3-7DtEdiUKUIc0NnosUQUXxQIQHYpxrQy8OYHpaBqJqd1os/s640/1.PNG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;4. Kemudian muncul kota &lt;i&gt;Remote Shutdown Dialog&lt;/i&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCaixa6O9BQo2frugLuAqEtAGQ07vQEq54fahqJSwCfeToK2FluaGSr896bsjPhJYYXwlB21xctNkn6sl-0vrjm7Sx6loVrP_77YQ6UNp6l3FBSYjsxsNjYg-5cGC-epcqHR2nu7win8k/s1600/2.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCaixa6O9BQo2frugLuAqEtAGQ07vQEq54fahqJSwCfeToK2FluaGSr896bsjPhJYYXwlB21xctNkn6sl-0vrjm7Sx6loVrP_77YQ6UNp6l3FBSYjsxsNjYg-5cGC-epcqHR2nu7win8k/s400/2.PNG&quot; width=&quot;353&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;5. Klik &lt;b&gt;Add&lt;/b&gt;&amp;nbsp;lalu masukan IP korban, klik OK&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;6. Pilih mana sobat yang akan pilih &lt;b&gt;Restart, Shutdown, dan logoff&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;7. Masukan alasan sobat telah mematikan komputer korban pada kotak &lt;b&gt;Comment&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;8. Klik OK untuk menyelesaikan.&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;Dengan begitu komputer korban akan mati secara otomatis sesuai waktu yang telah ditentukan.&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/471642219672483154/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2013/06/mematikan-komputer-orang-dengan-cmd.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/471642219672483154'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/471642219672483154'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2013/06/mematikan-komputer-orang-dengan-cmd.html' title='Mematikan Komputer Orang Dengan CMD'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKNAWYWeJ8CYVqO-b5t2WbYksUN76Aaj1XqZ4R1tfkukgtixw7_P_kbAulugYPnXLRTdkH17lbD79QS-sNvzUpYmCGebTIwTcRb908xlIDot7CmxPKx88OR5D1M5E6x0AVipx95MExvh8/s72-c/cmd.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-3280294260438122286</id><published>2013-05-24T13:58:00.000+07:00</published><updated>2014-01-22T20:26:25.946+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Cara Memanjangkan Rambut Dengan Photoshop</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSGvr9qGQLfbqDCdjNormB-x6uDBiTOp7goAEERDPKyYdds7WMSsOpceTuLh48-TBOyabThxFKCwi6k0BjHKotLNHfHQHojuYYFObx-eLUs0hifpep2x_dIZkwNp3QsqwvNecFbsqrErw/s1600/aaaa.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSGvr9qGQLfbqDCdjNormB-x6uDBiTOp7goAEERDPKyYdds7WMSsOpceTuLh48-TBOyabThxFKCwi6k0BjHKotLNHfHQHojuYYFObx-eLUs0hifpep2x_dIZkwNp3QsqwvNecFbsqrErw/s320/aaaa.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Sobat antero, pada tutorial kali ini kita akan belajar &lt;b&gt;cara memanjangkan rambut dengan Photoshop&lt;/b&gt;. Tidak perlu pergi ke salon untuk melakukan perawatan maupun hair extention. Ini dia langkah-langkanya:&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;1. Buka foto yang akan diedit.&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2G06CmBhWFNJkuHoPjR8sB0wMvNr8YoPX8VeC2srcoDFgo3khbBEuAXlfcXNrPaP9y-r1F6V3GdHeSh500sl9ZmHAW9uuLfXB-hJ3Q0kmNwyOCskOUPCBwTOpqKdgxvtLuwTU3P_yssA/s1600/Foto2060.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2G06CmBhWFNJkuHoPjR8sB0wMvNr8YoPX8VeC2srcoDFgo3khbBEuAXlfcXNrPaP9y-r1F6V3GdHeSh500sl9ZmHAW9uuLfXB-hJ3Q0kmNwyOCskOUPCBwTOpqKdgxvtLuwTU3P_yssA/s320/Foto2060.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;2. Seleksi dengan &lt;b&gt;Polygonal Lasso Tool&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4h6zlQWICbb27BArB88fI-okaNNRAP8r9pcSgB9rmaDoJu5l5NrTWacvzRgw8fhaDwfn6CM2dE90dADuoCOEYGoIj_9aQJHBuqRp4hx9-cwm6sA8dtRcVfkiJI-ASJVlAFnz9mJHP_T8/s1600/Untitled.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4h6zlQWICbb27BArB88fI-okaNNRAP8r9pcSgB9rmaDoJu5l5NrTWacvzRgw8fhaDwfn6CM2dE90dADuoCOEYGoIj_9aQJHBuqRp4hx9-cwm6sA8dtRcVfkiJI-ASJVlAFnz9mJHP_T8/s320/Untitled.png&quot; width=&quot;239&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;3. Klik kanan pada seleksi &amp;gt; pilih &lt;b&gt;Layer Via Copy&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;4. Setelah itu pilih &lt;b&gt;Smudge Tool&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;5. Kemudian pilih brushnya. Saran saya gunakan brush ini.&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtqntBexSh5mAhjaceP2dDeY3th-a0NZ3BXFd0jRAebtGeHuRyitJFfOlpTJmDgfiF0V7jmFOnuftMnriwUXm0mWOuf6J7F1lOqtvAa75Ja8u-2frHCCh-21C-MdR8Sd1aMMrvaRdAzQY/s1600/Untitled3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;103&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtqntBexSh5mAhjaceP2dDeY3th-a0NZ3BXFd0jRAebtGeHuRyitJFfOlpTJmDgfiF0V7jmFOnuftMnriwUXm0mWOuf6J7F1lOqtvAa75Ja8u-2frHCCh-21C-MdR8Sd1aMMrvaRdAzQY/s320/Untitled3.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;6. Silahkan tarik-tarik (klik dan drag) perlahan di bagian rambut. Upayakan agar tetap terkesan natural.&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;7. Hasil Akhir.&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSGvr9qGQLfbqDCdjNormB-x6uDBiTOp7goAEERDPKyYdds7WMSsOpceTuLh48-TBOyabThxFKCwi6k0BjHKotLNHfHQHojuYYFObx-eLUs0hifpep2x_dIZkwNp3QsqwvNecFbsqrErw/s1600/aaaa.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSGvr9qGQLfbqDCdjNormB-x6uDBiTOp7goAEERDPKyYdds7WMSsOpceTuLh48-TBOyabThxFKCwi6k0BjHKotLNHfHQHojuYYFObx-eLUs0hifpep2x_dIZkwNp3QsqwvNecFbsqrErw/s320/aaaa.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;span id=&quot;goog_1054596051&quot;&gt;&lt;/span&gt;&lt;span id=&quot;goog_1054596052&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/3280294260438122286/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2013/05/cara-memanjangkan-rambut-dengan.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/3280294260438122286'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/3280294260438122286'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2013/05/cara-memanjangkan-rambut-dengan.html' title='Cara Memanjangkan Rambut Dengan Photoshop'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSGvr9qGQLfbqDCdjNormB-x6uDBiTOp7goAEERDPKyYdds7WMSsOpceTuLh48-TBOyabThxFKCwi6k0BjHKotLNHfHQHojuYYFObx-eLUs0hifpep2x_dIZkwNp3QsqwvNecFbsqrErw/s72-c/aaaa.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-8797887590010091999</id><published>2013-05-19T14:53:00.000+07:00</published><updated>2014-01-22T20:26:25.955+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>Tutorial Efek Nashville Instagram</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi08DVmM3C7L9BCNCVTUhxe1mg9JfRxMwwzOy_vVa8RcPLeI9Xh7AA-nCnanpxnQOFd6qNSI4apyXQ5oeV_WUCp5ptgox_bKtDHTqR6Ja4LLRwuB6yYlWZ2XQOsXj4n2xo2V8fab1GhlnM/s1600/akhir.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi08DVmM3C7L9BCNCVTUhxe1mg9JfRxMwwzOy_vVa8RcPLeI9Xh7AA-nCnanpxnQOFd6qNSI4apyXQ5oeV_WUCp5ptgox_bKtDHTqR6Ja4LLRwuB6yYlWZ2XQOsXj4n2xo2V8fab1GhlnM/s320/akhir.jpg&quot; width=&quot;237&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Sobat antero pasti tau dengan Instagram, aplikasi ini terdapat berbagai efek-efek foto tyang di sediakan. Contohnya Efek Nashville, efek ini sendiri tidak hanya dapat dilakukan di Instagram, melainkan di lakukan di &amp;nbsp;Photoshop. Oleh karena itu sekarang saya akan memberikan &lt;b&gt;Tutorial Efek Nashville Instagram&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;1. Buka Photoshop, kemudian buka foto yang ingin sobat edit.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1inX3Ykekbjf0_IzQU5pPii8VJ80T3raKPO_Kj_GLw9cFBVFAJ_F5X9QxJV-Bp3en5Krg57kqxJBQb7XuYoWc2goVELkDH2imLWeEAzTDWg3lW-gLLbxyp4rz6cRvtMVs8oddWvR_3OI/s1600/awal.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1inX3Ykekbjf0_IzQU5pPii8VJ80T3raKPO_Kj_GLw9cFBVFAJ_F5X9QxJV-Bp3en5Krg57kqxJBQb7XuYoWc2goVELkDH2imLWeEAzTDWg3lW-gLLbxyp4rz6cRvtMVs8oddWvR_3OI/s320/awal.jpg&quot; width=&quot;237&quot; /&gt;&lt;/a&gt;&lt;/div&gt;2. Kemudian copy/duplikat layer dengan cara menekan CTRL&amp;nbsp;+ J&lt;br /&gt;3. Setelah itu pilih menu Image &amp;gt; Adjutement &amp;gt; Curves (CTRL + M), kemudian aturlah channel&amp;nbsp;&lt;b&gt;green&amp;nbsp;&lt;/b&gt;dan&amp;nbsp;&lt;b&gt;blue&amp;nbsp;&lt;/b&gt;setelah itu tekan OK.&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh37O3c3AS6QwzAbMzdJyP5fNAN5rypamwkDJI6AsPvzcqiRp0L79numffjZFVRdsWzTNf0_xQ6UJGp_iLgk9TbbPXVa8MnTScMYgu-iVsM0fuOmp-J9L2KaAm9qhvE2qEwSEd9Jq9BrKI/s1600/1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh37O3c3AS6QwzAbMzdJyP5fNAN5rypamwkDJI6AsPvzcqiRp0L79numffjZFVRdsWzTNf0_xQ6UJGp_iLgk9TbbPXVa8MnTScMYgu-iVsM0fuOmp-J9L2KaAm9qhvE2qEwSEd9Jq9BrKI/s1600/1.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;4. Kemudian tekan CTR + L&amp;nbsp;dan atur seperti gambar di bawah ini. Kemudian tekan OK.&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPMTEz4J-idVi5a2lHJH6uurNs8E1R3WpkLsj926GLdBNY4pytwcOIm19HMPp9x6Mdkd-b-fVCPzi0ez_U3hhBbwUFD7snJTumumaMtNzx_wzsDXCnbGv7ehyphenhyphenVcMLkB8lWS9v2NvjQVe4/s1600/2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;289&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPMTEz4J-idVi5a2lHJH6uurNs8E1R3WpkLsj926GLdBNY4pytwcOIm19HMPp9x6Mdkd-b-fVCPzi0ez_U3hhBbwUFD7snJTumumaMtNzx_wzsDXCnbGv7ehyphenhyphenVcMLkB8lWS9v2NvjQVe4/s320/2.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;5. Setelah itu buka menu &amp;gt; Adjustment &amp;gt; Brightness &amp;gt; Contrast. Atur seperti di bawah ini. Kemudian klik OK.&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2lLFSMBJL-wzcG40_EqdHXOZL6WAyzP6BDOjSxfR84Ht2EfziqqmXC61xzxM_OTswyYQUjH7DXCRXyGrod1as8q3WdbBHTj6xKin6cMwRP9QDjmczlW-QSR0_YqdNO7xqEd-n1KPh-3E/s1600/3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;150&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2lLFSMBJL-wzcG40_EqdHXOZL6WAyzP6BDOjSxfR84Ht2EfziqqmXC61xzxM_OTswyYQUjH7DXCRXyGrod1as8q3WdbBHTj6xKin6cMwRP9QDjmczlW-QSR0_YqdNO7xqEd-n1KPh-3E/s320/3.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;6. Kemudian buka Curves dengan menekan CTRL&amp;nbsp;+ M dan edit channel &lt;b&gt;green &lt;/b&gt;dan &lt;b&gt;blue &lt;/b&gt;seperti di bawah ini.&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAsS6bo0vWbI3FLITE9uSU_VTuT6xugPZZ1hAgSERZgP3cHZQYQPkm7sIQOBmLew2HP9nIsD6lzklyppoLyRQ1bSC1erBNlMxOkv13edsoSr8tQDfqHM9bAFOG-sAye2hqWGk0TyUN8aI/s1600/4.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAsS6bo0vWbI3FLITE9uSU_VTuT6xugPZZ1hAgSERZgP3cHZQYQPkm7sIQOBmLew2HP9nIsD6lzklyppoLyRQ1bSC1erBNlMxOkv13edsoSr8tQDfqHM9bAFOG-sAye2hqWGk0TyUN8aI/s320/4.png&quot; width=&quot;280&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKsbYtJPOxuEcgGm3OCzP5jWbm1SUYJlN1Hh0Zab-5YHg4m7gFlo70mvVwP_paCse9gb1VdDQgIDVnvrh1iu0Ny5za8-Zt1bQ4zYP6Dr6NzGv2EvnZEMJgVOc052hwVnEGW8mq3n9cIoQ/s1600/5.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKsbYtJPOxuEcgGm3OCzP5jWbm1SUYJlN1Hh0Zab-5YHg4m7gFlo70mvVwP_paCse9gb1VdDQgIDVnvrh1iu0Ny5za8-Zt1bQ4zYP6Dr6NzGv2EvnZEMJgVOc052hwVnEGW8mq3n9cIoQ/s320/5.png&quot; width=&quot;271&quot; /&gt;&lt;/a&gt;&lt;/div&gt;7. Setelah itu buka Image &amp;gt; Adjustment &amp;gt; Brightness/Contrast dan atur seperti di bawah ini.&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHcJuybONqiY61kAPy-ThIiD5zjzsKkizjal4DCAUtipoRBIsVhZx3rcXgvZrd0XERQJenmsPi8fFJARq9XQzx4fLiXr32mJnu61uAzOin6HnG_a5Sc-IdwbHmqBzXDNSRYAEAqI1Fzx0/s1600/6.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHcJuybONqiY61kAPy-ThIiD5zjzsKkizjal4DCAUtipoRBIsVhZx3rcXgvZrd0XERQJenmsPi8fFJARq9XQzx4fLiXr32mJnu61uAzOin6HnG_a5Sc-IdwbHmqBzXDNSRYAEAqI1Fzx0/s1600/6.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;8. Buka Curves lagi dengan menekan CTRL&amp;nbsp;+ M, kemudian edit chanell &lt;b&gt;red &lt;/b&gt;dan &lt;b&gt;blue &lt;/b&gt;seperti di bawah ini.&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQwTukTW4WQHKcBqI2rgr4CghXQAe7-PKFeg1diTOmeZN97ncQ0Es0ELETGBgN0zTCFUnq9RxP-QAHegsbI_7NjtdIVvd0oy7QmmWa7aKKU6E15Va17jsFrL8Z__NARLGPGWgqTkaZMEc/s1600/7.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQwTukTW4WQHKcBqI2rgr4CghXQAe7-PKFeg1diTOmeZN97ncQ0Es0ELETGBgN0zTCFUnq9RxP-QAHegsbI_7NjtdIVvd0oy7QmmWa7aKKU6E15Va17jsFrL8Z__NARLGPGWgqTkaZMEc/s320/7.png&quot; width=&quot;301&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaGsXR0ElAQlX-1r-gwI2Ci5_iEgCkiGVKO9ADGQO-6UVqJD9DIN8DJbCqcJvqWnYtJhstF96__6C0gf0zLr03HfQCFlNxIbm_o9FWNuug1lwhI9PeSnHftWB9vV_e-6nPW8cO78Y1PrI/s1600/8.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaGsXR0ElAQlX-1r-gwI2Ci5_iEgCkiGVKO9ADGQO-6UVqJD9DIN8DJbCqcJvqWnYtJhstF96__6C0gf0zLr03HfQCFlNxIbm_o9FWNuug1lwhI9PeSnHftWB9vV_e-6nPW8cO78Y1PrI/s320/8.png&quot; width=&quot;278&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;9. Setelah itu buat layer baru dengan warna coklat muda &lt;b&gt;(#f7d9ad)&lt;/b&gt;, unutk membuat layer baru sobat bisa tekan tombol CTRL&amp;nbsp;+ Shift&amp;nbsp;+N.&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;10. Kemudian rubah blend mode layer 2 menjadi &lt;b&gt;Multiply.&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi08DVmM3C7L9BCNCVTUhxe1mg9JfRxMwwzOy_vVa8RcPLeI9Xh7AA-nCnanpxnQOFd6qNSI4apyXQ5oeV_WUCp5ptgox_bKtDHTqR6Ja4LLRwuB6yYlWZ2XQOsXj4n2xo2V8fab1GhlnM/s1600/akhir.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi08DVmM3C7L9BCNCVTUhxe1mg9JfRxMwwzOy_vVa8RcPLeI9Xh7AA-nCnanpxnQOFd6qNSI4apyXQ5oeV_WUCp5ptgox_bKtDHTqR6Ja4LLRwuB6yYlWZ2XQOsXj4n2xo2V8fab1GhlnM/s320/akhir.jpg&quot; width=&quot;236&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Hasil Akhir&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/8797887590010091999/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2013/05/tutorial-efek-nashville-instagram.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/8797887590010091999'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/8797887590010091999'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2013/05/tutorial-efek-nashville-instagram.html' title='Tutorial Efek Nashville Instagram'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi08DVmM3C7L9BCNCVTUhxe1mg9JfRxMwwzOy_vVa8RcPLeI9Xh7AA-nCnanpxnQOFd6qNSI4apyXQ5oeV_WUCp5ptgox_bKtDHTqR6Ja4LLRwuB6yYlWZ2XQOsXj4n2xo2V8fab1GhlnM/s72-c/akhir.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-5619693587415320065</id><published>2013-05-16T14:02:00.000+07:00</published><updated>2014-01-22T20:29:16.612+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Membuat Blog Lebih SEO Friendly</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiShG04W6nmar-_GSo7VaW2dCrmBh489NW1WPiTFwrdgF25QuB11cpDXOmOwDZuXjRvqfwcl30NbtsDH3PUlrK7dgRk9RdvxZTtNTf9YMsaj7Vxn9DugwJQpqoVg_b7X69hCPtg-5FJPh8/s1600/SEO.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Membuat Blog SEO Friendly&quot; border=&quot;0&quot; height=&quot;239&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiShG04W6nmar-_GSo7VaW2dCrmBh489NW1WPiTFwrdgF25QuB11cpDXOmOwDZuXjRvqfwcl30NbtsDH3PUlrK7dgRk9RdvxZTtNTf9YMsaj7Vxn9DugwJQpqoVg_b7X69hCPtg-5FJPh8/s320/SEO.jpg&quot; title=&quot;SEO Friendly&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Salah satu cara agar blog kita ada di halaman pertama Google adalah dengan &lt;b&gt;membuat blog lebih SEO friendly&lt;/b&gt;. Disamping isi postingan yang menjadi faktor utama blog ada di halaman pertama Google, blog yang SEO friendly itu biasanya lebih mudah bersaing di pencarian. Karena robotnya Google lebih gampang membaca dan menganalisa blog tersebut.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Langsung saja ke topik utama cara &lt;b&gt;membuat blog lebih SEO friendly.&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;1. Meta keyword dan deskripi&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp; Salah satu mesin pencari seperti Google sangat menyukai sebuah website/blog yang jelas tema dan isi content-nya. Jadi, sobat harus tambahkan tag meta. Caranya dengan menambahakn kode berikut sebelum kode &lt;b&gt;&amp;lt;b:skin&amp;gt;&amp;lt;![CDATA[/*&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;span style=&quot;background-color: #f3f3f3; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;color: #222222;&quot;&gt;&amp;lt;b:if cond=&#39;data:blog.url == data:blog.homepageUrl&#39;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #222222;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;meta name=&quot;description&quot; content=&quot;DESKRIPSI BLOG ANDA&quot; /&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #222222;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;meta name=&quot;keywords&quot; content=&quot;KATA KUNCI, KATA KUNCI, KATA KUNCI&quot; /&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #222222;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;2. Title Tag&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp; &amp;nbsp; Edit template blog lalu cari kode &lt;b&gt;&amp;lt;title&amp;gt;&amp;lt;data:blog.pageTitle/&amp;gt;&amp;lt;/ title&amp;gt; &lt;/b&gt;dan ganti dengan kode dibawah ini.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;span style=&quot;background-color: #f3f3f3; font-family: Verdana, sans-serif;&quot;&gt;&amp;lt;b:if cond=&#39;data:blog.pageType == &quot;index&quot;&#39;&amp;gt;&amp;lt;title&amp;gt;&amp;lt;data:blog.title/&amp;gt;&amp;lt;/title&amp;gt;&amp;lt;b:else/&amp;gt;&amp;lt;title&amp;gt;&amp;lt;data:blog.pageName/&amp;gt; | &amp;lt;data:blog.title/&amp;gt;&amp;lt;/title&amp;gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Fungsinya agar judul postingan kita ada di depan judul blog, ini penting untuk posisi di pencarian terutama dengan kata kunci yang persaingannya berat.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;3. Heading Tag&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Kita awali dengan mengganti Heading tag untuk postingan, sobat cari kode di bawah ini lalu &lt;b&gt;ganti h3 dengan h2&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;span style=&quot;background-color: #f3f3f3; font-family: Verdana, sans-serif;&quot;&gt;&amp;lt;b:if cond=&#39;data:post.title&#39;&amp;gt;&amp;lt;h3&amp;gt;&amp;lt;b:if cond=&#39;data:post.link&#39;&amp;gt;&amp;lt;a expr:href=&#39;data:post.link&#39;&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;b:else/&amp;gt;&amp;lt;b:if cond=&#39;data:post.url&#39;&amp;gt;&amp;lt;a expr:href=&#39;data:post.url&#39;&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;b:else/&amp;gt;&amp;lt;data:post.title/&amp;gt;&amp;lt;/b:if&amp;gt;&amp;lt;/b:if&amp;gt;&amp;lt;/h3&amp;gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Soabat cari kode dibawah ini lalu &lt;b&gt;ganti h3 dengan h2.&lt;/b&gt;&amp;nbsp;Kadang di beberapa template kodenya akan ada kalimat tambahan &lt;b&gt;itemprop=&#39;name&#39; &lt;/b&gt;dan memakai h1 tag, tetap lakukan hal yang sama dengan mengganti menjadi h2.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;span style=&quot;background-color: #f3f3f3; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;lt;h3 class=&#39;post-title entry-title&#39;&amp;gt;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;lt;data:post.title/&amp;gt;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;lt;/h3&amp;gt;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;Atau/Dan&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;lt;h3 class=&#39;mobile-index-title entry-title&#39;&amp;gt;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;lt;data:post.title/&amp;gt;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;lt;/h3&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Untuk heading tag wigdet, sobat cari kode dibawah ini lalu &lt;b&gt;ganti h2 jadi h3&lt;/b&gt;. Sebenarnya tidak dirubah tidak apa-apa, tapi agar &lt;b&gt;SEO friendly&amp;nbsp;&lt;/b&gt;diganti saja. Kalau jumlahnya lebih dari satu diganti semua.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;span style=&quot;background-color: #f3f3f3; font-family: Verdana, sans-serif;&quot;&gt;&amp;lt;!-- only display title if it&#39;s non-empty --&amp;gt;&amp;lt;b:if cond=&#39;data:title != &amp;amp;quot;&amp;amp;quot;&#39;&amp;gt;&amp;lt;h2 class=&#39;title&#39;&amp;gt;&amp;lt;data:title/&amp;gt;&amp;lt;/h2&amp;gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;4. Dupliat Konten (Archive)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Kita pasang kode ini untuk menghindari duplikat konten dari archive blog. Copy kode di bawah ini lalu paste di antara &lt;b&gt;&amp;lt;head&amp;gt; &amp;lt;/head&amp;gt;&lt;/b&gt;.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;span style=&quot;background-color: #f3f3f3; font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;lt;b:if cond=&#39;data:blog.pageType == &quot;archive&quot;&#39;&amp;gt;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;lt;meta content=&#39;noindex&#39; name=&#39;robots&#39;/&amp;gt;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&amp;lt;/ b: if&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Jangan sampai ada duplikat konten di blog karena mengakibatkan penurunan rangking atau yang lebih parah lenyap dari pencarian Google.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;5. Memasang Breadcrumbs&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Breadcrumbs adalah menu navigasi yang ada di atas sebuah posting. Cara pasanganya juga sudah banyak dibahas di blog-blog lain. Tinggal di search saja di Google.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;6. Memasang Related Post&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Related Post sangat bagus untuk SEO maupun buat pengunjung. Jadi pasanglah segera related post di blog sobat.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;7. Menambahkan Kode &#39;Rel=Canonical&#39;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Gunanya sama dengan penjelasan dari No. 4 namun kodenya yang berbeda.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote class=&quot;tr_bq&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;color: #222222;&quot;&gt;&lt;span style=&quot;background-color: #f3f3f3; font-family: Verdana, sans-serif;&quot;&gt;&amp;lt;link expr:href=&#39;data:blog.url&#39; rel=&#39;canonical&#39; /&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Tahoma, &#39;Century gothic&#39;, Arial, Tahoma, sans-serif; font-size: 13px; margin: 0px; padding: 0px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/5619693587415320065/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2013/05/membuat-blog-lebih-seo-friendly.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/5619693587415320065'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/5619693587415320065'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2013/05/membuat-blog-lebih-seo-friendly.html' title='Membuat Blog Lebih SEO Friendly'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiShG04W6nmar-_GSo7VaW2dCrmBh489NW1WPiTFwrdgF25QuB11cpDXOmOwDZuXjRvqfwcl30NbtsDH3PUlrK7dgRk9RdvxZTtNTf9YMsaj7Vxn9DugwJQpqoVg_b7X69hCPtg-5FJPh8/s72-c/SEO.jpg" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-6774269343510396687</id><published>2013-05-14T17:34:00.000+07:00</published><updated>2014-01-22T20:29:16.615+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Jaringan"/><title type='text'>Tutorial Membuat Jaringan Komputer LAN</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvwMulIgJbG8QM8ipVOeJIzXQhWvIgt-YQcdr2kx6QzuHDfOG7sIpPvizDdFE9_tYqwvSkzDw2zhwrfhveHHborUzSn3QHHjTJoy83HPhAJn4iRWCy6kV5QUZPp8ebLSa6rQEVF-XEKFQ/s1600/Lan.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;244&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvwMulIgJbG8QM8ipVOeJIzXQhWvIgt-YQcdr2kx6QzuHDfOG7sIpPvizDdFE9_tYqwvSkzDw2zhwrfhveHHborUzSn3QHHjTJoy83HPhAJn4iRWCy6kV5QUZPp8ebLSa6rQEVF-XEKFQ/s320/Lan.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;Tutorial Membuat Jaringan Komputer LAN&lt;/b&gt;(Local Area Network)&amp;nbsp;secara sederhana dan mudah dipahami, bisa dijadikan sebagai sebagai refrensi untuk para pelajar yang akan mengikuti uji kompetensi jaringan. LAN dapat didefinisikan sebagai network atau jaringan sejumlah komputer yang lokasinya terbatas didalam satu gedung, satu kompleks gedung atau suatu kampus dan tidak menggunakan media fasilitas komunikasi umum seperti telepon, melainkan pemilik dan pengelola media komunikasinya adalah pemilik LAN itu sendiri.&lt;br /&gt;Kesimpulan dari definisi dari di atas adalah bahwa LAN adalah jaringan dari sejumlah komputer yang dapat saling berhubungan namun dibatasi oleh lokasi jarak tertentu. Kalau masalah fungsi sudah pasti, jaringan LAN berfungsi agar komputer dapat terhubung antara satu komputer dengan komputer lain sehingga bisa bertukar data dan berbagi pakai perangkat keras yang lain.&lt;br /&gt;Untuk membuat sebuah jaringan LAN ada material yang kita butuhkan. Berikut peralatang atau meterial yang dibutuhkan untuk membuat sebuah jaringan komputer LAN:&lt;br /&gt;1. Dua ataui lebih PC&lt;br /&gt;2. Network Card sesuai dengan jumlah PC&lt;br /&gt;3. Kabel coaxial atau UTP&lt;br /&gt;4. Hub bila diperlukan&lt;br /&gt;5. Terminator&lt;br /&gt;6. T-Connector&lt;br /&gt;&lt;br /&gt;Langkah-langkah membuat jaringan komputer LAN:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Sebelumnya anda harus mengetahui dahulu tipe jaringan yang ingin anda gunakan. Untuk mengetahui tipe-tipe jaringan silahkan baca artikel sebelumya tentang &lt;a href=&quot;http://aim-theantero.blogspot.com/2013/01/materi-topologi-jaringan-komputer.html&quot; target=&quot;_blank&quot;&gt;topologi jaringan komputer&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Pasanglah kabel dan network card. Pemmasangan kabel disesuaikan dengan topologi/tipe jaringan yang sobat pilih, sedangkan pemilihan network card disesuaikan dengan slot yang ada pada motherboard sobat. Bila board sobat punya slot PCI maka itu lebih baik karena LAN card berbasis PCI bus lebih cepat dalam transfer data.&lt;/li&gt;&lt;li&gt;Buil sobat menggunakan tipe baus maka pada masing-masing komputer harus sobat pasang T-Connector yang memiliki dua inputer. Dan pada komputer yang hanya mendapat 1 inputer kedua harus dipasang Terminator kecuali bila sobat membuat jaringan berbentuk Circle (Lingkaran) dimana semua komputer mendapat 2 input. Misalnya komputer 1, komputer 2, komputer 3 berjajar maka T-Connector pada komputer 1 dipasang terminator dan kabel ke komputer 2. Pada komputer 2 dipasang kabel dari komputer 1 dan kabel komputer 3. Sedangkan komputer 3 dipasang kabel dari komputer 2 dang Terminator.&lt;/li&gt;&lt;li&gt;Bila sobat memilih tipe star maka masing-masing kabel dari komputer dimasukkan ke dalam port yang tersedia di hub. Dan bila sobat ingin menghubungkan hub ini ke hub lainya sobat gunakan kabel UTP yang dimasukan ke port khusus yang ada pada masing-masing hub.&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;Langkah Selanjutnya adalah sebagai berikut :&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;Pilih Sistem Operasi yang sesuai, seperti : Windows atau Linux.&lt;/li&gt;&lt;li&gt;Persiapkan Komputer Server yang memadai, sesuai dengan jumlah client.&lt;/li&gt;&lt;li&gt;Pilih jenis jaringan, misal: jaringan kabel atau wireless.&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;Alat-alat yang dibutuhkan dalam membuat jaringan LAN :&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;PC Server&lt;/li&gt;&lt;li&gt;OS (Operating System)&lt;/li&gt;&lt;li&gt;Lan Card&lt;/li&gt;&lt;li&gt;Kabel UTP Cat 5&lt;/li&gt;&lt;li&gt;Switch atau Hub&lt;/li&gt;&lt;li&gt;RJ 45&lt;/li&gt;&lt;li&gt;Pemotong kabel/Crimping Tool&lt;/li&gt;&lt;li&gt;Tester Kabel&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;Langkah Terkahir adalah setting control panel network connection&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;Setting network connection di Control Panel &amp;gt; Network Connection&lt;/li&gt;&lt;li&gt;Klik kanan Local Area Connection &amp;gt; pilih Propeties&lt;/li&gt;&lt;li&gt;Pilih Tab General pilih internet protocol (TCP/IP) pilih propeties&lt;/li&gt;&lt;li&gt;Pilih use the following Ip Adress&lt;/li&gt;&lt;li&gt;Masukan IPaddress : 192.168.0.1 subnet mask : 225.225.225.0&lt;/li&gt;&lt;li&gt;Pilih OK&lt;/li&gt;&lt;li&gt;Klik kanan My Computer pilih Propeties&lt;/li&gt;&lt;li&gt;Pilih Computer Name pilih Change&lt;/li&gt;&lt;li&gt;Di Membre of pilih &#39;WORKGROUP&#39; isi apa saja, misal : ANTERO&lt;/li&gt;&lt;li&gt;Isi &#39;Computer Name&#39;, misal : User 1&lt;/li&gt;&lt;li&gt;Pilih OK&lt;/li&gt;&lt;li&gt;Lakukan hal demikian di kopmuter lain dengan syarat &#39;Computer Name&#39; harus berbeda dan Ip Acress harus berbeda yang lainnya. Untuk Ip Address yang berbeda hanya digit terkahir ayng lainnya harus sama.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/6774269343510396687/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2013/05/tutorial-membuat-jaringan-komputer-lan.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/6774269343510396687'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/6774269343510396687'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2013/05/tutorial-membuat-jaringan-komputer-lan.html' title='Tutorial Membuat Jaringan Komputer LAN'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvwMulIgJbG8QM8ipVOeJIzXQhWvIgt-YQcdr2kx6QzuHDfOG7sIpPvizDdFE9_tYqwvSkzDw2zhwrfhveHHborUzSn3QHHjTJoy83HPhAJn4iRWCy6kV5QUZPp8ebLSa6rQEVF-XEKFQ/s72-c/Lan.png" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8031577146545354786.post-4617320325786140904</id><published>2013-05-07T14:48:00.000+07:00</published><updated>2014-01-22T20:29:16.609+07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blog"/><title type='text'>Manfaat Blog Dalam Dunia Pendidikan</title><content type='html'>&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhd5y7zrQTpiutE0gy5X0SStd6CAbo7sT8JwqqLITwudiIALZzIcFk68QcYUR3db8p_yPGk13xREjEC1Y2lo0DjJgoQVlKx-eUWk26JFzYD_CcaNV7fAfdbCs-v21Ky0TkrR36C6QRXHM8/s1600/Blog.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Blog Dalam Pendidikan&quot; border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhd5y7zrQTpiutE0gy5X0SStd6CAbo7sT8JwqqLITwudiIALZzIcFk68QcYUR3db8p_yPGk13xREjEC1Y2lo0DjJgoQVlKx-eUWk26JFzYD_CcaNV7fAfdbCs-v21Ky0TkrR36C6QRXHM8/s320/Blog.jpg&quot; title=&quot;Blog Dalam Pendidikan&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;b&gt;Manfaat Blog Dalam Dunia Pendidikan.&amp;nbsp;&lt;/b&gt;Dalam dunia pendidikan, banyak sekali media yang bisa digunakan untuk menyalurakan ilmu seperti hal nya di sekolah&amp;nbsp; kita diajarkan materi langsung oleh guru. Dalam dunia blog juga terkadung unsur pendidikan dimana penulis membuat artikel sementara pengunjung adalah sebagai pembacanya atau bisa digambarkan penulis adalah sebagai guru dan pembaca adalah sebagai murid.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Adapun manfaat blog dalam dunia pendidikan adalah:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&amp;nbsp;• &lt;b&gt;Blog sebagai Sumber Informasi&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Dalam dunia pendidikan dibutuhkan berbagai macam pengetahuan. Untuk itu guru dan siswa haruslah memiliki berbagai macam buku untuk mengembangkan pengetahuannya. Nah selain buku, ada satu wadah praktis yang bisa dimanfaatkan yaitu blog. Kita bisa mencari berbagai macam pengetahuan dari blog-blog yang ada didunia maya. Memang tingkat keakuratannya tidak begitu tinggi, namun sangat bermanfaat sebagai pelengkap dari pengetahuan yang kita miliki. Karena sebagai mana kita ketahui, internet merupakan jaringan yang sangat cepat, sehingga informasi terbaru juga akan lebih cepat didapatkan. Tentu saja ini membantu penambahan sumber informasi bagi dunia pendidikan, baik itu untuk guru maupun siswa.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;•&amp;nbsp;&lt;b&gt;Blog sebagai Media Pembelajaran&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Pernahkah sobat melakukan belajar online bersama guru didunia maya? Ya, semakin pesatnya teknologi memang memungkinkan semua itu akan terjadi. Belajar bisa dilakukan dari jarak jauh dengan menggunakan blog. Biasanya guru yang akan menyediakan bahan diblognya, kemudian para siswa akan dituntut untuk membuka blog tersebut untuk mengikuti proses pembelajaran. Suatu kegiatan yang mungkin terjadi saat ini.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;• &lt;b&gt;Blog sebagai Penunjang Bakat dan Minat&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Fenomenanya pada saat sekarang ini, tidak semua siswa yang suka ngeblog. Beberapa diantara siswa lebih memilih bakat didunia nyata dibandingkan dunia maya. Contohnya siswa yang suka basket, dia tidak akan suka ngeblog. Biasanya siswa yang suka ngeblog itu adalah siswa yang hobby fotografi, sastra, seni atau lainnya. Dengan demikian siswa yang hobi fotografi akan dengan mudah memampangkan hasil karya mereka diblognya. Siswa yang hobi sastra akan lebih senang menulis diblognya. Siswa yang hobi seni akan lebih sering memampangkan drama teater diblognya. Otomatis blog sangat berfungsi bagi dunia pendidikan salah satunya menunjang bakat dan minat siswa. Yah, kalau memang ada siswa yang tida suka ngeblog, sebaiknya jangan dipaksakan.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;• &lt;b&gt;Blog sebagai Sarana Promosi Institusi&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: Helvetica Neue, Arial, Helvetica, sans-serif;&quot;&gt;Dengan blog, sebuah institut pendidikan bisa mempromosikan diri. Ini sangat berpengaruh terhadap dunia pendidikan. Sebagai calon siswa kita akan dengan mudah mengetahui informasi tentang sebuah institut pendidikan dari blog khusus yang mereka miliki.&lt;/span&gt;&lt;span style=&quot;font-family: Times New Roman, serif;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://aim-ul.blogspot.com/feeds/4617320325786140904/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://aim-ul.blogspot.com/2013/05/manfaat-blog-dalam-dunia-pendidikan.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/4617320325786140904'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8031577146545354786/posts/default/4617320325786140904'/><link rel='alternate' type='text/html' href='http://aim-ul.blogspot.com/2013/05/manfaat-blog-dalam-dunia-pendidikan.html' title='Manfaat Blog Dalam Dunia Pendidikan'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/09371715374331000512</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhd5y7zrQTpiutE0gy5X0SStd6CAbo7sT8JwqqLITwudiIALZzIcFk68QcYUR3db8p_yPGk13xREjEC1Y2lo0DjJgoQVlKx-eUWk26JFzYD_CcaNV7fAfdbCs-v21Ky0TkrR36C6QRXHM8/s72-c/Blog.jpg" height="72" width="72"/><thr:total>2</thr:total></entry></feed>