Ads 468x60px

Sunday, November 13, 2011

0
squid.conf by Gien Agena


########################################
# WELCOME TO SQUID LUSCA_HEAD-r14733   #
# Tunning by : GienAgena          #
########################################
cache_mgr GienAgena
#offline_mode on
#============================================================================================================================#
#=========================================================#  AWAL  #=========================================================#
#============================================================================================================================#
acl all src all
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl localnet src 192.168.2.0/27     # <<< Edit IP Address untuk Local area anda dan mask bits nya
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # 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 CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localnet
http_access deny all
icp_access allow localnet
icp_access deny all
http_port 3128 transparent
cache_dir aufs /cache1/ 81920 16 256  # <<< Edit Maksimal Cache nya "81920" maksudnya kita akan nge cache di direktory cache1 sampe 80GB
cache_mem 8 MB      # <<< Edit untuk cache yang di simpan di memory jangan terlau besar tergantung Jumlah memory ( RAM )
maximum_object_size_in_memory 1 MB   # <<< Edit untuk maksimal object yang di simpan di memory " sesuaikan dengan kebutuhan dan jumlah RAM
minimum_object_size 1 bytes
maximum_object_size 38000 KB    # <<< Edit untuk maksimal besarnya ukuran file yang akan di cache ( sesuaikan dengan kebutuhan )
cache_swap_low 98
cache_swap_high 99
access_log /cache1/access.log
cache_log /cache1/cache.log
cache_store_log /cache1/store.log
acl shoutcast rep_header X-HTTP09-First-Line ^ICY.[0-9]
upgrade_http0.9 deny shoutcast
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
cache_effective_user squid
cache_effective_group squid

#=================================================================================================================================#
#=========================================================#  REGEX URL  #=========================================================#
#=================================================================================================================================#
coredump_dir /cache1/
###############################################################################
#acl PHP77 url_regex forum.php forumdisplay.php showthread.php showthreads.php
#acl PHP77 url_regex download.php downloads.php classifieds.php classified.php
#acl PHP77 url_regex forum
#no_cache deny PHP77

#hierarchy_stoplist cgi-bin ? localhost
#acl QUERY22 urlpath_regex cgi-bin \? localhost
#no_cache deny QUERY22
################################################################################
#acl store_rewrite_list urlpath_regex \/(get_video|videoplayback\?id|videoplayback.*id) \.(jp(e?g|e|2)|gif|png|tiff?|bmp|ico|flv|wmv|3gp|mp(4|3)|exe|msi|zip|on2|mar|swf)
#acl store_rewrite_list_domain url_regex ^http:\/\/([a-zA-Z-]+[0-9-]+)\.[A-Za-z]*\.[A-Za-z]*
#acl store_rewrite_list_domain url_regex (([a-z]{1,2}[0-9]{1,3})|([0-9]{1,3}[a-z]{1,2}))\.[a-z]*[0-9]?\.[a-z]{3}
#acl store_rewrite_list_path urlpath_regex \.(jp(e?g|e|2)|gif|png|tiff?|bmp|ico|flv|avc|zip|mp3|3gp|rar|on2|mar|exe)$
#acl store_rewrite_list_domain_CDN url_regex \.rapidshare\.com.*\/[0-9]*\/.*\/[^\/]* ^http:\/\/(www\.ziddu\.com.*\.[^\/]{3,4})\/(.*) \.doubleclick\.net.* yieldmanager cpxinteractive ^http:\/\/[.a-z0-9]*\.photobucket\.com.*\.[a-z]{3}$ quantserve\.com

emulate_httpd_log off
server_http11 on
redirector_bypass on

acl video urlpath_regex                   \/(get_video|videoplayback\?id|videoplayback.*id)
acl speedtest urlpath_regex               \.(jp(e?g|e|2)|gif|png|tiff?|bmp|ico|flv|wmv|3gp|mp(4|3)|exe|msi|zip|on2|mar|txt)\?
acl angka1 url_regex                      ^http:\/\/([a-zA-Z-]+[0-9-]+)\.[A-Za-z]*\.[A-Za-z]*
acl angka2 url_regex                      (([a-z]{1,2}[0-9]{1,3})|([0-9]{1,3}[a-z]{1,2}))\.[a-z]*[0-9]?\.[a-z]{3}
acl gambar urlpath_regex                  \.(jp(e?g|e|2)|gif|png|tiff?|bmp|ico|flv|avc|zip|mp3|3gp|rar|on2|mar|exe)$
acl rapidshare url_regex                  \.rapidshare\.com.*\/[0-9]*\/.*\/[^\/]* ^http:\/\/(www\.ziddu\.com.*\.[^\/]{3,4})\/(.*) \.doubleclick\.net.*
acl photobucket url_regex                 ^http:\/\/[.a-z0-9]*\.photobucket\.com.*\.[a-z]{3}$ quantserve\.com
acl google url_regex                      ^http:\/\/[a-z]+[0-9]\.google\.co(m|\.id)
acl indowebster url_regex                 ^http:\/\/\.www[0-9][0-9]\.indowebster\.com\/(.*)(rar|zip|flv|wm(a|v)|3gp|mp(4|3)|exe|msi|avi|(mp(e?g|a|e|1|2|3|4))|cab|exe)
acl getmethod method GET

