<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="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" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-8959116193818564219</atom:id><lastBuildDate>Wed, 19 Mar 2014 07:09:43 +0000</lastBuildDate><category>Tips n Trick</category><category>Featured</category><category>Tutorial</category><category>Hacking</category><category>General</category><category>Oprating System</category><category>technology</category><category>Aplikasi</category><category>Cracking</category><category>windows</category><category>Linux</category><category>Nasehat / Motivasi</category><category>Kesehatan</category><category>Video</category><category>Virus</category><category>mac-i-OS</category><title>JM Community</title><description>Communitas Aneuk Nanggroe - Banda Aceh</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/</link><managingEditor>noreply@blogger.com (1m4n Cs)</managingEditor><generator>Blogger</generator><openSearch:totalResults>42</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-2879644033289115884</guid><pubDate>Wed, 08 Feb 2012 11:37:00 +0000</pubDate><atom:updated>2012-02-08T18:37:11.698+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Featured</category><category domain="http://www.blogger.com/atom/ns#">Hacking</category><category domain="http://www.blogger.com/atom/ns#">Tips n Trick</category><category domain="http://www.blogger.com/atom/ns#">Tutorial</category><title>10 cara untuk menggunkan Nmap</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;br /&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;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-CjasImP9Tao/TzJdmxoarJI/AAAAAAAAAMA/XA8_kYzPtSc/s1600/InsecureEye2-Vlad-SocialNet-480x480.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;193&quot; src=&quot;http://4.bp.blogspot.com/-CjasImP9Tao/TzJdmxoarJI/AAAAAAAAAMA/XA8_kYzPtSc/s400/InsecureEye2-Vlad-SocialNet-480x480.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Sleum Aneuk nanggroe setanah air.&amp;nbsp;Bagi pengguna linux khususnya pengguna distro Backtrack sudah tidak asing lagi dengan yang namanya Nmap ( Network Mapper ), dirancang untuk dapat memindai jaringan, oleh karena itu banyak administrator sistem dan jaringan yang menggunakannya sebagai salah satu untuk mengamankan jarangannya. Bagi anda yg belum begitu mengetahui apa itu Nmap, silahkan berkunjung kemari &lt;i&gt;&lt;a href=&quot;http://jm-community--aneuk-nanggroe.blogspot.com/2011/09/nmap-tutorial.html&quot; target=&quot;_blank&quot;&gt;Nmap tutorial&lt;/a&gt;. &lt;/i&gt;Berikut ini saya akan menjelaskan beberapa trick sederhana dari Nmap. Tampa banyak basa - absi lagi kita langsung aja pada penjelasannya.......&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;10 cara untuk menggunkan Nmap :&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;1. Mendapatkan daftar server dengan port tertentu yang sedang terbuka&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;nmap -sT -p 80 -oG – 192.168.1.* | grep open&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;untuk merubah port cukup ganti angka 80 dengan nomor port yang ingin dipakai. perintah &quot;man nmap&quot; untuk melihat cara kerja yang lain.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;2. Ping dengan rentan IP&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;nmap -sP 192.168.1.100-254&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;dengan begini kita tidak akan lagi melakukan tes ping satu persatu.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;3) Pelajari tentang port host dan remote deteksi SO&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;nmap -sS -P0 -sV -O&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Dimana IP tunggal, nama atau subnet&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;-SS TCP SYN scanning (juga dikenal sebagai setengah terbuka (semi terbuka) atau stealth scanning)&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;P0-memungkinkan Anda untuk menonaktifkan ping ICMP.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;-SV Deteksi versi memungkinkan&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Bendera, yang memungkinkan upaya untuk mengidentifikasi sistem operasi remote&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Pilihan lain:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;-Sebuah oopção memungkinkan kedua fingerprinting OS dan deteksi versi&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;V-ay-menggunakan dua kali untuk lebih detail.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;nmap-sS-P0-A-v &lt;target&gt;&lt;/target&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;4) Periksa Jaringan Rogue AP.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;nmap -A -p1-85,113,443,8080-8100 -T4 –min-hostgroup 50 –max-rtt-timeout 2000 –initial-rtt-timeout 300 –max-retries 3 –host-timeout 20m –max-scan-delay 1000 -oA wapscan 10.0.0.0/8&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Saya menggunakan cek ini untuk berhasil menemukan banyak AP pada jaringan yang sangat, sangat besar.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;5) Gunakan umpan selama pemindaian port untuk menghindari tertangkap oleh administrator sistem&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;sudo nmap -sS 192.168.1.10 -D 192.168.1.2&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Periksa port yang terbuka pada perangkat target dari komputer (192.168.1.10), sementara penciptaan alamat IP (192.168.1.2). Ini akan menunjukkan ip alamat ip palsu bukan target Anda. Periksa log keamanan target di /var/log/ aman untuk memastikan bekerja.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;6) Periksa virus pada LAN Anda Conficker dll.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;nmap -PN -T4 -p139,445 -n -v –script=smb-check-vulns –script-args safe=1 192.168.1.1-254&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;192.168.1.1-256 ganti dengan IP yang ingin Anda periksa.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;7) Daftar reverse DNS untuk subnet&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;nmap -R -sL 209.85.229.99/27 | awk ‘{if($3==”not”)print”(“$2″) no PTR”;else print$3″ is “$2}’ | grep ‘(‘&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Perintah ini menggunakan nmap untuk melakukan lookup reverse DNS pada subnet. Ini menghasilkan daftar alamat IP dengan catatan PTR yang sesuai untuk subnet yang diberikan. Anda dapat memasukkan subnet dalam notasi CIDR (yaitu / 24 untuk Kelas C)). Anda bisa menambahkan &quot;xxxx-dns-server&quot; setelah &quot;-sL&quot; jika Anda perlu penelitian yang akan dilakukan pada server DNS tertentu. Dalam beberapa instalasi kebutuhan untuk menjalankan dalam nmap sudo. Saya juga berharap awk adalah standar dalam sebagian besar distro.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;8) Cari semua alamat IP dalam jaringan&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;nmap -sP 192.168.1.*&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Ada beberapa opsi lainnya.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Pilihan lain adalah:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;nmap -sP 192.168.1.0/24&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;ke subnet yang spesifik.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;9) Berapa banyak distribusi Linux dan Windows, yang adalah perangkat pada jaringan Anda?&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;sudo nmap -F -O 192.168.1.1-255 | grep &quot;Running: &quot; &amp;gt; /tmp/os; echo &quot;$(cat /tmp/os | grep Linux | wc -l) Linux device(s)&quot;; echo &quot;$(cat /tmp/os | grep Windows | wc -l) Window(s) devices&quot;&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;10) Cari IP yang tidak digunakan dalam subnet tertentu&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;nmap -T4 -sP 192.168.2.0/24 &amp;amp;&amp;amp; egrep “00:00:00:00:00:00″ /proc/net/arp&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2012/02/10-cara-untuk-menggunkan-nmap.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-CjasImP9Tao/TzJdmxoarJI/AAAAAAAAAMA/XA8_kYzPtSc/s72-c/InsecureEye2-Vlad-SocialNet-480x480.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-8631581400741596526</guid><pubDate>Tue, 07 Feb 2012 11:56:00 +0000</pubDate><atom:updated>2012-02-07T18:56:38.480+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">General</category><category domain="http://www.blogger.com/atom/ns#">technology</category><title>cara mendapatkan sedikit pengasilan secara On Line</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://signup.wazzub.info/?lrRef=65ef8&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/-kVEMrrG-VQ4/TzEOYhBz6rI/AAAAAAAAALw/0vpTqaHwyLI/s1600/wazzub.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;SEMOGA ADA MANFAATNYA&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Bagi Agans&quot; yg pingin mendapat pengasilan secara On Line, tidak seberapa sich tapi lumayan lach..... hehehehehehehehe.... silahkan ikuti langkah&quot; dibawah ini:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;6 Langkah Memahami WAZZUB&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;1 - Google&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Anda pasti tahu perusahaan seperti Google atau Yahoo!. Dan Anda pasti tahu juga berapa banyak yang mereka peroleh. Tidak tahu? Berikut adalah jawabannya: Mereka mendapatkan miliaran Dollar setiap tahunnya (Google mendapat $ 29.000.000.000 HANYA pada tahun 2010) itu berkat KITA yang menggunakan laya...nan mereka. Google menawarkan banyak layanan. Tapi 95% dari pendapatannya ($ 27.550.000.000) berasal dari hanya SATU layanan saja: mesin pencari milik mereka yang terkenal, Google Search. Setiap user yang menggunakan Google Search membuat Google mendapatkan sekitar 1 $ / hari. Bayangkan jika Anda bisa mendapatkan hanya 0.001% dari penghasilan Google Search: $ 275.000/Tahun (sekitar $ 23.000/bulan). Masalahnya adalah: Anda tidak akan mendapatkannya karena Google menyimpan SEMUA penghasilannya untuk dirinya sendiri.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;II - Wazzub, &quot;Revolusi Pengguna&quot;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Pada tahun 2007, seseorang berpikir: &quot;Kami, para pengguna membuat mereka mendapatkan miliaran dan kami tidak mendapatkan satu sen-pun. Itu sangat menjijikkan &quot;. Maka Lahirlah WAZZUB. Wazzub adalah mesin pencari, seperti Google, yang akan memberikan Anda uang untuk merujuk orang ikut bergabung menjadi Membernya. Anda akan mendapatkan $ 1/bulan, SEUMUR HIDUP, untuk setiap user yang bergabung dengan Wazzub menggunakan link referral Anda. Dan Anda juga mendapatkan $ 1/bulan, SEUMUR HIDUP, setiap kali seseorang bergabung dengan kelompok Anda (misalnya: Anda akan mendapatkan $ 1 jika teman Anda mengundang seseorang untuk bergabung, tetapi Anda juga akan mendapatkan $ 1 jika teman dari teman Anda itu mengajak seseorang untuk ikut bergabung juga, dst ..).&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Anda dapat mencoba kalkulator mereka untuk melihat bagaimana hal itu dapat dengan mudah untuk mendapatkan $ 4000/bulan tanpa usaha apapun. Anda hanya perlu mengajak 5 orang untuk melakukan hal yang sama dalam 5 tingkatan. Hal ini dapat dilakukan dengan cepat &amp;amp; mudah hanya dengan memberitahu teman-teman Anda dan dengan mem-posting di forum di Internet seperti yang saya lakukan saat ini. 4000 $ / bulan, SEUMUR HIDUP, hanya untuk memberitahu teman Anda untuk bergabung sebuah website. Kedengarannya luar biasa, bukan? Dan itu kenyataan.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;III-Mengapa Wazzub membayar begitu banyak untuk penggunanya?&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Anda mungkin bertanya-tanya mengapa Wazzub membayar Anda untuk mengajak orang untuk bergabung. Sebenarnya, jawabannya cukup sederhana: semakin banyak pengunjung yang mereka dapatkan, semakin banyak mereka dibayar. Ingat, Google mendapat $ 1 per pengguna PER HARI. Wazzub akan membayar Anda $ 1 per pengguna PER BULAN. Jadi masih menguntungkan untuk Wazzub.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;IV - Ambil keputusan Anda&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Anda harus mengambil keputusan dengan sangat cepat: bergabung sekarang, mulai memberitahu teman-teman Anda dan dapatkan $ 50, $ 1000, $ 4000 atau bahkan lebih per bulan selama seluruh hidup Anda. Atau menunggu dan melihat apakah WAZZUB itu benar-benar legit ... Tapi hati-hati: Wazzub tidak akan membagi hasil pendapatannya untuk anggota yang bergabung setelah April, 9, 2012.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Sebenarnya, mereka menganggap bahwa setelah 3 bulan ini mereka akan memiliki cukup anggota dan mereka tidak harus membayar untuk mendapatkan lagi anggotanya secara lebih dan lebih.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Jadi bergabung SEKARANG, GRATIS, dan ajaklah orang-orang yanglebih banyak sebelum April, 9 2012. Setelah itu, akan terlambat. Anda memiliki 3 bulan untuk mengubah hidup Anda.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;V - Tidak ada lagi yang perlu dikatakan, saatnya untuk mendaftar&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Anda harus, dan Anda akan membayar apa-apa untuk medaftar. Benar-benar GRATIS.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;pergi ke sini &lt;a href=&quot;http://signup.wazzub.info/?lrRef=65ef8&quot; target=&quot;_blank&quot;&gt;http://signup.wazzub.info/?lrRef=65ef8&lt;/a&gt; masukkan email &amp;amp; data-data Anda , klik tombol &quot;Join&quot;l dan ... hanya Itu saja.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Kemudian, Anda akan segera menerima email dengan informasi penting dan link referral Anda.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;VI - Beritahu semua orang tentang Wazzub&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Hal penting untuk diingat adalah: semakin cepat Anda untuk mem-posting di forum, memberitahu teman-teman Anda, dll .. orang-orang akan mendaftar dengan link referral ANDA.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Wazzub sangat lah baru. Anda akan menjadi salah satu orang pertama di dunia untuk tahu tentang hal itu. Jangan membuang kesempatan ini.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Anda dapat meng-copy &amp;amp; paste eBook ini dan mengumumkannya dengan link referral anda sendiri, No Problem.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Link : &lt;a href=&quot;http://signup.wazzub.info/?lrRef=65ef8&quot; target=&quot;_blank&quot;&gt;http://signup.wazzub.info/?lrRef=65ef8&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&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;http://signup.wazzub.info/?lrRef=65ef8&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/-RGUDCS63TUQ/TzEOr7QCjDI/AAAAAAAAAL4/Fh9f7PEneug/s1600/200x314xWazzub21.png.pagespeed.ic.k4qApIeXAd.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;IKUTI LANGKAH TERSEBUT, NAMUN LOG IN BARU DILAKUKAN SETELAH MENDAPAT KONFIRMASI VERIFIKASI LEWAT EMAIL ANDA. IKUTI PETUNJUK VERIFIKASI PADA EMAIL ANDA&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2012/02/cara-mendapatkan-sedikit-pengasilan.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-kVEMrrG-VQ4/TzEOYhBz6rI/AAAAAAAAALw/0vpTqaHwyLI/s72-c/wazzub.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-1020412600989587863</guid><pubDate>Sat, 07 Jan 2012 06:02:00 +0000</pubDate><atom:updated>2012-01-07T13:09:20.493+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Oprating System</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Windows 7 Alienware 2010</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;http://1.bp.blogspot.com/-3beyV2oICAA/TbEgneEgMSI/AAAAAAAAARE/dTZfjhKZzG4/s320/Snap_2011.04.22+13.29.14_005.png&quot; width=&quot;266&quot; /&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: justify;&quot;&gt;OK aneuk nanggroe setanah air.... kali ini saya akan mempostingkan sebuah OS Windows 7 yang merupakan keluaran khusus untuk perangkat AlienWare. Kalau dulunya OS AlienWare ini hanya dapat anda jupai pada perangkat keluaran AlienWare saja, akan tetapi kini sudah ada tersedia untuk kalangan umum dan dapat anda gunakan pada perangkat bermerk apa saja.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;OS Windows 7 AlienWare ini dapat beroperasi pada leptop / PC dengan dukungan spesifikasi standart keatas, dalam artian OS ini dapat bekerja optimal pada dukungan yang mempu merespon grafis yang lumayan tinggi.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Windows 7 Alienware 2010 32 bit ini telah ditambahkan beberapa aplikasi didalamnya antara lain Video LAN (VLC Media player), Mozilla Firefox, K-Lite Codec Pack, 7-Zip, XPS Viewer, Windows Media Player, CCleaner, Java runtime environment dll. Namun itu hanya garis besarnya saja jika ingin tahu FITUR DAN GAMBARAN dari ALIENWARE VERSI 32-BIT :&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Windows Sound Baru&lt;/li&gt;&lt;li&gt;Ditambahkan driver Alienware Gamepad&lt;/li&gt;&lt;li&gt;Ditambahkan Alienware driver Bluetooth&lt;/li&gt;&lt;li&gt;7-zip untuk tujuan ekstraksi.&lt;/li&gt;&lt;li&gt;Adobe Flash Player plugin&lt;/li&gt;&lt;li&gt;Adobe Flash Player ActiveX&lt;/li&gt;&lt;li&gt;Registry boosted up&lt;/li&gt;&lt;li&gt;Lebih Stabil dan Terpercaya&lt;/li&gt;&lt;li&gt;UAC diaktifkan&lt;/li&gt;&lt;li&gt;New Look untuk Windows Media Player&lt;/li&gt;&lt;li&gt;Shortcut Arrows Baru&lt;/li&gt;&lt;li&gt;Set ikon baru&lt;/li&gt;&lt;li&gt;Alienware theme 1 dan Alienware theme 2 baru&lt;/li&gt;&lt;li&gt;Ditambahkan kontrol Registry di Control Panel&lt;/li&gt;&lt;li&gt;Ditambahkan Komputer saya di Control Panel&lt;/li&gt;&lt;li&gt;Ditambahkan direktori pengguna di Control Panel&lt;/li&gt;&lt;li&gt;Ditambahkan Perpustakaan di Control Panel&lt;/li&gt;&lt;li&gt;Ditambahkan pengalih Windows di Control Panel&lt;/li&gt;&lt;li&gt;Diaktifkan Show Desktop pada menu konteks explorer&lt;/li&gt;&lt;li&gt;Ditambahkan Network di Control Panel&lt;/li&gt;&lt;li&gt;Ditambahkan Internet explorer di Control Panel&lt;/li&gt;&lt;li&gt;Ditambahkan kebijakan Grup di Control Panel&lt;/li&gt;&lt;li&gt;Ditambahkan Recycle Bin di Control Panel&lt;/li&gt;&lt;li&gt;Ditambahkan Panel User Account di Control 2&lt;/li&gt;&lt;li&gt;Diaktifkan Font smoothing&lt;/li&gt;&lt;li&gt;Diaktifkan desktop semua ikon&lt;/li&gt;&lt;li&gt;Diaktifkan startpanel off&lt;/li&gt;&lt;li&gt;Diaktifkan untuk windows live&lt;/li&gt;&lt;li&gt;Diaktifkan Bluetooth ikon taskbar&lt;/li&gt;&lt;li&gt;Peningkatan kecepatan tampilan Menu&lt;/li&gt;&lt;li&gt;Screensaver waktu set out dalam 1 Min dan screensaver default seperti Photscreensaver&lt;/li&gt;&lt;li&gt;Diaktifkan Lowlevel Hooks timeout&lt;/li&gt;&lt;li&gt;Diaktifkan tersembunyi wallpaper dan tema&lt;/li&gt;&lt;li&gt;Diaktifkan Selamat Datang pusat&lt;/li&gt;&lt;li&gt;Diaktifkan Endtask Auto&lt;/li&gt;&lt;li&gt;Diaktifkan Administratif alat di mulai Menu&lt;/li&gt;&lt;li&gt;Diaktifkan pada start menu&lt;/li&gt;&lt;li&gt;Taskbar diatur ke modus – menggabungkan ketika taskbar penuh&lt;/li&gt;&lt;li&gt;Power tindakan tombol diatur ke shutdown&lt;/li&gt;&lt;li&gt;Diaktifkan Tampilan pada My computer&lt;/li&gt;&lt;li&gt;Diaktifkan Programes dan Fitur pada My computer&lt;/li&gt;&lt;li&gt;Diaktifkan Administrative Tools di My computer&lt;/li&gt;&lt;li&gt;Diaktifkan Backup dan Restore di My computer&lt;/li&gt;&lt;li&gt;Diaktifkan Device Manager pada My computer&lt;/li&gt;&lt;li&gt;Diaktifkan Windows Firewall pada My computer&lt;/li&gt;&lt;li&gt;Diaktifkan Mobility Center di My computer&lt;/li&gt;&lt;li&gt;Diaktifkan Windows Update pada My computer&lt;/li&gt;&lt;li&gt;Diaktifkan Search pada My computer&lt;/li&gt;&lt;li&gt;Diaktifkan Bahasa Daerah di My computer&lt;/li&gt;&lt;li&gt;Jaringan Diaktifkan dan Berbagi Pusat pada My computer&lt;/li&gt;&lt;li&gt;Diaktifkan Jalankan pada My computer&lt;/li&gt;&lt;li&gt;Diaktifkan Folder Options pada kMy computer&lt;/li&gt;&lt;li&gt;Diaktifkan Salin ke, Pindah ke, izin Admin Grant, Buka dengan notepad, Buka di Jendela baru, Disk cleanup, Defragmen Analisis, Defragment drive ini,&lt;/li&gt;&lt;li&gt;Diaktifkan Pendaftaran dan membatalkan registrasi DLL&lt;/li&gt;&lt;li&gt;Ditambahkan Device Manager, shorcuts Cascading Menu, modus Tuhan, kebijakan Group, MS-config, layanan, Registry editor dalam menu konteks My computer&lt;/li&gt;&lt;li&gt;Menampilkan file Hidden, Folder dan file sistem operasi&lt;/li&gt;&lt;li&gt;Menampilkan drive tersembunyi tanpa media&lt;/li&gt;&lt;li&gt;Menampilkan ekstensi file&lt;/li&gt;&lt;li&gt;Tidak diaktifkan rendah disk space peringatan&lt;/li&gt;&lt;li&gt;Diaktifkan powerdown setelah shutdown&lt;/li&gt;&lt;li&gt;Jendela Command warna teks diatur ke Red&lt;/li&gt;&lt;li&gt;Diaktifkan Autorestart dalam bahkan BSOD&lt;/li&gt;&lt;li&gt;Menampilkan pencarian di start menu&lt;/li&gt;&lt;li&gt;Tidak diaktifkan suara bip&lt;/li&gt;&lt;li&gt;Kecepatan maksimum Diaktifkan untuk penunjuk mouse&lt;/li&gt;&lt;li&gt;Diaktifkan Uxtheme patch&lt;/li&gt;&lt;li&gt;Memperkecil jumlah item baru untuk ditampilkan dalam daftar&lt;/li&gt;&lt;li&gt;Diaktifkan efek Avalon&lt;/li&gt;&lt;li&gt;Diaktifkan Windows dreamscenes&lt;/li&gt;&lt;li&gt;Diaktifkan jendela efek gerakan lambat&lt;/li&gt;&lt;li&gt;Diaktifkan tebal bingkai jendela&lt;/li&gt;&lt;li&gt;Diaktifkan IE phishing filter&lt;/li&gt;&lt;li&gt;Latar belakang suara diaktifkan di IE&lt;/li&gt;&lt;li&gt;Default pencarian halaman seperti Google&lt;/li&gt;&lt;li&gt;Diaktifkan penggunaan ClearType&lt;/li&gt;&lt;li&gt;Jumlah maksimum Diaktifkan download sampai 20&lt;/li&gt;&lt;li&gt;Halaman selamat datang diaktifkan&lt;/li&gt;&lt;li&gt;Runtime environment Java update 20&lt;/li&gt;&lt;li&gt;DirectX upto diperbarui Februari 2010&lt;/li&gt;&lt;li&gt;Mozilla Firefox&lt;/li&gt;&lt;li&gt;VLC Media player&lt;/li&gt;&lt;li&gt;CCleaner&lt;/li&gt;&lt;li&gt;Ditambahkan shorcuts untuk menu konteks desktop&lt;/li&gt;&lt;li&gt;FIX: menggambarkan sistem tindakan atau perilaku tanpa pengetahuan pengguna&lt;/li&gt;&lt;li&gt;FIX: Penyerang Remote Denial of Service&lt;/li&gt;&lt;li&gt;Menyelesaikan Masalah yang disebabkan oleh daylight saving time&lt;/li&gt;&lt;li&gt;Dukungan Secure Digital (SD) kartu lebih besar dari 32 GB&lt;/li&gt;&lt;li&gt;Masalah Terselesaikan dengan aplikasi non-kompatibel&lt;/li&gt;&lt;li&gt;Ditambahkan Tweaker kartu grafis untuk kedua ATI dan Nvidia&lt;/li&gt;&lt;li&gt;RT Registry Tweaker Fitur&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Screenshot yang harus anda ketahui sebelum anda mendownload Windows 7 Alienware 2010&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;260&quot; src=&quot;http://mastergomaster.com/wp-content/uploads/2011/04/7Alienware-300x196.png&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://niamkocil.files.wordpress.com/2011/07/windows7alienwareultimate1.png?w=800&amp;amp;h=600&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://www.almashhed.com/imgcache/17859.imgcache.png&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://mastergomaster.com/wp-content/uploads/2011/04/34-300x225.png&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://mastergomaster.com/wp-content/uploads/2011/04/10-copy-300x225.png&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://mastergomaster.com/wp-content/uploads/2011/04/43-300x225.png&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://mastergomaster.com/wp-content/uploads/2011/04/7-300x225.png&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://mastergomaster.com/wp-content/uploads/2011/04/52-300x225.png&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://mastergomaster.com/wp-content/uploads/2011/04/14-300x225.png&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://mastergomaster.com/wp-content/uploads/2011/04/26-300x225.png&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://t1.gstatic.com/images?q=tbn:ANd9GcQ82CxtTLlDLMaN3If6a__AUGc5FyRdHw6v5A4WpMOcRQqNMllD84emUzi-&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;248&quot; src=&quot;http://t1.gstatic.com/images?q=tbn:ANd9GcQ82CxtTLlDLMaN3If6a__AUGc5FyRdHw6v5A4WpMOcRQqNMllD84emUzi-&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;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;div&gt;Windows 7 Alienware 2010 [x86]&lt;/div&gt;&lt;div&gt;Compilation Date: 09.06.2010&lt;/div&gt;&lt;div&gt;Version: Based on Windows 7 Ultimate (86-Bit)&lt;/div&gt;&lt;div&gt;Category : Operating System&lt;/div&gt;&lt;div&gt;Activation: 30 days trial&lt;/div&gt;&lt;div&gt;CD-Key : Needed&lt;/div&gt;&lt;div&gt;Size: (32-bit : 2.91GB)&lt;/div&gt;&lt;div&gt;DVD: 1&lt;/div&gt;&lt;div&gt;Image Format: ISO Image File&lt;/div&gt;&lt;div&gt;Installation Time : 10 Mins&lt;/div&gt;&lt;div&gt;Author: Benjamin (Rockers Team)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Bagi yang berminat silahkan download di bawah ini:&lt;/div&gt;&lt;div&gt;&lt;i&gt;&quot;Anda akan di arahkan ke Ad.fly, tunggu selama 5 detik kemudian cari tombol SKIP Add yang berada di sudut kanan atas halaman dan klik&quot;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;&lt;div style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: left;&quot;&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4ameA&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto; text-align: left;&quot; width=&quot;60&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;Part 1&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4amg8&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 2&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4amiR&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 3&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4amk3&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 4&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4amlz&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 5&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4amo8&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 6&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4amrZ&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 7&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4amtP&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 8&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4amvV&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 9&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4amy7&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 10&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4amzf&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 11&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4an14&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 12&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4an5a&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 13&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4an7F&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 14&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4an8t&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 15&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4anBB&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 16&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&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;&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Pass : aneuknanggroe&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2012/01/windows-7-alienware-2010.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-3beyV2oICAA/TbEgneEgMSI/AAAAAAAAARE/dTZfjhKZzG4/s72-c/Snap_2011.04.22+13.29.14_005.png" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-1619199669514381262</guid><pubDate>Mon, 02 Jan 2012 17:51:00 +0000</pubDate><atom:updated>2012-01-03T00:58:01.208+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Oprating System</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Windows7 XP 3G BY GeniusTeam [SP3]</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;http://1.bp.blogspot.com/_wA_VA9A0Yi0/S_R_JF4um5I/AAAAAAAAAy4/nZ8zQYcC7dM/s400/mu0e8.jpg.png&quot; width=&quot;330&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;OS Windows 7 Genius 2010 ini adalah windows XP dengan style windows 7. Tentunya banyak windows XP modifikasi Windows 7 saat ini yang kita jumpai dengan beraneka ragam jenis dan nama yang berbeda. Dari segi penampilan, kecepatan serta fitur-fitur dan aplikasi yang telah ditanamkan pada OS ini menurut saya sebuah perpaduan yang optimal untuk untuk kita gunakan pada leptop atau PC kita sehari-hari. Sang pembuatnya berasal dari negara Mesir (Syedara geutanyoe cit......&lt;img height=&quot;20&quot; src=&quot;http://images-1.findicons.com/files/icons/963/very_emotional_emoticons/128/128_1.png&quot; width=&quot;20&quot; /&gt;&amp;nbsp;&lt;img height=&quot;20&quot; src=&quot;http://images-1.findicons.com/files/icons/963/very_emotional_emoticons/128/128_1.png&quot; width=&quot;20&quot; /&gt;&amp;nbsp;&lt;img height=&quot;20&quot; src=&quot;http://images-1.findicons.com/files/icons/963/very_emotional_emoticons/128/128_1.png&quot; width=&quot;20&quot; /&gt;). Dan perlu anda ketahui bahwa Windows Genius ini tidak di sertakan dengan driver jadi.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Beberapa aplikasi tambahan pada Windows XP 3G BY GeniusTeam SP3 antara lain:&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Stardock windowblind 6.02,&amp;nbsp;&lt;/li&gt;&lt;li&gt;Windows Media Player 11,&amp;nbsp;&lt;/li&gt;&lt;li&gt;Mozilla Firefox 3.6,&amp;nbsp;&lt;/li&gt;&lt;li&gt;Internet download manager 5.19 [IDM],&amp;nbsp;&lt;/li&gt;&lt;li&gt;Opera 10.53,&amp;nbsp;&lt;/li&gt;&lt;li&gt;UltraISO 9.3,&amp;nbsp;&lt;/li&gt;&lt;li&gt;Yahoo Messenger 10,&amp;nbsp;&lt;/li&gt;&lt;li&gt;Windows Live messenger,&amp;nbsp;&lt;/li&gt;&lt;li&gt;Java 6,&amp;nbsp;&lt;/li&gt;&lt;li&gt;Windows 7 sidebar,&amp;nbsp;&lt;/li&gt;&lt;li&gt;TuneUp Utility 2010, Styler 7,&amp;nbsp;&lt;/li&gt;&lt;li&gt;Power shell XP 3.01,&amp;nbsp;&lt;/li&gt;&lt;li&gt;Vista Driver Icon,&amp;nbsp;&lt;/li&gt;&lt;li&gt;Nero micro 8,&amp;nbsp;&lt;/li&gt;&lt;li&gt;Hyper windows,&amp;nbsp;&lt;/li&gt;&lt;li&gt;Foxit Reader,&amp;nbsp;&lt;/li&gt;&lt;li&gt;CCleaner 2010,&amp;nbsp;&lt;/li&gt;&lt;li&gt;Aimp 261 (media player)&amp;nbsp;&lt;/li&gt;&lt;li&gt;Beserta applikasi windows lainnya.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;i&gt;SCREENSHOT :&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://mastergomaster.com/wp-content/uploads/2011/05/4-300x225.png&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://mastergomaster.com/wp-content/uploads/2011/05/6-300x225.png&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;299&quot; src=&quot;http://t2.gstatic.com/images?q=tbn:ANd9GcQpp4QJoeUDtmHcGyahnb2Q-xNxLzGx1ttDFhmg425JwUxJULJR&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;280&quot; src=&quot;http://mastergomaster.com/wp-content/uploads/2011/05/12-300x210.png&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://mastergomaster.com/wp-content/uploads/2011/05/7-300x225.png&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;299&quot; src=&quot;http://t0.gstatic.com/images?q=tbn:ANd9GcQijvFkGO1PBFVqqF8Vb_9aO6PT6HErePcNM54wPfZwEkU9oi_sBhCg8UU1oQ&quot; width=&quot;400&quot; /&gt; &lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://mastergomaster.com/wp-content/uploads/2011/05/23-300x225.png&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;266&quot; src=&quot;http://4.bp.blogspot.com/_oKWSFQK84Co/StdedZ4X2jI/AAAAAAAABAs/Z3lA3d22kkQ/win7-xp%5B11%5D.jpg&quot; width=&quot;400&quot; /&gt; &lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;div style=&quot;text-align: Left;&quot;&gt;Bagi yang berminat silahkan download di bawah ini:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&quot;Anda akan di arahkan ke Ad.fly, tunggu selama 5 detik kemudian cari tombol SKIP Add yang berada di sudut kanan atas halaman dan klik&quot;&lt;/i&gt; &lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&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;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4W6vP&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto; text-align: left;&quot; width=&quot;60&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;Part 1&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4W6yH&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 2&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4W6zJ&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 3&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4W727&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; style=&quot;font-size: 13px; margin-left: auto; margin-right: auto;&quot; width=&quot;60&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;Part 4&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Pass:&amp;nbsp;aneuknanggroe&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2012/01/windows7-xp-3g-by-geniusteam-sp3.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_wA_VA9A0Yi0/S_R_JF4um5I/AAAAAAAAAy4/nZ8zQYcC7dM/s72-c/mu0e8.jpg.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-7132946201654154740</guid><pubDate>Sat, 31 Dec 2011 09:57:00 +0000</pubDate><atom:updated>2011-12-31T16:57:41.516+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Featured</category><category domain="http://www.blogger.com/atom/ns#">Tips n Trick</category><category domain="http://www.blogger.com/atom/ns#">Tutorial</category><title>Falling Angel - photoshop trick</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Salam Aneun Nanggroe se tanah air..... Kali ini saya akan memaparkan salah satu teknik photoshop yang banyak di dominasi oleh orang - orang di seluruh dunia. Teknik ini di sebut dengan teknik memanipulasi foto (Photo Manipulation). OK.... tampa banyak mukaddimah, bagi aneuk&quot; nanggroe yg ingin mencoba tekniknik ini silahkan ikuti tutorial yang tidak sebarapa ini. Next...... pah.... pah......&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&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;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel23.jpg&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; width=&quot;547&quot; /&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-size: small;&quot;&gt;&lt;b&gt;&lt;i&gt;Finishing Image&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Langkah 1&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Buat sebuah dokumen baru dengan ukuran 600X700px.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Masukkan sebuah tekstur yang memiliki warna yg menonjol/kesar. Saya memilih salah satu tekstur ‘color fog’ yang tersedia di PSDFAN. Anda dapat mendownload seluruh bentuk tekstur seperti yang akan saya tampilkan di sini: &amp;nbsp;&lt;a href=&quot;http://adf.ly/4TOFN&quot; target=&quot;_blank&quot;&gt;Colored Fog Texture Set&lt;/a&gt;.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Kemudian renggangkan tekstur kanvas anda untuk menyesuaikannya agar terlihat sempurna, dan kemudian gunakan sebagai ‘background texture’.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel1.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Langkah 2&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Sekarang pergi ke &lt;i&gt;&lt;b&gt;image&amp;gt;adjustments&amp;gt;hue/saturation&lt;/b&gt;&lt;/i&gt;. Kurangi saturation lapisan ini menjadi -80.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel2.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Langkah 3&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Sekarang pergi ke &lt;i&gt;&lt;b&gt;image&amp;gt;adjustments&amp;gt;levels&lt;/b&gt;&lt;/i&gt; dan terapkan pengaturan seperti yang ditunjukkan di bawah. Kurangi opacity layer menjadi sekitar 20%.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;271&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel3a.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel3b.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Langkah 4&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Sekarang masukkan ke dalam foto beberapa awan, dan menempatkan awan tersebut di atas kanvas Anda. Hapus latar belakang langit yang asli pada awan tersebut menggunakan pen tool (atau megic wand tool jika warnanya solid). Trik tadi&amp;nbsp;hanya&amp;nbsp;diterapkan pada foto awan saja. Kemudian duplikatkan layernya, dan pergi ke &lt;b&gt;&lt;i&gt;edit&amp;gt;rotate&amp;gt;rotate&lt;/i&gt;&lt;/b&gt; putar menjadi 180 derajat. Pada langkah ini awan akan diputar ke bawah kanvas Anda. Kemudian gabungkan keduanya secara bersama-sama, dan buat merged layer &#39;awan&#39;.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel4.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Langkah 5&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Sekarang mengubah modus perpaduan layer ‘clouds’ anda ke ‘hard light’. Kemudian duplikatkan lapisan ‘hard light’ ini, dan gabungkan dua lapisan tersebut secara bersama-sama. Kurangi opacity dari lapisan yang digabungkan tersebut menjadi 85%. Lalu pergi ke &lt;b&gt;&lt;i&gt;image&amp;gt;adjustments&amp;gt;desaturate&lt;/i&gt;&lt;/b&gt; ke grayscale the layer.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel5.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Langkah 6&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Sekarang pilih tekstur dari &lt;a href=&quot;http://adf.ly/4TOut&quot; target=&quot;_blank&quot;&gt;Concrete Textures Set&lt;/a&gt; dan paste ke lapisan atas yang baru.&lt;/div&gt;&lt;div&gt;Kemudian rubah mode layer blend ke &#39;multiply&#39; dan kurangi 20% opacity tersebut. Selanjutnya pergi ke &lt;b&gt;&lt;i&gt;image&amp;gt;adjustments&amp;gt;hue/saturation&lt;/i&gt;&lt;/b&gt; dan kurangi saturation anda ke -85. Dan pergi ke &lt;b&gt;&lt;i&gt;filter&amp;gt;sharpen&amp;gt;sharpen&lt;/i&gt;&lt;/b&gt;, ini hanya untuk menampilkan detail dari tekstur.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;295&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel6a.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel6b.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Langkah 7&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Sekarang anda buat sebuah layer baru yang disebut ‘color gradient overlay’. Tarik gradien linier secara vertikal di bawah kanvas anda. Anda dapat melihat gradien yang saya gunakan di bawah ini. Kemudian ubah modus campuran lapisan ini untuk ‘soft light’.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel7a.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel7b.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Langkah 8&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Sekarang buat kembali layer baru yang disebut ‘gradient fade’. Dengan menggunakan rectangular marquee selection tool kemudian anda pilih, rectangular selection. Setelah itu isi selection dengan warna putih untuk gradien linier transparan (akan melewati lebar pilihan yang sempit). Kemudian ubah modus campuran lapisan ini untuk &#39;overlay&#39;. Selanjutnya anda pergi ke &lt;i&gt;&lt;b&gt;edit&amp;gt;transform&amp;gt;rotate&lt;/b&gt;&lt;/i&gt; dan putar gradien agar sesuai dengan letak di atas awan pada kanvas Anda.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel8.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Langkah 9&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Sekarang duplikatkan layer ini sebanyak dua kali, masing-masing duplikat berfungsi untuk bagian yang berbeda dari kanvas Anda, dan putarkan untuk membuat posisi gradien muncul secara acak. Akhirnya, gabungkan semua lapisan ‘gradient fade’ anda secara bersama-sama, dan gunakan soft eraser brush pada opacity rendah untuk menghapus tepi yang menonjol pada gambar (membiarkan akhir setiap bentuk yang alami memudar ke background utama).&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel9.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Langkah 10&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Sekarang paste di gambar seorang gadis yang sedang melompat. Gambar ini cukup memakan waktu untuk memotongnya agar gambar tersebut menjadi terpisah dari begroundnya, itu mungkin akan menghabiskan waktu ekstra untuk mendapatkan potongan yang baik dan sempurna. Pengeditan pemotongan dilakukan di luar gambar - gambar yang telah anda bikin tadi. Anda dapat menggunakan &#39;lasso tool&#39; atau &#39;pen tool&#39; untuk memotong pinggiran gambar wanita yang akan anda tempelkan tersebut.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel10.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Langkah 11&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Pergi ke &lt;b&gt;&lt;i&gt;image&amp;gt;adjustments&amp;gt;levels&lt;/i&gt;&lt;/b&gt; dan terapkan pengaturan yang ditunjukkan gambar di bawah ini:&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel11.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Langkah 12&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Sekarang pergi ke&amp;nbsp;&lt;b&gt;&lt;i&gt;image&amp;gt;adjustments&amp;gt;color balance&lt;/i&gt;&lt;/b&gt; dan terapkan pengaturan seperti yang ditunjukkan oleh gambar di bawah ini. Hal ini akan membantu menjadikan gambar wanita yang telah anda pastekan tadi menjadi berbaur/menyatu lebih baik dengan beground yang telah anda bikin sebelumnya.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel12a.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel12b.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Langkah 13&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Sekarang pergi ke &lt;i&gt;&lt;b&gt;image&amp;gt;adjustments&amp;gt;hue/saturation&lt;/b&gt;&lt;/i&gt; dan kurangi saturasi gambar wanita yang sedang loncat tadi menjadi -25.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel13.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Langkah 14&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Sekarang cari sebuah gambar sayap seekor burung yang telah anda edit sebelumnya dan pastekan pada gambar wanita anda tadi, letakkan saya burung tersebut tepat berada di punggung wanita itu. Kemudian rotasikan sayap tersebut untuk membuat sudut yang lebih realistis, dan pergi ke&amp;nbsp;&lt;b&gt;&lt;i&gt;filter&amp;gt;sharpen&amp;gt;sharpen&lt;/i&gt;&lt;/b&gt; untuk memunculkan detail dari sayap tersebut, foto akan kelihatan seperti asli &amp;nbsp;namun sedikit kabur.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel14.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Langkah 15&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Sekarang gunakan &#39;eraser brush&#39;, dan bersihkan noda atau gambar yang tidak diperlukan secara lembut agar gambar sayap tersebut menjadi berbaur ke belakang gambar wanita itu. Kemudian kurangi opacity layer &amp;nbsp;pada gambar sayap menjadi 0%, dan gunakan lasso tool untuk memotong bagian sayap yang menutupi rambut wanita tersebut. Kemudian, tandai rambut rambut wanita yang tertutupi oleh sayap tadi, setelah itu kembalikan opacity layer sayap menjadi 100%, dan hapus bagian saya yang menutupi rambut dari wanita tadi. Ini akan memberi kesan bahwa rambut wanita berada di depan sayap.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel15.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Langkah 16&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Sekarang pergi ke &lt;b&gt;&lt;i&gt;image&amp;gt;adjustments&amp;gt;levels&lt;/i&gt;&lt;/b&gt; dan terapkan pengaturan seperti yang ditunjukkan gambar di bawah. Ini akan membuat sayap lebih intense.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;272&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel16a.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel16b.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Langkah 17&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Sekarang pergi ke image&amp;gt;adjustments&amp;gt;color balance dan terapkan pengaturan yang ditunjukkan oleh gambar di bawah ini:&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel17a.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel17b.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Langkah 18&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Sekarang anda duplikatkan layer sayap anda, dan pindahkan duplikat tersebut ke bawah lapisan/gambar wanitanya. Pergi ke &lt;i&gt;&lt;b&gt;edit&amp;gt;transform&amp;gt;rotate&lt;/b&gt;&lt;/i&gt; dan putar gambar duplikat tersebut sehingga tampak berada di belakang/bawah sayap asli gambar wanita tersebut. Lalu pergi ke &lt;i&gt;&lt;b&gt;image&amp;gt;adjustments&amp;gt;brightness/contrast&lt;/b&gt;&lt;/i&gt; dan kurangi brightness-nya menjadi &amp;nbsp;-60, dan kontras menjadi -40.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel18.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Langkah 19&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Sekarang pilih layer sayap asli anda dan pergi ke blending options. Terapkan subtle drop shadow&amp;nbsp; (pengaturannya seperti di bawah), jika anda menginginkan kedalaman warna tertentu sesuai dengan keinginan anda.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;460&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel19a.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel19b.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Langkah 20&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Sekarang sisipkan sebuah foto bulu unggas ke dalam gambar. Dalam contoh ini, bulu unggas yang digunakan memiliki latar belakang hitam polos. Untuk memotong baground dari bulu unggas tersebut bisa anda lakukan dengan menggunakan magic wand, atau pen tools, jadi kita harus menggunakan color range tool.&lt;br /&gt;&lt;br /&gt;Pertama sembunyikan semua lapisan terpisah dari layer bulu unggas anda. Lalu pergi ke &lt;i&gt;&lt;b&gt;select&amp;gt;color range&lt;/b&gt;&lt;/i&gt;. Kemudian pilih &#39;merah&#39; dan range warna anda. Cara ini hanya akan memilih bagian merah lapisan anda (misalnya: bulu unggas anda).&lt;br /&gt;&lt;br /&gt;Sekarang tekan &#39;OK&#39; dan selanjutnya copy / paste pilihan anda ke layer baru yang disebut &#39;bulu&#39;. Saya ingin membuat bulu unggas saya sedikit lebih tamapak cerah, jadi saya lakukan penggandaan pada lapisan ini, dan saya gabungkan ke bawah gambar yang asli.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel20a.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel20b.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel20c.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Langkah 21&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Gambar bulu unggas di atas terlihat jelas bahwa warnanya tidak cocok/sesuai dengan gambar sebelumnya/beggroundnya, maka dari itu saya pergi ke image&amp;gt;adjustments&amp;gt;hue/saturation dan menerapkan pengaturan seperti di bawah ini:&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;486&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel21.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Langkah 22&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Lalu aku pergi ke image&amp;gt;adjustments&amp;gt;levels dan menerapkan pengaturan seperti di bawah ini:&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;388&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel22.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Langkah 23&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Untuk tahap penyelesaiannya, duplikatkan berkali-kali layer bulu unggas tersebut sebanyak yang anda inginkan, dan mengubah ukuran kemudia memutar masing-masing bulu unggas tersebut sesuai tata letak keindahan atau keinginan anda, supaya memberikan kesan bahwa bulu seakan-akan jatuh dari sayap. Maka ciptakan cool perspective, atau membuat bulu yang lebih dekat, jauh, atau lebih besar dari object, dan menerapkan efek blur gaussian. Terapkan blur yang lebih rendah pada bulu unggas yang letak&amp;nbsp;&amp;nbsp;perspektifnya lebih ke dalam/dominan &#39;mid range&#39;, dan tidak ada blur pada bulu kecil yang terdekat dengan sayap object.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://psd.fanextra.com/wp-content/uploads/2009/06/angel23.jpg&quot; width=&quot;547&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Selesai!!!&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Saya harapkan anada dapat menikmati dan memahami tutorial ini. Dan saya sangat menharapkan tanggapan-tanggapan anda tentang teknik ini dan hasil dari percobaan anda akan teknik ini.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Sampai Jumpa di Tips &amp;amp; Trick Photoshop Selanjutnya&lt;br /&gt;&lt;b&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;Saleum Aneuk Nanggroe......!!!&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;i&gt;&lt;a href=&quot;http://adf.ly/4UBRP&quot; target=&quot;_blank&quot;&gt;Sumber&lt;/a&gt;&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/12/falling-angel-photoshop-trick.html</link><author>noreply@blogger.com (1m4n Cs)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-2032394051080127293</guid><pubDate>Fri, 30 Dec 2011 07:31:00 +0000</pubDate><atom:updated>2011-12-30T14:31:31.793+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Aplikasi</category><category domain="http://www.blogger.com/atom/ns#">Featured</category><title>Adobe Photoshop CS5 Extended + Backter</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;222&quot; src=&quot;http://3.bp.blogspot.com/_-k3NLlf9sB4/TVTAsxhQ69I/AAAAAAAAAV8/wn0cu2FlbvM/s400/13.png&quot; width=&quot;400&quot; /&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;&lt;div style=&quot;text-align: justify;&quot;&gt;Adobe merilis kembali produk terbarunya ditahun 2011 yakni Photoshop CS5 Extended dengan harga yang sangat pantastis sebesar US $999.00. Bagaimana anda tertarik untuk membelinya silahkan klik disini. Apabila anda ingin Gratis Photoshop CS5 Extended full version silahkan anda teruskan membaca artikel ini sampai selesai!&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Sebelum anda memasang CS5 Extended perlu diperhatikan terlebih dahulu adalah System requirements pada PC anda sb:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Windows&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;ul&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Intel® Pentium® 4 or AMD Athlon® 64 processor&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Microsoft® Windows® XP with Service Pack 3; Windows Vista® Home Premium, Business, Ultimate, or Enterprise with Service Pack 1 (Service Pack 2 recommended); or Windows®&amp;nbsp;&amp;nbsp;7&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;1GB of RAM&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;1GB of available hard-disk space for installation; additional free space required during installation (cannot install on removable flash-based storage devices)&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;1024×768 display (1280×800 recommended) with qualified hardware-accelerated OpenGL graphics card, 16-bit color, and 256MB of VRAM&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Some GPU-accelerated features require graphics support for Shader Model 3.0 and OpenGL 2.0&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;DVD-ROM drive&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;QuickTime 7.6.2 software required for multimedia features&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Broadband Internet connection required for online services*&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Mac OS&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;ul&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Multicore Intel processor&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Mac OS X v10.5.7 or v10.6&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;1GB of RAM&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;2GB of available hard-disk space for installation; additional free space required during installation (cannot install on a volume that uses a case-sensitive file system or on removable flash-based storage devices)&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;1024×768 display (1280×800 recommended) with qualified hardware-accelerated OpenGL graphics card, 16-bit color, and 256MB of VRAM&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Some GPU-accelerated features require graphics support for Shader Model 3.0 and OpenGL 2.0&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;DVD-ROM drive&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;QuickTime 7.6.2 software required for multimedia features&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Broadband Internet connection required for online services*&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Setelah anda mengetahui persyaratan minimum untuk menginstall CS5 Extended sekarang silahkan anda download Photoshop CS5 Extended Trial dari situs resmi adobe dilanjutkan dengan mengdownload keygen CS5 Extended yang sudah saya sediakan di bawah ini.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Untuk cara supaya Adobe Photoshop CS5 Extended Full version silahkan ikuti langkah-langkahnya dibawah ini:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;ol&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Sebelum meng-instal CS5 Extended, silahkan Disable Connection internet anda&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Extract File CS5&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Jalankan Setup&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Install sebagai “CS5 trial”&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Setelah selesai klik “Done”&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Buka Keygen CS5 Extended klik “Pacth Host File” , Klik OK&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Kemudian ketikkan nama anda (bebas), pada Keygen pilih “Adobe Master Collection CS5″&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Sekarang buka Photoshop. Akan ada permintaan untuk mengisi Serial Number Adobe Photoshop CS5 Extended, Pilihlah opsi “Provide a serial number/SN” selanjutnya Copy dan Paste SN dari Keygen tersebut. Jika sudah memasukkan serial numbernya klik “continue”.&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Selesai. Photoshop CS5 Extended anda sudah full version.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Metode 2 untuk membuat CS5 menjadi full versi adalah&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;ol&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Instal Adobe Photoshop CS5 menggunakan lisensi trial&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Download Adobe CS5 Ultimate Activator Klik Disini 835 kb&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Cara penggunaannya cukup klik ganda pada CS5 Ultimate Activator lalu klik sembarang tombol pada keyboard anda (2 kali)&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Selesai&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Download&amp;nbsp;Adobe Photoshop CS5 Extended + Backter :&lt;br /&gt;&lt;i&gt;&quot;Anda akan di arahkan ke Ad.fly, tunggu selama 5 detik kemudian cari tombol SKIP Add yang berada di sudut kanan atas halaman dan klik&quot;&lt;/i&gt; &lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&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;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4TCYA&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: black; font-size: x-small;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; width=&quot;60&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-size: x-small;&quot;&gt;Photoshop CS5 Extende&lt;/span&gt;d&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4TCbI&quot; style=&quot;margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://1.bp.blogspot.com/-ZtGCfV3BqRY/Tv1hC2dtUEI/AAAAAAAAALg/yU8MpXpgdQs/s200/folder_download.png&quot; width=&quot;60&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;keyBackter CS5&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;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;Pass :&amp;nbsp;aneuknanggroe&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/12/adobe-photoshop-cs5-extended-backter.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_-k3NLlf9sB4/TVTAsxhQ69I/AAAAAAAAAV8/wn0cu2FlbvM/s72-c/13.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-6452116952481527909</guid><pubDate>Thu, 29 Dec 2011 19:03:00 +0000</pubDate><atom:updated>2011-12-30T02:03:38.670+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Featured</category><category domain="http://www.blogger.com/atom/ns#">Tips n Trick</category><category domain="http://www.blogger.com/atom/ns#">Tutorial</category><title>DIAGNOSIS DAN PENANGANAN PROBLEM CD-ROOM PADA LEPTOP &amp; PC</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;http://shop.advancedchemistry.co.uk/image/cache/data/CD-ROM-500x500.png&quot; width=&quot;320&quot; /&gt;&lt;/div&gt;Beberapa waktu yang lalu seseorang yang paling bermakna dalam kehidupan saya&amp;nbsp;&lt;img height=&quot;20&quot; src=&quot;http://images-2.findicons.com/files/icons/361/emoticons/128/icontexto_emoticons_09.png&quot; width=&quot;20&quot; /&gt;&amp;nbsp;mengalami&amp;nbsp; problem&amp;nbsp;pada&amp;nbsp;CD-ROM&amp;nbsp;leptopnya. Ia menanyakan pada saya melalui pesan singkat (SMS) sulusi untuk memperbaiki cd room tersebut.&lt;br /&gt;&lt;br /&gt;Adapun diagnosis dan penanggulangan problem cd room pada leptop ataupun PC adalah sebabagai berikut :&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Pemeriksaan Pertama&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Tidak semua problem CD-ROM disebabkan oleh drivernya sendiri, banyak permasalahan yang bersumber dari CD-CD yang dipergunakan. Berikut ini bebarapa yang harus diteliti sebelum memperhatikan permasalahan yang lebih serius.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Disc Tak Terdeteksi. Merupakan indikasi utama untuk memperkirakan apakah CD-ROM berfungsi atau tidak. Untuk melihat apakah drive bisa membaca CD, masukkan CD dan lihat nyala (LED) kecil didepan drive.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Kedipan cahaya LED beberapa kali menandakan bahwa CD bekerja. Jika cahaya tidak ada, maka kemungkinan drive tidak dapat membaca CD-ROM.(tapi bisa saja LED itu rusak, sehingga tak menyala). Bisa juga dengan memeriksa status disk di OS Windows dengan cara klik dua kali icon My Computer, kemungkinan program-program yang mengkomunikasikan drive CD-ROM dan Windows tidak bekerja dengan baik. Tapi jika drive CD-ROM muncul, klik dua kali icon tersebut. Jika terlihat satu pesan error, drive tidak dapat membaca disk dengan baik.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Gunakan insruksi sebagai berikut untuk penanganan masalah tersebut :&lt;/b&gt;&lt;/div&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Salah Masukkan CD.&lt;/b&gt;&amp;nbsp;&lt;/li&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Kesalahan memasukkan CD-ROM merupakan probel umum.Meletakkan dick supaya sisi cetakan yang selalu berada di sebelah atas. Pada sebagian besar drive, anda perlu memusatkan CD dalam indentation pada drive tray. Untuk beberapa drive-khususnya komputer notebook-perlu benar menekan lubang di pusat CD-ROM lewat lingkaran pada drive tray.&lt;/div&gt;&lt;/div&gt;&lt;/ul&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;CD Kotor.&lt;/b&gt;&lt;/li&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Disk yang selalu terlapisi goresan, tangan, debu atau zat-zat lain tidak akan bekerja dengan baik, karena kotoran akan menganggu mekanisme pembacaan drive. Disk yang kotor atau tergores tidak akan bekerja dengan sempurna, meskipun bisa tidak akan beraturan. Anda bisa bersihkan CD dengan kain kering yang bersih. Jika Anda perkirakan kotoran disebabkan oleh problem drive CD-ROM, coba masukkan disk yang berbeda.Adakalanya disk melengkung dan tak sempurna sehingga menyebabkan tidak bekerja sama sekali.&lt;/div&gt;&lt;/ul&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;CD Tak Sesuai.&lt;/b&gt;&lt;/li&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Jika drive menampilkan pembacaan disk secara benar, tapi tak bisa mengakses data, periksa disk yang dimasukkan dalam drive.Bisa jadi salah memasukkan CD, misalnya memasukkan CD audio sedangkan yang anda maksud CD program.&lt;/div&gt;&lt;/ul&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Autoplay disabled.&amp;nbsp;&lt;/b&gt;&lt;/li&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Dengan Default, Window Otomatis menjalankan CD saat anda memasukkan kedalam drive CD-ROM. Jika CD tidak otomatis Start, bisa jadi detting aotuplay mati. Klik Start, Settings, Control Panel. Klik dua kali icon sistem Klik Device Manager, dan icon tanda plus (+) pada kiri option CD-ROM. Pilih Drive CD-ROM, klik tombol properties. Klik tombol kota Auto Insert Notification. Klik tombol OK pada kedua window yang terbuka. Restart komputer untuk akses setting baru.Untuk beberapa CD-ROM mungkin masih belum start secara otomatis. Anda bisa menjalankan CD secara manula yaitu klik dua kali icon drive di My Computer, kemudian klik dua kali file program yang dibutuhkan.&lt;/div&gt;&lt;/ul&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Problem Software.&lt;/b&gt;&lt;br /&gt;Problem software CD-ROM biasanya diawali dengan driver. Bila driver menjadi rusak (corrupt) atau dengan tak sengaja terhapus, window tidak bisa berkomunikasi dengan drive. Ini menyebabkan CD-ROM tidak dapat dioperasikan. Anda dapat mencek status driver dengan dua kali klik icon system pada Control Panel. Klik tanda plus (+) disebelah option CD-ROM. Jika memiliki driver yang corrupt, Anda akan melihat segitiga kuning dengan potensi eksklamasi disebelah drive. Jika CD-ROM tidak bekerja karena drive yang buruk, me-reinstall drive menjadi rumit, karena kebanyakan drive komputer baru tersimpan pada CD-ROM. Jika menggunakan Win 98, anda booting PC anda dengan menggunakan dengan disket startup. Dapat dipilih sebuah option untuk menjalankan komputer dengan dukungan CD-ROM. Win98 kemudian akan meload basic driver untuk drive CD ROM, yang memberikan akses ke drive. Masukkan CD-ROM installasi Win 98 dan load driver CD-ROM dari disk. &lt;/li&gt;&lt;/ul&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Problem Hardware CD-ROM.&lt;/b&gt;&amp;nbsp;&lt;/li&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Sayangnya, kita jarang bisa menangani sendiri sebagian besar problem hardware CD-ROM. Tidak mudah memperbaiki komponen-komponen dalam drive. Jika drive anda bokar, bisa jadi anda tak mendapatkan garansi. Bila menghadapi masalah hardware, lebih baik dibawa ke tukang service yang lebih mengetahui kerusakannya.&amp;nbsp;&lt;/div&gt;&lt;/ul&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;CD room yang tidak bisa terbuka.&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Maksudnya jika ditekan tombol eject pd cd roomnya tidak mau keluar dan dari menu explorer tidak bisa di eject juga, maka solusinya adalah coba anda lihat &amp;nbsp;di panel depan cd room terdapat lubang yg kecil biasanya terletak di dekat tombol untuk mereject cd room. Tusuk lubang tersebut menggunakan peniti atau paper clip yang muat dengan ukuran lubang tersebut. Maka dengan sendirinyan cd room kita akan tereject.&lt;/div&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Berikut ini beberapa permasalahan hardware yang mungkin saja bisa terjadi :&lt;/b&gt;&lt;/span&gt; &lt;/div&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Perfomance Kurang Baik.&lt;/b&gt;&amp;nbsp;&lt;/li&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Beberapa komponen dalam drive CD-ROM dapat rusak, karena performance yang tidak dapat diandalkan. Jika anda terkadang harus memasukkan CD dua atau beberapa kali sebelum system membaca, Anda bisa menghadapi sedikit masalah. Asap atau kotoran yang melapisi lensa atau prisma dalam drive, penyebab perfomance yang kurang baik. Bagian pemutar disk aus, menyebabkan disk berputar lambat. Sebagian besar drive CD-ROM mencengkeram disk pada tempat yang kombinasi lingkaran karet dengan sebuah magnet. Jika lingkaran karet terlapisi oleh debu atau kotoran, maka cengkeraman disk tidak dapat cukup erat, menyebabkan slip saat disk berputar dan drive tidak akan dapat membaca sebagaimana mestinya.&lt;/div&gt;&lt;/ul&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Kegagalan Komponen.&lt;/b&gt;&amp;nbsp;&lt;/li&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Jika drive sedikit &quot;bingung&quot; merespon, mungkin saja koneksi atau kabel power ke komputer mengalami masalah. Untuk memeriksa problem ini buka casing PC, pastikan seluruh sambungan CD-ROM ke board sircuit terpasang dengan baik.&lt;/div&gt;&lt;/ul&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Drive Letter Baru.&lt;/b&gt;&amp;nbsp;&lt;/li&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Jika menginstall hard drive kedua atau mempartisi hard drive yang ada, penandaan drive letter ke CD-ROM pada drive letter lamanya. Perlu mereinsatall program-program ini.&lt;/div&gt;&lt;/ul&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Drive Tak Bisa Buka /Tutup.&lt;/b&gt;&amp;nbsp;&lt;/li&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Menekuk atau memecahkan tray drive CD-ROM, bisa memecahkan proses menutup tidak lancar atau tidak bekerja sama sekali. Jika membeturkan tray drive saat terbuka. Bisa menyebabkan tray terkunci dan tidak dapat menutup. Untuk mencegah hal demikian, jaga selalu tray CD-ROM agar tetap tertutup saat tidak digunakan untuk menukar disc (menutup tray juga mengurangi kesempatan kotoran memasuki bagian dalam drive). Pada beberapa komputer, tombol yang mengontrol tray CD-ROM bisa dalam satu panel dengan tombol kedua pada panel bagian luar. Jika tombol bagian luar telah aus dan tidak bisa lama membuka tray drive dengan memasukkan sebuah pin atau potongan kertas dalam lubang kecil pada muka drive CD-ROM. Jika tray tidak menutup, pastikan tak terdapat sesuatupun yang mengganjal tray, seperti memasukkan disc dengan tidak benar. Jangan memberi tekanan keras ketika menutup tray driver CD-ROM dan hindari menutup tray saat komputer sedang mati, bisa merusak komponen bagian dalam drive. Tray drive harus ditutup dengan tekanan yang lunak.&lt;/div&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;i&gt;&lt;a href=&quot;http://www.klinikcomputer.com/&quot; target=&quot;_blank&quot;&gt;Sumber&lt;/a&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/12/diagnosis-dan-penanganan-problem-cd.html</link><author>noreply@blogger.com (1m4n Cs)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-715972796273168583</guid><pubDate>Tue, 27 Dec 2011 15:44:00 +0000</pubDate><atom:updated>2011-12-28T01:12:11.027+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Aplikasi</category><category domain="http://www.blogger.com/atom/ns#">Featured</category><title>WinRAR Application</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-pDRrt1hzTG4/Tc_0NkwGSXI/AAAAAAAAAUU/WXmTvzQapIU/s1600/Winrar.png&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Secara ringkas, pengertian atau definisi WinRAR adalah aplikasi untuk mengkompres dan mengekstrak data (file/folder).&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://tutorialwinrar.frombanda.com/id/wp-content/uploads/ilustrasi-winrar.png&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;WinRAR adalah aplikasi pembuat arsip RAR pada Windows versi 32-bit dan 64-bit. WinRAR sebuah software yang sangat bagus yang membolehkan pengguna untuk membuat, menangani dan mengontrol file berkas.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Fitur-Fitur WinRAR:&lt;/div&gt;&lt;br /&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Mendukung arsip *.RAR dan *.ZIP 2.0;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Sangat canggih dengan algoritma kompres asli;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Memiliki algoritma khusus yang dioptimalkan untuk text, audio, graphics, 32-bit dan 64-bit Intel kompres executables;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Memiliki antar muka Shell yang menyertai fasilitas drag-and-drop dan Wizard;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Memiliki antar muka Command Line;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Mampu menangani berkas: 7Z, ACE, ARJ, BZ2, CAB, GZ, ISO, JAR, LZH, TAR, UUE, Z;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Mengkompres padat, dan dapat dinaikkan tingkat kompresi 10% s.d. 50% dari kompresi normal, terutama sekali ketika pengepakan sejumlah besar file kecil yang serupa;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Dapat membuat arsip-arsip multivolume;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Dapat membuat arsip yang mampu mengekstrak dirinya sendiri (self-extracting), dapatjuga multivolume, menggunakan modul SFX bawaan atau modifikasi;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Dapat memulihkan (recovery) arsip yang rusak;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Dapat memulihkan (recovery) arsip multivolume dan merekontruksi bagian yang hilang dari arsip multivolume;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Mendukung nama file Unicode;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Dan memiliki banyak fasilitas lainnya, seperti: encryption, archive comments, error logging, dll.&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Mengkompres File dan Folder&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Berikut adalah cara mengkompres file/Folder menjadi file RAR. Secara bawaan, format RAR adalah yang aktif pada WinRAR. Note: untuk membuat RAR yang lebih dari 4 GB diperlukan Sistem file NTFS. Adapun langkah-langkah mempaketkan (mempaking) data ke dalam format RAR adalah sebagai berikut:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Blok satu atau beberapa file/folder yang ingin dipaketkan (dikompres) ke dalam arsip format RAR.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Klik kanan pada areal data yang diblok (Misalnya seperti pada gambar). Kemudian pilih “xxxxx.rar”&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;181&quot; src=&quot;http://tutorialwinrar.frombanda.com/id/wp-content/uploads/kompres-file-1.png&quot; width=&quot;320&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Silahkan tunggu sampai proses Adding seselai.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://tutorialwinrar.frombanda.com/id/wp-content/uploads/kompres-file-2.png&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Setelah itu akan tercipta sebuah file arsip berformat RAR. Seperti terlihat pada gambar di bawah. (yaitu: Database.rar)&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://tutorialwinrar.frombanda.com/id/wp-content/uploads/kompres-file-3.png&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Data yang telah dimasukkan ke dalam file arsip RAR akan memiliki ukuran yang kecil (telah dikompres).&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Bagi yang ingin memiliki file WinRAR tersebut, silahkan download di bawah ini:&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&quot;Anda akan di arahkan ke Ad.fly, tunggu selama 5 detik kemudian cari tombol SKIP Add yang berada di sudut kanan atas halaman dan klik&quot;&lt;/i&gt;&lt;/div&gt;&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://adf.ly/4QYoN&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;80&quot; src=&quot;http://2.bp.blogspot.com/-usp0S1FzZyY/Tvnk2Ssn28I/AAAAAAAAALU/yyYYe1Y2eNQ/s200/folder_download.png&quot; width=&quot;80&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;WinRAR 400 + backter&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Pass : aneuknanggroe&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/12/winrar-application.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-pDRrt1hzTG4/Tc_0NkwGSXI/AAAAAAAAAUU/WXmTvzQapIU/s72-c/Winrar.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-7361841708333463688</guid><pubDate>Mon, 26 Dec 2011 20:35:00 +0000</pubDate><atom:updated>2011-12-27T03:35:55.422+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Aplikasi</category><category domain="http://www.blogger.com/atom/ns#">Featured</category><title>Photoscape Terbaru</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;281&quot; src=&quot;http://4.bp.blogspot.com/-CQGMMBqcdXY/TvjaOyNLB1I/AAAAAAAAALI/dF9NnRpYCDI/s400/PhotoScape3.5.jpg&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Dengan PhotoScape anda dapat mengolah dan mempercantik fhoto ataupun gambar juga menawarkan fitur-fitur dasar seperti mengatur sharpen (untuk menajamkan warna pada foto) atau contrast (gelap atau terang) , Photoscape juga dapat digunakan untuk menambahkan frame/bingkai pada foto. Anda juga bisa menggabungkan atau menyatukan foto dengan Photoscape ini. Anda tinggal melakukan drag and drop pada foto yang ingin Anda gabungkan dan mengubah ukuran foto. Photoscape juga dilengkapi dengan fitur Filter, misalnya Lens Flare, Texture, Pictorialization, Film Effect, Antique Photo dan beberapa jenis filter lainnya. Dengan filter-filter tersebut Anda bisa membuat foto Anda menjadi lebih menarik. Photoscape dapat dipergunakan untuk Microsoft Windows NT/2000/XP/Vista/7.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;PERHATIAN!&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Untuk cara downloadnya Anda akan diarahkan ke adf.ly kemudian tunggu 5 detik dan cari tombol SKIP AD yang berada di sebelah kanan atas monitor anda.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Photoscape Terbaru | 16.52 MB&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&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;http://adf.ly/4PoKd&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;80&quot; src=&quot;http://4.bp.blogspot.com/-u9ErFY-_V64/TvjYn1WXaVI/AAAAAAAAAK8/Ooaosdtayew/s200/folder_download.png&quot; width=&quot;80&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Pass : aneuknanggroe&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/12/photoscape-terbaru.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-CQGMMBqcdXY/TvjaOyNLB1I/AAAAAAAAALI/dF9NnRpYCDI/s72-c/PhotoScape3.5.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-7348490606565533410</guid><pubDate>Mon, 26 Dec 2011 20:13:00 +0000</pubDate><atom:updated>2011-12-27T03:16:01.012+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Aplikasi</category><category domain="http://www.blogger.com/atom/ns#">Featured</category><title>Master Converter Word To PDF</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;214&quot; src=&quot;http://2.bp.blogspot.com/-dNUEMBoVh50/TvjUKR9cN4I/AAAAAAAAAKw/xHIOPygJlQs/s320/pdf-creator.png&quot; width=&quot;320&quot; /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;PDFCreator adalah sebuah aplikasi untuk konversi dari format word ke format PDF: PNG, JPG, TIFF, BMP, PCX, PS, EPS. PDFCreator ini gratis, bahkan untuk tujuan komersial! Ini adalah Open Source dan dirilis di bawah Persyaratan dari GNU General Public License. Mendukung untuk Windows XP, Windows Vista dan Windows 7.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Jika tertarik untuk memilikinya silahkan unduh dibagian bawah artikel ini namun Untuk cara downloadnya Anda akan diarahkan ke adf.ly kemudian tunggu 5 detik dan cari tombol SKIP AD yang berada di sebelah kanan atas monitor anda.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&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;http://adf.ly/4Pn1Z&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;80&quot; src=&quot;http://4.bp.blogspot.com/-rga3VkzYlRU/TvjTB8p5nGI/AAAAAAAAAKk/X-68Cq9aHQ4/s200/folder_download.png&quot; width=&quot;80&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Pass : aneuknanggroe&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/12/master-converter-word-to-pdf.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-dNUEMBoVh50/TvjUKR9cN4I/AAAAAAAAAKw/xHIOPygJlQs/s72-c/pdf-creator.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-5407365944440148424</guid><pubDate>Fri, 23 Dec 2011 20:14:00 +0000</pubDate><atom:updated>2011-12-24T03:14:43.976+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Featured</category><category domain="http://www.blogger.com/atom/ns#">General</category><category domain="http://www.blogger.com/atom/ns#">Nasehat / Motivasi</category><category domain="http://www.blogger.com/atom/ns#">Tutorial</category><title>Penemu Angka Desimal dan Algoritma</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://borryfonanda.files.wordpress.com/2010/04/image0181.jpg?w=111&amp;amp;h=146&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; height=&quot;200&quot; src=&quot;http://borryfonanda.files.wordpress.com/2010/04/image0181.jpg?w=111&amp;amp;h=146&quot; width=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Abu Ja’far Muhammad bin Musa al-Khawarizmi dilahirkan di Khawarizmi, Uzbeikistan, pada 194 H/780 M. Kecerdasan yang dimilikinya mengantarnya masuk ke lingkungan Dar al-Hukama (Rumah Kebijaksanaan), sebuah lembaga penelitian dan pengembangan ilmu pengetahuan yang didirikan oleh Ma’mun Ar-Rasyid, seorang khalifah Abbasiyah yang terkenal.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Al Khawarizmi merupakan penulis kitab aljabar (matematika) pertama di muka bumi. Beliau juga seorang ilmuan jenius pada masa keemasan Baghdad yang sangat besar sumbangsihnya terhadap ilmu aljabar dan aritmetika. Karyanya, Kitab Aljabr Wal Muqabalah (Pengutuhan Kembali dan Pembandingan) merupakan pertama kalinya dalam sejarah dimana istilah aljabar muncul dalam kontesk disiplin ilmu. Nama aljabar diambil dari bukunya yang terkenal tersebut. Karangan itu sangat populer di negara-negara barat dan diterjemahkan dari bahasa Arab ke bahasa Latin dan Italia. Bahasan yang banyak dinukil oleh ilmuwan barat dari karangan Al-Khawarizmi adalah tentang persamaan kuadrat.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Sumbangan Al-Khwarizmi dalam ilmu ukur sudut juga luar biasa. Tabel ilmu ukur sudutnya yang berhubungan dengan fungsi sinus dan garis singgung tangen telah membantu para ahli Eropa memahami lebih jauh tentang ilmu ini. Ia mengembangkan tabel rincian trigonometri yang memuat fungsi sinus, kosinus dan kotangen serta konsep diferensiasi.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Selain mengarang Al-Maqala fi Hisab-al Jabr wa-al-Muqabilah, ia juga diketahui telah menulis beberapa buku dan banyak diterjemahkan kedalam bahasa latin pada awal abad ke-12, oleh dua orang penerjemah terkemuka yaitu Adelard Bath dan Gerard Cremona. Risalah-risalah aritmetikanya, satu diantaranya berjudul Kitab al-Jam’a wal-Tafreeq bil Hisab al-Hindi (Menambah dan Mengurangi dalam Matematika Hindu), hanya dikenal dari translasi berbahasa latin. Buku-buku itu terus dipakai hingga abad ke-16 sebagai buku pegangan dasar oleh universitas-universitas di Eropa.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Kedua karya tersebut banyak menguraikan tentang persamaan linier dan kuadrat; penghitungan integrasi dan persamaan dengan 800 contoh yang berbeda; tanda-tanda negatif yang sebelumnya belum dikenal oleh bangsa Arab. Dalam Al-Jama’ wa at-Tafriq, Al-Khwarizmi menjelaskan tentang seluk-beluk kegunaan angka-angka, termasuk angka nol dalam kehidupan sehari-hari. Karya tersebut juga diterjemahkan ke dalam bahasa Latin&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Meski ia bukan penemu angka 0 (nol), namun Al-Khawarizmi orang pertama di dunia yang memperkenalkan angka nol sebagai suatu bilangan dalam ranah ilmu pengetahuan.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;‘Kosong’, atau 0, bukan sebarang angka, penemuannya merevolusikan pemikiran matematik dan sains moden. Angka nol ini sudah digunakan di dunia Arab-Islam pada kurun kesembilan. Angka 0 baru diperkenalkan di Eropah pada awal abad ke-13, dibawa oleh pemikir Itali, Fibonacci, dalam tahun 1202 melalui karya popularnya Liber Abaci. Sifar adalah kata arab untuk angka 0. Perkataan sifar ini juga membentuk perkataan cipher dalam bahasa Inggeris yang membawa masud “tiada apa-apa”, “simbol”, “kod” atau “mesej rahsia”.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Sebelum dipopularkan al-Khwarizmi, Ifrah menyebut, beberapa nombor kosong di tulisan-tulisan pada batu ditemui antaranya prasasti tembaga Sankheda di India pada 594, Trapaeng Prei di Kemboja (683), Kedukan Bukit, Sumatera (683), Kota Kapor, Sumatera (686), Dinaya, Jawa (793), Po Nagar, Vietnam (813) dan Bakul, Vietnam (829).&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Di wilayah Indonesia angka 0 ditemukan pada tiga perkataan pembilangan duaratus (200), sariwu tluratus sapulu dua (1312) dan dualaksa (20,000) pada prasasti Kedukan Bukit pada tahun 683, perkataan sapuluh dua (12) dan dua laksa (20,000) di prasasti Telaga Batu (Sumatera) pada 683.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Dalam bukunya, al-Khawarizmi memperkenalkan kepada dunia ilmu pengetahuan angka 0 (nol) yang dalam bahasa Arab disebut sifr. Sebelum al-Khawarizmi memperkenalkan angka nol, para ilmuwan mempergunakan abakus, semacam daftar yang menunjukkan satuan, puluhan, ratusan, ribuan, dan seterusnya, untuk menjaga agar setiap angka tidak saling tertukar dari tempat yang telah ditentukan dalam hitungan.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Akan tetapi, hitungan seperti itu tidak mendapat sambutan dari kalangan ilmuwan Barat ketika itu, dan mereka lebih tertarik untuk mempergunakan raqam al-binji (daftar angka Arab, termasuk angka nol), hasil penemuan al-Khawarizmi. Dengan demikian, angka nol baru dikenal dan dipergunakan orang Barat sekitar 250 tahun setelah ditemukan al-Khawarizmi. Dari beberapa bukunya, al-Khawarizmi mewariskan beberapa istilah matematika yang masih banyak dipergunakan hingga kini. Seperti sinus, kosinus, tangen dan kotangen.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Karya-karya al-Khawarizmi di bidang matematika sebenarnya banyak mengacu pada tulisan mengenai aljabar yang disusun oleh Diophantus (250 SM) dari Yunani. Namun, dalam meneliti buku-buku aljabar tersebut, al-Khawarizmi menemukan beberapa kesalahan dan permasalahan yang masih kabur. Kesalahan dan permasalahan itu diperbaiki, dijelaskan, dan dikembangkan oleh al-Khawarizmi dalam karya-karya aljabarnya. Oleh sebab itu, tidaklah mengherankan apabila ia dijuluki ”Bapak Aljabar.”&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Bahkan, menurut Gandz, matematikawan Barat dalam bukunya The Source of al-Khawarizmi’s Algebra, al-Khawarizmi lebih berhak mendapat julukan “Bapak Aljabar” dibandingkan dengan Diophantus, karena dialah orang pertama yang mengajarkan aljabar dalam bentuk elementer serta menerapkannya dalam hal-hal yang berkaitan dengannya.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Di bidang ilmu ukur, al-Khawarizmi juga dikenal sebagai peletak rumus ilmu ukur dan penyusun daftar logaritma serta hitungan desimal. Namun, beberapa sarjana matematika Barat, seperti John Napier (1550–1617) dan Simon Stevin (1548–1620), menganggap penemuan itu merupakan hasil pemikiran mereka.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Selain matematika, Al-Khawarizmi juga dikenal sebagai astronom. Di bawah Khalifah Ma’mun, sebuah tim astronom yang dipimpinnya berhasil menentukan ukuran dan bentuk bundaran bumi. Penelitian itu dilakukan di Sanjar dan Palmyra. Hasilnya hanya selisih 2,877 kaki dari ukuran garis tengah bumi yang sebenarnya. Sebuah perhitungan luar biasa yang dapat dilakukan pada saat itu. Al-Khawarizmi juga menyusun buku tentang penghitungan waktu berdasarkan bayang-bayang matahari.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Buku astronominya yang mahsyur adalah Kitab Surah al-Ard (Buku Gambaran Bumi). Buku itu memuat daftar koordinat beberapa kota penting dan ciri-ciri geografisnya. Kitab itu secara tidak langsung mengacu pada buku Geography yang disusun oleh Claudius Ptolomaeus (100–178), ilmuwan Yunani. Namun beberapa kesalahan dalam buku tersebut &amp;nbsp;dikoreksi dan dibetulkan oleh al-Khawarizmi dalam bukunya Zij as-Sindhind sebelum ia menyusun Kitab &amp;nbsp;Surah al-Ard.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Selain ahli di bidang matematika, astronomi, dan geografi, Al-Khawarizmi juga seorang ahli seni musik. Dalam salah satu buku matematikanya, ia menuliskan pula teori seni musik. Pengaruh buku itu sampai ke Eropa dan dianggap sebagai perkenalan musik Arab ke dunia Latin. Dengan meninggalkan karya-karya besarnya sebagai ilmuwan terkemuka dan terbesar pada zamannya, Al-Khawarizmi meninggal pada 262 H/846 M di Baghdad.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Al-Khwarizmi juga dikenal sebagai ahli astronomi yang mendasarkan diri pada pemikiran Ptolemaeus, astronom Iskandariyah yang hidup di abad ke-2 (100-178 M).&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Sumbangan pemikiran penting Al-Khwarizmi di bidang astronomi adalah pedoman penentuan garis lintang dan garis bujur untuk membuat peta, yang lebih akurat dibandingkan dengan temuan Ptolemaeus. Pada tahun wafatnya Al-Khwarizmi (850 M), lahirlah Al-Battani –bernama lengkap Abu Abdallah Mohammad ibn Jabir ibn Sinan al-Raqqi al-Harrani al-Sabi al-Battani.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Di bawah Khalifah Ma’mun, sebuah tim astronom yang dipimpinnya berhasil menentukan ukuran dan bentuk bundaran bumi. Penelitian ini dilakukan di Sanjar dan Palmyra. Hasilnya hanya selisih 2,877 kaki dari ukuran garis tengah bumi yang sebenarnya. Sebuah perhitungan luar biasa yang dapat dilakukan pada saat itu. Al-Khwarizmi juga menyusun buku tentang penghitungan waktu berdasarkan bayang-bayang matahari.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Buah pikir Khwarizmi di bidang geografi juga sangat mengagumkan. Dia tidak hanya merevisi pandangan Ptolemeus dalam geografi tapi malah memperbaiki beberapa bagiannya. Tujuh puluh orang geografer pernah bekerja dibawah kepemimpina Al khwarizmi ketika membuat peta dunia pertama di tahun 830. Ia dikisahkan pernah pula menjalin kerjasama dengan Khalifah Mamun Al-Rashid ketika menjalankan proyek untuk mengetahui volume dan lingkar bumi.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Buku geografinya berjudul Kitab Surat-al-Ard (bentuk rupa bumi) yang memuat peta-peta dunia dan menjadi dasar geografi Arab. Karya tersebut masih tersimpan di Strassberg, Jerman. Bukunya ini telah diterjemahkan kedalam bahasa Inggris.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Setelah al-Khawarizmi meninggal, keberadaan karyanya beralih kepada komunitas Islam. Yaitu, bagaimana cara menjabarkan bilangan dalam sebuah metode perhitungan, termasuk dalam bilangan pecahan; suatu penghitungan Aljabar yang merupakan warisan untuk menyelesaikan persoalan perhitungan dan rumusan yang lebih akurat dari yang pernah ada sebelumnya.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Di dunia Barat, Ilmu Matematika lebih banyak dipengaruhi oleh karya al-Khawarizmi dibanding karya para penulis pada Abad Pertengahan. Masyarakat modern saat ini berutang budi kepada al-Khawarizmi dalam hal penggunaan bilangan Arab. Notasi penempatan bilangan dengan basis 10, penggunaan bilangan irasional dan diperkenalkannya konsep Aljabar modern, membuatnya layak menjadi figur penting dalam bidang Matematika dan revolusi perhitungan di Abad Pertengahan di daratan Eropa. Dengan penyatuan Matematika Yunani, Hindu dan mungkin Babilonia, teks Aljabar merupakan salah satu karya Islam &amp;nbsp;di dunia Internasional.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;i&gt;Eropa Berhutang Kepada Islam.&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Sebelum mengenal peradaban Islam, keadaan negeri-negeri Barat sungguh memprihatin-kan. Dalam bu-ku Sejarah Umum karya Lavis dan Rambon dije-laskan bahwa Inggris Anglo-Saxon pada abad ke-7 M hingga sesu-dah abad ke-10 M merupakan negeri yang tandus, terisolir, kumuh, dan liar. Tempat kediaman dan keamanan manusia tidak lebih baik daripada hewan. Eropa masih penuh dengan hutan-hutan belantara. Mereka tidak mengenal kebersihan. Kotoran hewan dan sampah dapur dibuang di depan rumah sehingga menyebarkan bau-bau busuk. Dan kota terbesar di Eropa penduduk-nya tidak lebih dari 25.000 orang.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Kondisi di atas jauh banget bedanya ama keadaan kota-kota besar Islam pada waktu yang sama. Seperti di kota Cordoba, ibukota Andalus di Spanyol. Cordoba dikelilingi taman-taman hijau. Penduduknya lebih dari satu juta jiwa. Terdapat 900 tempat pemandian, 283.000 rumah penduduk, 80.000 gedung-gedung, 600 masjid, 50 rumah sakit, dan 80 sekolah. Semua penduduknya terpelajar. Karena orang-orang miskin pun menuntut ilmu secara cuma-cuma.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Penemu Desimal yang paling populer kita dengar sebagai matematikawan Arab Muslim yang mempunyai kontribusi terhadap perkembangan matematika adalah Al-Khawarizmi, dikenal sebagai bapak Aljabar, memperkenalkan bilangan nol (0), dan penerjemah karya-karya Yunani kuno. Apakah benar hanya itu kontribusi negeri-negeri timur (khususnya umat Islam) terhadap perkembangan&amp;nbsp;matematika? Kisah angka nol Konsep bilangan nol telah berkembang sejak zaman Babilonia danYunani kuno, yang pada saat itu diartikan sebagai ketiadaan dari sesuatu. Konsep bilangan nol dan sifat-sifatnya terus berkembang dari waktu ke waktu. Hingga pada abad ke-7, Brahmagupta seorang matematikawan India memperkenalkan beberapa sifat bilangan nol.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Sifat-sifatnya adalah suatu bilangan bila dijumlahkan dengan nol adalah tetap, demikian pula sebuah bilangan bila dikalikan dengan nol akan menjadi nol. Tetapi, Brahmagupta menemui kesulitan, dan cenderung ke arah yang salah, ketika berhadapan dengan pembagian oleh bilangan nol. Hal ini terus menjadi topik penelitian pada saat itu, bahkan sampai 200 tahun kemudian. Misalnya tahun 830, Mahavira (India) mempertegas hasil-hasil Brahmagupta, dan bahkan menyatakan bahwa &quot;sebuah bilangan dibagi oleh nol adalah tetap&quot;. Tentu saja ini suatu kesalahan fatal. Tetapi, hal ini tetap harus sangat dihargai untuk ukuran saat itu.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Ide-ide brilian dari matematikawan India selanjutnya dipelajari oleh matematikawan Muslim dan Arab. Hal ini terjadi pada tahap-tahap awal ketika matematikawan Al-Khawarizmi meneliti sistem perhitungan Hindu (India) yang menggambarkan sistem nilai tempat dari bilangan yang melibatkan bilangan 0, 1, 2, 3, 4, 5, 6, 7, 8, dan 9. Al-Khawarizmi adalah yang pertama kali memperkenalkan penggunaan bilangan nol sebagai nilai tempat dalam basis sepuluh. Sistem ini disebut sebagai sistem bilangan desimal.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;KODE ASCII ADALAH Kode Standar Amerika untuk Pertukaran Informasi atau ASCII (American Standard Code for Information Interchange) merupakan suatu standar internasional dalam kode huruf dan simbol seperti Hex dan Unicode tetapi ASCII lebih bersifat universal, contohnya 124 adalah untuk karakter “|”. Ia selalu digunakan oleh komputer dan alat komunikasi lain untuk menunjukkan teks. Kode ASCII sebenarnya memiliki komposisi bilangan biner sebanyak 8 bit. Dimulai dari 00000000 hingga 11111111. Total kombinasi yang dihasilkan sebanyak 256, dimulai dari kode 0 hingga 255 dalam sistem bilangan Desimal.&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;ASCII Table and Description&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&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;http://www.asciitable.com/index/asciifull.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;273&quot; src=&quot;http://www.asciitable.com/index/asciifull.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Extended ASCII Codes&lt;/span&gt;&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;http://www.asciitable.com/index/extend.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;233&quot; src=&quot;http://www.asciitable.com/index/extend.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;(berbagai sumber)&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/12/penemu-angka-desimal-dan-algoritma.html</link><author>noreply@blogger.com (1m4n Cs)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-887316100895448938</guid><pubDate>Thu, 22 Dec 2011 12:40:00 +0000</pubDate><atom:updated>2011-12-22T19:40:07.831+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Aplikasi</category><category domain="http://www.blogger.com/atom/ns#">Featured</category><title>Download Avira Free AntiVir Personal Terbaru</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-Y_MP98-G95o/TvMZUxoDCcI/AAAAAAAAAJs/HCpFUHRUDKo/s1600/1300313489_aviralogo1.png&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; height=&quot;200&quot; src=&quot;http://4.bp.blogspot.com/-Y_MP98-G95o/TvMZUxoDCcI/AAAAAAAAAJs/HCpFUHRUDKo/s200/1300313489_aviralogo1.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Avira AntiVir Personal Antivirus versi gratis / free merupakan solusi yang bisa anda andalkan selain versi premium, yang dapat dengan cepat memindai komputer dari serangan program jahat seperti virus, trojan, backdoor program, hoax, cacing, dll. Setiap aktivitas yang kita lakukan di komputer / laptop, maka Avira AntiVir Personal Free akan bereaksi secepat mungkin ketika sebuah program berbahaya terdeteksi.&lt;br /&gt;&lt;br /&gt;Anda juga tidak perlu ragu untuk mengoprasikan Avira AntiVir Personal Terbaru ini di laptop / komputer anda, sebab pengoprasiannya yang ringan sehingga tidak membebankan kinerja pada komputer / leptop anda.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Fitur terbaru Avira AntiVir Personal Free :&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Mendeteksi dan menghapus lebih dari 150.000 virus&lt;/li&gt;&lt;li&gt;Virus Guard berfungsi untuk memantau pergerakan file secara otomatis, misalnya download data dari internet&lt;/li&gt;&lt;li&gt;Scanning dan perbaikan virus makro&lt;/li&gt;&lt;li&gt;Perlindungan terhadap virus makro yang sebelumnya tidak diketahui&lt;/li&gt;&lt;li&gt;Perlindungan terhadap trojan, worm, backdoors dan program berbahaya lainnya&lt;/li&gt;&lt;li&gt;AntiVir perlindungan terhadap virus, worm dan Trojan&lt;/li&gt;&lt;li&gt;AntiDialer perlindungan terhadap dialer&lt;/li&gt;&lt;li&gt;AntiRootkit perlindungan terhadap rootkit tersembunyi&lt;/li&gt;&lt;li&gt;AntiPhishing perlindungan terhadap phishing&lt;/li&gt;&lt;li&gt;AntiSpyware perlindungan terhadap spyware dan adware&lt;/li&gt;&lt;li&gt;NetbookSupport untuk laptop dengan resolusi rendah&lt;/li&gt;&lt;li&gt;QuickRemoval menghilangkan virus dengan menekan sebuah tombol&lt;/li&gt;&lt;li&gt;Mudah untuk digunakan&lt;/li&gt;&lt;li&gt;Internet-Update Wizard untuk lebih memudahkan kita melakukan update&lt;/li&gt;&lt;li&gt;Perlindungan terhadap virus boot record yang sebelumnya tidak dapat dideteksi oleh virus master boot record.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;Bagi anda yang berminat silahkan download di bawah ini.&lt;br /&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;http://adf.ly/4LULt&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;60&quot; src=&quot;http://3.bp.blogspot.com/-2hoKfqqd9Xo/TvMfSyhCCHI/AAAAAAAAAKQ/fx5ne983jkw/s200/folder_download.png&quot; width=&quot;60&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;a href=&quot;http://www.avira.com/&quot; target=&quot;_blank&quot;&gt;Sumber&lt;/a&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/12/download-avira-free-antivir-personal.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-Y_MP98-G95o/TvMZUxoDCcI/AAAAAAAAAJs/HCpFUHRUDKo/s72-c/1300313489_aviralogo1.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-4274600845641537425</guid><pubDate>Tue, 20 Dec 2011 19:24:00 +0000</pubDate><atom:updated>2011-12-21T02:24:39.905+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">General</category><category domain="http://www.blogger.com/atom/ns#">Nasehat / Motivasi</category><title>Hal Hal yang tidak diketahui anak tentang ayahnya</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-OOozUK8s56Q/Tt_AtcrpegI/AAAAAAAABZE/XeYVWHnPH7E/s1600/father.gif&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;http://3.bp.blogspot.com/-OOozUK8s56Q/Tt_AtcrpegI/AAAAAAAABZE/XeYVWHnPH7E/s400/father.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;1. Ayah ingin anak-anaknya punya lebih banyak kesempatan daripada dirinya, menghadapi lebih sedikit kesulitan, lebih tidak tergantung pada siapapun, dan selalu membutuhkan kehadirannya.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;2. Ayah membiarkan kamu menang dalam permainan ketika kamu masih kecil, tapi dia tidak ingin kamu membiarkannya menang ketika kamu sudah besar.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;3. Ayah tidak ada di album foto keluarga, karena dia yang selalu memotret.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;4. Ayah selalu sedikit sedih ketika melihat anak-anaknya pergi bermain dengan teman-teman mereka. kkarena dia sadar itu adalah akhir masa kecil mereka.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;5. Ayah mulai merencanakan hidupmu ketika tahu bahwa ibumu hamil (mengandungmu), tapi begitu kamu lahir, ia mulai membuat revisi.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;6. Ayah membantu membuat impianmu jadi kenyataan bahkan diapun bisa meyakinkanmu untuk melakukan hal-hal yang mustahil, seperti berenang di air setelah ia melepaskannya.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;7. Ayah mungkin tidak tahu jawaban segala sesuatu, tapi ia membantu kamu mencarinya.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;8. Ayah mungkin tampak galak di matamu, tetapi di mata teman-temanmu dia tampak baik dan menyayangi.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;9. Ayah lambat mendapat teman, tapi dia bersahabat seumur hidup.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;10. Ayah benar-benar senang membantu seseorang, tapi ia sukar meminta bantuan.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;11. Ayah di dapur. Membuat dan memasak seperti penjelajahan ilmiah. Dia punya rumus-rumus dan formula racikannya sendiri, dan hanya dia sendiri yang mengerti bagaimana menyelesaikan persamaan-persamaan rumit itu. Dan hasilnya?... .mmmmhhh...&quot;tidak terlalu mengecewakan&quot; ^_~&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;12. Ayah paling tahu bagaimana mendorong ayunan cukup tinggi untuk membuatmu senang tapi tidak takut.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;13. Ayah akan sangat senang membelikanmu makanan selepas ia pulang kerja, walaupun dia tak dapat sedikitpun bagian dari makanan itu.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;14. Ayah selalu berdoa agar kita menjadi orang yang sukses di dunia dan akhirat, walaupun kita jarang bahkan jarang sekali mendoakannya.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;15. Ayah akan memberimu tempat duduk terbaik dengan mengangkatmu dibahunya, ketika pawai lewat.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;16. Ayah tidak akan memanjakanmu ketika kamu sakit, tapi ia tidak akan tidur semalaman. Siapa tahu kamu membutuhkannya.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;17. Ayah percaya orang harus tepat waktu. Karena itu dia selalu lebih awal menunggumu.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;18. Ia akan melupakan apa yang ia inginkan, agar bisa memberikan apa yang kamu butuhkan.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;19. Ia menghentikan apa saja yang sedang dikerjakannya, kalau kamu ingin bicara.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;20. Ia selalu berfikir dan bekerja keras untuk membayar uang sekolahmu tiap semester, meskipun kamu tidak pernah memikirkannya, bagaimana ia mendapatkannya.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;21. Ayah mengangkat beban berat dari bahumu dengan merengkuhkan tangannya disekeliling beban itu.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;22. Ayah akan berkata, &quot;Tanyakan saja pada ibumu,&quot; ketika ia ingin berkata, &quot;Tidak&quot;.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;23. Ayah tidak pernah marah, tetapi mukanya akan sangat merah padam ketika anak gadisnya menginap di rumah teman tanpa izin.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;24. Dan diapun hampir tidak pernah marah, kecuali ketika anak lelakinya kepergok menghisap rokok dikamar mandi.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;25. Ayah mengatakan, tidak apa-apa mengambil sedikit resiko asal kamu sanggup kehilangan apa yang kamu harapkan.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;26. Pujian terbaik bagi seorang ayah adalah ketika dia melihatmu melakukan sesuatu hal yang baik persis seperti caranya.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;27. Ayah lebih bangga pada prestasimu, daripada prestasinya sendiri.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;28. Ayah hanya akan menyalamimu ketika pertama kali kamu pergi merantau meningalkan rumah, karena kalau dia sampai memeluk mungkin ia tidak akan pernah bisa melepaskannya.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;29. Ayah tidak suka meneteskan air mata. Ketika kamu lahir dan dia mendengar kamu menangis untuk pertama kalinya, dia sangat senang sampai-sampai keluar air dari matanya (ssst..tapi sekali lagi ini bukan menangis).&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;30. Ketika kamu masih kecil, ia bisa memelukmu untuk mengusir rasa takutmu...ketika kau mimpi akan dibunuh monster...&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;31. Tapi, ternyata dia bisa menangis dan tidak bisa tidur sepanjang malam, ketika anak gadis kesayangannya di rantau tak memberi kabar selama hampir satu bulan.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;32. Ayah pernah berkata, &quot;Kalau kau ingin mendapatkan pedang yang tajam dan berkualitas tinggi, janganlah mencarinya dipasar apalagi tukang loak, tapi datang dan pesanlah langsung dari pandai besinya. Begitupun dengan cinta dan teman dalam hidupmu, jika kau ingin mendapatkan cinta sejatimu kelak, maka minta dan pesanlah pada Yang Menciptakannya&quot;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;33. Untuk masa depan anak lelakinya Ayah berpesan, &quot;Jadilah lebih kuat dan tegar daripadaku, pilihlah ibu untuk anak-anakmu kelak wanita yang lebih baik dari ibumu, berikan yang lebih baik untuk menantu dan cucu-cucuku, daripada apa yang yang telah ku beri padamu&quot;.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;34. Dan untuk masa depan anak gadisnya ayah berpesan, &quot;Jangan cengeng meski kau seorang wanita, jadilah selalu bidadari kecilku dan bidadari terbaik untuk ayah anak-anakmu kelak. Laki-laki yang lebih bisa melindungimu melebihi p*dungan Ayah, tapi jangan pernah kau gantikan posisi Ayah di hatimu&quot;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;35. Ayah bersikeras, bahwa anak-anakmu kelak harus bersikap lebih baik daripada kamu dulu.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;36. Ayah bisa membuatmu percaya diri, karena ia percaya padamu.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;37. Ayah tidak mencoba menjadi yang terbaik, tapi dia hanya mencoba melakukan yang terbaik.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;a href=&quot;http://belajar-cracking.blogspot.com/&quot; target=&quot;_blank&quot;&gt;Sumber&lt;/a&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/12/hal-hal-yang-tidak-diketahui-anak.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-OOozUK8s56Q/Tt_AtcrpegI/AAAAAAAABZE/XeYVWHnPH7E/s72-c/father.gif" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-5664440411256976071</guid><pubDate>Tue, 20 Dec 2011 15:36:00 +0000</pubDate><atom:updated>2011-12-21T00:21:58.777+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Cracking</category><category domain="http://www.blogger.com/atom/ns#">Featured</category><category domain="http://www.blogger.com/atom/ns#">Hacking</category><category domain="http://www.blogger.com/atom/ns#">Linux</category><category domain="http://www.blogger.com/atom/ns#">Oprating System</category><category domain="http://www.blogger.com/atom/ns#">Tips n Trick</category><category domain="http://www.blogger.com/atom/ns#">Tutorial</category><category domain="http://www.blogger.com/atom/ns#">Video</category><title>Backtrack - Kumpulan Video Tutorials</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-K1gfOGr1-JE/TstqX67m1sI/AAAAAAAAAMs/D0seVs2HCkM/s1600/images.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; height=&quot;192&quot; src=&quot;http://3.bp.blogspot.com/-K1gfOGr1-JE/TstqX67m1sI/AAAAAAAAAMs/D0seVs2HCkM/s320/images.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Kalau Ngomongin hacking menggunakan Linux, gak lengkap rasanya klo kita gak ngebahas tentang “Backtrack”. Salah satu distro linux yang merupakan turunan dari slackware ini telah merilis versi terbarunya, yaitu Linux Backtrack 5 R1. Buat yang baru kenal sama distro Linux yang satu ini dan pengen mengetahuinya lebih dekat asal usulnya, baca aja &lt;a href=&quot;http://jm-community--aneuk-nanggroe.blogspot.com/2011/11/apa-itu-linux.html&quot; style=&quot;text-align: justify;&quot; target=&quot;_blank&quot;&gt;disini&lt;/a&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;....&lt;/span&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Oke, kali ini saya mau share video Tutorial Hacking menggunakan Linux Backtrack “gratis” gak pake&#39; bayar om.... tapi anda harus sedikit melakukan perjuangan untuk bisa mendapatkannya, dikarenakan ukuran file yang akan saya bagikan ini lumayan besar, lebih kurang mencapai 6,3 GB. lumayan bisa bikin kita seuuudeeeee nungguinnya......&amp;nbsp;&lt;a href=&quot;http://www.blogger.com/post-edit.g?blogID=8959116193818564219&amp;amp;postID=5664440411256976071#&quot; style=&quot;background-color: #; color: #a31209; font-family: arial, serif; font-size: 12px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-center; text-decoration: none;&quot;&gt;&lt;img alt=&quot;joint.gif&quot; border=&quot;0&quot; class=&quot;image&quot; height=&quot;25&quot; src=&quot;http://www.emoticons.gr/albums/uploads/my%20emoticons/joint.gif&quot; style=&quot;border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; width=&quot;50&quot; /&gt;&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://www.emoticons.gr/displayimage-toprated-0-2.html&quot; style=&quot;background-color: #; color: #a31209; font-family: arial, serif; font-size: 12px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-center; text-decoration: none;&quot;&gt;&lt;img alt=&quot;dance2.gif&quot; border=&quot;0&quot; class=&quot;image&quot; height=&quot;25&quot; src=&quot;http://www.emoticons.gr/albums/uploads/kolobok/light/dance2.gif&quot; style=&quot;border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; title=&quot;Filename=dance2.gif Filesize=5KB Dimensions=42x25 Date added=Jun 16, 2007&quot; width=&quot;42&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.emoticons.gr/displayimage-toprated-0-2.html&quot; style=&quot;background-color: #; color: #a31209; font-family: arial, serif; font-size: 12px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-center; text-decoration: none;&quot;&gt;&lt;img alt=&quot;dance2.gif&quot; border=&quot;0&quot; class=&quot;image&quot; height=&quot;25&quot; src=&quot;http://www.emoticons.gr/albums/uploads/kolobok/light/dance2.gif&quot; style=&quot;border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; title=&quot;Filename=dance2.gif Filesize=5KB Dimensions=42x25 Date added=Jun 16, 2007&quot; width=&quot;42&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.emoticons.gr/displayimage-toprated-0-2.html&quot; style=&quot;background-color: #; color: #a31209; font-family: arial, serif; font-size: 12px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-center; text-decoration: none;&quot;&gt;&lt;img alt=&quot;dance2.gif&quot; border=&quot;0&quot; class=&quot;image&quot; height=&quot;25&quot; src=&quot;http://www.emoticons.gr/albums/uploads/kolobok/light/dance2.gif&quot; style=&quot;border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; title=&quot;Filename=dance2.gif Filesize=5KB Dimensions=42x25 Date added=Jun 16, 2007&quot; width=&quot;42&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Tapi oom gak perlu ragu untuk mendownloadnya, karna saya sudah membaginya dalam beberapa bagian (part), Seeeeeeeeddddddeeeeeeeeepppppppp…. &amp;nbsp;&lt;a href=&quot;http://www.emoticons.gr/displayimage-toprated-0-71.html&quot; style=&quot;background-color: #; color: #a31209; font-family: arial, serif; font-size: 12px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-center; text-decoration: none;&quot;&gt;&lt;img alt=&quot;h029.gif&quot; border=&quot;0&quot; class=&quot;image&quot; height=&quot;18&quot; src=&quot;http://www.emoticons.gr/albums/uploads/Yahoo/old/h029.gif&quot; style=&quot;border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; title=&quot;Filename=h029.gif Filesize=2KB Dimensions=32x18 Date added=Dec 12, 2007&quot; width=&quot;32&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Adapun Teknik2 yang dibahas dalam tutorial video ini adalah sebagai berikut :&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Episode 1 – Network Hacking – Arp Poisoning&lt;/li&gt;&lt;li&gt;Episode 2 – Wireless Hacking – Cracking WEP&lt;/li&gt;&lt;li&gt;Episode 3 – Wireless Hacking – DeAuth&lt;/li&gt;&lt;li&gt;Episode 5 – Lock Picking – Bump Key&lt;/li&gt;&lt;li&gt;Episode 6 – Phone Phreaking – Beige Box&lt;/li&gt;&lt;li&gt;Episode 7 – Phone Phreaking/Network Hacking – Sniffing VOIP&lt;/li&gt;&lt;li&gt;Episode 8 – Lock Picking – DIY Padlock Shims&lt;/li&gt;&lt;li&gt;Episode 9 – Lock Picking – Mult-Disc Combo Locks&lt;/li&gt;&lt;li&gt;Episode 10 – Hacking Basics – MD5&lt;/li&gt;&lt;li&gt;Episode 11 – Website Hacking – Sql Injection&lt;/li&gt;&lt;li&gt;Episode 12 – Hacking Basics – Backtrack&lt;/li&gt;&lt;li&gt;Episode 13 – Website Hacking – XSS&lt;/li&gt;&lt;li&gt;Episode 14 – Staying Secure – SSH Tunnel&lt;/li&gt;&lt;li&gt;Episode 15 – Modding – Xbox Softmod&lt;/li&gt;&lt;li&gt;Episode 16 – Wireless Hacking – Cracking WPA&lt;/li&gt;&lt;li&gt;Episode 17 – Triple Boot – Windows, Backtrack, &amp;amp; Ubuntu&lt;/li&gt;&lt;li&gt;Episode 18 – Local Password Cracking&lt;/li&gt;&lt;li&gt;Episode 19 – Lock Picking Basics&lt;/li&gt;&lt;li&gt;Episode 20 – Ettercap&lt;/li&gt;&lt;li&gt;Episode 21 – XSS Tunnel&lt;/li&gt;&lt;li&gt;Episode 22 – Playstation 2 Softmod&lt;/li&gt;&lt;li&gt;Episode 23 – Cracking WEP Update&lt;/li&gt;&lt;li&gt;Episode 24 – Bypass Hotspot’s Access Controls&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Underground – Install Backtrack 3 on USB&lt;/li&gt;&lt;li&gt;Underground – CSRF(Cross Site Request Forgery)&lt;/li&gt;&lt;li&gt;Underground – Alternate Data Streams&lt;/li&gt;&lt;li&gt;Underground – Local File Inclusion&lt;/li&gt;&lt;li&gt;Underground – Windows Privilege Escalation&lt;/li&gt;&lt;li&gt;Underground – Bluetooth Hacking&lt;/li&gt;&lt;li&gt;Underground – VMWare&lt;/li&gt;&lt;li&gt;Underground – Fix Google Mail Enumerator&lt;/li&gt;&lt;li&gt;Underground – Home Made Lock Picks&lt;/li&gt;&lt;li&gt;Underground – Downfalls of Anti-Virus Software Part 2&lt;/li&gt;&lt;li&gt;Underground – Downfalls of Anti-Virus Software&lt;/li&gt;&lt;li&gt;Underground – Evilgrade&lt;/li&gt;&lt;li&gt;Underground – Trojan Basics&lt;/li&gt;&lt;li&gt;Underground – Manipulating Windows User Accounts&lt;/li&gt;&lt;li&gt;Underground – Combine Files&lt;/li&gt;&lt;li&gt;Underground – Password Phishing&lt;/li&gt;&lt;li&gt;Underground – Windows SMB Relay Exploit&lt;/li&gt;&lt;li&gt;Underground – Application Patching&lt;/li&gt;&lt;li&gt;Underground – Metasploit Autopwn&lt;/li&gt;&lt;li&gt;Underground – Email Spoofing&lt;/li&gt;&lt;li&gt;Underground – Introduction&lt;/li&gt;&lt;li&gt;Extracting Database Information from Information_Schema&lt;/li&gt;&lt;li&gt;FPGA MD5 Cracker&lt;/li&gt;&lt;li&gt;Arduino ARP Cop&lt;/li&gt;&lt;li&gt;Email Injection&lt;/li&gt;&lt;li&gt;Ping of Death&lt;/li&gt;&lt;li&gt;DNS Spoofing with Virtual Hosts&lt;/li&gt;&lt;li&gt;Bypass Cisco Clean Access &amp;amp; Cisco NAC Appliance&lt;/li&gt;&lt;li&gt;Dual Boot – Windows &amp;amp; Backtrack&lt;/li&gt;&lt;li&gt;Sql Injection Challenge How-to&lt;/li&gt;&lt;li&gt;How to use Intel Pro/Wireless 3945ABG in Backtrack 2&lt;/li&gt;&lt;li&gt;Local Privilege Escalation Vulnerability in Cisco VPN Client&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Silahkan Download disini:&lt;br /&gt;&lt;br /&gt;Melalui&amp;nbsp;FILESONIC :&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;a href=&quot;http://www.filesonic.com/file/1461012044/Backtrack&quot; target=&quot;_blank&quot;&gt;Part1&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://www.filesonic.com/file/1461011824/Backtrack&quot; target=&quot;_blank&quot;&gt;Part2&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://www.filesonic.com/file/1461011834/Backtrack&quot; target=&quot;_blank&quot;&gt;Part3&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://www.filesonic.com/file/1461024374/Backtrack&quot; target=&quot;_blank&quot;&gt;Part4&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://www.filesonic.com/file/1461024404/Backtrack&quot; target=&quot;_blank&quot;&gt;Part5&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://www.filesonic.com/file/1461024754/Backtrack&quot; target=&quot;_blank&quot;&gt;Part6&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://www.filesonic.com/file/1461046754/Backtrack&quot; target=&quot;_blank&quot;&gt;Part7&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://www.filesonic.com/file/1461046684/Backtrack&quot; target=&quot;_blank&quot;&gt;Part8&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://www.filesonic.com/file/1461047114/Backtrack&quot; target=&quot;_blank&quot;&gt;Part9&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://www.filesonic.com/file/1461063924/Backtrack&quot; target=&quot;_blank&quot;&gt;Part10&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://www.filesonic.com/file/1461063944/Backtrack&quot; target=&quot;_blank&quot;&gt;Part11&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://www.filesonic.com/file/1461064444/Backtrack&quot; target=&quot;_blank&quot;&gt;Part12&lt;/a&gt;,&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&lt;a href=&quot;http://www.filesonic.com/file/1461085304/Backtrack&quot; target=&quot;_blank&quot;&gt;Part13&lt;/a&gt;,&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;a href=&quot;http://www.filesonic.com/file/1461084294/Backtrack&quot; target=&quot;_blank&quot;&gt;Part14&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://www.filesonic.com/file/1461080624/Backtrack&quot; target=&quot;_blank&quot;&gt;Part15&lt;/a&gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Melalui WUPLOAD :&lt;br /&gt;&lt;div style=&quot;font-style: italic; font-weight: bold;&quot;&gt;&lt;a href=&quot;http://www.wupload.com/file/59282680/Backtrack&quot; target=&quot;_blank&quot;&gt;Part1&lt;/a&gt;, &lt;a href=&quot;http://www.wupload.com/file/59282993/Backtrack&quot; target=&quot;_blank&quot;&gt;Part2&lt;/a&gt;, &lt;a href=&quot;http://www.wupload.com/file/59282669/Backtrack&quot; target=&quot;_blank&quot;&gt;Part3&lt;/a&gt;, &lt;a href=&quot;http://www.wupload.com/file/59282996/Backtrack&quot; target=&quot;_blank&quot;&gt;Part4&lt;/a&gt;, &lt;a href=&quot;http://www.wupload.com/file/59283190/Backtrack&quot; target=&quot;_blank&quot;&gt;Part5&lt;/a&gt;, &lt;a href=&quot;http://www.wupload.com/file/59282992/Backtrack&quot; target=&quot;_blank&quot;&gt;Part6&lt;/a&gt;, &lt;a href=&quot;http://www.wupload.com/file/59282678/Backtrack&quot; target=&quot;_blank&quot;&gt;Part7&lt;/a&gt;, &lt;a href=&quot;http://www.wupload.com/file/59282672/Backtrack&quot; target=&quot;_blank&quot;&gt;Part8&lt;/a&gt;, &lt;a href=&quot;http://www.wupload.com/file/59283179/Backtrack&quot; target=&quot;_blank&quot;&gt;Part9&lt;/a&gt;, &lt;a href=&quot;http://www.wupload.com/file/59283192/Backtrack&quot; target=&quot;_blank&quot;&gt;Part10&lt;/a&gt;, &lt;a href=&quot;http://www.wupload.com/file/59285778/Backtrack&quot; target=&quot;_blank&quot;&gt;Part11&lt;/a&gt;, &lt;a href=&quot;http://www.wupload.com/file/59285537/Backtrack&quot; target=&quot;_blank&quot;&gt;Part12&lt;/a&gt;, &lt;a href=&quot;http://www.wupload.com/file/59285534/Backtrack&quot; target=&quot;_blank&quot;&gt;Part13&lt;/a&gt;,&lt;/div&gt;&lt;div style=&quot;font-style: italic; font-weight: bold;&quot;&gt;&lt;a href=&quot;http://www.wupload.com/file/59285532/Backtrack&quot; target=&quot;_blank&quot;&gt;Part14&lt;/a&gt;, &lt;a href=&quot;http://www.wupload.com/file/59284243/Backtrack&quot; target=&quot;_blank&quot;&gt;Part15&lt;/a&gt;&amp;nbsp;&lt;/div&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;GOOD LUCK....!!!!!!!!!!!!!!!! &amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;a href=&quot;http://www.emoticons.gr/displayimage-toprated-0-292.html&quot; style=&quot;background-color: #; color: #a31209; font-family: arial, serif; font-size: 12px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-center; text-decoration: none;&quot;&gt;&lt;img alt=&quot;Emoticon30.gif&quot; border=&quot;0&quot; class=&quot;image&quot; height=&quot;49&quot; src=&quot;http://www.emoticons.gr/albums/uploads/smiley%20central/smaller/Emoticon30.gif&quot; style=&quot;border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot; title=&quot;Filename=Emoticon30.gif Filesize=14KB Dimensions=50x49 Date added=May 04, 2008&quot; width=&quot;50&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;i&gt;&lt;a href=&quot;http://adf.ly/4Jimx&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Sumber&lt;/span&gt;&lt;/a&gt;&lt;/i&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/12/backtrack-kumpulan-video-tutorials.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-K1gfOGr1-JE/TstqX67m1sI/AAAAAAAAAMs/D0seVs2HCkM/s72-c/images.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-4588735014503396545</guid><pubDate>Mon, 19 Dec 2011 11:31:00 +0000</pubDate><atom:updated>2011-12-20T01:26:31.282+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">General</category><category domain="http://www.blogger.com/atom/ns#">Nasehat / Motivasi</category><title>Jangan Ragu Jika Ingin Maju</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-wZ3wZC4Hoog/TtOrdVmkSzI/AAAAAAAABUs/r0-nN6REVZE/s640/hwi_take_action.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-wZ3wZC4Hoog/TtOrdVmkSzI/AAAAAAAABUs/r0-nN6REVZE/s1600/hwi_take_action.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Banyak diantara kita yang punya “hobby” belajar tapi rasanya kok hidup belum menunjukan perubahan berarti. Berapa banyak buku yang sudah Anda baca, berapa kali sudah Anda pergi ke seminar, berapa kali Anda diminta untuk segera take action tapi sampai detik ini Anda masih belum bergerak. Jangan Merasa bersalah? &amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&quot;The possibilities are numerous once we decide to act and not react.&quot; (George Bernard Shaw)&lt;/i&gt; Menurut beliau, &quot;begitu kita berhenti berpikir dan segera bertindak kita membuka diri terhadap kesempatan yang jumlahnya banyak sekali, bahkan melebihi dugaan kita. Namun problemnya adalah seakan-akan kita tidak punya alasan yang cukup kuat kenapa kita harus mengambil tindakan&quot;.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Berikut tiga alasan utama yang harus Anda pertimbangan ketika Anda ragu-ragu untuk bertindak :&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;1. Hanya Anda yang bisa take action, bukan orang lain&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Kalau Anda ditanya, “Siapa yang menjalankan hidup Anda?”, jawabnya pasti mudah: “Anda sendiri!”. Artinya Anda bertanggung jawab atas hidup Anda sendiri, bukan orang lain. Anda memiliki kekuatan untuk mengendalikan dan bahkan meningkatkan kualitas hidup Anda karena Anda sendirilah pilot pesawat hidup Anda.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Kalau Anda punya rencana bisnis, karir, atau rencana untuk merubah hidup maka Anda ingin menyadari bahwa tidak ada orang lain yang akan take the first action, kecuali Anda sendiri. Anda bisa mendapatkan bantuan dari keluarga, teman, buku, blog. Tapi tindakan harus diambil oleh Anda sendiri. Hidup Anda adalah tanggung jawab Anda. Buatlah pilihan dan keputusan yang membawa kebaikan bagi Anda sendiri.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;2. Terapkan pengetahuan yang Anda miliki&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Pastinya kalau Anda membaca artikel ini Anda seorang pencari ilmu di Internet. Barangkali Anda sudah membaca banyak buku dan blog. Anda mungkin merasa pengetahuan Anda sekarang bertambah. Tidak ada salahnya dengan itu. Saya sendiri mempunyai kebiasan membaca paling tidak 10 halaman sehari. Waktu bagi saya sangat berharga oleh karena itu saya sangat jarang sekali menonton televisi.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Lebih dari itu saya percaya bahwa mengumpulkan pengetahuan tidak bisa menggantikan action. Anda bisa membaca puluhan buku, namun apabila Anda tidak mempraktekkan apa yang Anda pelajari dari buku-buku itu semua pengetahuan yang Anda miliki bisa sia-sia belaka. Menghadiri pelatihan atau seminar membantu Anda untuk memperoleh inspirasi. Barangkali Anda menjadi bersemangat untuk take action. Semangat ini ingin Anda tindak lanjutin dengan mengambil tindakan nyata dimana Anda betul-betul menerapkan pengetahuan yang Anda miliki.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;3. Menjadi lebih pandai dengan mengerjakan&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Ada ungkapan “you learn by doing” yang artinya pengetahuan Anda menjadi bertambah seiring Anda menerapkannya dalam tindakan nyata. Apabila Anda seorang yang haus pengetahuan, Anda akan terpacu untuk bereksperimen dengan pengetahuan yang Anda miliki dengan menerapkannya di kehidupan sehari-hari. Dengan menerapkan pengetahuan Anda menjadi semakin pintar dengan memahami hal-hal apa yang cocok bagi Anda dan mana yang tidak.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Dengan mengerjakan Anda barangkali menjadi tahu kalau metode yang Anda baca di buku ternyata lebih rumit ketika dipraktekkan. Hal ini memacu Anda untuk memperbaiki metode tersebut dengan cara yang sesuai dengan kondisi lingkungan disekitar Anda. Pengalaman adalah guru yang terbaik. Melalui pengalaman Anda menemukan hal-hal baru dan membuktikan sendiri apa yang selama ini dikatakan oleh guru, mentor, pelatih dll. Inilah yang ingin Anda peroleh. Secara analogi: orang lain boleh saja mendeskripsikan bagaimana rasanya apel, tapi untuk merasakan buah apel itu Anda harus makan buahnya sendiri. Sampai Anda merasakan semua sensasinya: segar, manis, asem, berair, dll.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Semoga artikel ini memberikan inspirasi bagi Anda untuk mempraktekkan ide, gagasan, dan pengetahuan yang Anda miliki untuk perbaikan kualitas diri Anda. Hanya dengan take action hidup Anda bisa berubah dan Anda pun menjadi pribadi yang membanggakan bagi diri sendiri dan orang lain.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://www.4shared.com/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Sumber&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/12/jangan-ragu-jika-ingin-maju.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-wZ3wZC4Hoog/TtOrdVmkSzI/AAAAAAAABUs/r0-nN6REVZE/s72-c/hwi_take_action.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-7035529609907942901</guid><pubDate>Mon, 19 Dec 2011 10:37:00 +0000</pubDate><atom:updated>2011-12-20T01:18:53.964+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Featured</category><category domain="http://www.blogger.com/atom/ns#">Tutorial</category><title>Mempercepat Koneksi Modem SmartFren dengan Open DNS</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-53mtUHyQwzk/TtIMnhkkTII/AAAAAAAAA9I/0Fh1UUE91No/s1600/modem_smartfren.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: justify;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;312&quot; src=&quot;http://2.bp.blogspot.com/-53mtUHyQwzk/TtIMnhkkTII/AAAAAAAAA9I/0Fh1UUE91No/s320/modem_smartfren.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Jika anda memiliki modem smartfren, dan ingin mendapatkan koneksi internet cepat, kita bisa menggunakan DNS Server alternatif.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Berikut DNS yang bisa digunakan pada modem smart :&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;(1). Google Public DNS&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;a). Untuk Preferred DNS server isikan dengan DNS servers: 8.8.8.8 ( tulis dengan 008.008.008.008 )&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;b). Untuk Alternate DNS server isikan dengan DNS servers: 8.8.4.4 ( tulis dengan 008.008.004.004 ).&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;(2). OpenDNS&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;a). Untuk Preferred DNS server isikan dengan DNS servers: 208.67.222.222 ( tulis dengan 208.067.222.222 )&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;b). Untuk Alternate DNS server isikan dengan DNS servers: 208.67.220.220 ( tulis dengan 208.067.220.220 )&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;(3). Level 3&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;a). Untuk Preferred DNS server isikan dengan DNS servers: 4.2.2.1 ( tulis dengan 004.002.002.001 )&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;b). Untuk Alternate DNS server isikan dengan DNS servers: 4.2.2.2 ( tulis dengan 004.002.002.002 )&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Buka tab setting pada user interface modem anda, dan masukkan salah satu settingan DNS di atas, mudah2an bisa menbantu anda mendapatkan layanan internet cepat&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://adf.ly/4ImQS&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Sumber&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/12/mempercepat-koneksi-modem-smartfren.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-53mtUHyQwzk/TtIMnhkkTII/AAAAAAAAA9I/0Fh1UUE91No/s72-c/modem_smartfren.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-436775256813297704</guid><pubDate>Fri, 16 Dec 2011 03:20:00 +0000</pubDate><atom:updated>2011-12-17T14:05:10.139+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">General</category><category domain="http://www.blogger.com/atom/ns#">Nasehat / Motivasi</category><title>Khusus untuk para pemalas, Nih, baik untuk kita</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-zV3Xoz53Chk/Ts1whMHGJYI/AAAAAAAABRs/vw73o_SkjEo/s1600/pemalas.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;316&quot; src=&quot;http://4.bp.blogspot.com/-zV3Xoz53Chk/Ts1whMHGJYI/AAAAAAAABRs/vw73o_SkjEo/s400/pemalas.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Khusus untuk para pemalas (seperti saya), &amp;nbsp;Nih, baik untuk kita...&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Setiap orang sukses mempunyai satu resep yang sama. Lakukan hari ini atau tidak sama sekali. Saya sering melihat orang-orang besar yang menjadi besar mulai dari nol. From zero to hero. Karena mereka melakukan hal di bawah ini&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Anda tidak pernah mendengar orang sukses berkata..nanti saja ah, besok aja. Yang ada jika bisa melakukan hari ini kenapa tidak hari ini atau detik ini.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Satu-satunya cara untuk membuat anda gagal adalah lakukan saja besok dan saya Pastikan anda Gagal.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Tidak setiap orang di dunia ini mampu lho. Sifat malas itu harus anda buang karena anda tidak bisa sukses jika anda mengatakan besok.&amp;nbsp;Sudah ada ribuan bahkan jutaan orang gagal ketika mengatakan saya akan melakukannya besok.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Salah satu buktinya, matikan monitor komputer lalu lihat dalam kegelapan. Jika ada bayangan orang itulah salah satu orang yang gagal. Maaf , Anda MENGERTI? Sahabat ,Pikirkan baik-baik anda tidak sedang hidup selama-lamanya. Jika anda berkata besok maka kemunginan besok anda sudah mati. Dan anda tidak sempat melakukan apa yang ingin anda lakukan besok.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Kesuksesan seseorang tidak terjadi esok hari tapi pada hari ini. Inilah alasan super penting Mengapa anda harus melakukannya hari ini. Apa pun yang anda kerjakan mulailah pada hari ini. Lakukanlah, maka esok hari anda sudah berhasil.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Orang tidak akan pernah mencapai ke planet mars jika mereka belum pernah ke bulan. Neil amstrong juga tidak akan pernah ke bulan jika columbus tidak berusaha menyeberangi samudra yang dulu dianggap batas dunia. Columbus tidak akan pernah sampai ke Amerika jika dulu Nabi Adam tidak pernah melangkahkan kakinya ke bumi ini.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Saya sih ingin melakukannya, Tapi saya malas bukan main? Bagaimana cara mengatasi malas ini?&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Saran&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Buka kamus bahasa Inggris anda dan lihat apa bahasa inggrisnya malas. Jika sudah ketemu jangan dihapal..segera coret pakai bolpen. Lalu berteriak sekencang-kencangnya saya Tidak tahu siapa itu malas, yang saya tahu saya ingin berbuat sesuatu untuk untuk meraih cita-cita.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Mengertilah wahai sahabat, Albert Einsten memang mengatakan bahwa waktu itu adalah relatif. Artinya 1 detik di Planet X bisa jadi 1000 tahun dibumi. Tapi arah waktu di planet X selalu sama dengan bumi, selalu ke depan. Dengan kata lain anda tidak bisa kembali ke masa lalu. Maka dari itu jangan berharap orang menemukan mesin waktu dan anda kembali ke masa lalu dan memperbaiki kesalahan anda.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;YA satu-satunya cara mengatasi malas adalah anda harus sadar bahwa waktu tidak akan PERNAH KEMBALI. Yang bisa anda lakukan adalah Lakukan hari ini atau tidak sama sekali&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://www.kaskus.us/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Sumber&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/12/khusus-untuk-para-pemalas-nih-baik.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-zV3Xoz53Chk/Ts1whMHGJYI/AAAAAAAABRs/vw73o_SkjEo/s72-c/pemalas.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-3626816611887317992</guid><pubDate>Tue, 13 Dec 2011 18:19:00 +0000</pubDate><atom:updated>2011-12-14T01:19:24.317+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Aplikasi</category><category domain="http://www.blogger.com/atom/ns#">Featured</category><category domain="http://www.blogger.com/atom/ns#">Linux</category><category domain="http://www.blogger.com/atom/ns#">Oprating System</category><title>40 best free Android apps</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://cdn.mos.techradar.com//classifications/gadgets/phones/mobile-phones/Android/free-android-apps/androidify_crop-218-85.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: justify;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://cdn.mos.techradar.com//classifications/gadgets/phones/mobile-phones/Android/free-android-apps/androidify_crop-218-85.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;OK, so the Android Market is more akin to Lidl or Asda than the iPhone&#39;s enormous, indulgent Selfridges-at-Christmas time approach, but the open source nature of Google&#39;s OS means there are plenty of apps for Android to be found.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;And best of all, most of the good stuff on Android is free, thanks to the work of developers who do it for love alone. So here&#39;s our pick of the top free Android apps you should install.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;You can also check out our video of the top 10 free Android games&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0&quot; height=&quot;236&quot; id=&quot;flashObj&quot; width=&quot;420&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://c.brightcove.com/services/viewer/federated_f9?isVid=1&amp;isUI=1&quot; /&gt;&lt;param name=&quot;bgcolor&quot; value=&quot;#FFFFFF&quot; /&gt;&lt;param name=&quot;flashVars&quot; value=&quot;videoId=971998862001&amp;playerID=831083835001&amp;playerKey=AQ~~,AAAAukWyYDk~,FRklaGkzuHj0FGTHXTGMnbUV05Ybsbmz&amp;domain=embed&amp;dynamicStreaming=true&quot; /&gt;&lt;param name=&quot;base&quot; value=&quot;http://admin.brightcove.com&quot; /&gt;&lt;param name=&quot;seamlesstabbing&quot; value=&quot;false&quot; /&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;swLiveConnect&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot; /&gt;&lt;embed src=&quot;http://c.brightcove.com/services/viewer/federated_f9?isVid=1&amp;isUI=1&quot; bgcolor=&quot;#FFFFFF&quot; flashVars=&quot;videoId=971998862001&amp;playerID=831083835001&amp;playerKey=AQ~~,AAAAukWyYDk~,FRklaGkzuHj0FGTHXTGMnbUV05Ybsbmz&amp;domain=embed&amp;dynamicStreaming=true&quot; base=&quot;http://admin.brightcove.com&quot; name=&quot;flashObj&quot; width=&quot;420&quot; height=&quot;236&quot; seamlesstabbing=&quot;false&quot; type=&quot;application/x-shockwave-flash&quot; allowFullScreen=&quot;true&quot; allowScriptAccess=&quot;always&quot; swLiveConnect=&quot;true&quot; pluginspage=&quot;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;1. Seesmic&lt;br /&gt;&lt;br /&gt;There are many Twitter apps on Android - and Twitter itself shook up the scene with the launch of its own-brand app recently - but we&#39;re sticking with &lt;a href=&quot;https://market.android.com/details?id=com.seesmic&quot; target=&quot;_blank&quot;&gt;Seesmic&lt;/a&gt;. Offering support for multiple accounts, a home page widget showing latest tweets and an incredibly slick and professional design, it&#39;s one of the finest examples of app development out there today.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/seesmic-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/seesmic-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;2. Facebook for Android&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://market.android.com/details?id=com.facebook.katana&quot; target=&quot;_blank&quot;&gt;Facebook for Android&lt;/a&gt; is lacking in features compared to Facebook itself, but a recent update added Inbox support to the Android app, finally allowing its users to communicate in almost real time. The app&#39;s fast and stable, with a simplicity that reminds you of the old days when using Facebook used to be bearable.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/facebook_for_android-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/facebook_for_android-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;3. ASTRO File Manager&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://market.android.com/details?id=com.metago.astro&quot; target=&quot;_blank&quot;&gt;ASTRO&lt;/a&gt; is nothing more than a Windows-style file explorer, but if you&#39;re into tinkering and directly installing Android APK files yourself, it&#39;s essential to stick something like this on your phone. It makes your phone feel like a computer, and makes you feel like you&#39;re in charge of it.&lt;br /&gt;&lt;br /&gt;UPDATE: ASTRO still exists as a free ad-supported app, but you&#39;ll have to pay for the full version without ads. Our new favourite file explorer app is listed below.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/astro-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/astro-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;4. Job Centre Plus&lt;br /&gt;&lt;br /&gt;Hey, times are hard and you&#39;ve got to pay for your oppressive monthly mobile phone contract somehow. Offering a fully searchable database of current UK job vacancies, it&#39;s a slightly cumbersome but useful tool. Some of the spelling&#39;s a bit off and the presentation could be better, but you can&#39;t argue with the chance to browse low-level admin jobs in Plymouth from the comfort of your bed.&lt;br /&gt;&lt;br /&gt;UPDATE: It would appear this app has been removed. The best replacement is the non-governmental &lt;a href=&quot;https://market.android.com/details?id=org.onejob.android.activities&quot; target=&quot;_blank&quot;&gt;UK Jobs&lt;/a&gt;, which pulls in its data from independent employment site &lt;a href=&quot;http://www.1job.co.uk/&quot;&gt;www.1job.co.uk&lt;/a&gt;.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/uk-jobs-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/uk-jobs-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;5. AppBrain Market Sync&lt;br /&gt;&lt;br /&gt;You iPhone users won&#39;t believe this, but there&#39;s no official way to install Android apps from a PC. Seriously. You&#39;d think Google of all companies would&#39;ve sorted that out, but no. Which is where the unofficial AppBrain app comes in, letting users queue up Market downloads via PC and have them sent to your mobile. You&#39;re also able to generate an embeddable code that displays your currently installed apps on a website.&lt;br /&gt;&lt;br /&gt;UPDATE: Obviously Google now supports &lt;a href=&quot;https://market.android.com/&quot; target=&quot;_blank&quot;&gt;web-based Android Market app installations and purchases&lt;/a&gt;, which makes the above a little less exciting than it once was. But well done for leading the curve for so long, AppBrain.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/android_market_web-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/android_market_web-320-100.jpg&quot; width=&quot;385&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;6. Google Sky Map&lt;br /&gt;&lt;br /&gt;A stunning app that renders Patrick Moore obsolete, by using your phone&#39;s orientation tools to give you an accurate representation of the stars and planets on your screen. Point your phone at the sky, then learn what constellations are visible and if that&#39;s a UFO or just Venus. &lt;a href=&quot;https://market.android.com/details?id=com.google.android.stardroid&quot; target=&quot;_blank&quot;&gt;Google Sky Map&lt;/a&gt; even works indoors, if you&#39;re not keen on getting cold.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/google_sky_map-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/google_sky_map-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;7. Layar&lt;br /&gt;&lt;br /&gt;The stunning augmented reality app &lt;a href=&quot;https://market.android.com/details?id=com.layar&quot; target=&quot;_blank&quot;&gt;Layar&lt;/a&gt; has recently gone commercial, adding an online shop that allows users to buy AR content such as travel guides, local house price apps and much more. But you&#39;re still able to use the numerous free Layers to pop data up over real-world locations, delivering a satisfying futuristic experience.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/layar-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/layar-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;8. Foursquare&lt;br /&gt;&lt;br /&gt;The social media darling &lt;a href=&quot;https://market.android.com/details?id=com.joelapenna.foursquared&quot; target=&quot;_blank&quot;&gt;Foursquare&lt;/a&gt; is represented in fine form on Android, with the Google app offering easy one-click check-ins, integrated Google Maps for a seamless Google-branded experience and home page shortcut options to all your favourite places.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/foursquare_android-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/foursquare_android-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;9. WordPress for Android&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://market.android.com/details?id=org.wordpress.android&quot; target=&quot;_blank&quot;&gt;WordPress for Android&lt;/a&gt; started out as independent creation wpToGo, before WordPress decided it liked it so much it bought it up - hiring the maker to develop it in-house. It&#39;s very feature-packed, with the latest version offering full integration with other apps, letting you spin content and send it directly to the app for easy updating. It could do with more image insertion tools, though.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/wordpress_android-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/wordpress_android-320-100.jpg&quot; width=&quot;281&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;10. Google Goggles&lt;br /&gt;&lt;br /&gt;A bit of a novelty, in that &lt;a href=&quot;https://market.android.com/details?id=com.google.android.apps.unveil&quot; target=&quot;_blank&quot;&gt;Google Goggles&lt;/a&gt; lets you take photos and have Google analyse them and come back with a search results page for what it thinks you&#39;re looking at. However, the app&#39;s main use is as a QR code reader, which lets you scan barcodes for quick access to apps and whatever data people choose to embed in the odd little data squares.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/google_goggles-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/google_goggles-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;11. AppMonster&lt;br /&gt;&lt;br /&gt;The act of monitoring and uninstalling apps on Android is a bit of a clumsy process, to be honest, with numerous sub-screens to navigate - and yet more yes/no/are-you-sure dialogue boxes to get through once you&#39;ve found the &#39;bin it&#39; page. So get a decent app manager such as &lt;a href=&quot;https://market.android.com/details?id=de.android_telefonie.appmanager&quot; target=&quot;_blank&quot;&gt;AppMonster&lt;/a&gt;, which also offers one-click backup of all your apps to an SD card, if you&#39;re the type of person who worries about having copies of everything.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/appmonster-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/appmonster-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;12. AppSaver&lt;br /&gt;&lt;br /&gt;The Android 2.2 update known as &#39;FroYo&#39; will let users save their Android Market purchases to their phone&#39;s SD card, freeing up valuable in-phone memory. But if you&#39;re using an older, less fancy version of the OS, an app like &lt;a href=&quot;https://market.android.com/details?id=com.IQBS.android.appSaver&quot; target=&quot;_blank&quot;&gt;AppSaver&lt;/a&gt; does at least let you save your app install files to the SD card.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/appsaver-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/appsaver-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;13. Skyfire 2.0&lt;br /&gt;&lt;br /&gt;The USP of the Skyfire browser is that it supports Flash content, popping up a little window when it detects an embedded YouTube video or something similar. The actual Flash business is handled by Skyfire&#39;s server, which does all the computery stuff, then sends the file to your handset. A bit clunky on slower Android phones, but it works like a dream on models with faster processors.&lt;br /&gt;&lt;br /&gt;UPDATE: This has been superseded by &lt;a href=&quot;https://market.android.com/details?id=com.skyfire.browser&quot; target=&quot;_blank&quot;&gt;SkyFire&lt;/a&gt; 3.0. You can&#39;t fight evolution. Despite the arrival of Flash with Andriod 2.2, this is still relevant for those on phones and Android versions not able to support Adobe&#39;s Flash Player.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/skyfire-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/skyfire-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;14. Task Manager&lt;br /&gt;&lt;br /&gt;If you come from a bit of a hardcore PC background, you&#39;ll find Android&#39;s lack of a red X to close apps a bit of a worry, what with the OS handling app closures itself. Which is why you need a good manual override tool to shut any persistent apps. It may help you save battery life, but most important is the feeling of control and empowerment you get from one-click closing apps.&lt;br /&gt;&lt;br /&gt;UPDATE: Popular thinking is now that task killers are a waste of time on modern versions of Android, as our phones use more power relaunching apps than keeping them suspended in memory. If you still insist on taking manual control, &lt;a href=&quot;https://market.android.com/details?id=com.rechild.advancedtaskkiller&quot; target=&quot;_blank&quot;&gt;Advanced Task Killer&lt;/a&gt; is the current most popular option.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/advanced_task_killer-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/advanced_task_killer-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;15. RAC Traffic&lt;br /&gt;&lt;br /&gt;An official production of the motoring organisation, &lt;a href=&quot;https://market.android.com/details?id=com.skyfire.browser&quot; target=&quot;_blank&quot;&gt;RAC Traffic&lt;/a&gt; is dead simple - it guesstimates your location via the mobile signal, then pops up the current traffic alerts for your area. It&#39;s much better than having to listen to the radio for the odd update about arterial blockages.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/rac_traffic-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/rac_traffic-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;16. Swype&lt;br /&gt;&lt;br /&gt;The odd line-drawing alternate keyboard Swype is a love-it or hate-it kind of thing, with the significant amount of re-learning required to make the most of it quite offputting to some users. Once you&#39;re familiar with the idea, though, it&#39;s genius - with advanced prediction options further speeding your line-typing. Swype is not available through the Android Market - the only way to install is is via a &lt;a href=&quot;http://www.swypeinc.com/&quot; target=&quot;_blank&quot;&gt;direct download from the maker&lt;/a&gt;.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/swype_android-420-100.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;223&quot; src=&quot;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/swype_android-420-100.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;17. Evernote&lt;br /&gt;&lt;br /&gt;After the Android version of Dropbox, the next best solution for keeping all your &#39;business&#39; in one place is &lt;a href=&quot;https://market.android.com/details?id=com.evernote&quot; target=&quot;_blank&quot;&gt;Evernote&lt;/a&gt; - which lets you stash and sync all your text notes, voice memos and files on your phone and access them through a desktop computer.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/evernote-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/evernote-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;18. beebPlayer&lt;br /&gt;&lt;br /&gt;This does one thing - it lets you access the BBC&#39;s famed iPlayer on your Android phone. You need to be connected via Wi-Fi for the best performance, as our mobile networks can&#39;t really handle live streaming the new Doctor Who through the ether, but for in-bed TV it&#39;s a great solution.&lt;br /&gt;&lt;br /&gt;UPDATE: The developer of beebPlayer has recently removed the app from Android Market and &lt;a href=&quot;http://davejohnston.posterous.com/beebplayer-discontinued&quot; target=&quot;_blank&quot;&gt;ceased further development&lt;/a&gt;. There&#39;s now an official BBC iPlayer app, which we take a look at on the next page.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/beebplayer-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/beebplayer-320-100.jpg&quot; width=&quot;223&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;19. Last.fm&lt;br /&gt;&lt;br /&gt;If you&#39;re too tight to pay for a Spotify subscription, the free thrills of &lt;a href=&quot;https://market.android.com/details?id=fm.last.android&quot; target=&quot;_blank&quot;&gt;Last.fm&lt;/a&gt; open up a world of music streaming on your mobile. You have to &#39;buy in&#39; to the odd Last.fm way of organising things and suggesting new music, but if you&#39;re easily led and not restricted by bandwidth it&#39;s a superb free music tool.&lt;br /&gt;&lt;br /&gt;UPDATE: Rather unfortunately, Last.fm has recently announced plans to become a subscription-based service. For free music streaming, try &lt;a href=&quot;https://market.android.com/details?id=tunein.player&quot; target=&quot;_blank&quot;&gt;TuneIn Radio&lt;/a&gt;. It offers radio rather than on-demand tracks, but works in the background - unlike the BBC&#39;s iPlayer app.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/tunein-radio-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/tunein-radio-320-100.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;20. Google Maps Navigation&lt;br /&gt;&lt;br /&gt;An absolute must-get. As long as you have Android 1.6 or above, the latest update to &lt;a href=&quot;https://market.android.com/details?id=com.google.android.apps.maps&quot; target=&quot;_blank&quot;&gt;Google Maps &lt;/a&gt;introduces turn-by-turn voice navigation, simultaneously devastating the satnav industry while boosting the in-car dashboard dock/charger accessory scene. Route calculations are done at the outset of your trip, minimising data transfer en route and keeping you on target even when the GPS signal drops. It&#39;s amazing, it works, and it&#39;s free.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/google_maps_navigation-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/google_maps_navigation-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;21. 3banana Notes/ Catch Notes&lt;br /&gt;&lt;br /&gt;A simple note-taking tool that lets you sync those disjointed, late night thoughts you have together into one huge, incoherent database. If you have a Snaptic account you&#39;re able to sync the Android app with that too - or you can simply log in with your Google details for instant mobile jotting. Once written, notes may also be pinned to the home screen, creating a little post-it note-style reminder icon.&lt;br /&gt;&lt;br /&gt;UPDATE: 3banana has undergone a name change and is now known as &lt;a href=&quot;https://market.android.com/details?id=com.threebanana.notes&quot; target=&quot;_blank&quot;&gt;Catch Notes&lt;/a&gt;.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/3banana-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/3banana-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;22. gvSIG Mini Maps&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://market.android.com/details?id=es.prodevelop.gvsig.mini&quot; target=&quot;_blank&quot;&gt;gvSIG Mini Maps&lt;/a&gt; is an incredibly comprehensive mapping tool which combines major online maps including Google, Bing, Open Street Map and more, which will win UK fans for one huge reason alone - it supports the official and recently open-sourced Ordnance Survey data. This means you&#39;re never more than a post code search away from seeing where you are in OS-level detail, which offers much more in the way of accurate local data than other map tools provide.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/gvsig_android-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/gvsig_android-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;23. Astrid Task / Todo list&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://market.android.com/details?id=com.timsu.astrid&quot; target=&quot;_blank&quot;&gt;Astrid&lt;/a&gt; describes itself as an &quot;open source&quot; task list, which includes syncing support with &lt;a href=&quot;http://www.rememberthemilk.com/&quot;&gt;www.rememberthemilk.com&lt;/a&gt; for the ultimate in minutiae management. You set a list of tasks and are then able to order them according to their importance - also setting off a timer to see precisely how long you&#39;ve wasted on Twitter instead of doing the job in hand. It&#39;s basically the world&#39;s most complex and in-depth personal to do list, which, if used correctly, will consume more time than the tasks themselves. Ideal for expert-level procrastinators.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/astrid_todo_list-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/astrid_todo_list-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;24. Shareprice&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://market.android.com/details?id=com.shareprice.app.android&quot; target=&quot;_blank&quot;&gt;Shareprice&lt;/a&gt; uses your login from financial site &lt;a href=&quot;http://www.iii.co.uk/&quot;&gt;www.iii.co.uk&lt;/a&gt; to offer live share price updates on your Android phone. Watch your nest-egg lose 50 per cent in value every three weeks during the latest trans-global financial crisis, live! It&#39;s ideal for users with share values so low they have to be checked in private, to ensure their partner doesn&#39;t see exactly how much money has disappeared into some notional financial black hole.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/shareprice_uk-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/shareprice_uk-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;25. Skifta&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://market.android.com/details?id=com.skifta.android.app&quot; target=&quot;_blank&quot;&gt;Skifta&lt;/a&gt; is the first software tool to be granted DLNA certification, meaning it turns your Android phone into an official DLNA device. This in turn means streaming all of your household media to your phone, and beaming your phone videos to your TV. Seems a little buggy at the moment, but there are plenty of updates arriving all the time. Requires Android 2.2 or higher.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/skifta-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/skifta-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;26. Dropbox&lt;br /&gt;&lt;br /&gt;The Android version of the insanely popular stuff-syncing app has arrived, and while &lt;a href=&quot;https://market.android.com/details?id=com.dropbox.android&quot; target=&quot;_blank&quot;&gt;Dropbox&lt;/a&gt; is a little lacking in the sort of fancy auto-syncing options many were hoping for, it still works as expected. Files have to be specifically downloaded to your phone to be edited or shared, which is not quite the automated dream offered by the desktop tools, but it&#39;s still Dropbox on Android. Six months ago that was a distant, crazy fantasy.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/dropbox-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/dropbox-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;27. London Tube Status&lt;br /&gt;&lt;br /&gt;Reduce the misery of being told you&#39;ve just missed a train and it&#39;s a 14-minute wait until the next one with &lt;a href=&quot;https://market.android.com/details?id=ptc.tflstatus&quot; target=&quot;_blank&quot;&gt;London Tube Status&lt;/a&gt;, which combines travel status updates and live departure times. It also includes a home screen widget that shows your favourite (or at least your most used) platform departures, making it easy to check how much you&#39;ve just missed the next one by while tearing down the escalators.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/london_tube_status-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/london_tube_status-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;28. Amazon UK&lt;br /&gt;&lt;br /&gt;Amazon recently launched an &lt;a href=&quot;https://market.android.com/details?id=uk.amazon.mShop.android&quot; target=&quot;_blank&quot;&gt;official Android app&lt;/a&gt;, replacing its reliance on a mobile web store. The app&#39;s very simple and fast to use, and even includes full shopping cart features with Amazon&#39;s one-click system once you&#39;ve signed in with your usual account details.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/amazon-uk-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/amazon-uk-320-100.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;29. Meebo IM&lt;br /&gt;&lt;br /&gt;If you like to pass the time exchanging smiley faces and abbreviations with your friends through instant messaging apps, you ought to get a copy of &lt;a href=&quot;https://market.android.com/details?id=com.meebo&quot; target=&quot;_blank&quot;&gt;Meebo IM&lt;/a&gt;. It&#39;s an instant messaging aggregator, incorporating AIM, MSN, Yahoo, MySpace, Facebook, good old ICQ and more, serving everything up in one convenient interface. Typing in all your logins and passwords for everything is the only, very temporary, inconvenience.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/meebo_im-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/meebo_im-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;30. Beelicious&lt;br /&gt;&lt;br /&gt;If you&#39;re into the slightly last-generation social networking site &lt;a href=&quot;https://market.android.com/details?id=net.bitquill.delicious&quot; target=&quot;_blank&quot;&gt;Delicious&lt;/a&gt;, you ought to get yourself organised with one of the many third-party Android apps out there that support the bookmarking tool. Such as Beelicious, which, once you&#39;ve got through the slightly cumbersome initial set-up process, lets you simply send website links to your Delicious account via the Android browser&#39;s &#39;Share Page&#39; sub menu.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/beelicious-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/beelicious-320-100.jpg&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;31. TweetDeck&lt;br /&gt;&lt;br /&gt;The new star on the Twitter app scene, &lt;a href=&quot;https://market.android.com/details?id=com.thedeck.android.app&quot; target=&quot;_blank&quot;&gt;TweetDeck for Android&lt;/a&gt; is one amazing little tool. As well as presenting your timeline, DMs and replies in separate side-by-side panels that you swipe the screen to flip between, it can also pull in Facebook status updates. And mix it all in together. And it does Foursquare. And Buzz.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/tweetdeck-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/tweetdeck-320-100.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;32. iPlayer&lt;br /&gt;&lt;br /&gt;The BBC&#39;s &lt;a href=&quot;https://market.android.com/details?id=bbc.iplayer.android&quot; target=&quot;_blank&quot;&gt;iPlayer app&lt;/a&gt; has finally arrived, and a right weird old mixed bag it is, too. On the one hand, support for streaming radio and live TV channels (Wi-Fi only) elevates this over the Android 2.2 compatible mobile website, but the requirement for Android 2.2 and Flash Player 10.1 remains. And there&#39;s no 3G streaming, not even of radio feeds. And you can&#39;t download shows, unlike in the sadly departed Beebplayer. And the radio requires the screen to be on at all times. Strange app, this.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/iplayer-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/iplayer-320-100.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;33. Google Reader&lt;br /&gt;&lt;br /&gt;Google has brought its RSS feed tool into the app era, launching its &lt;a href=&quot;https://market.android.com/details?id=com.google.android.apps.reader&quot; target=&quot;_blank&quot;&gt;Google Reader for Android&lt;/a&gt;. It&#39;s got some great functionality built in, with support for multiple Google accounts and plenty of thread customisation options. You&#39;re also able to use the volume rocker to page up and down between messages, which is handy for extra-lazy news assimilation.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/google_reader-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/google_reader-320-100.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;34. BT FON&lt;br /&gt;&lt;br /&gt;BT&#39;s incredibly clever FON network is often a lifesaver, letting you legally borrow Wi-Fi for free in many public places. And while standing outside strangers&#39; houses. The &lt;a href=&quot;https://market.android.com/details?id=com.bt.mnie.wispr&quot; target=&quot;_blank&quot;&gt;BT FON Android app&lt;/a&gt; lets you automate the sign-in process, so you can walk around towns and housing estates safe in the knowledge that your phone&#39;s always seeking out available Wi-Fi. You need a BT FON username, though, so sort that out before you venture out into the scary internet-free world.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/BT-FON-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/BT-FON-320-100.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;35. Amazon Kindle&lt;br /&gt;&lt;br /&gt;Amazon&#39;s &lt;a href=&quot;https://market.android.com/details?id=com.amazon.kindle&quot; target=&quot;_blank&quot;&gt;Kindle&lt;/a&gt; app is a great e-reader, which is seamlessly linked with your Amazon account. Support for magazines and newspapers is limited at the moment, with only a handful of niche publications in Android-friendly format. But for books it&#39;s great, with plenty of screen and text display options to get it looking a way that hurts your eyes the least. Another exciting new way to collect classic novels you&#39;ll probably never get around to reading because there&#39;s the internet now.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/amazon_kindle-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/amazon_kindle-320-100.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;36. ES File Explorer&lt;br /&gt;&lt;br /&gt;We&#39;re officially out-of-love with previous favourite file explorer ASTRO, thanks to it now coming plastered with ads. &lt;a href=&quot;https://market.android.com/details?id=com.estrongs.android.pop&quot; target=&quot;_blank&quot;&gt;ES File Explorer&lt;/a&gt; is prettier, ad-free, and comes with a much more user-friendly and functional interface. And yes, Android users have favourite file explorers.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/es-file-explorer-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/es-file-explorer-320-100.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;37. Androidify&lt;br /&gt;&lt;br /&gt;Let your hair down by creating a realistic interpretation of what you hair looks like with &lt;a href=&quot;https://market.android.com/details?id=com.google.android.apps.androidify&quot; target=&quot;_blank&quot;&gt;Androidify&lt;/a&gt;. It&#39;s an avatar creator that uses the Android mascot as its base, letting you swap trousers and hats with the swipe of a finger. Results are then sharable via Twitter and the usual social tools. There aren&#39;t enough types of beard, though. Please release a Beard Expansion Pack.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/androidify-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/androidify-320-100.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;38. Kongregate Arcade&lt;br /&gt;&lt;br /&gt;Thanks to Android&#39;s Flash Player powers, casual gaming portal &lt;a href=&quot;https://market.android.com/details?id=com.kongregate.android.kongarcade&quot; target=&quot;_blank&quot;&gt;Kongregate&lt;/a&gt; is able to bring a huge number of its internet games to Android. They run in the browser so resolutions can be a bit all over the place, but with over 300 games to choose from there&#39;s bound to be something there for you.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/kongregate-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/kongregate-320-100.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;39. Blogger&lt;br /&gt;&lt;br /&gt;The Google-owned Blogger platform now has a presence in the current decade, thanks to the official &lt;a href=&quot;https://market.android.com/details?id=com.google.android.apps.blogger&quot; target=&quot;_blank&quot;&gt;Blogger app&lt;/a&gt;. It&#39;s remarkably simple, supports image uploads and geo-tagging and imports the settings of all blogs associated with your Gmail account. There&#39;s no fancy editing the positions of your photos, which just get chucked in at the bottom, but it works.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/blogger-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/blogger-320-100.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;40. RD Mute&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://market.android.com/details?id=com.raidroid.rdmute&quot; target=&quot;_blank&quot;&gt;RD Mute&lt;/a&gt; serves one purpose – to turn off all phone sounds when the Android accelerometer tells it you&#39;ve picked it up and turned it over. It&#39;s a &#39;silent mode&#39; shortcut for when you can&#39;t even be bothered to press a button. Put your phone on its front to shut it up – and add any very important numbers to the app&#39;s exceptions list, so people you don&#39;t mind talking to can get through.&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/rd-mute-320-100.jpg&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;http://mos.futurenet.com/techradar/classifications/gadgets/phones/mobile-phones/Android/free-android-apps/rd-mute-320-100.jpg&quot; width=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href=&quot;http://www.techradar.com/&quot; target=&quot;_blank&quot;&gt;Link Source&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/12/40-best-free-android-apps.html</link><author>noreply@blogger.com (1m4n Cs)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-1665299890585966180</guid><pubDate>Sat, 10 Dec 2011 15:47:00 +0000</pubDate><atom:updated>2011-12-11T23:47:57.627+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Featured</category><category domain="http://www.blogger.com/atom/ns#">Linux</category><category domain="http://www.blogger.com/atom/ns#">Oprating System</category><category domain="http://www.blogger.com/atom/ns#">Tips n Trick</category><category domain="http://www.blogger.com/atom/ns#">Tutorial</category><title>A to Z Linux Command List</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-dTEKwblB5K4/TuN-pfalihI/AAAAAAAAAHM/nBndcznuexc/s1600/unix-linux-top-or-topas.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;205&quot; src=&quot;http://3.bp.blogspot.com/-dTEKwblB5K4/TuN-pfalihI/AAAAAAAAAHM/nBndcznuexc/s400/unix-linux-top-or-topas.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Hey, this is the mass collection of commands in any linux system.&lt;br /&gt;Just go through the list you will remember you favorites automatically. See the magic.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;adduser &amp;nbsp;Add a user to the system&lt;br /&gt;&amp;nbsp; addgroup Add a group to the system&lt;br /&gt;&amp;nbsp; alias &amp;nbsp; &amp;nbsp;Create an alias •&lt;br /&gt;&amp;nbsp; apropos &amp;nbsp;Search Help manual pages (man -k)&lt;br /&gt;&amp;nbsp; apt-get &amp;nbsp;Search for and install software packages (Debian/Ubuntu)&lt;br /&gt;&amp;nbsp; aptitude Search for and install software packages (Debian/Ubuntu)&lt;br /&gt;&amp;nbsp; aspell &amp;nbsp; Spell Checker&lt;br /&gt;&amp;nbsp; awk &amp;nbsp; &amp;nbsp; &amp;nbsp;Find and Replace text, database sort/validate/index&lt;br /&gt;&lt;br /&gt;b&lt;br /&gt;&amp;nbsp; basename Strip directory and suffix from filenames&lt;br /&gt;&amp;nbsp; bash &amp;nbsp; &amp;nbsp; GNU Bourne-Again SHell&lt;br /&gt;&amp;nbsp; bc &amp;nbsp; &amp;nbsp; &amp;nbsp; Arbitrary precision calculator language&lt;br /&gt;&amp;nbsp; bg &amp;nbsp; &amp;nbsp; &amp;nbsp; Send to background&lt;br /&gt;&amp;nbsp; break &amp;nbsp; &amp;nbsp;Exit from a loop •&lt;br /&gt;&amp;nbsp; builtin &amp;nbsp;Run a shell builtin&lt;br /&gt;&amp;nbsp; bzip2 &amp;nbsp; &amp;nbsp;Compress or decompress named file(s)&lt;br /&gt;&lt;br /&gt;c&lt;br /&gt;&amp;nbsp; cal &amp;nbsp; &amp;nbsp; &amp;nbsp;Display a calendar&lt;br /&gt;&amp;nbsp; case &amp;nbsp; &amp;nbsp; Conditionally perform a command&lt;br /&gt;&amp;nbsp; cat &amp;nbsp; &amp;nbsp; &amp;nbsp;Concatenate and print (display) the content of files&lt;br /&gt;&amp;nbsp; cd &amp;nbsp; &amp;nbsp; &amp;nbsp; Change Directory&lt;br /&gt;&amp;nbsp; cfdisk &amp;nbsp; Partition table manipulator for Linux&lt;br /&gt;&amp;nbsp; chgrp &amp;nbsp; &amp;nbsp;Change group ownership&lt;br /&gt;&amp;nbsp; chmod &amp;nbsp; &amp;nbsp;Change access permissions&lt;br /&gt;&amp;nbsp; chown &amp;nbsp; &amp;nbsp;Change file owner and group&lt;br /&gt;&amp;nbsp; chroot &amp;nbsp; Run a command with a different root directory&lt;br /&gt;&amp;nbsp; chkconfig System services (runlevel)&lt;br /&gt;&amp;nbsp; cksum &amp;nbsp; &amp;nbsp;Print CRC checksum and byte counts&lt;br /&gt;&amp;nbsp; clear &amp;nbsp; &amp;nbsp;Clear terminal screen&lt;br /&gt;&amp;nbsp; cmp &amp;nbsp; &amp;nbsp; &amp;nbsp;Compare two files&lt;br /&gt;&amp;nbsp; comm &amp;nbsp; &amp;nbsp; Compare two sorted files line by line&lt;br /&gt;&amp;nbsp; command &amp;nbsp;Run a command - ignoring shell functions •&lt;br /&gt;&amp;nbsp; continue Resume the next iteration of a loop •&lt;br /&gt;&amp;nbsp; cp &amp;nbsp; &amp;nbsp; &amp;nbsp; Copy one or more files to another location&lt;br /&gt;&amp;nbsp; cron &amp;nbsp; &amp;nbsp; Daemon to execute scheduled commands&lt;br /&gt;&amp;nbsp; crontab &amp;nbsp;Schedule a command to run at a later time&lt;br /&gt;&amp;nbsp; csplit &amp;nbsp; Split a file into context-determined pieces&lt;br /&gt;&amp;nbsp; cut &amp;nbsp; &amp;nbsp; &amp;nbsp;Divide a file into several parts&lt;br /&gt;&lt;br /&gt;d&lt;br /&gt;&amp;nbsp; date &amp;nbsp; &amp;nbsp; Display or change the date &amp;amp; time&lt;br /&gt;&amp;nbsp; dc &amp;nbsp; &amp;nbsp; &amp;nbsp; Desk Calculator&lt;br /&gt;&amp;nbsp; dd &amp;nbsp; &amp;nbsp; &amp;nbsp; Convert and copy a file, write disk headers, boot records&lt;br /&gt;&amp;nbsp; ddrescue Data recovery tool&lt;br /&gt;&amp;nbsp; declare &amp;nbsp;Declare variables and give them attributes •&lt;br /&gt;&amp;nbsp; df &amp;nbsp; &amp;nbsp; &amp;nbsp; Display free disk space&lt;br /&gt;&amp;nbsp; diff &amp;nbsp; &amp;nbsp; Display the differences between two files&lt;br /&gt;&amp;nbsp; diff3 &amp;nbsp; &amp;nbsp;Show differences among three files&lt;br /&gt;&amp;nbsp; dig &amp;nbsp; &amp;nbsp; &amp;nbsp;DNS lookup&lt;br /&gt;&amp;nbsp; dir &amp;nbsp; &amp;nbsp; &amp;nbsp;Briefly list directory contents&lt;br /&gt;&amp;nbsp; dircolors Colour setup for `ls&#39;&lt;br /&gt;&amp;nbsp; dirname &amp;nbsp;Convert a full pathname to just a path&lt;br /&gt;&amp;nbsp; dirs &amp;nbsp; &amp;nbsp; Display list of remembered directories&lt;br /&gt;&amp;nbsp; dmesg &amp;nbsp; &amp;nbsp;Print kernel &amp;amp; driver messages&lt;br /&gt;&amp;nbsp; du &amp;nbsp; &amp;nbsp; &amp;nbsp; Estimate file space usage&lt;br /&gt;&lt;br /&gt;e&lt;br /&gt;&amp;nbsp; echo &amp;nbsp; &amp;nbsp; Display message on screen •&lt;br /&gt;&amp;nbsp; egrep &amp;nbsp; &amp;nbsp;Search file(s) for lines that match an extended expression&lt;br /&gt;&amp;nbsp; eject &amp;nbsp; &amp;nbsp;Eject removable media&lt;br /&gt;&amp;nbsp; enable &amp;nbsp; Enable and disable builtin shell commands •&lt;br /&gt;&amp;nbsp; env &amp;nbsp; &amp;nbsp; &amp;nbsp;Environment variables&lt;br /&gt;&amp;nbsp; ethtool &amp;nbsp;Ethernet card settings&lt;br /&gt;&amp;nbsp; eval &amp;nbsp; &amp;nbsp; Evaluate several commands/arguments&lt;br /&gt;&amp;nbsp; exec &amp;nbsp; &amp;nbsp; Execute a command&lt;br /&gt;&amp;nbsp; exit &amp;nbsp; &amp;nbsp; Exit the shell&lt;br /&gt;&amp;nbsp; expect &amp;nbsp; Automate arbitrary applications accessed over a terminal&lt;br /&gt;&amp;nbsp; expand &amp;nbsp; Convert tabs to spaces&lt;br /&gt;&amp;nbsp; export &amp;nbsp; Set an environment variable&lt;br /&gt;&amp;nbsp; expr &amp;nbsp; &amp;nbsp; Evaluate expressions&lt;br /&gt;&lt;br /&gt;f&lt;br /&gt;&amp;nbsp; false &amp;nbsp; &amp;nbsp;Do nothing, unsuccessfully&lt;br /&gt;&amp;nbsp; fdformat Low-level format a floppy disk&lt;br /&gt;&amp;nbsp; fdisk &amp;nbsp; &amp;nbsp;Partition table manipulator for Linux&lt;br /&gt;&amp;nbsp; fg &amp;nbsp; &amp;nbsp; &amp;nbsp; Send job to foreground&lt;br /&gt;&amp;nbsp; fgrep &amp;nbsp; &amp;nbsp;Search file(s) for lines that match a fixed string&lt;br /&gt;&amp;nbsp; file &amp;nbsp; &amp;nbsp; Determine file type&lt;br /&gt;&amp;nbsp; find &amp;nbsp; &amp;nbsp; Search for files that meet a desired criteria&lt;br /&gt;&amp;nbsp; fmt &amp;nbsp; &amp;nbsp; &amp;nbsp;Reformat paragraph text&lt;br /&gt;&amp;nbsp; fold &amp;nbsp; &amp;nbsp; Wrap text to fit a specified width.&lt;br /&gt;&amp;nbsp; for &amp;nbsp; &amp;nbsp; &amp;nbsp;Expand words, and execute commands&lt;br /&gt;&amp;nbsp; format &amp;nbsp; Format disks or tapes&lt;br /&gt;&amp;nbsp; free &amp;nbsp; &amp;nbsp; Display memory usage&lt;br /&gt;&amp;nbsp; fsck &amp;nbsp; &amp;nbsp; File system consistency check and repair&lt;br /&gt;&amp;nbsp; ftp &amp;nbsp; &amp;nbsp; &amp;nbsp;File Transfer Protocol&lt;br /&gt;&amp;nbsp; function Define Function Macros&lt;br /&gt;&amp;nbsp; fuser &amp;nbsp; &amp;nbsp;Identify/kill the process that is accessing a file&lt;br /&gt;&lt;br /&gt;g&lt;br /&gt;&amp;nbsp; gawk &amp;nbsp; &amp;nbsp; Find and Replace text within file(s)&lt;br /&gt;&amp;nbsp; getopts &amp;nbsp;Parse positional parameters&lt;br /&gt;&amp;nbsp; grep &amp;nbsp; &amp;nbsp; Search file(s) for lines that match a given pattern&lt;br /&gt;&amp;nbsp; groups &amp;nbsp; Print group names a user is in&lt;br /&gt;&amp;nbsp; gzip &amp;nbsp; &amp;nbsp; Compress or decompress named file(s)&lt;br /&gt;&lt;br /&gt;h&lt;br /&gt;&amp;nbsp; hash &amp;nbsp; &amp;nbsp; Remember the full pathname of a name argument&lt;br /&gt;&amp;nbsp; head &amp;nbsp; &amp;nbsp; Output the first part of file(s)&lt;br /&gt;&amp;nbsp; help &amp;nbsp; &amp;nbsp; Display help for a built-in command •&lt;br /&gt;&amp;nbsp; history &amp;nbsp;Command History&lt;br /&gt;&amp;nbsp; hostname Print or set system name&lt;br /&gt;&lt;br /&gt;i&lt;br /&gt;&amp;nbsp; iconv &amp;nbsp; &amp;nbsp;Convert the character set of a file&lt;br /&gt;&amp;nbsp; id &amp;nbsp; &amp;nbsp; &amp;nbsp; Print user and group id&#39;s&lt;br /&gt;&amp;nbsp; if &amp;nbsp; &amp;nbsp; &amp;nbsp; Conditionally perform a command&lt;br /&gt;&amp;nbsp; ifconfig Configure a network interface&lt;br /&gt;&amp;nbsp; ifdown &amp;nbsp; Stop a network interface&lt;br /&gt;&amp;nbsp; ifup &amp;nbsp; &amp;nbsp; Start a network interface up&lt;br /&gt;&amp;nbsp; import &amp;nbsp; Capture an X server screen and save the image to file&lt;br /&gt;&amp;nbsp; install &amp;nbsp;Copy files and set attributes&lt;br /&gt;&lt;br /&gt;j&lt;br /&gt;&amp;nbsp; jobs &amp;nbsp; &amp;nbsp; List active jobs •&lt;br /&gt;&amp;nbsp; join &amp;nbsp; &amp;nbsp; Join lines on a common field&lt;br /&gt;&lt;br /&gt;k&lt;br /&gt;&amp;nbsp; kill &amp;nbsp; &amp;nbsp; Stop a process from running&lt;br /&gt;&amp;nbsp; killall &amp;nbsp;Kill processes by name&lt;br /&gt;&lt;br /&gt;l&lt;br /&gt;&amp;nbsp; less &amp;nbsp; &amp;nbsp; Display output one screen at a time&lt;br /&gt;&amp;nbsp; let &amp;nbsp; &amp;nbsp; &amp;nbsp;Perform arithmetic on shell variables •&lt;br /&gt;&amp;nbsp; ln &amp;nbsp; &amp;nbsp; &amp;nbsp; Make links between files&lt;br /&gt;&amp;nbsp; local &amp;nbsp; &amp;nbsp;Create variables •&lt;br /&gt;&amp;nbsp; locate &amp;nbsp; Find files&lt;br /&gt;&amp;nbsp; logname &amp;nbsp;Print current login name&lt;br /&gt;&amp;nbsp; logout &amp;nbsp; Exit a login shell •&lt;br /&gt;&amp;nbsp; look &amp;nbsp; &amp;nbsp; Display lines beginning with a given string&lt;br /&gt;&amp;nbsp; lpc &amp;nbsp; &amp;nbsp; &amp;nbsp;Line printer control program&lt;br /&gt;&amp;nbsp; lpr &amp;nbsp; &amp;nbsp; &amp;nbsp;Off line print&lt;br /&gt;&amp;nbsp; lprint &amp;nbsp; Print a file&lt;br /&gt;&amp;nbsp; lprintd &amp;nbsp;Abort a print job&lt;br /&gt;&amp;nbsp; lprintq &amp;nbsp;List the print queue&lt;br /&gt;&amp;nbsp; lprm &amp;nbsp; &amp;nbsp; Remove jobs from the print queue&lt;br /&gt;&amp;nbsp; ls &amp;nbsp; &amp;nbsp; &amp;nbsp; List information about file(s)&lt;br /&gt;&amp;nbsp; lsof &amp;nbsp; &amp;nbsp; List open files&lt;br /&gt;&lt;br /&gt;m&lt;br /&gt;&amp;nbsp; make &amp;nbsp; &amp;nbsp; Recompile a group of programs&lt;br /&gt;&amp;nbsp; man &amp;nbsp; &amp;nbsp; &amp;nbsp;Help manual&lt;br /&gt;&amp;nbsp; mkdir &amp;nbsp; &amp;nbsp;Create new folder(s)&lt;br /&gt;&amp;nbsp; mkfifo &amp;nbsp; Make FIFOs (named pipes)&lt;br /&gt;&amp;nbsp; mkisofs &amp;nbsp;Create an hybrid ISO9660/JOLIET/HFS filesystem&lt;br /&gt;&amp;nbsp; mknod &amp;nbsp; &amp;nbsp;Make block or character special files&lt;br /&gt;&amp;nbsp; more &amp;nbsp; &amp;nbsp; Display output one screen at a time&lt;br /&gt;&amp;nbsp; mount &amp;nbsp; &amp;nbsp;Mount a file system&lt;br /&gt;&amp;nbsp; mtools &amp;nbsp; Manipulate MS-DOS files&lt;br /&gt;&amp;nbsp; mtr &amp;nbsp; &amp;nbsp; &amp;nbsp;Network diagnostics (traceroute/ping)&lt;br /&gt;&amp;nbsp; mv &amp;nbsp; &amp;nbsp; &amp;nbsp; Move or rename files or directories&lt;br /&gt;&amp;nbsp; mmv &amp;nbsp; &amp;nbsp; &amp;nbsp;Mass Move and rename (files)&lt;br /&gt;&lt;br /&gt;n&lt;br /&gt;&amp;nbsp; netstat &amp;nbsp;Networking information&lt;br /&gt;&amp;nbsp; nice &amp;nbsp; &amp;nbsp; Set the priority of a command or job&lt;br /&gt;&amp;nbsp; nl &amp;nbsp; &amp;nbsp; &amp;nbsp; Number lines and write files&lt;br /&gt;&amp;nbsp; nohup &amp;nbsp; &amp;nbsp;Run a command immune to hangups&lt;br /&gt;&amp;nbsp; notify-send &amp;nbsp;Send desktop notifications&lt;br /&gt;&amp;nbsp; nslookup Query Internet name servers interactively&lt;br /&gt;&lt;br /&gt;o&lt;br /&gt;&amp;nbsp; open &amp;nbsp; &amp;nbsp; Open a file in its default application&lt;br /&gt;&amp;nbsp; op &amp;nbsp; &amp;nbsp; &amp;nbsp; Operator access&lt;br /&gt;&lt;br /&gt;p&lt;br /&gt;&amp;nbsp; passwd &amp;nbsp; Modify a user password&lt;br /&gt;&amp;nbsp; paste &amp;nbsp; &amp;nbsp;Merge lines of files&lt;br /&gt;&amp;nbsp; pathchk &amp;nbsp;Check file name portability&lt;br /&gt;&amp;nbsp; ping &amp;nbsp; &amp;nbsp; Test a network connection&lt;br /&gt;&amp;nbsp; pkill &amp;nbsp; &amp;nbsp;Stop processes from running&lt;br /&gt;&amp;nbsp; popd &amp;nbsp; &amp;nbsp; Restore the previous value of the current directory&lt;br /&gt;&amp;nbsp; pr &amp;nbsp; &amp;nbsp; &amp;nbsp; Prepare files for printing&lt;br /&gt;&amp;nbsp; printcap Printer capability database&lt;br /&gt;&amp;nbsp; printenv Print environment variables&lt;br /&gt;&amp;nbsp; printf &amp;nbsp; Format and print data •&lt;br /&gt;&amp;nbsp; ps &amp;nbsp; &amp;nbsp; &amp;nbsp; Process status&lt;br /&gt;&amp;nbsp; pushd &amp;nbsp; &amp;nbsp;Save and then change the current directory&lt;br /&gt;&amp;nbsp; pwd &amp;nbsp; &amp;nbsp; &amp;nbsp;Print Working Directory&lt;br /&gt;&lt;br /&gt;q&lt;br /&gt;&amp;nbsp; quota &amp;nbsp; &amp;nbsp;Display disk usage and limits&lt;br /&gt;&amp;nbsp; quotacheck Scan a file system for disk usage&lt;br /&gt;&amp;nbsp; quotactl Set disk quotas&lt;br /&gt;&lt;br /&gt;r&lt;br /&gt;&amp;nbsp; ram &amp;nbsp; &amp;nbsp; &amp;nbsp;ram disk device&lt;br /&gt;&amp;nbsp; rcp &amp;nbsp; &amp;nbsp; &amp;nbsp;Copy files between two machines&lt;br /&gt;&amp;nbsp; read &amp;nbsp; &amp;nbsp; Read a line from standard input •&lt;br /&gt;&amp;nbsp; readarray Read from stdin into an array variable •&lt;br /&gt;&amp;nbsp; readonly Mark variables/functions as readonly&lt;br /&gt;&amp;nbsp; reboot &amp;nbsp; Reboot the system&lt;br /&gt;&amp;nbsp; rename &amp;nbsp; Rename files&lt;br /&gt;&amp;nbsp; renice &amp;nbsp; Alter priority of running processes&lt;br /&gt;&amp;nbsp; remsync &amp;nbsp;Synchronize remote files via email&lt;br /&gt;&amp;nbsp; return &amp;nbsp; Exit a shell function&lt;br /&gt;&amp;nbsp; rev &amp;nbsp; &amp;nbsp; &amp;nbsp;Reverse lines of a file&lt;br /&gt;&amp;nbsp; rm &amp;nbsp; &amp;nbsp; &amp;nbsp; Remove files&lt;br /&gt;&amp;nbsp; rmdir &amp;nbsp; &amp;nbsp;Remove folder(s)&lt;br /&gt;&amp;nbsp; rsync &amp;nbsp; &amp;nbsp;Remote file copy (Synchronize file trees)&lt;br /&gt;&lt;br /&gt;s&lt;br /&gt;&amp;nbsp; screen &amp;nbsp; Multiplex terminal, run remote shells via ssh&lt;br /&gt;&amp;nbsp; scp &amp;nbsp; &amp;nbsp; &amp;nbsp;Secure copy (remote file copy)&lt;br /&gt;&amp;nbsp; sdiff &amp;nbsp; &amp;nbsp;Merge two files interactively&lt;br /&gt;&amp;nbsp; sed &amp;nbsp; &amp;nbsp; &amp;nbsp;Stream Editor&lt;br /&gt;&amp;nbsp; select &amp;nbsp; Accept keyboard input&lt;br /&gt;&amp;nbsp; seq &amp;nbsp; &amp;nbsp; &amp;nbsp;Print numeric sequences&lt;br /&gt;&amp;nbsp; set &amp;nbsp; &amp;nbsp; &amp;nbsp;Manipulate shell variables and functions&lt;br /&gt;&amp;nbsp; sftp &amp;nbsp; &amp;nbsp; Secure File Transfer Program&lt;br /&gt;&amp;nbsp; shift &amp;nbsp; &amp;nbsp;Shift positional parameters&lt;br /&gt;&amp;nbsp; shopt &amp;nbsp; &amp;nbsp;Shell Options&lt;br /&gt;&amp;nbsp; shutdown Shutdown or restart linux&lt;br /&gt;&amp;nbsp; sleep &amp;nbsp; &amp;nbsp;Delay for a specified time&lt;br /&gt;&amp;nbsp; slocate &amp;nbsp;Find files&lt;br /&gt;&amp;nbsp; sort &amp;nbsp; &amp;nbsp; Sort text files&lt;br /&gt;&amp;nbsp; source &amp;nbsp; Run commands from a file `.&#39;&lt;br /&gt;&amp;nbsp; split &amp;nbsp; &amp;nbsp;Split a file into fixed-size pieces&lt;br /&gt;&amp;nbsp; ssh &amp;nbsp; &amp;nbsp; &amp;nbsp;Secure Shell client (remote login program)&lt;br /&gt;&amp;nbsp; strace &amp;nbsp; Trace system calls and signals&lt;br /&gt;&amp;nbsp; su &amp;nbsp; &amp;nbsp; &amp;nbsp; Substitute user identity&lt;br /&gt;&amp;nbsp; sudo &amp;nbsp; &amp;nbsp; Execute a command as another user&lt;br /&gt;&amp;nbsp; sum &amp;nbsp; &amp;nbsp; &amp;nbsp;Print a checksum for a file&lt;br /&gt;&amp;nbsp; suspend &amp;nbsp;Suspend execution of this shell •&lt;br /&gt;&amp;nbsp; symlink &amp;nbsp;Make a new name for a file&lt;br /&gt;&amp;nbsp; sync &amp;nbsp; &amp;nbsp; Synchronize data on disk with memory&lt;br /&gt;&lt;br /&gt;t&lt;br /&gt;&amp;nbsp; tail &amp;nbsp; &amp;nbsp; Output the last part of files&lt;br /&gt;&amp;nbsp; tar &amp;nbsp; &amp;nbsp; &amp;nbsp;Tape ARchiver&lt;br /&gt;&amp;nbsp; tee &amp;nbsp; &amp;nbsp; &amp;nbsp;Redirect output to multiple files&lt;br /&gt;&amp;nbsp; test &amp;nbsp; &amp;nbsp; Evaluate a conditional expression&lt;br /&gt;&amp;nbsp; time &amp;nbsp; &amp;nbsp; Measure Program running time&lt;br /&gt;&amp;nbsp; times &amp;nbsp; &amp;nbsp;User and system times&lt;br /&gt;&amp;nbsp; touch &amp;nbsp; &amp;nbsp;Change file timestamps&lt;br /&gt;&amp;nbsp; top &amp;nbsp; &amp;nbsp; &amp;nbsp;List processes running on the system&lt;br /&gt;&amp;nbsp; traceroute Trace Route to Host&lt;br /&gt;&amp;nbsp; trap &amp;nbsp; &amp;nbsp; Run a command when a signal is set(bourne)&lt;br /&gt;&amp;nbsp; tr &amp;nbsp; &amp;nbsp; &amp;nbsp; Translate, squeeze, and/or delete characters&lt;br /&gt;&amp;nbsp; true &amp;nbsp; &amp;nbsp; Do nothing, successfully&lt;br /&gt;&amp;nbsp; tsort &amp;nbsp; &amp;nbsp;Topological sort&lt;br /&gt;&amp;nbsp; tty &amp;nbsp; &amp;nbsp; &amp;nbsp;Print filename of terminal on stdin&lt;br /&gt;&amp;nbsp; type &amp;nbsp; &amp;nbsp; Describe a command •&lt;br /&gt;&lt;br /&gt;u&lt;br /&gt;&amp;nbsp; ulimit &amp;nbsp; Limit user resources •&lt;br /&gt;&amp;nbsp; umask &amp;nbsp; &amp;nbsp;Users file creation mask&lt;br /&gt;&amp;nbsp; umount &amp;nbsp; Unmount a device&lt;br /&gt;&amp;nbsp; unalias &amp;nbsp;Remove an alias •&lt;br /&gt;&amp;nbsp; uname &amp;nbsp; &amp;nbsp;Print system information&lt;br /&gt;&amp;nbsp; unexpand Convert spaces to tabs&lt;br /&gt;&amp;nbsp; uniq &amp;nbsp; &amp;nbsp; Uniquify files&lt;br /&gt;&amp;nbsp; units &amp;nbsp; &amp;nbsp;Convert units from one scale to another&lt;br /&gt;&amp;nbsp; unset &amp;nbsp; &amp;nbsp;Remove variable or function names&lt;br /&gt;&amp;nbsp; unshar &amp;nbsp; Unpack shell archive scripts&lt;br /&gt;&amp;nbsp; until &amp;nbsp; &amp;nbsp;Execute commands (until error)&lt;br /&gt;&amp;nbsp; useradd &amp;nbsp;Create new user account&lt;br /&gt;&amp;nbsp; usermod &amp;nbsp;Modify user account&lt;br /&gt;&amp;nbsp; users &amp;nbsp; &amp;nbsp;List users currently logged in&lt;br /&gt;&amp;nbsp; uuencode Encode a binary file&lt;br /&gt;&amp;nbsp; uudecode Decode a file created by uuencode&lt;br /&gt;&lt;br /&gt;v&lt;br /&gt;&amp;nbsp; v &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Verbosely list directory contents (`ls -l -b&#39;)&lt;br /&gt;&amp;nbsp; vdir &amp;nbsp; &amp;nbsp; Verbosely list directory contents (`ls -l -b&#39;)&lt;br /&gt;&amp;nbsp; vi &amp;nbsp; &amp;nbsp; &amp;nbsp; Text Editor&lt;br /&gt;&amp;nbsp; vmstat &amp;nbsp; Report virtual memory statistics&lt;br /&gt;&lt;br /&gt;w&lt;br /&gt;&amp;nbsp; watch &amp;nbsp; &amp;nbsp;Execute/display a program periodically&lt;br /&gt;&amp;nbsp; wc &amp;nbsp; &amp;nbsp; &amp;nbsp; Print byte, word, and line counts&lt;br /&gt;&amp;nbsp; whereis &amp;nbsp;Search the user&#39;s $path, man pages and source files for a program&lt;br /&gt;&amp;nbsp; which &amp;nbsp; &amp;nbsp;Search the user&#39;s $path for a program file&lt;br /&gt;&amp;nbsp; while &amp;nbsp; &amp;nbsp;Execute commands&lt;br /&gt;&amp;nbsp; who &amp;nbsp; &amp;nbsp; &amp;nbsp;Print all usernames currently logged in&lt;br /&gt;&amp;nbsp; whoami &amp;nbsp; Print the current user id and name (`id -un&#39;)&lt;br /&gt;&amp;nbsp; Wget &amp;nbsp; &amp;nbsp; Retrieve web pages or files via HTTP, HTTPS or FTP&lt;br /&gt;&amp;nbsp; write &amp;nbsp; &amp;nbsp;Send a message to another user&lt;br /&gt;&lt;br /&gt;x&lt;br /&gt;&amp;nbsp; xargs &amp;nbsp; &amp;nbsp;Execute utility, passing constructed argument list(s)&lt;br /&gt;&amp;nbsp; xdg-open Open a file or URL in the user&#39;s preferred application.&lt;br /&gt;&amp;nbsp; yes &amp;nbsp; &amp;nbsp; &amp;nbsp;Print a string until interrupted&lt;br /&gt;&amp;nbsp; . &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Run a command script in the current shell&lt;br /&gt;&amp;nbsp; !! &amp;nbsp; &amp;nbsp; &amp;nbsp; Run the last command again&lt;br /&gt;&amp;nbsp; ### &amp;nbsp; &amp;nbsp; &amp;nbsp;Comment / Remark&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.new-technology-news.net/a-to-z-linux-command-list/&quot; target=&quot;_blank&quot;&gt;The source post&lt;/a&gt;....&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Wan&#39;t to say something leave it as comment!.&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/12/to-z-linux-command-list.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-dTEKwblB5K4/TuN-pfalihI/AAAAAAAAAHM/nBndcznuexc/s72-c/unix-linux-top-or-topas.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-2148341724351069390</guid><pubDate>Sat, 10 Dec 2011 12:34:00 +0000</pubDate><atom:updated>2011-12-20T00:43:54.012+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">mac-i-OS</category><category domain="http://www.blogger.com/atom/ns#">Oprating System</category><title>Mac OS X Snow Leopard 10.6.8 (2011/RUS/ENG)</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-oLp1jTJ2h30/TuNHHJi1goI/AAAAAAAAAG8/B5h0OSJZMGE/s1600/A-23.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; height=&quot;320&quot; src=&quot;http://3.bp.blogspot.com/-oLp1jTJ2h30/TuNHHJi1goI/AAAAAAAAAG8/B5h0OSJZMGE/s320/A-23.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Mac OS X, known for its simplicity, reliability and ease of use. Therefore, when the idea of ??developing Snow Leopard, Apple engineers have set themselves only one goal: to make a good system even better. They pointed out areas in which you can improve, accelerate and simplify the system - from extraction to external media installation. And in many ways they could make an excellent excellent.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Additional Information:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;The updated OS SL 10.6.8&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Supports MBR, NTFS read and GTP&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;PS / 2 and USB Controllers&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Drivers NVidia (Driver Release 256.02.25 Snow Leopard including 465/470/480/560/570/580/590)&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Ati Radeon 6xxx&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Universal audio driver (VooDooHDA 2.7.1 - Yasien mac, working on my ALC892 5.1)&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Installation:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;• It is advisable to put on a separate HDD.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;• A Windows&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;• For SATA drives set AHCI mode&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;1) Install R Drive Image 4.7.4725 (in the image)&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;2) Run by Administrator&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;3) Select the Restore&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;3.1) Mount in DT or any other software image SL_1068.iso&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;4) Select the file on the image SL.ARC&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;5) Specify the click of a mouse from the top section of Snow (see screenshot) and section (hard drive) where we want to deliver. (Not on drive C, in a separate volume) Section 12000 requires MB Primary (Primary)&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;6) Click to deploy&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;6.1) After a successful reversal of the image, click reload. No other manipulations more to do.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;7) Boot&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;After a successful startup recommend doing this:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Run in Terminal. After the end - to be restarted.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;sudo rm-rf / System / Library / Extensions.mkext&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;sudo rm-rf / System / Library / Extensions / Caches / &amp;amp; &amp;amp; sudo rm-rf / System / Library / Caches /&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;sudo update_dyld_shared_cache-debug-force-root /&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;sudo defaults write / Library / Preferences / com.apple.windowserver Compositor-dict deferredUpdates 0&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;sudo diskutil repairpermissions /&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;sudo update_dyld_shared_cache-root /-force&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;sudo periodic daily&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;sudo periodic weekly&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;sudo periodic monthly&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;sudo reboot&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Installation:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Create a device:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;1) Run USB Image Tool, on behalf of the Administrator&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;2) Select the Device Mode&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;3) Select the flash drive and click Restore&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;4) Select the image 1068.imz (to display the file type to change)&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;5) After the successful reversal of the image on a flash drive boot from it&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;About the increase in the partition with Mac OS, use Paragon Hard Disk Manager.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Right-click on the section of &quot;Snow&quot;, choose Edit / Move partition. Next, move the slider to the end of the selected partition and click OK.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Manual for working with kekst_utilitoy and More:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;I advise beginners to use KextUtility for cupcakes. Usage:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Copy utility, for example, in the Programs folder - System Utilities.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;For a general treatment of the system - just run the utility.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;To install kekstov (s) - throw it (them) on the icon of the utility.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;To treat a single folder with kekstov (except for the system)&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;and a mkext file - throw this folder on the icon utility.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;To uncompress the file mkext - throw the file on the icon of the utility.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;User-friendly. but for a long time. You could:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;cd / System / Library / Extensions&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;We will show that there Kext:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;ls-da VoodooPowerMini.kext&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;If we get something like this then continue:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;drwxr-xr-x 3 root wheel 102 Aug January 2009 VoodooPowerMini.kext&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Kext is found, delete it&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;rm-Rf. / VoodooPowerMini.kext&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Now we need to remove the cache Kext-s (This command is valid only for the Snow Leopard, for Leopard Extensions.mkext located in / System / Library):&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;rm / System / Library / Caches / com.apple.kext.caches / Startup / Extensions.mkext&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Now we need to create a new cache, which is no longer a remote Kext-a. There are several ways to do this:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Just to update the date to the folder Extensions and wait until the system automatically builds the cache:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;touch / System / Library / Extensions /&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Then wait a few minutes and reboot (when the process is active access to the disk as soon as it stops - you can reboot. Do not be afraid to reboot before - system will not do it until you finish the process);&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Run the following command to create the cache itself. This is useful if you need to specify additional parameters or collect cash from multiple folders with Kext-s (eg from / Extra / Extensions):&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;kextcache-v 1-m / System / Library / Caches / com.apple.kext.caches / Startup / Extensions.mkext / System / Library / Extensions /&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;If you need to collect cash from multiple folders, then enter the following command:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;kextcache-v 1-m / System / Library / Caches / com.apple.kext.caches / Startup / Extensions.mkext / System / Library / Extensions / / Extra / Extensions /&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;After completion of construction of the cache can be reloaded:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;reboot&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;If something goes wrong: a system of false swearing on the right of some files, before you build the cache can try to restore the right of access:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;diskutil repairPermissions /&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;System requirements:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;- Processor Intel / AMD with support for SSE2 SSE3 (AMD Llano not supported)&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;- 512 MB RAM&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;- 128 MB Graphics Card&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;- At least 12 GB of free disk space&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;This Download link:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&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;http://adf.ly/4In5t&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;&lt;span id=&quot;goog_513597633&quot;&gt;&lt;/span&gt;&lt;img border=&quot;0&quot; height=&quot;27&quot; src=&quot;http://2.bp.blogspot.com/-msDkrzSvwTo/TuNOasUrKBI/AAAAAAAAAHE/jze69kJYdD8/s200/filesonic.jpg&quot; width=&quot;200&quot; /&gt;&lt;span id=&quot;goog_513597634&quot;&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://adf.ly/4ImU1&quot; target=&quot;_blank&quot;&gt;part01&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://adf.ly/4ImVz&quot; target=&quot;_blank&quot;&gt;part02&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://adf.ly/4Imzr&quot; target=&quot;_blank&quot;&gt;part03&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://adf.ly/4In0n&quot; target=&quot;_blank&quot;&gt;part04&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://adf.ly/4In20&quot; target=&quot;_blank&quot;&gt;part05&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://adf.ly/4In2j&quot; target=&quot;_blank&quot;&gt;part06&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://adf.ly/4In3p&quot; target=&quot;_blank&quot;&gt;part07&lt;/a&gt;,&amp;nbsp;&lt;a href=&quot;http://adf.ly/4In4o&quot; target=&quot;_blank&quot;&gt;part08&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/12/mac-os-x-snow-leopard-1068-2011ruseng.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-oLp1jTJ2h30/TuNHHJi1goI/AAAAAAAAAG8/B5h0OSJZMGE/s72-c/A-23.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-2132481676712381097</guid><pubDate>Sun, 27 Nov 2011 15:29:00 +0000</pubDate><atom:updated>2011-11-27T22:29:07.406+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Cracking</category><category domain="http://www.blogger.com/atom/ns#">Featured</category><category domain="http://www.blogger.com/atom/ns#">Oprating System</category><category domain="http://www.blogger.com/atom/ns#">Tips n Trick</category><category domain="http://www.blogger.com/atom/ns#">Tutorial</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Cara Menghilangkan Pesan “You may be a victim of software counterfeiting”</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-NAVEdGBsmjk/TtJVy_Xgf_I/AAAAAAAAAGw/RgeEKG3fbHE/s1600/this-copy-of-windows-is-not-genuine.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;192&quot; src=&quot;http://2.bp.blogspot.com/-NAVEdGBsmjk/TtJVy_Xgf_I/AAAAAAAAAGw/RgeEKG3fbHE/s320/this-copy-of-windows-is-not-genuine.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Untuk menghapus “You may be a victim of software counterfeiting” pada Windows XP adalah sebagai berikut:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;- Buka Windows Explorer, akses di C:WindowsDownloaded Program Files.  Dalam folder ini temukan dah hapus semua file berakhiran .WGA.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;- Masuk Safe Mode dengan merestart komputer Anda dan sesaat setelah  windows selesai Log Off, dengan cepat tekan tombol F8. (Jika Anda tidak  yakin, Anda bisa menekan tombol ini beberapa kali)&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Begitu di layar monitor Anda tampak pilihan Windows Advanced Startup, pilih Safe Mode.&lt;/li&gt;&lt;li&gt;Dalam Safe Mode, masuk ke folder berikut ini:&lt;/li&gt;&lt;/ul&gt;&lt;ol style=&quot;text-align: left;&quot;&gt;&lt;li&gt;C:WindowsSystem32 (ganti nama file wgatray.exe menjadi wgatrayold.exe)&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;C:WindowsSystem32dllcache (ganti nama file wgatray.exe menjadi wgatrayold.exe) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Keterangan:  Dllcache berada dalam folder yang tersembunyi (hidden). Untuk  menampilkannya, buka Control Panel &amp;gt; Folder Options, Pilih tab View,  temukan checkbox Show Hidden Files and Folders, tandai.&lt;/li&gt;&lt;/ol&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;- Masih dalam Safe Mode, Masuk Registry Editor:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Klik Start &amp;gt; Run &amp;gt; ketik regedit dalam dialog box akhiri dengan klik [OK].&lt;/li&gt;&lt;li&gt;Dalam Registry Editor, arahkan pada string berikut: (&amp;nbsp;HKEY_Local_MachineSoftwareMicrosoftWindowsNTCurrentVersionWinlogonNotifyWGALOGON )&lt;/li&gt;&lt;li&gt;Klik Kanan &amp;gt; Export folder WGALOGON (langkah ini perlu dilakukan untuk membackup registry Anda).&lt;/li&gt;&lt;li&gt;Setelah seluruh folder selesai diexport, hapus folder WGALOGON tersebut.&lt;/li&gt;&lt;li&gt;Selanjutnya, tutup semua aplikasi dan Restart PC Anda dan booting seperti semula.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;Apabila ingin cara yang praktis (menggunakan software), silahkan hubungi saya langsung......&lt;img alt=&quot;:)&quot; class=&quot;wp-smiley&quot; src=&quot;http://heryantony.com/wp-includes/images/smilies/icon_smile.gif&quot; /&gt;&lt;img alt=&quot;:)&quot; class=&quot;wp-smiley&quot; src=&quot;http://heryantony.com/wp-includes/images/smilies/icon_smile.gif&quot; /&gt;&lt;img alt=&quot;:)&quot; class=&quot;wp-smiley&quot; src=&quot;http://heryantony.com/wp-includes/images/smilies/icon_smile.gif&quot; /&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/11/cara-menghilangkan-pesan-you-may-be.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-NAVEdGBsmjk/TtJVy_Xgf_I/AAAAAAAAAGw/RgeEKG3fbHE/s72-c/this-copy-of-windows-is-not-genuine.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-9157589362549175563</guid><pubDate>Wed, 23 Nov 2011 11:27:00 +0000</pubDate><atom:updated>2011-12-20T00:46:09.343+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">General</category><category domain="http://www.blogger.com/atom/ns#">Oprating System</category><category domain="http://www.blogger.com/atom/ns#">technology</category><category domain="http://www.blogger.com/atom/ns#">Tips n Trick</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Microsoft Security Essentials V2</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Belum lama ini Microsoft merilis salah satu produk gratis dalam hal keamanan (&lt;a href=&quot;http://ebsoft.web.id/category/security/&quot; style=&quot;background-color: transparent; color: #177ec2; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: none; outline-width: initial; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot;&gt;security&lt;/a&gt;), Microsoft Security Essentials v2 (MSE). Produk antivirus ini cukup lama bertahan di versi 1, dan kini dengan dirilisnya versi 2 ini terdapat beberapa tambahan fitur serta peningkatan performa dibanding versi sebelumnya. Selain gratis untuk penggunaan pribadi, juga gratis untuk bisnis/usaha yang mempunyai PC sampai 10 buah.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span id=&quot;more-3155&quot; style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;&quot;&gt;&lt;a href=&quot;http://www.microsoft.com/security_essentials/&quot; style=&quot;background-color: transparent; color: #177ec2; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; outline-color: initial; outline-style: none; outline-width: initial; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;&quot; target=&quot;_blank&quot;&gt;Microsoft Security Essentials&lt;/a&gt;&lt;/b&gt;&amp;nbsp;(MSE) merupakan produk keamanan untuk proteksi PC atau komputer dari berbagai macam, virus, spyware dan software berbahaya lainnya. MSE gratis kita download dan digunakan serta mudah untuk di install. Fitur auto update dan real time protection lebih memastikan akan keamanan komputer.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Di versi 2 ini, terdapat beberapa tambahan dan peningkatan kinerja. Dari informasi yang ada di Help file program ini, beberapa fitur penting dan perbaikannya antara lain sebagai berikut :&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Windows Firewall Integration, fitur untuk mematikan atau mengaktifkan windows Firewall.&lt;/li&gt;&lt;li&gt;Network Inspection System, merupakan fitur proteksi real time dengan memeriksa trafik jaringan untuk membantu dalam proses mem-blok proses berbahaya yang berbasis jaringan.&lt;/li&gt;&lt;li&gt;Protection Engine yang di perbarui dan di tingkatkan&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&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;http://4.bp.blogspot.com/-wJaolUgQ8x4/TszRhMb2gnI/AAAAAAAAAGg/tST0kTWuDg0/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;280&quot; src=&quot;http://4.bp.blogspot.com/-wJaolUgQ8x4/TszRhMb2gnI/AAAAAAAAAGg/tST0kTWuDg0/s400/1.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;Windows Firewall dana membantu mencegah serangan dari luar atau software berbahaya mengakses komputer kita dari jaringan atau internet. Dengan MSE pada installasi awal, akan diperiksa apakah Firewall komputer aktif, pengaturannya dapat di cek melalui Control Panel.&lt;br /&gt;&lt;br /&gt;Network Inspection System. Dengan banyaknya serangan berbasis jaringan (network), apalagi dengan celah keamanan komputer yang semakin lama semakin banyak, maka fitur ini akan memastikan dan memonitor trafik jaringan secara real time (terus-menerus) untuk menghasilkan proteksi jaringan yang terbaik.&lt;br /&gt;&lt;br /&gt;Microsoft menyatakan bahwa MSE diupdate secara reguler dan di backup oleh tim Antimalware Microsoft ( Microsoft Malware Protection Center) yang memberikan respon terhadap ancaman malware terbaru 24 jam sehari. Selain beberapa fitur diatas, sepertinya Microsoft juga menambahkan beberapa pengturan yang ada di menu Settings.&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;http://1.bp.blogspot.com/-8E1TauBM8u0/TszTfO2ZTKI/AAAAAAAAAGo/wmNU0NaVF1w/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;281&quot; src=&quot;http://1.bp.blogspot.com/-8E1TauBM8u0/TszTfO2ZTKI/AAAAAAAAAGo/wmNU0NaVF1w/s400/2.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Bagi anda yang sudah menggunakan MSE versi 1, sampai saat ini sepertinya belum ada fitur auto update, sehingga jika ingin menggunakannya harus download installer yang berukuran cukup kecil, sekitar 7.5- 9.5 MB ( tergantung Windows yang digunakan). Install saja langsung untuk mengupdate MSE menjadi versi 2.&lt;br /&gt;&lt;br /&gt;MSE dapat berjalan di Windows XP, Vista dan juga Windows 7, baik sistem operasi 32 bit maupun 64 bit. Satu hal yang perlu dicatat bahwa MSE ini diperuntukkan bagi&amp;nbsp;pengguna Windows Original&amp;nbsp;(asli), sehingga bagi yang belum menggunakan Windows Original, mungkin harus menggunakan Antivirus lainnya, semisal Avira atau Avast.&lt;br /&gt;&lt;br /&gt;Meskipun ukuran installasi sangat kecil, sekitar 7.5 MB ( di windows XP), tetapi setelah di install, MSE memerlukan update definisi antivirus untuk pertama kalinya. Koneksi internet diperlukan untuk update otomatis. Setelah saya coba install, update otomatis dan periksa, besar ukuran update untuk pertama kali setelah install sekitar 62 MB. Update juga bisa diakukan secara manual, kita tinggal download file exe, dengan memilih &lt;a href=&quot;http://adf.ly/4InBJ&quot; target=&quot;_blank&quot;&gt;Update 32 bit&lt;/a&gt;&amp;nbsp;atau&amp;nbsp;&lt;a href=&quot;http://adf.ly/4InBn&quot; target=&quot;_blank&quot;&gt;Update 64 bit&lt;/a&gt;. Ukuran update sekitar 58 MB.&lt;br /&gt;&lt;br /&gt;Seperti hanya Avira, salah satu hal yang saya sukai dari MSE adalah tidak begitu memperberat kinerja komputer (pengalaman ketika menggunakan versi 1). Semoga versi 2 ini juga tetap ringan dan tidak memperberat kinerja komputer.&lt;br /&gt;&lt;br /&gt;Download&amp;nbsp;&lt;a href=&quot;http://adf.ly/4In9O&quot; target=&quot;_blank&quot;&gt;Microsoft Security Essentials&lt;/a&gt;&amp;nbsp;(alternatif download&amp;nbsp;&lt;a href=&quot;http://adf.ly/4InAP&quot; target=&quot;_blank&quot;&gt;MSE di filehippo.com&lt;/a&gt;)&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/11/microsoft-security-essentials-v2.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-wJaolUgQ8x4/TszRhMb2gnI/AAAAAAAAAGg/tST0kTWuDg0/s72-c/1.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-1538167652203725319</guid><pubDate>Wed, 23 Nov 2011 10:48:00 +0000</pubDate><atom:updated>2011-11-27T22:43:25.095+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Cracking</category><category domain="http://www.blogger.com/atom/ns#">General</category><category domain="http://www.blogger.com/atom/ns#">Hacking</category><category domain="http://www.blogger.com/atom/ns#">technology</category><category domain="http://www.blogger.com/atom/ns#">Tips n Trick</category><title>Hati-hati, Kemungkinan Teman Anda Di Facebook Adalah Robot</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-gR7UtiFFwQA/TszOGTpQkcI/AAAAAAAAAGY/q7rriYdK7hk/s1600/FACEBOOK-BROKEN-300x202.png&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; height=&quot;214&quot; src=&quot;http://4.bp.blogspot.com/-gR7UtiFFwQA/TszOGTpQkcI/AAAAAAAAAGY/q7rriYdK7hk/s320/FACEBOOK-BROKEN-300x202.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Beberapa orang peneliti dari University of British Columbia baru saja melakukan penelitian terhadap tingkah laku para pemilik akun di Facebook. Dari penelitian tersebut, mereka mengatakan bahwa kemungkinan pemilik akun untuk ditipu dengan sebuah program Bot cukup tinggi.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Dalam penelitiannya, para ilmuwan tersebut menggunakan sebuah program bernama socialbots, sebuah program yang dapat bertingkah laku seperti layaknya orang yang sedang online. Selanjutnya, menggunakan software tersebut para peneliti membuat tak kurang dari 102 akun, 49 laki-laki dan 53 perempuan. Lalu akun zombi tersebut mereka operasikan selama delapan minggu.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Dalam kurun waktu tersebut, mereka mengirimkan lebih dari 8500 permintaan teman secara random. Hasilnya, lebih dari 3000 orang menerima permintaan tersebut. Selanjutnya, akun zombi tersebut dapat memperoleh informasi pribadi dari 3000 akun Facebook.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Namun ternyata fenomena ini tak berhenti di situ. Pemilik 3000 akun facebook tersebut total memiliki jaringan lebih dari 1 juta orang teman. Tentu saja software bot tersebut bisa mengumpulkan data pribadi dari 1 juta orang tersebut, dengan catatan para pemilik akun tersebut memberikan akses kepada ‘friends of friends’.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Secara keseluruhan, penelitian ini memperoleh data pribadi dari 35 persen yang berasal dari jaringan langsung. Selain itu, terdapat pula 24 persen data lainnya yang berasal dari jaringan sekunder.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Lalu apa dampaknya? Mungkin anda akan bertanya tentang hal ini. Selain untuk mengumpulkan data pribadi, bot ini juga dapat digunakan untuk melakukan manipulasi opini publik dalam skala besar, dan menyebarkan sebuah propaganda. Jadi nampaknya anda harus cukup berhati-hati ketika menerima permintaan teman di Facebook.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;Sumber : Beritateknologi.com&lt;/i&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/11/hati-hati-kemungkinan-teman-anda-di.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-gR7UtiFFwQA/TszOGTpQkcI/AAAAAAAAAGY/q7rriYdK7hk/s72-c/FACEBOOK-BROKEN-300x202.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-4903453696637675747</guid><pubDate>Wed, 23 Nov 2011 10:34:00 +0000</pubDate><atom:updated>2011-11-27T22:42:47.641+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Cracking</category><category domain="http://www.blogger.com/atom/ns#">General</category><category domain="http://www.blogger.com/atom/ns#">Hacking</category><category domain="http://www.blogger.com/atom/ns#">technology</category><category domain="http://www.blogger.com/atom/ns#">Tips n Trick</category><title>Facebook Beberkan Praktik Pelacakan</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-KfcBnyGo9eg/TszLQD3k5tI/AAAAAAAAAGQ/CkQQKXYZiZQ/s1600/fesbuk.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://4.bp.blogspot.com/-KfcBnyGo9eg/TszLQD3k5tI/AAAAAAAAAGQ/CkQQKXYZiZQ/s1600/fesbuk.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Jakarta&amp;nbsp;- Dalam sebuah wawancara, Facebook mengungkapkan pandangannya mengenai praktik pelacakan data. Seperti diketahui, jejaring sosial ini kerap dikritik terkait dengan masalah privasi. Untuk pertama kalinya, Facebook mengungkap detail spesifik tentang bagaimana mereka melacak dan mendapatkan data pengguna.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Misalnya, ketika seseorang mendaftar akun, dia akan mendapat session cookie dan browser cookie. Jika tidak, dia hanya mendapat browser cookie. Pelacakan data dimulai ketika pengguna pertama kali mengunjungi Facebook.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Setelah ini, kapan pun pengguna mengakses situs pihak ketiga yang memiliki koneksi dengan Facebook--seperti tombol Share atau Like, cookie akan memberitahukan Facebook mengenai waktu dan alamat situs yang diakses pengguna tersebut.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&quot;Pelacakan ini juga termasuk karakteristik unik pada browser dan PC seperti alamat IP, resolusi layar, sistem operasi yang digunakan serta versi browser,&quot; kata Engineering Director Arturo Bejar.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Disebutkannya, Facebook terus memantau semua aktivitas kunjungan webpage pengguna selama 90 hari, menghapus entri lama dan menambahkan yang baru. Facebook bahkan bisa melakukan pelacakan jika seorang pengguna tidak login, serta mengetahui situs apa yang diakses si pengguna ketika mereka tidak mengakses Facebook namun Facebook mengklaim tidak pernah melakukannya.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;Sumber : Detikinet.com&lt;/i&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/11/facebook-beberkan-praktik-pelacakan.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-KfcBnyGo9eg/TszLQD3k5tI/AAAAAAAAAGQ/CkQQKXYZiZQ/s72-c/fesbuk.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8959116193818564219.post-1144732556665886288</guid><pubDate>Sun, 20 Nov 2011 12:47:00 +0000</pubDate><atom:updated>2011-11-27T22:42:03.431+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">General</category><category domain="http://www.blogger.com/atom/ns#">technology</category><category domain="http://www.blogger.com/atom/ns#">Tips n Trick</category><title>LAPTOP TOSHIBA SATELLITE L640 &amp; L645 TIDAK BISA MASUK KE BIOS</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div style=&quot;text-align: justify;&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;http://2.bp.blogspot.com/-1E_5ozPAZTQ/TsjxlQAcXxI/AAAAAAAAAGI/h9d7CmVpVBo/s1600/Toshiba-Satellite-L635-L645-L655-and-L675-Notebooks.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: justify;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;257&quot; src=&quot;http://2.bp.blogspot.com/-1E_5ozPAZTQ/TsjxlQAcXxI/AAAAAAAAAGI/h9d7CmVpVBo/s320/Toshiba-Satellite-L635-L645-L655-and-L675-Notebooks.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Baru&quot; ini temanku &quot;&lt;a href=&quot;http://www.facebook.com/topix88&quot; target=&quot;_blank&quot;&gt;Taufik Hidayat&lt;/a&gt;&quot;&amp;nbsp;nelpon, katanya&amp;nbsp;&lt;span2892941&gt;Laptop&lt;/span2892941&gt;&amp;nbsp;&lt;span2892941&gt;Toshiba Satellite&amp;nbsp;&lt;/span2892941&gt;L645 tidak bisa masuk bios.&amp;nbsp; Lalu dengan penuh percaya diri (maklum biasanya memang begitu) kuinstruksikan untuk menekan tombol F2 saat hendak menghidupkan laptopnya (biasanya memang seperti itu, untuk masuk ke bios kita harus menekan tombol F2).&amp;nbsp; &quot;Pah - Paaaaaahhhhhhhh... ini saya sudah tekan tombol dari F1 sampai F12 tapi tetap tidak mau respon Toshibanya, ada sampe tombol F100 kah.....???&quot; waaaahhh dengan logat Aceh Rayeuknya yang kental banget. Seeeeddddeeeppppppp........ :D&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Problem ini ini pun sudah dia konsultasikan juga pada dewa jaringan&amp;nbsp;&lt;a href=&quot;https://www.facebook.com/eenAjha&quot; target=&quot;_blank&quot;&gt;Een Jeyek (nama cantik beliau)&lt;/a&gt;&amp;nbsp;dan juga pakar Teknologi &amp;amp; Komunikasi + publikasi &amp;nbsp;(Kusus wilayah JM &amp;amp; Sekitarnya)&amp;nbsp;&lt;a href=&quot;https://www.facebook.com/lexs88&quot; target=&quot;_blank&quot;&gt;Bulux si Mbah Jenggot Naga&lt;/a&gt;&amp;nbsp;namun tak menemukan jawaban yang memuaskan. Yang ada malah saya selaku penulis blog ini yang di salahkan oleh mereka. Huuuuuuuuffffffttttttttttt........... Seeeeeeeeeeeeeddddeeeeeeppppppppppp...........&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Karena penasaran dengan kasus yang dialami oleh&amp;nbsp;&lt;span2892941&gt;Toshiba&lt;/span2892941&gt;&amp;nbsp;Sattelite L645 punya&amp;nbsp;&quot;&lt;a href=&quot;https://www.facebook.com/topix88&quot; style=&quot;text-align: justify;&quot; target=&quot;_blank&quot;&gt;Taufik Hidayat&lt;/a&gt;&quot;, makanya langsung saya&amp;nbsp;&lt;span2892941&gt;SMS&lt;/span2892941&gt;. &quot;Ya sudah, bawah aja kesini ntar dicek...&quot;.&amp;nbsp; Ternyata benar, segala kombinasi tombol sudah dilakukan (jadi pengen cari tombol F100 tadi jadinya... hehehhehe) tetapi tidak merespon, bahkan sepertinya ini barang ajaib benar.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Setelah minum kopi, dan beberapa kali menghisap&amp;nbsp;&lt;a href=&quot;http://jm-community--aneuk-nanggroe.blogspot.com/2009/11/karakter-perokok-dari-jenis-rokok.html&quot; target=&quot;_blank&quot;&gt;Malrboro Lights&lt;/a&gt;ku, lalu saya putuskan untuk bertanya kepada yang lebih ahli.. Si Mbah&amp;nbsp;&lt;a href=&quot;http://www.google.com/&quot; target=&quot;_blank&quot;&gt;Google&lt;/a&gt;... Dan ternyata ehhh ternyata... dapat jawabannya (tapi sama Mbah ga dijawab seperti itu lho, makanya yang ini analisa pribadiku....)&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;1.&amp;nbsp; Untuk Laptop Toshiba&amp;nbsp;&lt;span2892941&gt;Satellite&lt;/span2892941&gt;&amp;nbsp;L645, pada bios ada menu Advanced, kemudian Boot Speed.&amp;nbsp; Apabila setingan Boot Speed pada kondisi Fast, maka sampe kiamat tahun 2222 pun menekan tombol F2, yang namanya BIOS itu ga bakalan nongol-nongol (waaahhhh mirip&amp;nbsp;&lt;span2892941&gt;Bang&lt;/span2892941&gt;&amp;nbsp;Toyib ya....????).&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;2.&amp;nbsp; Untuk masuk ke settingan BIOS, matiin laptopnya (tekan tombol power agak lamaan, jangan diancam pake clurit ga bakal mempan dia)&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;3.&amp;nbsp; Tekan dan tahan tombol F2 lalu hidupkan laptop dengan menekan tombol power, nah udah masuk kan?? lalu ubah menu Fast tadi menjadi Normal.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Selamat mencoba, semoga berhasil dan mari berbagi...&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Saleum Aneuk Nanggroe.........&lt;/div&gt;&lt;/div&gt;</description><link>http://jm-community--aneuk-nanggroe.blogspot.com/2011/11/laptop-toshiba-satellite-l640-l645.html</link><author>noreply@blogger.com (1m4n Cs)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-1E_5ozPAZTQ/TsjxlQAcXxI/AAAAAAAAAGI/h9d7CmVpVBo/s72-c/Toshiba-Satellite-L635-L645-L655-and-L675-Notebooks.jpg" height="72" width="72"/><thr:total>2</thr:total></item></channel></rss>