Thursday, January 29, 2009

menghemat quota bandwidth indosat broadband m2, flash, dial up smart, flexi, dll dengan squid proxy

| Thursday, January 29, 2009 | 0 komentar

Kenapa menggunakan cache proxy (Squid 2.7.STABLE5)? 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.

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 :
  4. - 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:
    - cachemgr.conf
    - mime.conf
    - squid.conf
    - squid_radius_auth.conf
  5. 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).
  6. 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:
  7. # 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
  8. 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:
    # 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
  9. 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:
    # 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
  10. 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“.
    [UPDATED 26 Desember 2008]
    Menggunakan DNS indosat (lebih deket), sehingga menjadi "dns_nameservers 202.155.0.10 202.155.0.15"
    Kalo mo pake DNS laen silakan, perintahnya tinggal diganti jadi : “dns_nameservers ***.***.***.*** ***.***.***.***“
    Sehingga menjadi:
    # 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.
  11. Buka “Command Prompt“, Atau Klik Start > Run > ketik "CMD" > OKkemudian masuk ke directory “squid” tadi melalui “Command Prompt”. Contohnya adalah dengan mengetik “cd C:\squid\sbin\“.
    C:\>cd c:\squid\sbin\
    C:\squid\sbin>
  12. Setelah masuk ke directory “cd C:\squid\sbin\” melalui command prompt, kemudian ketik “squid -z“.
    C:\squid\sbin>squid -z
    2008/11/18 08:45:20| Creating Swap Directories
    C:\squid\sbin>
  13. Masih di “command prompt”, ketik “squid -d I -D“, kemudian tekan “CTRL+C“. (I : gunakan huruf i kapital)
    C:\squid\sbin>squid -d I -D
    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
    Kalo tampilan diatas udah keluar, tekan “CTRL+C“, nah nanti muncul yang dibawah ini
    C:\squid\sbin>
  14. Masih di “command prompt”, ketik “squid -i
    C:\squid\sbin>squid -i
    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>
  15. Dan yang terakhir (masih di command prompt), ketik “squid -O -D”
    C:\squid\sbin>squid -O -D
    Registry stored HKLM\SOFTWARE\GNU\Squid\2.6\Squid\CommandLine value -D
    C:\squid\sbin>
  16. Untuk menghidupkan proxy, masuk ke “Control Panel” -> “Administrative Tools” -> “Services“ Atau Klik Start > Run > ketik "services.msc" > OK. Kemudian cari nama services “squid” -> “Klik kanan” -> “Start“
  17. Arahkan proxy pada browser anda ke alamat “localhost” dengan port “3128“. Mozilla setting : Tools > Options > Advance > Network > Settings > Pilih Manual Proxy configuration > Masukin HTTP Proxy : localhost Port : 3128 > pilih use this proxy server for all protocols > OK > OK
  18. Test dengan mengunjungi situs-situs yang sering anda buka.
    Jika Anda tidak ingin menggunakan Squid lagi, anda juga bisa menghapus services squid tersebut dengan cara mengetikkan perintah “squid -r -n squid” di Command Prompt.
    C:\squid\sbin>squid -r -n squid
    Service squid deleted successfully.

Readmore..

Microsoft Encarta Premium 2009 x-iso

| | 0 komentar

XISO group came up with Microsoft’s newest edition of Encarta - Encarta Premium 2009.

Description: Microsoft® Encarta® Premium 2009, the #1 best-selling encyclopedia software brand for the past 9 years*, provides more up-to-date content and more engaging multimedia than ever before. Whether you’re searching online or offline, it’s the trusted way for everyone in the family to easily find relevant and reliable information on just about any subject.

Encarta Premium 2009 features a look and feel that makes it easy to use. You’ll be able to get started right away exploring scholarly knowledge from one of the world’s most trusted encyclopedias.

Release Name: Microsoft.Encarta.Premium.2009-XiSO

download

Readmore..

Saturday, January 10, 2009

billy audio player yang ringan + minim fitur

| Saturday, January 10, 2009 | 0 komentar

billy merupakan salah satu dari sekian banyak player musik yang ada saat ini. billy ini sangatlah ringan bila dijalankan, bahkan untuk komputer jadul/lama yang hanya memiliki sedikit resource. billy ini hanya memerlukan 2 Mb-an untuk memory usage-nya dan 4 Mb-an untuk virtual memory-nya. tapi dengan sedikitnya resource yang digunakannya billy player ini maka fiturnya pun minimalis sekali seperti tidak adanya equalizer, visualization. billy ini bisa diambil dari situs resminya di http://www.sheepfriends.com/ secara gratis. file installer billy ini pun cukup kecil < 1 Mb.