storeurl_access allow video
storeurl_access allow speedtest
storeurl_access allow gambar
storeurl_access allow rapidshare
storeurl_access allow photobucket
storeurl_access allow indowebster
storeurl_access deny all

storeurl_rewrite_program /usr/local/squid/etc/storeurl.pl
storeurl_rewrite_children 4
storeurl_rewrite_concurrency 20


#=======================================================================================================================================#
#=========================================================#  REFRESH PATTERN  #=========================================================#
#=======================================================================================================================================#
# VIDEO CACHE
refresh_pattern ^http://(.*?)/get_video\? 10080 90% 432000 override-expire ignore-no-cache ignore-private
refresh_pattern ^http://(.*?)/videoplayback\? 10080 90% 432000 override-expire ignore-no-cache ignore-private
refresh_pattern -i (get_video\?|videoplayback\?id|videoplayback.*id) 161280 50000% 525948 override-expire ignore-reload

# facebook
refresh_pattern ((facebook.com)|(85.131.151.39)).*\.(jpg|png|gif) 129600 100% 129600 ignore-reload override-expire ignore-no-cache ignore-no-store store-stale
refresh_pattern ((tagged.com)|(96.17.109.27)).*\.(jpg|png|gif) 129600 100% 129600 ignore-reload override-expire ignore-no-cache ignore-no-store store-stale
refresh_pattern static\.ak\.fbcdn\.net*\.(jpg|gif|png) 129600 100% 129600 ignore-reload override-expire ignore-no-cache ignore-no-store store-stale
refresh_pattern ^http:\/\/profile\.ak\.fbcdn.net*\.(jpg|gif|png) 129600 100% 129600 ignore-reload override-expire ignore-no-cache ignore-no-store store-stale
refresh_pattern edgecastcdn.\net.*\.swf? 129600 100% 129600 override-expire ignore-reload store-stale
refresh_pattern \.(jp(e?g|e|2)|tiff?|bmp|gif|png)($|&) 129600 100% 129600 ignore-no-cache ignore-no-store reload-into-ims override-expire store-stale
refresh_pattern .zynga.net.*\.(jpg|gif|png|swf|mp3)($|&) 129600 100% 129600 store-stale
refresh_pattern .zynga.com.*\.(jpg|gif|png|swf|mp3)($|&) 129600 100% 129600 store-stale
refresh_pattern .farmville.net.*\.(jpg|gif|png|swf|mp3)($|&) 129600 100% 129600 store-stale
refresh_pattern .farmville.com.*\.(jpg|gif|png|swf|mp3)($|&) 129600 100% 129600 store-stale
refresh_pattern .ninjasaga.com.*\.(jpg|gif|png|swf|mp3)($|&) 129600 100% 129600 store-stale
refresh_pattern .apps.facebook.com.*\.(jpg|gif|png|swf|mp3)($|&) 129600 100% 129600 store-stale
refresh_pattern .frontierville.*\.(jpg|gif|png|swf|mp3)($|&) 129600 100% 129600 store-stale
refresh_pattern .tagged.*\.(jpg|gif|png|swf|mp3)($|&) 129600 100% 129600 store-stale

#ads
refresh_pattern ^.*(utm\.gif|ads\?|rmxads\.com|ad\.z5x\.net|bh\.contextweb\.com|bstats\.adbrite\.com|a1\.interclick\.com|ad\.trafficmp\.com|ads\.cubics\.com|ad\.xtendmedia\.com|\.googlesyndication\.com|advertising\.com|yieldmanager|game-advertising\.com|pixel\.quantserve\.com|adperium\.com|doubleclick\.net|adserving\.cpxinteractive\.com|syndication\.com|media.fastclick.net).* 129600 20% 129600 ignore-no-cache ignore-no-store ignore-private override-expire ignore-reload ignore-auth store-stale negative-ttl=40320 max-stale=1440
#specific sites
refresh_pattern ^.*safebrowsing.*google 129600 100% 129600 override-expire ignore-reload ignore-no-cache ignore-no-store ignore-private ignore-auth negative-ttl=10080 store-stale
refresh_pattern (get_video\?|videoplayback\?|videodownload\?|\.flv?) 129600 99100% 129600 override-expire ignore-reload store-stale
refresh_pattern \.(ico|video-stats) 129600 100% 129600 override-expire ignore-reload ignore-no-cache ignore-no-store ignore-private ignore-auth override-lastmod negative-ttl=10080 store-stale

