Arsip untuk Agustus, 2011

Met lebaran ….

Posted: Agustus 28, 2011 in Keseharian

aktipin task manager lagi

Posted: Agustus 22, 2011 in Windows XP

Untuk cara enable Task Manager dengan mudah dan cepat tambahkan string berikut pada registry: * Klik Start * Klik Run * Masukkan kode berikut ( copy paste) pada kotak Open dan klik OK   REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

Set PCQ Mikrotik

Posted: Agustus 9, 2011 in Mikrotik

/ip firewall mangle add chain=game action=mark-connection new-connection-mark=Game passthrough=yes protocol=tcp dst-address=203.89.146.0/23 dst-port=39190 comment=”Point Blank” add chain=game action=mark-connection new-connection-mark=Game passthrough=yes protocol=udp dst-address=203.89.146.0/23 dst-port=40000-40010 add chain=game action=mark-packet new-packet-mark=Game_pkt passthrough=no connection-mark=Game add chain=prerouting action=jump jump-target=game add chain=forward action=mark-connection new-connection-mark=Poker_con passthrough=yes protocol=tcp dst-address-list=”LOAD POKER” comment=”POKER” add chain=forward action=mark-connection new-connection-mark=Poker_con passthrough=yes protocol=tcp content=statics.poker.static.zynga.com add chain=forward action=mark-packet new-packet-mark=Poker passthrough=no connection-mark=Poker_con add chain=forward [...]