Features
Freeware (no adware)
Runs on Win 95/98/NT/Me/2000/XP/2003
No skins, no mp3 tags, no equalizer, no nonsense - pure audio
Supported formats: MP3, WAV, OGG
High quality sound engine, by Un4seen Bass
Extremely fast, loads 1000 mp3 files in a second
Gapless trackchange of mp3 files
Directory based or playlist based
Filenames renamer to organize your music albums
Calibrated dB level meter
100% controllable by keyboard
Low memory and cpu usage
Queueing your next songs
Find a specific song quickly
Sleep timer
Drag & drop

Info
Billy is an audio player that allows you to quickly play an entire directory of MP3 files. It can usually load files 2 to 8 times faster than winamp or media player. Billy plays music albums without any gaps between tracks, so an overlapping applause or beat will continue. The player is 100% controllable by keyboard and its easy finder and special rename functions help you to find and organize your files quickly.

Readmore..

Wednesday, January 7, 2009

E.M. Total Video Converter 3.20.090104 + serial

| Wednesday, January 7, 2009 | 1 komentar

Convert all video files to 3gp, mp4, psp, iPod, iPhone, swf, flv, DVD, VCD, Xbox360, PS3...


E.M. Total Video Converter is a piece of extremely powerful and full-featured converter software that supports almost all video and audio formats. The software is designed to convert video for your mobile video player as 3gp, mp4, PSP, PS3, iPod, iPhone etc and also VCD or DVD player, XBOX360.
E.M. Total Video Converter Features:
1 Auto dectect interlaced video such as TS, M2TS, MTS, MKV and other lots of High-Def videos, and auto deinterlace while making conversion.
2 Support AVCHD M2TS, AVCHD MTS video importing;
3 Support outputting H264 flv;
4 Outputting new video format for high quality GIF animation, BlackBerry Cell phone, MP3 AMV Video;
5 Auto copy converted video to PSP, iTunes for iPod and iPhone;
6 The function of combing several video files to one is more stable.

Main Features of Total Video Converter:
* Convert all kinds of videos to mobile videos or audios (mp4, 3gp, xvid, divx mpeg4 avi, amr audio) which are used by cell-phone, PDA, PSP, iPod, iPhone, Xbox360, PS3 etc.;
* Photos slide show combines multi-photos and musics with more than 300 photos fantasy transition effect;
* High compatibility and high efficiency for Importing RMVB or RM video/audio;
* Convert various videos to MPEG videos compatible with standard DVD/SVCD/VCD;
* Burn the converted videos to DVD/SVCD/VCD;
* Rip DVD to popular videos of all sorts;
* Extract audio from various of videos and convert which to all kinds of audios (mp3, ac3, ogg, wav, aac);
* RIP CD to audios of all sorts directly;
* Support using with command line;
* Combine several video and audio files to one video file;
* Demultiplex or extract video and audio;
* Multiplex video and audio to one file;

download

password : www.dl4all.com

Readmore..

Wednesday, December 31, 2008

panduan soal dan pembahasan un/uan tahun 2008/2009

| Wednesday, December 31, 2008 | 0 komentar

ini merupakan gambaran umum soal ujian nasional tahun 2008 dari pusdiknas. soal ini bisa soal ini bisa digunakan untuk bapak dan Ibu guru Guru dan adikadik SD, SMP, SMA dan SMK. untuk mendownloadnya tinggal klik kanan trus pilih save link as untuk mozilla firefox dan save target as untuk internet explorer. selamat mendownload

panduan materi untuk sma/ma:
Antropologi.pdf
Arab.pdf
Biologi_IPA.pdf
Ekonomi.pdf
Fisika_IPA.pdf
Geografi.pdf
Ilmu Hadis.pdf
Ilmu Kalam.pdf
IlmuTafsir.pdf
Indonesia_Bahasa.pdf
Indonesia_IPA-IPS.pdf
Inggris_IPA-IPS-Bahasa.pdf
Jepang.pdf
Jerman.pdf
Kimia_IPA.pdf
Mandarin.pdf
Matematika_Bahasa.pdf
Matematika_IPA.pdf
Matematika_IPS.pdf
Perancis.pdf
SastraIndonesia.pdf
Sosiologi.pdf

panduan untuk smk
Indonesia.pdf
Inggris.pdf
MatematikaAkunPenjualan.pdf
MatematikaSeniWisataRmhtgPeksosAdmin.pdf
MatematikaTekKesTani.pdf