# pictures & images
refresh_pattern -i \.(gif|png|jpeg|jpg|bmp|tif|tiff|ico|swf)$ 10080 50% 43200 override-expire override-lastmod reload-into-ims ignore-reload ignore-no-cache ignore-auth ignore-private store-stale
refresh_pattern -i \.(gif|png|jpeg|jpg|bmp|tif|tiff|ico|swf)\? 10080 50% 43200 override-expire override-lastmod reload-into-ims ignore-reload ignore-no-cache ignore-auth ignore-private store-stale

# website
#refresh_pattern -i \.(xml|html|htm|js|jsp|txt|css|php|asp)$ 10080 50% 43200 override-expire override-lastmod reload-into-ims ignore-reload ignore-no-cache ignore-auth store-stale
refresh_pattern -i \.(xml|js|jsp|txt|css)$ 10080 50% 43200 override-expire override-lastmod reload-into-ims ignore-reload ignore-no-cache ignore-auth store-stale
refresh_pattern -i \.(xml|js|jsp|txt|css)\? 10080 50% 43200 override-expire override-lastmod reload-into-ims ignore-reload ignore-no-cache ignore-auth store-stale

#sound, video multimedia
refresh_pattern -i \.(flv|x-flv|mov|avi|qt|mpg|mpeg|wmv)$ 10080 50% 43200 override-expire override-lastmod reload-into-ims ignore-reload ignore-no-cache store-stale
refresh_pattern -i \.(wav|mp3|mp4|au|mid)$ 10080 50% 43200 override-expire override-lastmod reload-into-ims ignore-reload ignore-no-cache ignore-auth ignore-private store-stale

# files
refresh_pattern -i \.(iso|deb|rpm|zip|tar|tgz|ram|rar|bin|ppt|doc)$ 10080 90% 43200 ignore-no-cache ignore-auth store-stale
refresh_pattern -i \.(zip|gz|arj|lha|lzh)$ 10080 100% 43200 override-expire ignore-no-cache ignore-auth store-stale
refresh_pattern -i \.(rar|tgz|tar|exe|bin)$ 10080 100% 43200 override-expire ignore-no-cache ignore-auth ignore-reload ignore-no-cache store-stale
refresh_pattern -i \.(hqx|pdf|rtf|doc|swf)$ 10080 100% 43200 override-expire ignore-no-cache ignore-auth store-stale
refresh_pattern -i \.(inc|cab|ad|txt|dll)$ 10080 100% 43200 override-expire ignore-no-cache ignore-auth store-stale

#IIX DOWNLOAD
refresh_pattern ^http:\/\/\.www[0-9][0-9]\.indowebster\.com\/(.*)(mp3|rar|zip|flv|wmv|3gp|mp(4|3)|exe|msi|zip) 43200 99999% 129600 reload-into-ims ignore-reload override-expire ignore-no-cache ignore-no-store store-stale ignore-auth

#default option
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern -i (/cgi-bin/|\?) 1 0% 2
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320 store-stale


#=============================================================================================================================#
#=========================================================#  TOOLS  #=========================================================#
#=============================================================================================================================#
memory_replacement_policy heap GDSF
cache_replacement_policy heap LFUDA
negative_ttl 2 minutes
half_closed_clients off

connect_timeout 1 minute
read_timeout 15 minutes
request_timeout 5 minutes
persistent_request_timeout 2 minutes
half_closed_clients on
shutdown_lifetime 30 seconds


icp_port 0
prefer_direct off

ipcache_size 5120
ipcache_low 98
ipcache_high 99

fqdncache_size 5120

memory_pools off
log_icp_queries off
icp_hit_stale on
query_icmp on
reload_into_ims on
pipeline_prefetch on
vary_ignore_expire on

#=============================================================================================================================#
#===================================================#     DELAY POOLS     #===================================================#
#=============================================================================================================================#
acl client src 192.168.2.0/27  # <<< Edit IP address sesuaikan dengan IP Local area dan edit Mask Bit nya sesuai dengan kebutuhan

