Displaying 3 results from an estimated 3 matches for "ownz".
Did you mean:
own
2003 Nov 07
3
hack ? - urgent
Hi !
Today I have noticed some modified index.html files on some of our vhosts.
Is it Apache related ? Does anyone know about this ?
The content is following:
IR4DEX ownz you FreeBSD - contato: ir4dex@hotmail.com
-Miha
2003 Nov 07
3
hack ? - urgent
Hi !
Today I have noticed some modified index.html files on some of our vhosts.
Is it Apache related ? Does anyone know about this ?
The content is following:
IR4DEX ownz you FreeBSD - contato: ir4dex@hotmail.com
-Miha
2003 Jun 02
2
HTB question (problem with tc filter + NAT)
I wan to share internet to these 12 PCs. But my traffic control is not
working. I''m using IP Masquerading to route internet to the LAN
eth0 - LAN interface
eth1 - Internet interface
this is my firs htb script:
#!/bin/bash
tc qdisc del dev eth1 root handle 1:
tc qdisc add dev eth1 root handle 1: htb default 30
tc class add dev eth1 parent 1: classid 1:1 htb rate 25kbps ceil 48kbps
#tc