DRAGONFOCRE FM

Showing posts with label Unattack. Show all posts
Showing posts with label Unattack. Show all posts

Thursday, 9 June 2011

Safety On Facebook

1 ) Log in Facebook
2) Go to "Account" and click "Account Setting"
3) Choice "Account Security" and click "Change"
4) Tick at "Browse Facebook on a secure connection (https) whenever possible"
5) Click "Save" Finish!


## Impotent ##
- Don't share your personal information on public.
- Use a password that is hard to read and memorize, for example : 123abc123abd

.::You can copy these notes, but remember people here::.
Related Posts Plugin for WordPress, Blogger...

Monday, 30 May 2011

Cara Menghindari DDos/Dos Attack Di IP Kita

caranya :

- login ke Mikrotik
- Pilih menu IP, Firewall
- Pada filter rule anda boleh masukkan script berikut :

Code:

add action=tarpit chain=input comment="suppress DoS attack" \
connection-limit=3,32 disabled=no protocol=tcp src-address-list=black_list
add action=add-src-to-address-list address-list=black_list \
address-list-timeout=1d chain=input comment="detect DoS attack" \
connection-limit=10,32 disabled=no protocol=tcp

selamat mencoba.... Related Posts Plugin for WordPress, Blogger...