acl ekstensiblok url_regex -i \.aif \.rmi \.snd \.wav \.aifc \.aiff \.au \.mid \.midi \.mp3 \.wma \.aaf \.ogg \.rm
acl ekstensiblok url_regex -i \.asf \x-flv \.mpe \.mpeg \.mpg \.mpv2 \.avi \.m1v \.mp2v \.mpa \.flv \.wmv \.dat
acl ekstensiblok url_regex -i \.mkv \.div \.divx \.div \.ac3 \.dts \.vob \.dvr-ms \.mp4 \.m2v \.m4v \.m2ts \.bup \.rmvb
acl ekstensiblok url_regex -i \.3gpp \.3gp2 \.3gp \.3g2 \.vro \.rm \.ram \.raw \.qt \.mov \.svcd \.xdiv \.3mm \.aep \.des
acl ekstensiblok url_regex -i \.ajp \.amv \.avs \.d2v \.d3v \.dmb \.dxr \.amx \.arf \.asf \.dvx \.f4v \.dv \.bsf \.rv \.msi
acl ekstensiblok url_regex -i \.srf \.hdf \.wbmp \.x3f \.xbm \.cr2 \.crw \.dcr \.tga \.djvu \.emf \.fpx \.icl \.icn \.plp \.vdf
acl ekstensiblok url_regex -i \.ppm \.raf \.ras \.raw \.mrw \.nef \.orf \.pbm \.pcd \.pef \.pgm \.rs \.pdf \.utx \.nzp \.pak \.cdiff
acl ekstensiblok url_regex -i \.rpm \.bin \.dmg \.exe \.msi \.cab \.swf \.wsf \.pdf \.m4v \.000 \.001 \.002 \.003 \.004 \.005 \.006 \.007 \.008 \.009
acl ekstensiblok url_regex -i \.ace \.arj \.bzip2 \.gz \.jar \.tgz \.uue \.iso \.7-zip \.rar \.alz \.nrg \.zip \.cab \.gzip \.vpx
acl ekstensiblok url_regex -i \.lzw \.lzh \.tar \.tbz \.tar.tbz \.tar.tgz \.tar.tgz2 \.torrent \.FLV \.7z \.mp4 \.aac \.ogg \.pck
acl streamregex url_regex -i watch\? get_video\?video_id videodownload\? videoplayback\? videoplay\? dailymotion video\.[a-z]\.fbcdn\.net video\flv video\mpg video\quicktime video\x-flv video\mp4 video\x-avi video\x-mpeg video\x-wmv video\flash video\qt video\wmv

delay_pools 1    # <<< Edit dan sesuikan dengan kebutuhan Pool yang akan di buat

delay_class 1 3    
delay_parameters 1 32000/32000 20000/20000 14000/14000 # <<< 20000/20000 Bandwight yang di berikan kepada client yang tidak mengakses file atau ekstension yang di jabarkan di atas
delay_access 1 allow ekstensiblok client    # 14000/14000 Bandwight yang di berikan kepada client bila meng akses file atau ekstension yang di jabarkan di atas
delay_access 1 allow streamregex client
delay_access 1 deny all

# = Kesimpulan dari Delay Pools di atas adalah : jika client hanya browsing2 biasa mereka akan mendapatkan bandwight kurang lebih 20KB/s
# dan jika user melakukan download atau streaming dengan ekstension yang telah di jabarkan di atas maka user akan mendapatkan bandwight kurang lebih 14KB/s
# jadi sesuikan dengan situasi dan kebutuhan dimasing2 tempat....slamat mencoba dan berpusing2 ria...xixi...SALAM COSI
Saturday, September 24, 2011

0
Mempercepat koneksi internet


Koneksi internet anda lambat? cobalah SPEED CONNECT Internet Accelerator.

Review on web:
Top internet accelerator (according to PC Magazine), a network settings optimizer to speed up your existing Dial-Up Modem, DSL, Cable, Wireless, LAN, High-speed internet connections. 

SpeedConnect Internet Accelerator is a powerful Windows application designed to optimize your network connection and speed up all your internet activities. This translates into a faster internet connection, faster browsing and email, faster downloads, faster online gaming, improved Skype connection. 

Tuesday, August 30, 2011

0
ROCKMELT (browser alternatif)


Rockmelt, sebuah browser alternatif yang katanya merupakan pengganti FLOCK. Tampilannya sih mirip google chroome, dan hampir bisa dikatakan sangat mirip walaupun tidak identik. Waktu saya menulis posting baru ini adalah pertama kalinya menggunakan browser ini :-). Kalau dibandingkan dengan google chroome yang banyak menjadi rujukan browser lain seperti mozila firefox, rockmelt lebih banyak mengkonsumsi memory PC, berikut review-nya.