panduan materi untuk smp/mts
Indonesia.pdf
Inggris.pdf
IPA.pdf
Matematika.pdf

panduan materi untuk sd/mi
Indonesia.pdf
IPA.pdf
Matematika.pdf

lembar jawaban komputer untuk latihan ujian smp/mts, sma/ma dan smk 2009
ljk-latihan.zip (645KB)

PERMEN DIKNAS NOMOR 34 TAHUN 2007
UN - PERMEN34 bagian 1, PERMEN34 bagian 2

PERMEN DIKNAS NOMOR 39 TAHUN 2007
UASBN - PERMEN 39 bagian 1, PERMEN39 bagian 2

POS UN TAHUN 2008
POSUN08 bagian 1,
POSUN08 bagian 2, POSUN08 bagian 3

POS UASBN TAHUN 2008
POSUASBN08 bagian 1,
POSUASBN08 bagian 2, POSUASBN08 bagian 3

sosialisasi
un 2008
uasbn 2008
unppk 2008

spesifikasi soal uasbn 2008
bin-ade.pdf
bin-b.pdf
bin-sd.pdf
ipa-ade.pdf
ipa-b.pdf
ipa-sd.pdf
mat-ade.pdf
mat-b.pdf
mat-sd.pdf

POS UN 2006/2007
SKL DAN POS UNAS 2006/2007
PANDUAN MATERI UNAS 2006/2007

POS US 2006/2007
A. KEPUTUSAN BSNP TENTANG PERUBAHAN POS US.pdf
B. KATA PENGANTAR POS US.pdf
C. SK POS US.pdf
D. LAMPIRAN 1 POS US SD.pdf
E. LAMPIRAN 2 POS US SMP.pdf
F. LAMPIRAN 3 POS US SMA.pdf
G. LAMPIRAN 4 POS US SMK.pdf
H. LAMPIRAN 5 POS US SDLB.pdf
I. LAMPIRAN 6 POS US SMPLB.pdf
J. LAMPIRAN 7 POS US SMALB.pdf

klo yang ini merupakan kumpulan arsip naskah soal ujian nasional tahun 2003
N0203_SMA_BHS_INDONESIA_P1.pdf
N0203_SMA_BHS_INDONESIA_P2.pdf
N0203_SMA_BHS_INDONESIA_P3.pdf
N0203_SMA_BHS_INGGRIS_P1.pdf
N0203_SMA_BHS_INGGRIS_P2.pdf
N0203_SMA_BHS_INGGRIS_P3.pdf
N0203_SMA_BHS_JERMAN_P1.pdf
N0203_SMA_BHS_JERMAN_P2.pdf
N0203_SMA_BHS_PERANCIS_P1.pdf
N0203_SMA_BHS_PERANCIS_P2.pdf
N0203_SMA_IPA_MAT_P1.pdf
N0203_SMA_IPA_MAT_P2.pdf
N0203_SMA_IPA_MAT_P3.pdf
N0203_SMA_IPA-IPS_INDONESIA_P1.pdf
N0203_SMA_IPA-IPS_INDONESIA_P2.pdf
N0203_SMA_IPA-IPS_INDONESIA_P3.pdf
N0203_SMA_IPA-IPS_INGGRIS_P1.pdf
N0203_SMA_IPA-IPS_INGGRIS_P2.pdf
N0203_SMA_IPA-IPS_INGGRIS_P3.pdf
N0203_SMA_IPS_EKONOMI_P1.pdf
N0203_SMA_IPS_EKONOMI_P2.pdf
N0203_SMA_IPS_EKONOMI_P3.pdf

N0203_SMK_INDONESIA_P1.pdf
N0203_SMK_INDONESIA_P2.pdf
N0203_SMK_INGGRIS_P1.pdf
N0203_SMK_INGGRIS_P2.pdf
N0203_SMK_KESEHATAN_MAT-TEHNIK_P1.pdf
N0203_SMK_KESEHATAN_MAT-TEHNIK_P2.pdf
N0203_SMK_MANAJEMEN_MAT-NONTEHNIK_P1.pdf
N0203_SMK_MANAJEMEN_MAT-NONTEHNIK_P2.pdf
N0203_SMK_PARIWISATA_MAT-NONTEHNIK_P1.pdf
N0203_SMK_PARIWISATA_MAT-NONTEHNIK_P2.pdf
N0203_SMK_PERTANIAN_MAT-TEHNIK_P1.pdf
N0203_SMK_PERTANIAN_MAT-TEHNIK_P2.pdf
N0203_SMK_SENI_MAT-NONTEHNIK_P1.pdf
N0203_SMK_SENI_MAT-NONTEHNIK_P2.pdf
N0203_SMK_SOSIAL_MAT-NONTEHNIK_P1.pdf
N0203_SMK_SOSIAL_MAT-NONTEHNIK_P2.pdf
N0203_SMK_TEHNIK-INDUSTRI_MAT-TEHNIK_P1.pdf
N0203_SMK_TEHNIK-INDUSTRI_MAT-TEHNIK_P2.pdf

