»Announcement
»Announcement
Welcome to Indo-DotA... the 1st Indonesian DotA Resource DotA-Allstars v6.60b released. Download Link Di Sini Minat jadi mod? buka DI SINI LINKS UPDATED!!! Heroes of Newerth sudah masuk fase Closed Beta, bagi yang ingin mencobanya dapat request Beta Keys dari saya dengan cara kirim ke e-mail di admin(at)indo-dota.net atau cs_1912(at)yahoo.com. Beta Keys yang tersedia akan terus diupdate untuk anda yang ingin merekomendasikan kepada teman-teman untuk mencoba |
|
Profile
Personal Photo
Rating
Options
Personal Statement
kriz_17 doesn't have a personal statement currently.
Personal Info
kriz_17
Administrator
20 years old
Male
Jkt-city
Born Sep-8-1990
Interests
No Information
Statistics
Joined: 12-May 08
Profile Views: 959*
Last Seen: 22nd November 2009 - 12:35 PM
Local Time: Sep 10 2010, 05:33 PM
235 posts (0 per day)
Contact Information
No Information
No Information
No Information
kriz_170@hotmail.com
* Profile views updated each hour
|
Topics
Posts
Comments
Friends
My Content
11 Apr 2009
happy easter all.. buat yg merayakan... GBU...
jgn badung... makin percaya kalo yang diatas tu ada.... lol
12 Mar 2009
sekedar mau promo ajah....
ini bisa dibilank server sangat baru... dan ini baru aja di promo... huehue.... jadi harap maklum usernya cuma 1 atau 2.... awkakak.... adminnya pun juga dari anak2 ID... join ya ke server ini... name: wiz battle net zone: 7 IP: 202.134.6.45 Register : http://wizbattleonline.com/dota
20 Feb 2009
mmm...kmrn kan om tven crita tuh.... gw juga de ikutan...
jadi gini.... hmmm gw lagi punya hubungan deket ( bisa dikatakan relationship) sama cwe... cwe ini anak bandung dan kebetulan umurnya lebih tua daripada gw.... ( ya gausa disebut brapa cuma <5 taon huehue) nah... yg jadi masalah dsini gw belum pernah ketemu dya... cuma contact telpon, chatting dkk... cuma koq feel gw gitu kuat ya sama dya.... ya kek uda pernah ketemu, uda lama kenal dll... karena gw taunya itu anak uda lama, tapi baru mulai deket akhir2 ini.... ada beberapa kejadian yangkadang buat gw worried bgd.... (ex: lost contact, dll) pendapat om2 gmana yah??? gw bingung asli...
18 Feb 2009
Pada koneksi ber-quota terbatas seperti Indosat 3G Broadband, Indosat M2, dan Telkomsel Flash,Speedy, tentunya sangat menjengkelkan jika tiba-tiba quota kita habis. Resikonya untuk beberapa paket akan turun drastis, dan beberapa paket lainnya akan sama sekali tidak bisa digunakan. Contohnya seperti yang saya pakai, Indosat Broadband Eco, jika quota habis akan turun drastis menjadi 64kbps, atau setara dengan koneksi GPRS.
Ada beberapa cara untuk menghemat jatah quota kita tersebut, diantaranya adalah dengan meminimalkan content untuk browsing (ex: disable images), menggunakan compression proxy (toonel, onspeed, dll), dan menggunakan cache proxy. Dan kebetulan saya akan membahas penghematan bandwidth dengan cache proxy menggunakan Squid 2.7.STABLE5. Kenapa menggunakan cache proxy ? Dengan cache proxy, pada situs-situs yang sering kita kunjungi, content yang harus didownload dan mengurangi jatah quota kita akan lebih sedikit. Karena content-content tersebut akan tersimpan dahulu di cache proxy kita. Jadi secara tidak langsung, jika kita mengunjungi situs tersebut berulang kali, sama saja kita mendownload content dari komputer yang terinstall proxy kita. Kesimpulannya.. lebih cepat dan lebih ngirit bandwidth. Ok, langsung saja ke proses instalasinya. 1. Download dulu Squid Proxy 2.7 Stable5 untuk Windows 2. Extract file tersebut di partisi mana saja.. terserah, dimana saja boleh. Untuk mempermudah langkah-langkah instalasinya, bisa disamakan dengan saya, atau extract di “C:\squid\“ 3. Setelah semua ter-extract, masuk ke folder “C:\squid\etc\“. Disana terdapat file-file konfigurasi squid : CODE [*]cachemgr.conf.default [*]mime.conf.default [*]squid.conf.default [*]squid_radius_auth.conf.default Kemudian rename keempat file tersebut dengan menghilangkat tulisan “.default“. Sehingga menjadi: CODE [*]cachemgr.conf [*]mime.conf [*]squid.conf [*]squid_radius_auth.conf 4. Setelah selesai me-rename keempat file tersebut, kemudian buka file “squid.conf” dengan notepad atau editor kesayangan anda(EditPlus, Ultra Edit, Notepad ++, dan lain-lain). 5. Cari tulisan (CTRL+F) “TAG: http_port“, kemudian cek apakah di bawah tulisan “# Squid normally listens to port 3128” sudah ada tulisan “http_port 3128” atau belum, jika belum tambahkan tulisan “http_port 3128” di bawah tulisan “# Squid normally listens to port 3128“. Sehingga menjadi: CODE # TAG: http_port # Usage: port [options] # hostname:port [options] # 1.2.3.4:port [options] # If you run Squid on a dual-homed machine with an internal # and an external interface we recommend you to specify the # internal address:port in http_port. This way Squid will only be # visible on the internal address. # # Squid normally listens to port 3128 http_port 3128 6. Cari tulisan (CTRL+F) “TAG: visible_hostname“, kemudian cek apakah di bawah tulisan “# none” sudah ada tulisan “visible_hostname localhost” atau belum. Jika belum, tambahkan tulisan “visible_hostname localhost” di bawah tulisan “# none“. Sehingga menjadi: CODE # TAG: visible_hostname # If you want to present a special hostname in error messages, etc, # define this. Otherwise, the return value of gethostname() # will be used. If you have multiple caches in a cluster and # get errors about IP-forwarding you must set them to have individual # names with this setting. # #Default: # none visible_hostname localhost 7.Cari tulisan (CTRL+F) “http_access allow localnet“, kemudian cek apakah dibawah tulisan “http_access allow localnet” sudah terdapat tulisan “http_access allow localhost” atau belum. Jika belum tambahkan tulisan “http_access allow localhost” di bawah tulisan “http_access allow localnet“. Sehingga menjadi: CODE # Example rule allowing access from your local networks. # Adapt localnet in the ACL section to list your (internal) IP networks # from where browsing should be allowed http_access allow localnet http_access allow localhost 8. Cari tulisan (CTRL+F) “TAG: dns_nameservers“, kemudian dibawahnya pada tulisan “dns_nameservers“, isi value dns dengan dns ISP nya masing-masing, atau dengan DNS yang biasanya anda gunakan. Sehingga formatnya menjadi “dns_nameservers [primary DNS] [secondary DNS]“. Contohnya ditempat saya menggunakan OpenDNS, sehingga menjadi “dns_nameservers 208.67.220.220 208.67.222.222“. Sehingga menjadi: CODE # TAG: dns_nameservers # Use this if you want to specify a list of DNS name servers # (IP addresses) to use instead of those given in your # /etc/resolv.conf file. # On Windows platforms, if no value is specified here or in # the /etc/resolv.conf file, the list of DNS name servers are # taken from the Windows registry, both static and dynamic DHCP # configurations are supported. # # Example: dns_nameservers 10.0.0.1 192.172.0.4 # #Default: # none dns_nameservers 208.67.220.220 208.67.222.222 Simpan (CTRL+S) “squid.conf” yang baru saja kita edit tadi. 9. Buka “Command Prompt“, kemudian masuk ke directory “squid” tadi melalui “Command Prompt”. Contohnya adalah dengan mengetik “cd C:\squid\sbin\“. CODE C:\>cd [B]c:\squid\sbin\[/B] C:\squid\sbin> 10. Setelah masuk ke directory “cd C:\squid\sbin\” melalui command prompt, kemudian ketik “squid -z“. CODE C:\squid\sbin>[B]squid -z[/B] 2008/11/18 08:45:20| Creating Swap Directories C:\squid\sbin> 11. Masih di “command prompt”, ketik “squid -d l -D“, kemudian tekan “CTRL+C“. CODE C:\squid\sbin>[B]squid -d l -D[/B] 2008/11/18 08:46:17| Starting Squid Cache version 2.7.STABLE5 for i686-pc-winnt. .. 2008/11/18 08:46:17| Running on Windows XP C:\squid\sbin> 12. Masih di “command prompt”, ketik “squid -i” CODE C:\squid\sbin>[B]squid -i[/B] Registry stored HKLM\SOFTWARE\GNU\Squid\2.6\Squid\ConfigFile value c:/squid/etc/ squid.conf Squid Cache version 2.7.STABLE5 for i686-pc-winnt installed successfully as Squid Windows System Service. To run, start it from the Services Applet of Control Panel. Don’t forget to edit squid.conf before starting it. C:\squid\sbin> 13. Dan yang terakhir (masih di command prompt), ketik “squid -O -D” CODE C:\squid\sbin>[B]squid -O -D[/B] Registry stored HKLM\SOFTWARE\GNU\Squid\2.6\Squid\CommandLine value -D C:\squid\sbin> 14. Untuk menghidupkan proxy, masuk ke “Control Panel” -> “Administrative Tools” -> “Services“. Kemudian cari nama services “squid” -> “Klik kanan” -> “Start“. 15. Arahkan proxy pada browser anda ke alamat “localhost” dengan port “3128“. Disarankan menggunakan Firefox karena saya menggunakan Firefox 3.04 16. Test dengan mengunjungi situs-situs yang sering anda buka. Anda juga bisa menghapus services squid tersebut dengan cara mengetikkan perintah “squid -r -n squid” di Command Prompt. CODE C:\squid\sbin>[B]squid -r -n squid[/B] Service squid deleted successfully. Demikian mungkin langkah-langkah yang harus ditempuh untuk menginstall squid proxy di windows XP. Kalau ada yg kurang tolong ditambahkan ... Sumber : http://adhipunya.web.id/computer/2008/11/1...ada-windows-xp/ ini sebenernya buat klo lw masuk ke site2 yg serink lw kunjungi... web browser ga download gambar2 yg sama ketika terakhir klai kita mengunjungi site.... jadi biasanya akan menjadi hemat BW oh iya untuk spidy... kan biasanya kao firefox itu dy auto DNS.... mungkin yg speedy bsia di set ke DNSnya speedy... untuk DNSnya gw lupa... karena gw uda ganti ISP.... ntar coba gw cek2 dlo... Silahkan Mencoba ...
24 Jan 2009
6.58b
changelog * Fixed a rare bug introduced last version with Nevermore's ultimate * Fixed a bug with Cranium Basher * Fixed a suicide bug with Heartstopper * Fixed a bug with Overload * Various tooltip fixes * Fixed some rare glitches that could cause some abilities to malfunction * Fixed various -switch related bugs * Switch now works if all but one player votes for it, instead of requiring 100% * Fixed truesight on The Frozen Throne * Decreased Undying's model size a bit * Fixed conflicts between Viper Strike and Venomous Gale * Fixed Soul Rip targetting problems on Tombstone * Fixed -mo/-ro in -gameinfo * Fixed a bug when picking up invisibility rune while under the Phase effect from Phase Boots * Fixed -mr failing to be recognized as a gamemode * Fixed Rapier damage values when being carried by a non-owning player cuma dibenerin doank bug2nya... tapi GG juga itu bug basher.... pendapat kalian?? |
Last Visitors
Comments
Other users have left no comments for kriz_17.
Friends
There are no friends to display.
|
| Lo-Fi Version | Time is now: 10th September 2010 - 05:33 PM | |
|
||