Konsumsi memory mencapai dua kali lipat konsumsi google chroome. Namun demikian kelebihannya adalah terdapat "Crash Handler".
Preview web browser ini waktu saya gunakan untuk menulis posting terbaru saya.

Fitur yang kurang saya sukai adalah waktu kita menuliskan kata kunci di search bar, maka akan muncul seperti ini:
Jendela baru itu menurut saya adalah sebenarnya tidak perlu, dan untuk melihat secara keseluruhan kita harus melakukan konfirmasi dengan melakukan klik "view in tab". 

Tapi untuk netter yang ingin mencoba blowser ini sebagai alternatif web browser di kompi agan, silahkan aja download dibawah ini.

Monday, August 22, 2011

0
AVIRA Offline Update 22-8-2011



The number of new viruses and malware is increasing continually. The AntiVir products supply such a professional virus and malware protection through a so-called virus definition file, which is updated several times a day.
 

AntiVir VDF update (so called multiple VDF update with up to 32 files)

Please use this AntiVir VDF update, if you are using one of the following Avira products:
  • Avira AntiVir Personal, Premium and Premium Security Suite from version 9
  • Avira AntiVir Professional (Windows) from version 9
  • Avira AntiVir Server (Windows) from version 9
  • Avira AntiVir SharePoint from version 3
  • Avira AntiVir ISA Server from version 3
Download VDF (Multiple VDF)



AntiVir iVDF update (so called container VDF update with 4 files)

Please use this AntiVir VDF update, if you are using one of the following products:
  • Avira AntiVir Personal, Premium and Premium Security Suite version 8
  • Avira AntiVir Professional (Windows) version 8
  • Avira AntiVir Server (Windows) up to version 8
  • Avira AntiVir SharePoint up to version 2
  • Avira AntiVir ISA Server up to version 2
  • Avira AntiVir Exchange
  • Avira AntiVir MIMEsweeper
  • Avira AntiVir VSA for SAP
For all those who are using an older product which actually has a newer version, we recommend to make an update to the current version. You can download the installation files for free from our website under downloads.

Download Tips

Sunday, August 21, 2011

0
Dipusingkan SPAM

Beberapa waktu yang lalu aku dipusingkan dengan ulah spam. Awalnya aku sendiri ga tau, kenapa tiba-tiba koneksi internetku lemot, ga stabil. Bayangkan saja, dengan Speedy paket 2Mb seharusnya download paling tinggi 200 kb sampe 280 kb. Tiba-tiba waktu download aku dapat 400 kb lebih.
Otomatis dengan kecepatan sebesar itu download windows XP SP3 terselesaikan kurang dari 40 menit. Tapi sayangnya bila digunaka untuk browsing, wow..... lemot abis.

Akhirnya calling 147 dan ngelapor apa yang aku alamin. Tidak lama kemudian teknisi speedy telpon dan memberitahukan bahwa di IP publik saya ada virusnya.
Sungguh ini diluar perkiraan, seumur-umur baru denger ada virus bersarang di IP, kalau lalu lintasnya di IP nah itu baru masuk akal. Setelah tanya sana sini dan googling... akhirnya ketemu jawaban permasalahan ini. Ternyata SPAM.

OK.... setelah aku cerita sekarang waktunya cara untuk me-remove spam itu.
1. Langsung aja klik link disamping ini. http://www.spamhaus.org/lookup.lasso
2. Masukkan IP adress (IP Publik) kamu yang muncul di blog ini.
3. Klik lookup.
4. Maka akan muncul list merah bila terdapat spam, dan hijau yg menandakan IP anda terbebas dari spam.




5. Dibawah list ip yang berwarna merah terdapat "CBL". klik CBL dan ikuti petunjuk selanjutnya.

Dalam kondisi sehat, seharusnya IP tidak masuk dalam list berwarna merah.
Selamat mencoba.

0
DNS Jumper



If you want to change your DNS settings with one click, DNS Jumper is the best and easiest solution for you. It's freeware and portable ( does not need installation ). As you probably know, Google announced that they have released public DNS servers in order to to speed up computer user access to the Internet resources while surfing.

Changing the DNS on your network settings is not the easiest task, so DNS Jumper comes to save the day.

Key features
• you can choose your network card
• add/modify custom DNS
• you can change the language
• customize DNS manually
• benchmark DNS IPs and measure time reaction
• flush DNS button available
• test the fastest DNS



DNS Jumper video Preview
Download Here
Monday, August 1, 2011

