From the dialog box that you turned off the firewall from.
On the same tab as the checkbox that turns the firewall on.
At the bottom right side is a "settings" button.
click it
(the firewall might need to be turned on to access this button)
click "add"
name it: DCC1
set computer name or IP (127.0.0.1 might work - computer name might be better)
try port: 2750 (external and internal- TCP)
make a second one named DCC2
on port: 2751
make sure to check the boxes after you finished.
(i had to check these boxes 2 times to get them to stick)
then, in your mIRC client, set the same ports for DCC chat.
Note: if you get a funny message that says that your
computer is going to restart(when your firewall is down)
it is likely the blaster worm.
update at M$ (making money -oops - i mean microsoft)
and update your virii protection
I once was an intelligent young man, now i am old and i can not remember who i was.
also the kill -9 <pid-number> should work
example:
Sol0@code:~$ ps x
PID TT STAT TIME COMMAND
1432 ?? S 0:00.01 sshd: Sol0@ttyp1 (sshd)
1433 p1 Rs 0:00.18 -bash (bash)
1434 p1 R+ 0:00.00 ps x
44366 p1- S 0:12.74 ./eggdrop eggdrop.conf (eggdrop-1.6.13)
Sol0@code:~$ kill -9 44366
Sol0@code:~$ (this means the eggdrop process is killed)