20 September 2010

TPLink Access Point

Wlan Access Point TP-Link TL-WA500G / TL-WA501G 54M  eXtended Range Wireless G Access Point  (DETACHABLE REVERSE SMA CONNECTOR ANTENNA ) $       23.58  

Wlan Access Point TL-Link TL-WA5110G 54M Wireless Access Point Atheros Chipset  (DETACHABLE REVERSE SMA CONNECTOR ANTENNA ) $       31.05  

Wlan Access Point TP-Link TL-WA5210G 54M 2.4GHz High Power Wireless AP Outdoor CPE  Atheros, 500mW 12dBi dual-polarized antenna easy $       57.50  

Wlan Access Point TP-Link TL-WA601G  108M  Wireless ACCESS POINT (Detachable Reverse SMA Connector Antenna) $       28.18  

Wlan Access Point TP-Link TL-WA701ND 150m wireless access point $       29.33  

Wlan Access Point TP-Link TL-WA730RE 150M RANGE EXTENDER SIGNAL BOOSTER  WIRELESS ACCESS POINT $       29.90  

Wlan Access Point TP-Link TL- WA801ND 300M WIRELESS ACCESS POINT Atheros Chipset  2.4GHZ , 802.1g/b (DETACHABLE REVERSE SMA CONNECT ANTENA ) $       39.10  

Wlan Access Point TP-Link TL-WA901ND 300M WIRELESS ACCESS POINT Atheros Chipset  2.4GHZ , 802.1g/b (DETACHABLE REVERSE SMA CONNECT ANTENA ) $       43.70

call 7731800 untuk blitar

16 September 2010

Ubuntu IS NOT an Operating System


Ubuntu DOES NOT EQUAL Linux!!!

First of all, Ubuntu IS NOT an Operating System!!! It is a DISTRIBUTION or Distro, of the Linux Operating System, or GNU/Linux to some!!!

PLEASE do NOT confuse the two!

Secondly, most of what you are comparing is NOT Ubuntu to Windows 7, again it is LINUX against Windows 7!! Most of the features you describe are available in most if not ALL Distros of Linux! True, there are some feature differences between Ubuntu and other mainstream Linux Distros, as Ubuntu is increasingly forking away from Debian, that it was initially sprung off from. This is NOT necessarily a good thing. As for me, I will stick with Debian for my workstations, and servers.


08 September 2010

lebaran..lebaran

lebaran lebaran yuq...
tapi mo kemana ya enak nya ?
keliling kota blitar aja deh kalo begitu :D

06 September 2010

Mandriva : Loadbalancing dengan Shorewall

Update aja, menggunakan Shorewall versi 4.4.x dan Mandriva linux > 2010.0, termasuk juga Mandriva Linux 2010.1 Spring.

Langsung aja :
Misal :
eth0 : 192.168.10.250 netmask 255.255.255.0 gateway 192.168.10.1 >> ISP1
eth2 : 192.168.100.250 netmask 255.255.255.0 gateway 192.168.100.1 >> ISP2
eth1 : 192.168.1.1 netmask 255.255.255.0 >> Local / LAN

edit file /etc/shorewall/interfaces
net eth0 detect ...
net eth2 detect ...
loc eth1 detect ...

edit file /etc/shorewall/providers
ISP1 1 1 main eth0 192.168.10.1 track,balance eth1
ISP2 2 2 main eth2 192.168.100.1 track,balance eth1

edit file /etc/shorewall/policy
net net DROP

#bagian yang penting, yang berubah dari versi sebelumnya
edit file /etc/shorewall/masq
eth0 0.0.0.0/0 192.168.10.250
eth2 0.0.0.0/0 192.168.100.250

atau

eth0 192.168.1.0/24 192.168.10.250
eth0 192.168.100.250 192.168.10.250

eth2 192.168.1.0/24 192.168.100.250
eth2 192.168.10.250 192.168.100.250




done

referensi sebelumnya :
http://bayu.blitar.org/index.php/shorewall-load-balancing/
http://bayu.blitar.org/index.php/shorewall-loadbalancing-with-3-speedy/