0
Virtual VGA

Buat yang suka main game dan PC or laptop kalian ternyata memiliki VGA terbatas, kali ini saya menemukan Virtual VGA. Virtual VGA ini berfungsi untuk menipu game agar dia mau berjalan di PC kita. Misalnya saja VGA kita memiliki pixel shader 1.1, maka dengan software ini kita bisa memaninkan game yang membutuhkan pixel shader 2.0.

OK, langsung saja kita menuju cara penggunaannya.
Klik Select Lalu Browse .EXE Game yg mau kamu mainkan

Wednesday, June 29, 2011

0
Solusi Error Windows XP bajakan yang ter update

Beberapa jam yang lalu, ada seorang teman dari tangerang yang bilang kalau windowsnya error. Ternyata error itu disebabkan oleh Windows XP bajakan yang sengaja di update dan dia ngga tau kalau ternyata efeknya bisa menyebabkan windowsnya error. 

Permasalahan seperti ini juga sempat aku alami ketika ketika dimintai tolong sama tetangga sebelah rumah. Waktu itu aku juga ga ngerti, aku instal dengan 2 macem master windows xp bajakan yg berbeda tiodak mau, diinstal dengan windows xp yg original juga ngga mau.
Setelah semalaman bertapa di depan komputer akhirnya aku menemukan software yang berfungsi untuk mengatasi permasalahan seperti ini. Link downloadnya ntar aku kasi di bawah aja deh. 

Yang aku tau selama ini untuk windows apapun yang berlabel bajakan jangan pernah di update apalagi update nya online, ternyata ya seperti ini hasilnya.

OK, sudah cukup deh ngobrolnya.....begini caranya
1. Download WGA remover.
2. Matikan automatic update, ini berfungsi agar windows tidak melakukan update otomatis melalui MSCONFIG. Klik Start> pilih Run> dan tulis msconfig pada kolom yang tersedia, lalu tekan Enter. Akan muncul System Configuration Utility. Pilih Jendela Services. Kita Scroll Down ke bawah sampai akhirnya ada Automatic Updates. Hilangkan tanda check-nya. Klik OK. dan restart komputer, lalu nanti ketika Windows masuk lagi, akan ada tulisan ” Don’t show …. dsb, dsb”. Beri tanda check pada tempatnya dan klik OK.

Dengan cara seperti ini Insyaallah permasalahan itu akan teratasi
Selamat mencoba....

Monday, May 23, 2011

0
FAST FIVE 2011

Akhirnya keluar juga film yang aku tunggu, dan yang lebih keren, dapat linknya di mediafire.
Movies trailer
http://www.youtube.com/watch?v=bf4oDjHUmkY

Download Movies Here
Part - 1
Part - 2
Part - 3
Part - 4
Part - 5
Part - 6
Part - 7

Selamat nonton ya....
Tuesday, May 10, 2011

0
Drive Angry (2011) PPVRip 350mb



Movie Info

http://www.imdb.com/title/tt1502404/
Complete Name……………: Drive Angry
Format………………….: Matroska
File size……………….: 347 MiB
Duration………………..: 1h 43mn
Overall bit rate…………: 469 Kbps
Resolution………………: 720 x 400 pixels
Frame rate………………: 29.970 fps
Audio…………………..: AAC 48000KHz
Audio Language…………..: English
IMDB……………………: Drive Angry (2011)
Source………………….: Drive Angry 2011 PPVRIP-IFLIX
Encoder…………………: ARNT
[iMDB RATING]:…………..: 6.1/10

Screen

Download Movie
Part 1
Part 2
Part 3

0
The Big Bang (2011) BRRip 525mb



Movie Info