N0203_SMP_INDONESIA_P1.pdf
N0203_SMP_INDONESIA_P2.pdf
N0203_SMP_INDONESIA_P3.pdf
N0203_SMP_INGGRIS_P1.pdf
N0203_SMP_INGGRIS_P2.pdf
N0203_SMP_INGGRIS_P3.pdf
N0203_SMP_MAT_P1.pdf
N0203_SMP_MAT_P2.pdf
N0203_SMP_MAT_P3.pdf

sedangkan klo yang ini merupakan kumpulan arsip naskah soal ujian nasional tahun 2004
N0304_SMA_IPS_EKONOMI_P1.PDF
N0304_SMA_IPS_EKONOMI_P2.PDF
N0304_SMA_IPS_EKONOMI_P3.PDF
N0405_SMA_BHS_ARAB.pdf
N0405_SMA_BHS_INDONESIA.pdf
N0405_SMA_BHS_INGGRIS.pdf
N0405_SMA_BHS_JERMAN.pdf
N0405_SMA_BHS_PRANCIS.pdf
N0405_SMA_IPA_MAT_P1.pdf
N0405_SMA_IPA-IPS_INDONESIA_P1.pdf
N0405_SMA_IPA-IPS_INGGRIS_P1.pdf
N0405_SMA_IPS_EKONOMI_P1.pdf

N0405_SMK_INDONESIA_P1.pdf
N0405_SMK_INGGRIS_P1.pdf
N0405_SMK_TEHNIK-INDUSTRI_MAT-TEHNIK_P1.pdf

N0405_SMP_INDONESIA_P1.pdf
N0405_SMP_INGGRIS_P1.pdf
N0405_SMP_MAT_P1.pdf

Readmore..

Sunday, December 28, 2008

free download CorelDRAW x4 full version, keygen CorelDraw X4 download

| Sunday, December 28, 2008 | 21 komentar

corel draw X4 digunakan untuk mendesain gambar dengan editor vektor yang dibuat oleh corel. selain itu juga disertakan corel photo paint X4 yang diguanakan untuk mengedit photo profesional, serta power trace yang digunakan untuk mengubah dari bitmap ke pgoto tracing.
sayangnya program ini tidaklah gratis melainkan harus membayar untuk dapat menggunakannya seharga $399.00 . tapi tenang dulu, ada cara kok buat menggunakannya tanpa harus membayar. pertama download dulu corel draw x4 versi trialnya disini atau kalo link ini gak bisa, search saja di google. setelah itu download juga keygen seperti dibawah ini. cara ini sudah saya coba dan berhasil. selamat mencoba....











free download serial, keygen, patch, serial number,
free downlaod, free download corel draw x4 full version

download coreldraw x4 trial

download keygen coreldraw x4 ----> link mati

edited 14 june 20210

download keygen coreldraw x4

Readmore..

Monday, December 1, 2008

Ashampoo WinOptimizer 5 v5.10-TE full version

| Monday, December 1, 2008 | 0 komentar

10 years of experience at the professional level is what Ashampoo has to offer in what is a very important topic for daily PC use, namely, Windows optimization. This extensive pool of knowledge is now the basis for the new and completely improved Ashampoo WinOptimizer 5. The program is designed to enable both novice and advanced users to cleanse and optimize their Windows system and adapt it to their own needs. The tool feels equally at home optimizing the Windows XP and 2000 operating systems as it does under Windows Vista.

The extremely easy-to-use menus present the individual modules of Ashampoo WinOptimizer 5 and make it possible to measure system performance, deactivate annoying autostart entries, or delete unnecessary files, all with a click of the mouse.

The latest version, WinOptimizer 5, boasts two new modules. They restore mistakenly deleted files with the click of a mouse and save the arrangement of icons on the desktop. And a lot has also been done in the realm of Windows optimization.

homepage

download click here

Readmore..
 
© Copyright 2010. yourblogname.com . All rights reserved | yourblogname.com is proudly powered by Blogger.com | Template by o-om.com - zoomtemplate.com