Minggu, 31 Maret 2013

Hunter X Hunter 73 Subtitle Indonesia

Hunter X Hunter 2011 73 Sub Indonesia

Silahkan download gratis HunterXHunter 2011 Episode 73 Subtitle Indonesia.


Download HunterXHunter 73 Subtitle Indonesia by Qiura49.com



Sabtu, 30 Maret 2013




Silahkan donwload Gratis anime Boku wa Tomodachi ga Sukunai Next episode 12 Subtitle Indonesia dan untuk Boku wa Tomodachi ga Sukunai Next episode 12 Subtitle Indonesia silahkan hitung 1 minggu dari waktu anda download. [Tamat]


                                                                  Subtitle Indonesia by : 
www.kazegami.net



Jumat, 29 Maret 2013

Squid Sebagai Transparent Proxy

Pada kesempatan kali ini saya akan mencoba menjelaskan sedikit mengenai squid sebagai transparent proxy. Kenapa squid? karena cukup familiar dalam hal cache proxy dan sudah teruji tingkat kehandalanya.



Squid adalah caching proxy untuk jaringan yang mendukung HTTP, HTTPS, FTP, dan lainnya. Squid berfungsi meng-cache data yang diminta oleh pengguna seperti web dan ftp.

Langkah-langkah instalasi squid seperti dibawah ini:
1. Login sebagai root, kemudian bikin direktory, group, user untuk squid, sebelumnya saya membuat partisi hardisk sebesar 20G untuk menyimpan cache squid dan nama direktorynya /CACHE
more /etc/fstab
…….
/dev/sda8 /CACHE reiserfs defaults,notail,noatime 1 2
…….
mkdir -p /app/squid
groupadd squid
useradd squid -d /app/squid -g squid
chown -R squid.squid /app/squid
chown -R squid.squid /CACHE
2. Masuk sebagai user squid dan download source code squid kemudian extrak
su - squid
wget -c -b -t0 -o donlot.log ftp://squid.cbn.net.id/pub/squid/squid-3/STABLE/squid-3.0.STABLE6.tar.bz2
tail -f donlot.log
……………. 100%
tar jxvf squid-3.0.STABLE6.tar.bz2
cd squid-3.0.STABLE6
3. Bikin script configure seperti berikut
mcedit cfg-squid
./configure \
–prefix=/app/squid/system \
–enable-gnuregex \
–enable-async-io=24 \
–with-aufs-threads=24 \
–with-pthreads \
–with-aio \
–with-dl \
–enable-storeio=aufs,diskd \
–enable-icmp \
–enable-delay-pools \
–disable-wccp \
–disable-internal-dns \
–enable-snmp \
–enable-cache-digests \
–enable-default-err-languages=English \
–enable-err-languages=English \
–enable-linux-netfilter \
–disable-ident-lookups \
–disable-hostname-checks \
–enable-underscores
4. Ubah mode ato permission file menjadi execute, jalankan script, kemudian install
chmod +x cfg-squid
./cfg-squid
make all && make install
5. Edit squid.conf seperti berikut
cd ~
cd system/etc
mv squid.conf squid.conf.aseli
pico squid.conf
################ PORT SQUID ##############
http_port ip_local:porttransparent
http_port ip_public:port transparent
http_port 127.0.0.1:port transparent
#icp_port 56670
#htcp_port 0
##########################################
udp_incoming_address 0.0.0.0
#icp_query_timeout 90
maximum_icp_query_timeout 2000
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
acl apache rep_header Server ^Apache
################ MEM USAGE ###############
# jumlah memori dari 1/3 memori
cache_mem 48 MB
##########################################
redirect_rewrites_host_header off
emulate_httpd_log off
## no client ip ##
forwarded_for off
##################
cache_swap_high 99%
cache_swap_low 98%
maximum_object_size 16384 KB
minimum_object_size 4 KB
maximum_object_size_in_memory 12 KB
######### DOMAIN NAME SERVER #############
dns_nameservers 202.xxx.xxx.xx 202.xxx.xxx.xx
dns_children 40
ipcache_size 5120
ipcache_low 98
ipcache_high 99
fqdncache_size 5120
############# CACHE DIRECTORY ####################
# Rumus cache_dir –> [[[ X/13 ] / 256] / 256] * 2
cache_dir aufs /CACHE 20000 45 256
##################################################
store_dir_select_algorithm round-robin
cache_store_log none
#ftp_user squid@localhost
#ftp_list_width 32
#ftp_passive on
request_header_max_size 100 KB
request_body_max_size 5 MB
refresh_pattern ^ftp: 10080 95% 241920 reload-into-ims override-lastmod
refresh_pattern -i exe$ 2880 1000% 262800
refresh_pattern -i zip$ 2880 1000% 262800
refresh_pattern -i tar\.gz$ 2880 1000% 262800
refresh_pattern -i tgz$ 2880 1000% 262800
refresh_pattern -i rar$ 2880 1000% 262800
refresh_pattern -i rpm$ 2880 1000% 262800
refresh_pattern -i pdf$ 2880 1000% 262800
refresh_pattern -i bin$ 0 300% 999999 ignore-reload
refresh_pattern -i dat$ 0 300% 999999 ignore-reload
refresh_pattern -i swf$ 0 300% 999999 ignore-reload
refresh_pattern -i xfs$ 0 800% 999999 ignore-reload
refresh_pattern -i gpf$ 0 800% 999999 ignore-reload
refresh_pattern -i rgz$ 0 800% 999999 ignore-reload
refresh_pattern -i \.class$ 43200 90% 86400
refresh_pattern -i gif$ 21600 700% 999999
refresh_pattern -i jpeg$ 21600 700% 999999
refresh_pattern -i jpg$ 21600 700% 999999
refresh_pattern -i png$ 21600 600% 999999
refresh_pattern -i jpe$ 21600 600% 999999
refresh_pattern -i tif$ 0 500% 999999
refresh_pattern -i xbm$ 0 500% 999999
refresh_pattern -i xpm$ 0 500% 999999
refresh_pattern -i xwd$ 0 500% 999999
refresh_pattern -i pict$ 0 500% 999999
refresh_pattern -i ief$ 0 500% 999999
# satu baris
refresh_pattern http://photos.friendster.com/.*\.(jpeg|jpg|gif|swf) 21600 999% 999999 override-lastmod override-expire ignore-reload reload-into-ims
# satu baris
refresh_pattern http://*.yimg.com/.*\.(jpeg|jpg|gif|swf) 21600 999% 999999 override-lastmod override-expire ignore-reload reload-into-ims
# satu baris
refresh_pattern windowsupdate.com/.*\.(cab|exe|dll) 259200 95% 259200 override-expire override-lastmod reload-into-ims ignore-no-cache ignore-private
# satu baris
refresh_pattern download.microsoft.com/.*\.(cab|exe|dll) 259200 95% 259200 override-expire override-lastmod reload-into-ims ignore-no-cache ignore-private
# satu baris
refresh_pattern au.download.windowsupdate.com/.*\.(cab|exe|psf) 259200 95% 259200 override-expire override-lastmod reload-into-ims ignore-no-cache ignore-private
# satu baris
refresh_pattern ^ftp: 20160 95% 259200 override-expire override-lastmod reload-into-ims ignore-no-cache ignore-private
# satu baris
refresh_pattern . 240 95% 259200 override-expire override-lastmod reload-into-ims ignore-no-cache ignore-private
#
refresh_pattern cgi-bin 1 20% 2
refresh_pattern \.html$ 1 20% 2
refresh_pattern \.asp$ 1 20% 2
refresh_pattern \.acgi$ 1 20% 2
refresh_pattern \.cgi$ 1 20% 2
refresh_pattern \.pl$ 1 20% 2
refresh_pattern \.shtml$ 1 20% 2
refresh_pattern \.php3$ 1 20% 2
refresh_pattern \.php$ 1 20% 2
refresh_pattern \? 1 20% 2
refresh_pattern . 960 90% 43200
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
#reference_age 30 days
quick_abort_min 16 KB
quick_abort_max 16 KB
quick_abort_pct 95
negative_ttl 2 minutes
positive_dns_ttl 6 hours
negative_dns_ttl 4 minutes
range_offset_limit 0 KB
connect_timeout 1 minutes
peer_connect_timeout 30 seconds
read_timeout 15 minutes
request_timeout 30 seconds
query_icmp on
half_closed_clients off
shutdown_lifetime 30 seconds
#siteselect_timeout 4 seconds
#redirect_children 10
#client_lifetime 5 day
####### CONFIGURATION IP NETWORK #########
#acl all src 0.0.0.0/0.0.0.0
acl my_network src 192.168.1.0/255.255.255.0
acl localhost src 127.0.0.1/255.255.255.255
tcp_outgoing_address ip_public my_network
############ ACL ACCESS/BLOK #############
# satu baris
acl UPDT dstdomain .windowsupdate.com update.microsoft.com windowsupdate.microsoft.com v5stats.windowsupdate.microsoft.com download.microsoft.com rs.update.microsoft.com stats.update.microsoft.com
#
acl YMM dstdomain radio.music.yahoo.com
acl manager proto cache_object
#acl block dstdomain http://www.youtube.com youtube.com
#acl allowed src “/app/squid/allow/allowed.ip”
#acl localweb dstdomain “/app/squid/allow/localweb”
#acl parno_sites url_regex -i “/app/squid/block/sex”
#acl block url_regex -i “/app/squid/block/weblock.txt”
##########################################
acl SSL_ports port 443 563 5000
acl Safe_ports port 80 # http
acl Safe_ports port 81 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 110 # pop
acl Safe_ports port 25 # smtp
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-6659 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 8100 # http
acl CONNECT method CONNECT
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
############ ACCESS LIST ##############
http_access allow my_network !YMM !UPDT
#http_access deny block_sites
http_access allow manager localhost
http_access allow localhost
http_access deny manager
http_access deny all
#
# CACHE MANAGER
cache_mgr me@localhost
cachemgr_passwd 123123 all
icp_access allow all
#reply_body_max_size 0 allow all
cache_effective_user squid
cache_effective_group squid
visible_hostname SQUIDKU-LHO
#
# Access Log File
access_log /app/squid/system/var/logs/access.log squid
logfile_rotate 2
#http_reply_access allow all
#ident_lookup_access deny all
#announce_period 1 day
#announce_host yahoo.com
#announce_port 3131
log_icp_queries off
buffered_logs on
#tcp_recv_bufsize 0 bytes
#tcp_recv_bufsize 0 bytes
store_avg_object_size 10 MB
store_objects_per_bucket 40
netdb_low 900
netdb_high 1000
#icon_directory /system/squid/share/icons
#error_directory /system/squid/share/errors/English
#minimum_retry_timeout 5 seconds
maximum_single_addr_tries 3
coredump_dir /tmp
pipeline_prefetch on
ie_refresh on
unique_hostname SQUIDKU
#high_memory_warning 200 mb
# DELAY POOLS !!
#############################################
# acl
acl admin src 192.168.x.x 192.168.x.x
acl staff url_regex -i 192.168.x.41 – 192.168.x.48
acl umum url_regex -i 192.168.x.50 – 192.168.x.85
# exstentions file yang dibatasin bandwithnya wat didownload ;p
# satu baris
acl download urlpath_regex [-i] \.EXE$ \.exe$ \.cab$ \.dll$ \.tar.gz$ \.gz$ \.tgz$ \.tar.bz2$ \.rpm$ \.spm$ \.zip$ \.tar$ \.iso$ \.rar$ \.xls$ \.mpeg$ \.avi$ \.mp3$ \.mp4$ \.wav$ \.iso$ \.rm$ \.mwv$ \.dat$ \.rar$ \.psf$ \.asf$ \.3gp$ \.mov$
# bandwidth unlimited
delay_pools 4
delay_class 1 1
delay_parameters 1 -1/-1
delay_access 1 allow admin
delay_access 1 deny all
# bandwidth 1,5 kbytes/sec, bila file yang diakses melebihi 64Kbte
delay_class 2 1
delay_parameters 2 1500/64000
delay_access 2 allow staff
delay_access 2 deny all
# bandwidth 1 kbytes/sec, bila file yang diakses melebihi 32 Kbyte
delay_class 3 1
delay_parameters 3 1000/32000
delay_access 3 allow umum
delay_access 3 deny all
#
#delay_class 4 1
#delay_parameters 4 1000/16000
#delay_access 4 allow download
#delay_access 4 deny all
6. Membuat cache/swap dan jalankan squid
system/bin/squid -z
system/bin/squid -s YD
7. Periksa apakah squid sudah berjalan
pstree
|-squid—squid-+-40*[dnsserver]
|               |-unlinkd
|               `-24*[{squid}]
8. Rotasi access.log, store.log squid
export VISUAL=mcedit
crontab -e
0 0 * * * /app/squid/system/sbin/squid -k rotate
9. Keluar dari user squid, kembali menjadi root
logout (Ctrl+d)
10. Tambahkan di rc.local
mcedit /etc/rc.d/rc.local
ulimit -HSn 8192 echo 1024 32768 > /proc/sys/net/ipv4/ip_local_port_range
# SQUID
/bin/su – squid -c “/app/squid/system/sbin/squid -s YD”

Demikian tulisan singkat mengenai  Squid Sebagai Transparent Proxy. Tulisan ini saya ambil dari blog kawan seperjuangan saya dari jaman kuliah dulu sampai sekarang. Semoga tulisan mengenai Squid Sebagai Transparent Proxy dapat menambah wawasan anda dalam hal proxy server dan dunia linux.

Thank's to Kuli Bangunan

Tamako Market Episode 12 Subtitle Indonesia [Final]

Tamako Market Episode 12 Subtitle Indonesia

Tamat



Download Tamako Market Episode 12 Subtitle Indonesia by
AWSubs/Wardhanime.net


[Download here]

Rabu, 27 Maret 2013

Cardcaptor Sakura Subtitle Indonesia



Silahkan download cardcaptor sakura episode 01 subtitle indonesia gratis

Judul : Cardcaptor Sakura
Status : On going
Subtitle : Indonesia
Indonesia Fansub :
Kazegami.net

Suatu hari, Sakura Kinomoto, siswa kelas 4 tersandung buku misterius Clow. Setelah membuka dan membaca nama The Windy keras, Sakura menyebarkan kartu ke udara. Sakura dipilih dan diangkat oleh Keroberos, Guardian dari Kartu untuk menangkap kartu yang tersisa. Dengan Tomoyo temannya dan Syaoran saingan, Sakura mulai petualangan yang selamanya akan mengubahnya.


Download Cardcaptor Sakura Subtitle Indonesia

[Episode 1] | [Episode2] | [Episode 3]

[Episode 4] | [Episode 5]

Selasa, 26 Maret 2013

 


Type: TV

Episodes: 10

Status: Currently Airing

Aired: Jan 12, 2013 to ?

Producers: Diomedea, Kadokawa Shoten, Nippon Columbia, flying DOG, Project No Name
Genres: Fantasy, Supernatural
Duration: 23 min. per episode
Rating: PG-13 - Teens 13 or older
sinopsis
Izayoi Sakamaki, Asuka Kudou, dan you Kasugabe memiliki kekuatan yang luar biasa dan bosan dengan dunia biasa. Sebuah amplop tiba-tiba datang di hadapan mereka, dan ketika masing-masing membuka amplop mereka, mereka terkejut melihat pemandangan di sekitar mereka berubah menjadi dunia yang belum pernah mereka temui sebelumnya. Mereka telah dipanggil oleh Kuro Usagi untuk membantu masyarakat "No Name" untuk menggulingkan Raja Iblis.





Subtitle Indonesia by :
http://kazegami.net/




Episode 1:
[480p] | [720p]


Episode 2
[480p] | [720p] 


Episode 3 
[480p] | [720p]


Episode 4
[480p] | [720p]


Episode 5 
[480p] | [720p]


 Episode 6
 [480p] | [720p]


Episode 7
 [480p] | [720p]

 
Episode 8
 [480p] | [720p]



Episode 9
 [480p] | [720p]



Episode 10 Final
[DOWNLOAD]











Senin, 25 Maret 2013



Love Live! School Idol Project Episode 12 Subtitle Indonesia

Silahkan download gratis video Love Live! School Idol Project Episode 12 subtitle indonesia untuk Love Live! School Idol Project Episode 13 Subtitle Indonesia silahkan hitung 7 hari dari waktu anda mendownload 

Download Love Live! School Idol Project Episode 12 Subtitle Indonesia by
AWSubs/Wardhanime.net


[Download Here]

Minggu, 24 Maret 2013

Hunter X Hunter 72 Subtitle Indonesia

Hunter X Hunter 2011 72 Sub Indonesia

Silahkan download gratis HunterXHunter 2011 Episode 72 Subtitle Indonesia.

Download HunterXHunter 72 Subtitle Indonesia by Qiura.com

[Download Here]

Sword Art Offline BD episode 2 Subtitle Indonesia

Sword Art Offline BD episode 2 Subtitle Indonesia
\

Silahkan download gratis video Sword Art Offline BD episode 2 Subtitle Indonesia dan Subtitle Indonesia untuk Sword Art Offline BD episode 3 Subtitle Indonesia silahkan tunggu dan jangan lupa dukung fansub terkait.



Subtitle Indonesia by : 
Kazegami.net




BD 1080p :

Sabtu, 23 Maret 2013

Boku wa Tomodachi ga Sukunai Next episode 10-11 Subtitle Indonesia


Silahkan download gratis video Boku wa Tomodachi ga Sukunai Next Episode 10-11 Subtitle Indonseia dan Subtitle Indonesia untuk Boku wa Tomodachi ga Sukunai Next Episode 12 Subtitle Indonseia silahkan tunggu.



                                                           Subtitle Indonesia by : 
                                                       www.kazegami.net




                                           [Episode 10] | [Episode 11]




Jumat, 22 Maret 2013

Tamako Market Episode 11 Subtitle Indonesia

Tamako Market Episode 11 Subtitle Indonesia

Silahkan download gratis video Tamako Market Episode 11 subtitle indonesia untuk Tamako Market 12 Subtitle Indonesia silahkan hitung 7 hari dari waktu anda mendownload



Download Tamako Market Episode 11 Subtitle Indonesia by
AWSubs/Wardhanime.net


[Download here]

Selasa, 19 Maret 2013



Love Live! School Idol Project Episode 11 Subtitle Indonesia

Silahkan download gratis video Love Live! School Idol Project Episode 11 subtitle indonesia untuk Love Live! School Idol Project Episode 12 Subtitle Indonesia silahkan hitung 7 hari dari waktu anda mendownload 

Download Love Live! School Idol Project Episode 11 Subtitle Indonesia by
AWSubs/Wardhanime.net


[Download Here]

Senin, 18 Maret 2013

Cara Mencari SSH Gratis

Pada kesempatan kali ini saya pengin berbagi sedikit ilmu mengenai cara mencari account ssh gratis tanpa perlu tau mengenai ilmu hacking atapun soal jaringan komputer. Metode ini sangat simpel dan semua orang saya jamin mampu menerapkanya. Apa aja yang perlu di persiapkan?
  • Internet Connection dong tentunya.
  • Camilan secukupnya
  • Lilin jangan lupa. haha

Langsung aja begini salah satu metode yang paling gampang :
  • Buka situsnya simbah alias google.com
  • Search pake keyword "wimax cpe configuration" (boleh pake tanda " boleh tidak)
  • Nanti akan keluar lumayan banyak target. Coba dibuka salah satu hasil searching google tadi lewat browser.
  • Saya coba pake contoh ini :
  • Kita tes buka di broswer dolo mas bro. 
http://5.2.1.2/login.html?suc=1
Wah ternyata bisa di buka di browser coba kita buka pake bitvise sekarang pake port standart (22)
user dan password terserah mau di masukin apa, itu tidak pengaruh karena sebenarnya ini SSH tanpa login.
09:42:35.687 Connecting to SSH2 server 5.2.1.2:22.
09:42:36.125 Connected.
09:42:36.125 Starting first key exchange.
09:42:36.531 Server version string: SSH-2.0-dropbear_0.52
09:42:37.531 New host key received. Algorithm: ssh-rsa, Size: 1040 bits, MD5 Fingerprint: 60:59:65:96:ef:20:c4:6c:49:0a:bd:a6:4c:50:bf:a3, Bubble-Babble: xomag-tohov-luciz-zysec-vuhop-limak-vibug-cocek-rapyn-nikul-loxyx.
09:42:37.531 First key exchange completed.
09:42:37.531 Key exchange: diffie-hellman-group1-sha1. Session encryption: aes256-ctr, MAC: hmac-sha1, compression: none.
09:42:37.937 Attempting 'password' authentication.
09:42:38.375 Authentication completed.
09:42:38.375 Initializing SOCKS / HTTP CONNECT proxy on 127.0.0.1:1234 succeeded.
09:42:38.375 Auto opening xterm terminal session.
09:42:41.406 Closing xterm terminal session.
  • Damm... Bisa juga mas bro. Yuk kita coba buat browsing mau pa kagak ya?
09:44:03.859 Accepted SOCKS5 connection from 127.0.0.1:3268 to 207.171.185.200:443.
09:44:04.109 Accepted SOCKS5 connection from 127.0.0.1:3269 to 207.171.185.200:443.
09:44:06.234 Accepted SOCKS5 connection from 127.0.0.1:3271 to 174.132.254.58:80.
09:44:06.234 Accepted SOCKS5 connection from 127.0.0.1:3270 to 174.132.254.58:80.
  • Yes sukses mas bro.
My IP address
5.2.1.2
Country
Italy

Sangat simpel bukan? itu hanya salah satu contoh server ssh yang bisa kita manfaatkan sebagai tunnel menggunakan bitvise.

Catatan:
  • Target tidak bisa kita buka di browser tidak menutup kemungkinan masih bisa di pake buat tunnel. Langusng dicoba aja menggunakan bitvise.
  • Coba di kembangkan lagi menggunakan kata kunci lainya. Masih banyak model router ataupun server yang vuln untuk di jadikan tunnel.
Demikian tutorial singkat mengenai cara mencari ssh gratis untuk tunnel menggunakan bitvise. Semoga dapat menambah wawasan kita semua.

Sabtu, 16 Maret 2013

Honey and Clover Episode 06 Subtitle Indonesia


Honey and Clover Episode 06 Subtitle Indonesia


Silahkan download gratis video Honey and Clover Episode Subtitle Bahasa Indonesia.

Download Honey and Clover Episode Subtitle Bahasa Indonesia by keonikku.cc.cc

SD | [Here]
HD | [Nyusul]

Hack.Legend of Twilight Bracelet 03 Subtitle Indonesia

 Hack.Legend of Twilight Bracelet 03 Subtitle Indonesia


Silahkan download gratis video Hack.Legend of Twilight Bracelet 03 Subtitle Indonesia dan Subtitle Indonesia untuk BHack.Legend of Twilight Bracelet 04 Subtitle Indonesia silahkan tunggu.



Subtitle Indonesia by : 
www.kazegami.net






LINK DOWNLOAD


Install Free SSH server di Windows

Ada yang bertanya soal bagaimana install ssh server di windows baik itu di komputer desktop maupun di vps agar bisa di pakai untuk tunnel menggunakan bitvise.

Banyak software opensource yang menyediakan aplikasi ini, pada kesempatan ini saya ingin mencoba instalasi ssh server menggunakan software freessh.

Aplikasi ini sangat kecil ukuranya tapi cukup mumpuni dan gampang dalam instalasi dan konfigurasinya.

Berikut cara instalasi dan konfigurasinya :
  1. Download dolo binary file nya disini
  2. Setelah selesai donlot langsung install aja. Ikuti saja semuanya sampai selesai (pilih default tanpa di utak atik)
  3. Setelah instalasi selesai dan server ssh sudah berjalan sekarang kita setting seperti gambar dibawah :





  4. Settingan freeSSH server sudah selesai saatnya kita ujicoba pake bitvise.

  5. Pada bagian host saya isi dengan ip komputer saya, (192.168.2.12 adalah ip komp saya).


  6. Username dan password sesuaikan dengan yang anda buat di server freeSSH tadi.
  7. Selamat sekarang windows vps anda sudah bisa dipake untuk tunnel.


Demikian sedikit coretan mengenai instalasi dan konfigurasi freeSSH server pada windows, semoga dapat menambah wawasan kita semua.

Akhirnya dapet pinjaman vps windows 2013 server x86_64  untuk ujicoba. Dan hasilnya berjalan dengan lancar mas bro. Kendala pertama setelah penginstalan selesai yaitu service tidak mau running dengan mulus dan ketika kita restart service tetep tidak mau running. Untuk mengatasi hal ini maka kita harus kill manual service nya, Caranya :
- masuk ke cmd trus ketik services.msc
- Double klik tulisan FreeSSHDService trus pilih stop
- running lagi service nya dari menu di software freesshd server bukan dari services.



Mudah-mudahan server anda bisa berjalan lancar. Karena di tempat saya mau berjalan lancar. Trimakasih.


Jumat, 15 Maret 2013

Tamako Market Episode 10 Subtitle Indonesia

Tamako Market Episode 10 Subtitle Indonesia

Silahkan download gratis video Tamako Market Episode 10 subtitle indonesia untuk Tamako Market 11 Subtitle Indonesia silahkan hitung 7 hari dari waktu anda mendownload



Download Tamako Market Episode 10 Subtitle Indonesia by
AWSubs/Wardhanime.net


[Download here]

Rabu, 13 Maret 2013

Proteus Library For Arduino

Proteus is a very powerful tool in simulating microcontroller codes and Arduino is a very famous microcontroller platform but in Proteus there is no model for Arduino. In this post I am going to show how to add Proteus Library for Arduino and how to use it in simulation.


How to add the Arduino Proteus library


1- First of all you have to download the Proteus library from the following link: CLICK HERE (Note: The download link has been removed due to copyright materials. If you want to download Proteus library for Arduino you can search Google for it)
2- After downloading the file. Extract it and then copy the two files ARDUINO.IDX and ARDUINO.LIB and paste them in the following path:
Drive C >> Program Files >> Labcenter Electronics >> Proteus 7 Professional >> LIBRARY
3- Then open your Proteus and in the pick device wizard search for Arduino you will get the following results.


Now, I am going to show you how to add Arduino codes to Proteus.

How to add the Arduino codes to Proteus


Proteus use the .hex file to simulate microcontroller codes but since the Arduino IDE uses .pde or .ino files, you can't add the Arduino code directly to Proteus. To add Arduino code to Proteus, follow these easy steps:

1- Write your code using Arduino IDE and press verify icon to check the code for errors. Then save your code and name it.
2- Then, from the tools choose your board type (UNO, MEGA,....)
3- After that, press the upload icon and wait .... it will give you an error because the board is not connected to your PC. It's OK leave it.
4- The hex file will be located in the following path:
** NOTE ** you have to activate (Show hidden files,folders and drives) 
Drive C >> Users >> " the name of your PC " >> AppData >> Local >> Temp
5- Search for you code with the name you used in saving and you will find a file named "filename.cpp.hex" copy this file in any place (for example Desktop)
6- Return to Proteus and double click on your Arduino kit and then add the .hex file.

That's all. Now you can run your simulation. If you got any problems, please feel free to write to me in a comment and I will answer you as soon as possible.

You can download this tutorial in PDF format from the following link: CLICK HERE

Senin, 11 Maret 2013


Boku wa Tomodachi ga Sukunai Next Episode 9 Subtitle Indonseia


Silahkan download gratis video Boku wa Tomodachi ga Sukunai Next Episode 9 Subtitle Indonseia dan Subtitle Indonesia untuk Boku wa Tomodachi ga Sukunai Next Episode 10 Subtitle Indonseia silahkan tunggu.


Subtitle Indonesia by: 
Kazegami.net








Love Live! School Idol Project Episode 10 Subtitle Indonesia

Silahkan download gratis video Love Live! School Idol Project Episode 10 subtitle indonesia untuk Love Live! School Idol Project Episode 11 Subtitle Indonesia silahkan hitung 7 hari dari waktu anda mendownload 

Download Love Live! School Idol Project Episode 10 Subtitle Indonesia by
AWSubs/Wardhanime.net


[Download Here]

Sabtu, 09 Maret 2013

Serial Experiments Lain BD episode 2 Subtitle Indonesia

Silahkan download gratis video Serial Experiments Lain BD episode 2 Subtitle Indonesia Subtitle Indonesia dan Subtitle Indonesia untuk Serial Experiments Lain BD episode 3 Subtitle Indonesia Subtitle Indonesia silahkan tunggu.



Subtitle Indonesia by:
http://www.kazegami.net/









 

Jumat, 08 Maret 2013

Tamako Market Episode 9 Subtitle Indonesia


Tamako Market Episode 9 Subtitle Indonesia

Silahkan download gratis video Tamako Market Episode 9 subtitle indonesia untuk Tamako Market 10 Subtitle Indonesia silahkan hitung 7 hari dari waktu anda mendownload


Download Tamako Market Episode 9 Subtitle Indonesia by
AWSubs/Wardhanime.net


[Download here]

Rabu, 06 Maret 2013




Love Live! School Idol Project Episode 9 Subtitle Indonesia

Silahkan download gratis video Love Live! School Idol Project Episode 9 subtitle indonesia untuk Love Live! School Idol Project Episode 10 Subtitle Indonesia silahkan hitung 7 hari dari waktu anda mendownload 

Download Love Live! School Idol Project Episode 9 Subtitle Indonesia by
AWSubs/Wardhanime.net


[Download Here]

Selasa, 05 Maret 2013

Ginga e Kickoff Episode 29 Subtitle Indonesia

Ginga e Kickoff Episode 29 Subtitle Indonesia
Silahkan download gratis video Ginga e Kickoff Episode 29 Subtitle Indonesia dan Subtitle Indonesia untuk Ginga e Kickoff Episode 30 Subtitle Indonesia silahkan tunggu.




Subtitle Indonesia by:
http://kazegami.net/  |  Zagarer.com












720p : [Animeacces] | [Mirror] | [Tusfiles] | [Avgg]




480p: [Exoshare] | [Animeacces]




Boku wa Tomodachi ga Sukunai Next episode 7-8 Subtitle Indonesia
Silahkan download gratis video Boku wa Tomodachi ga Sukunai Next Episode 8 Subtitle Indonesia
untuk Boku wa Tomodachi ga Sukunai Next Episode 9 Subtitle Indonesia silahkan hitung 7 hari dari waktu anda mendownload :)


Subtitle Indonesia by : 
http://kazegami.net/







Sabtu, 02 Maret 2013

Honey and Clover Episode 05 Subtitle Indonesia


Honey and Clover Episode 05 Subtitle Indonesia


Silahkan download gratis video Honey and Clover Episode Subtitle Bahasa Indonesia.

Download Honey and Clover Episode Subtitle Bahasa Indonesia by keonikku.cc.cc

SD | [Here]
HD | [Nyusul]

Tamako Market Episode 8 Subtitle Indonesia


Tamako Market Episode 8 Subtitle Indonesia

Silahkan download gratis video Tamako Market Episode 8 subtitle indonesia untuk Tamako Market 9 Subtitle Indonesia silahkan hitung 7 hari dari waktu anda mendownload



Download Tamako Market Episode 8 Subtitle Indonesia by
AWSubs/Wardhanime.net


[Download here]