http://www.imdb.com/title/tt1307873/
[FORMAT]:…………………..[ Matroska
[MOVIE NAME]:……………….[ The Big Bang (2011)
[GENRE]:……………………[ Mystery, Thriller
[RELEASE DATE]:……………..[ 3 February 2011
[DIRECTOR]:…………………[ Tony Krantz
[FILE SIZE]:………………..[ 522.99 MiB
[NO OF CDs]:………………..[ 1
[LANGUAGE ]:………………..[ English
[RELEASE RUNTIME]:…………..[ 01:41:17
[ENCODER]:………………….[ARNT
[iMDB RATING]:………………[ 5.5/10

Screen


Download Movie
Part 1
Part 2
Part 3

0
Thank You (2011) DVDRip 400mb




Movie Info
http://www.imdb.com/title/tt1244658/
[FORMAT]:…………………..[ Matroska
[GENRE]:……………………[ Drama | Comedy
[FILE SIZE]:………………..[ 412 MB
[NO OF CDs]:………………..[ 1
[RESOLUTION]:……………….[ 720 x 304
[LANGUAGE ]:………………..[ Hindi
[SUBTITLES]:………………..[ None
[ORIGINAL RUNTIME]:………….[ 02:17:00
[RELEASE RUNTIME]:…………..[ 02:17:00
[iMDB RATING]:………………[ 4.9/10

Screen






Download Movie
Saturday, May 7, 2011

0
SpeedConnect Internet Accelerator v.8 Full

Kali ini saya akan membahas salah satu software yang berfungsi untuk mempercepat koneksi internet. SpeedConnect Internet Accelerator akan mempercepat koneksi internet anda sampai pada kecepatan maksimal modem, jadi tidak akan membuat kecepatan modem anda menjadi dua kali lipat atau lebih dari kuota atau paket internet yang anda beli.

**********
Info
**********
Top internet accelerator (according to PC Magazine), a network settings optimizer to speed up your existing Dial-Up Modem, DSL, Cable, Wireless, LAN, High-speed internet connections.

SpeedConnect Internet Accelerator is a powerful Windows application designed to optimize your network connection and speed up all your internet activities. This translates into a faster internet connection, faster browsing and email, faster downloads, faster online gaming, improved Skype connection.

Download SpeedConnect Internet Accelerator v.8 Full
Password:  www.viscomtech.blogspot.com
Wednesday, May 4, 2011

0
DEEPFREEZE 6 FULL

Deepfreeze adalah sebuah software yang berfungsi untuk membekukan drive. Fungsinya sebenarnya simple, dia berfungsi untuk mengunci drive tertentu (sesuai pilihan waktu diinstal) sehingga data apapun yang masuk atau tersimpan akan bertahan sementara selama system belum di restart.

OK, langsung aja, daripada ngomong panjang-panjang, kalo mau donload ambil aja dibawah ini, santai saja, ngga ada password atau crack.




Download DEEPFREEZE 6 FULL

Untuk cara menggunakannya adalah sebagai berikut:
1. Instal Deepfreeze seperti menginstal software lainnya, ikuti petunjuk dan pilih drive yang akan dibekukan, klik next sampai selesai.
2. Membuka drive yang di deepfreeze
Setelah proses instalasi selesai, maka otomatis drive akan langsung terkunci, seperti dibawah ini.
Cara membukanya adalah:
tekan shift dan klik icon deepfreeze 2x, maka akan muncul seperti ini.
Silahkan masukkan password kalau memang ada passwordnya, kalau ngga ada langsung aja klik OK.

Nah... sekarang masuk ke bagian yang penting.
Disana ada 3 pilihan.
1. Boot Frozen : opsi ini digunakan untuk mengunci atau membekukan drive.
2. Boot Thawed on next ... : opsi ini berarti kunci drive akan terbuka setelah 1, 2 atau 3 kali restart (sesuai angka yang dimasukkan)
3. Boot Thawed: opsi ini berfungsi untuk membuka drive yang dikunci.

Sampai disini, proses membuka dan menutup deepfreeze sudah beres.
Saturday, April 30, 2011

0
FOOT BALL live (aplikasi Facebook)


Bosan ... bosan... dari dulu facebook cuma kaya gitu aja...
iseng-iseng akhirnya maen game. Cari game pada konyol semua, tapi tiba-tiba ada game yang lumayan bagus, game bola.
Waktu aku nulis di blog ini jujur masih bingung cara mainnya.

*********
INFO
*********
Football Life is the best social football management game around. You can form a team with your friends and learn how you can build a strong and unique team of your own. This is more like an RPG game; the efforts of each member of your team will count.

- You can explore a number of leagues around the world to learn their unique Football styles
- Our sophisticated training system will make you the player you want to be
- The real time matching system will enable real time interactions with friends
- Your friends actually play in your team and their efforts are reflected in the game 
- AI-based matching provides you with wonderful entertaining experience

You can also help children in need around the world by playing Football Life!
Under a collaboration agreement with the Korean Committee for UNICEF, we donate 10% of our net profit of total item sales to the Korean Committee for UNICEF!


PLAY HERE


Cara mainnya seperti biasa, seperti memainkan game facebook lainnya.
Friday, April 29, 2011

0
Pesaing Yahoo Messenger

Beberapa waktu yang lalu, di warnet ada yang memberitahu saya bahwa ada pesaing baru untuk YM, tapi waktu itu saya kurang menanggapi.
Kemudian setelah ada waktu saya mencoba pesaing ini, ternyata memang ada sesuatu yang lebih baik dari YM, OOVOO namanya.
Banyak sekali fitur-fitur baru yang diberikan oovoo, silahkan klik disini untuk mengetahui fiturnya.
Selain bisa digunakan di PC, oovoo juga bisa digunakan di HP.

OK, langsung saja dicoba biar tau seperti apa pesaing baru YM ini.

Download oovoo

0
FIFA ONLINE 2



Info 
PC System Requirements

Minimum specs:

CPU: PENTIUM 3 1.3GHZ or equivalent
RAM: 512MB
HARD DISK: 2 GB free
OS: Windows 2000 SP4
VIDEO: DirectX 9.0c compatible card with 64 MB or more video memory and one of the following 
chipsets: ATI Radeon 7500 or better; NVIDIA GeForce3, GeForce4Ti or better; Intel 915, 945/950
DIRECTX: DirectX 9.0c or better
SOUND: DirectX 9.0c or compatible card
INTERNET: Broadband connection

Recommended Specs:
CPU: PENTIUM 4 1.8GHZ or equivalent
RAM: 1024MB
HARD DISK: 2 GB free
OS: Windows XP
VIDEO: DirectX 9.0c compatible card with 64 MB or more video memory and one of the following
chipsets: ATI Radeon 9600 or better; NVIDIA GeForce FX 5200 or better
DIRECTX: DirectX 9.0c or better
SOUND: DirectX 9.0c or compatible card
INTERNET: Broadband connection


The game supports the following gamepads:

* Belkin N45
* BETOP 2166
* BETOP C031/C033/C036
* BULLFROG GAMEPAD
* Destroyer Tiltpad
* Dual PSX-USB Adaptor
* Dual USB Force Feedback Joypad (MP-8866)
* Easy Internet Keyboard
* Eliminator GamePad Pro
* EMS Joypad Convertor
* FireStorm Dual Analog 2
* Firestorm Wireless Gamepad
* Gravis Eliminator AfterShock
* Gravis Eliminator GamePad Pro
* Gravis GamePad Pro
* Gravis GamePad Pro (GamePort)
* Gravis Xterminator Digital Gamepad (GamePort)
* Hybrion USB gamepad
* Interact Gaming Device
* InterAct ProPad6
* Joytron CYVOX (USB)
* Joytron Mega Shock ON (USB)
* Joytron NUON (USB)
* KM Triple Mapper
* Logitech Cordless RumblePad 2 USB
* Logitech Dual Action USB
* Logitech Precision Gamepad
* Logitech RumblePad 2 USB
* Logitech Wingman Cordless Gamepad USB
* Logitech WingMan GamePad
* Logitech WingMan Gamepad Extreme (USB)
* Logitech WingMan RumblePad USB
* Mad Catz Game Controller
* MICRON (USB)
* Microsoft SideWinder Dual Strike
* Microsoft SideWinder Freestyle Pro (USB)
* Microsoft SideWinder Game Pad Pro
* Microsoft SideWinder Game Pad USB
* Microsoft Sidewinder Plug & Play Game Pad
* Mizy Dual Shock (USB)
* Nostromo n45 Dual Analog Gamepad]
* Nostromo N50 Keypad
* Nyko Air Flo
* Rechargeable DT 2 in 1
* Saitek Cyborg Force Rumble Pad
* Saitek P2000
* Saitek P220 Digital Pad
* Saitek P2600 Rumble Force Pad
* Saitek P2900 Wireless Pad
* Saitek P3000 RF Game-Pad
* Saitek P3000 Wireless Pad
* Saitek P880 Pad
* Saitek P990 Dual Analog Pad
* Thrustmaster 2 in 1 Dual Trigger
* Thrustmaster Analog Gamepad
* Thrustmaster DT Rechargeable
* Thrustmaster DT Rumble
* Thrustmaster Dual Analog 3.2
* Thrustmaster Firestorm Digital 3
* Thrustmaster FireStorm(TM) Dual Analog 4 (USB)
* Thrustmaster FireStorm(TM) Dual Power 4 Gamepad
* Thrustmaster Firestorm(TM) Wireless Gamepad (USB)
* Thrustmaster Vibrating Gamepad
* Thrustmaster Wireless Dual Trigger Gamepad
* USB Vibration Joystick
* WingMan Action Pad
* XBox 360 For Windows (Controller)


Download FIFA Online 2
Download Manual Patch
Download version info


Screenshot





Klik sumber disini.

Popular Posts

 
viscomtech | © 2010 by DheTemplate.com | Supported by Promotions And Coupons Shopping & WordPress Theme 2 Blog