:)) :)] ;)) ;;) :D ;) :p :(( :) :( :X =(( :-o :-/ :-* :| 8-} ~x( :-t b-( :-L x( =))

Kamis, 31 Desember 2009

Final Project -2009-


ABSTRACT

Cahyono, Krisdiyanso. 2009. User Authentication System on the Development Mikrotik PC Router in Public Islamic Senior High School (Madrasah Aliyah Negeri) Pasuruan. Final Project. Program and Network Computer Technician Studies, Faculty of Engineering, State University of Malang. Supervisor: (I) Dr. Muladi, ST, MT, (II) Yuni Rahmawati, ST, MT

Keywords: router, mikrotik, hotspot, authentication, user manager.

Internet networks in schools are expected to be utilized by teachers and students to access the desired information quickly, either through wired and wireless networks. With the increasing user of laptop in school environment, we need a free Internet connection via Hotspot. Therefore, the number of Internet users of this ISP needs a user management that is the user authentication system as a login access to the Internet, in order to monitor anyone who has the right and proper use of this facility. It aims to use Internet services in schools is more optimal and could be accessed by all components of the school, especially students and teachers, through a system of prepaid vouchers. To be more interesting, hotspot login page view also needs to be adapted to the circumstances and the needs.
In the design of PC-based Router Mikrotik installation is initiated, followed the configuration IP Address, Gateway and DNS, DHCP Server and NAT, and also MTRG, configuring user authentication begins with configuration Hotspot system and continued to the Radius Server configuration as its backend, also User Configuration Manager, then implemented into the Voucher Prepaid system as a login Internet access and to modify the default view login pages as needed.
From the design and the test results, it could be drawn the following conclusions: (1) user authentication system can be used in the Wireless and Wireline by using the Mikrotik Hotspot system and is done through a web browser to login to be connected to the Internet, (2) the default login Mikrotik page can be changed in accordance with the will and the need of the web design application usage in general, (3) Prepaid Voucher system implementation is made with a system of User Manager and HotSpot Mikrotik system so that each user can set the usage time, usage limits, limits of its bandwidth, (4 ) Prepaid Voucher System can be made by the User Manager system and the Mikrotik Hotspot system.
By looking at the results achieved, for further development suggested: (1) upgrade Mikrotik to the latest version to get the perfect system and stability of the PC Router Mikrotik, (2) new additional line connections from the ISP to make the internet connection faster, (3) replacement of the Wireless Router into an Access Point to maximize the hotspot system.

selengkapnya disini

Selasa, 10 November 2009

Tips Hemat quota internet

Mungkin sebagian member disini udah pada tau metode ini ya, ni ane copas dr forum tetangga & mungkin dapat berguna bwat Peman2 PTC yg sering buka halaman web yg itu2 aja,Sedikit Penjelasan & Cara instalnya :

Pada koneksi ber-quota terbatas seperti Indosat 3G Broadband, Indosat M2, dan Telkomsel Flash, 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-2.7.STABLE5 untuk Windows (cari aja di mbah google pasti ketemu koq, filenya uga kecil ga nyampe 2mb)

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 :
Quote:
- 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 :
Quote:
- 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:
Quote:
# 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 :
Quote:
# 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 :
Quote:
# 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“.

Kalo mo pake DNS laen silakan, perintahnya tinggal diganti jadi : “dns_nameservers ***.***.***.*** ***.***.***.***“

Sehingga menjadi :
Quote:
# 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“, Atau Klik Start > Run > ketik "CMD" > OKkemudian masuk ke directory “squid” tadi melalui “Command Prompt”. Contohnya adalah dengan mengetik “cd C:\squid\sbin\“.
Quote:
C:\>cd c:\squid\sbin\
C:\squid\sbin>
10. Setelah masuk ke directory “cd C:\squid\sbin\” melalui command prompt, kemudian ketik “squid -z“.

Quote:
C:\squid\sbin>squid -z
2008/11/18 08:45:20| Creating Swap Directories

C:\squid\sbin>
11. Masih di “command prompt”, ketik “squid -d I -D“, kemudian tekan “CTRL+C“. (I : gunakan huruf i kapital)
Quote:
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>
12. Masih di “command prompt”, ketik “squid -i
Quote:
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>
13. Dan yang terakhir (masih di command prompt), ketik “squid -O -D
Quote:
C:\squid\sbin>squid -O -D
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“ Atau Klik Start > Run > ketik "services.msc" > OK. Kemudian cari nama services “squid” -> “Klik kanan” -> “Start“

15. 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

16. 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.

Quote:
C:\squid\sbin>squid -r -n squid
Service squid deleted successfully.

Ada sedikit kelemahannya diantaranya yaitu :
1.untuk koneksi kenceng malah cenderung mengurangi kecepatan download normalnya, itu yg gw rasakan sendiri sich..

Demikian mungkin langkah-langkah yang harus ditempuh untuk menginstall squid proxy di windows XP.
Selamat mencoba.

Credit : Kaskus.us

Selasa, 08 September 2009

Cara Membuat efek Page Peel

Kali ini saya akan berbagi tips membuat efek page peel pada blog ,Apa itu page peel? Efek page peel adalah efek yang jika didekatkan mouse akan terlihat seperti halaman yang terbuka. berikut ini contoh efek peel:


Efek page peel ini adalah buatan Soh Tanaka (www.sohtanaka.com). Lalu bagaimana cara membuatnya?? mudah sekali, hanya beberapa langkah saja.

Untuk membuat halaman blog teman-teman seperti di atas caranya gampang. Ikuti langkah2 berikut:

1. Login ke blogger >> Tata Letak >> Edit HTML >> Expand widget template

2. Cari kode  
<b:skin><![CDATA
Letakan script code jQuery dibawah ini diatas kode  <b:skin><![CDATA


<script src='http://sites.google.com/site/software2iqbalinc/javascript/script_ditunjuk_ngelipet_t4belajarblogger.js' type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function(){
$("#pageflip").hover(function() {
$("#pageflip img , .msg_block").stop()
.animate({width: '307px',height: '319px'}, 500);
} , function() {
$("#pageflip img").stop()
.animate({width: '50px',height: '52px'}, 220);
$(".msg_block").stop()
.animate({width: '50px',height: '50px'}, 200);
});
});
</script>


3. Lalu cari lagi kode


]]></b:skin>
Dan letakkan kode berikut tepat di atasnya:


#pageflip {
position: relative;
}
#pageflip img {
border: none;
width: 50px; height: 52px;
z-index: 99;
position: absolute;
right: 0; top: 0;
-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
width: 50px; height: 50px;
position: absolute;
right: 0; top: 0;
background: url(http://software2iqbal.files.wordpress.com/2009/11/berlangganan_kelipat.png) no-repeat right top;
text-indent: -9999px;
}


4. Cari kode


<body>
Dan lettakkan kode berikut di bawahnya:


<div id='pageflip'>
<a href='http://feeds.feedburner.com/oktridarmadi' target='_blank'>
<img alt='' src='http://software2iqbal.files.wordpress.com/2009/11/gambar_kelipat.png'/>
<span class='msg_block'/>
</a>
</div>

*Ganti yang berwarna Ijo dengan Link yang anda inginkan. Saran: Link RSS atau
link berlangganan.


5. Simpan hasil kerjaan anda.



Sekarang silahkan lihat blog anda, bagaimana....baguskan?


Untuk mengganti gambar dinding, teman-teman bisa mengganti URL berikut:


#pageflip .msg_block {
width: 50px; height: 50px;
position: absolute;
right: 0; top: 0;
background: url(http://software2iqbal.files.wordpress.com/2009/11/berlangganan_kelipat.png) no-repeat right top;
text-indent: -9999px;
}

Semoga Bermanfaat []


Sumber Trik:[sohtanaka.com] 

Sabtu, 29 Agustus 2009

Cara Pasang Favicon untuk Website


Favicons adalah image berukuran mini (16 x 16 pixels) yang dapat di tampilkan pada URL bar browser dan bookmark. Favicons mampu menaikkan citra tersendiri bagi website Anda, sehingga pengunjung website mampu mengenali website tersebut.


Untuk membuat favicon, Anda bisa buat melalui photoshop atau pergunakan jasa website lain. Untuk menciptakan icon favicon melalui website lain, contoh menggunakan website : http://www.favicon.cc


Setelah icon favicon tercipta. Upload file icon tersebut ke folder Anda dibawah public_html.


Kemudian pada halaman/file website, masukkan tag HTML ini diantara <head> dan </head>
<link rel=”shortcut icon” href=”alamat favicon berada”/>


Contohnya seperti dibawah ini :
icon2.gif

sumber: http://www.baliorange.web.id

Senin, 20 April 2009

Penyebab Blue Screen Pada Windows

1. IRQL_NOT_LESS_OR_EQUAL (0X0000000A)
Ini merupakan biangnya biang kerok pada BsOD. Kenapa? Karena umumnya pada BsOD, pesan ini yang paling sering muncul. Pesan kesalahan ini disebabkan umumnya kerena ada ketidakcocokan driver yang terinstall di komputer.

Daftar Penyebab:
- Masalah driver yang bentrok atau tidak cocok
- Masalah Video Card, hal ini mencakup video card yang di overclock melebihi batas atau Anda baru berganti Video card dan Anda belum menguninstall driver Video card lama dari chipset berbeda
- Masalah Audio Card, meliputi kesalahan konfigurasi atau bug dalam driver sound card

2. NTFS_FILE_SYSTEM atau FAT_FILE_SYSTEM (0X00000024) atau (0X00000023)
Nah, pesan ini setidaknya sudah sedikit “nyambung” memberikan gambaran di mana kerusakan berada, yaitu ada di partisi atau filesystemnya tetapi bukan di harddisknya. Kita bisa melakukan pengecekan dengan memeriksa kabel SATA atau PATA atau bisa mengecek partisi dengan tool chkdsk.

3. UNEXPECTED_KERNEL_MODE_TRAP (0X0000007F)
Bila Anda mendapatkan pesan seperti ini, dapat disebabkan karena:
- Overclock Hardware yang berlebihan
- Komponen komputer yang kepanasan
- BIOS yang korup
- Memory dan CPU yang cacat

4. DATA_BUS_ERROR
Pesan ini disebabkan karena adanya kemungkinan bahwa memory atau slot memory di motherboard rusak.

5. PAGE_FAULT_IN_NONPAGED_AREA

Disebabkan karena adanya kerusakan hardware, termasuk memory utama, memory video card, atau memory di processor (L2 Cache)

6. INACCESSIBLE_BOOT_DEVICE
Disebabkan karena adanya kesalahan dalam konfigurasi jumper harddisk yang salah, virus boot sector, driver IDE controller yang salah, atau kesalahan driver chipset.

7. VIDEO_DRIVER_INIT_FAILURE

Kesalahan terjadi pada instalasi driver video card yang kurang sempurna, restart pada saat instalasi atau juga dapat terjadi karena kesalahan dalam instalasi driver.

8. BAD_POOL_CALLER
Kesalahan ini dapat terjadi karena kesalahan atau driver yang tidak kompatibel. Sering terjadi saat melakukan instalasi XP dari upgrade, atau bukan dari instalasi baru.

9. PEN_LIST_CORRUPT
Pesan ini disebabkan karena adanya kerusakan RAM

10. MACHINE_CHECK_EXCEPTION
Disebabkan oleh cacatnya CPU, atau yang di overclock secara agresif, serta power supply yang kekurangan daya atau rusak.

Dipetik dari : http://www.facebook.com/#!/notes/firzanet/penyebab-blue-screen-pada-windows/115719248453376