Tutorial
- Squid + Tproxy for slackware 12.2
- Pengantar CISCO ROUTER
- VLAN??
- Konfigurasi Dasar Cisco Switch
- Bonding (Port Trunking)
- IMPLEMENTASI VLAN
- mikrotik sebagai transparent proxy
- adsl bridge with mikrotik
- download limit only in mikrotik
- Load Balancing Persitent Mikrotik 3.20
- wireles mikrotik sisi ap-bridge
- wireles mikrotik sisi station
- MRTG
- delay_pools
- traceroute with MTR
- squid on slackware
- Install oidentd
- Install squid (diskd caching)
- Installing Squid with the delay pools feature
- slackware linux
- Caching Dynamic Content
- acl mac address on squid
- redirect proxy with iptables
- block website with squid
- nat with iptables
- block user with .htacess
- Linux Firewalls Using iptables
- Configuring DNS
- I/O dan perintah Dasar Linux
- Filesystem Linux
- Instalasi Linux
- Pengenalan Linux
- HTB Linux queuing discipline manual - user guide
- Bandwidth Limiting with IP Masquerade - Howto
- dasar squid
- L7-filter
- Manajemen Virtual Domain Dan Users dengan Postfix Admin / Pop3d berbasis Courier-IMAP - MySQL
- Kompilasi kernel
- Bash scripting
- Manajemen media penyimpan
- Booting dan process init
- Mengontrol dan memonitor proses
- Manajemen user dan group
- Setup Mikrotik dari awal (step by step)
| block user with .htacess |
|
if you a webmaster you can blok or allow ip or host from .htaccess. in this you can put any ip address you want to disallow just put this below on your .httacess order allow,deny deny from 123.231.240.123 deny from 203.202.201.32. allow from all in above that mean you deny access from 123.231.240.123, 203.202.201.32. you can also deny ip per block. if we want to allow just change deny with allow.
|

