HI guys, i wanna show you how you can run the BlackList filter at the system startup using Pycallblocker.
If you install Pycallblocker and if you reboot or shutdown the system, you have to run again the application first to make the blacklist filter working.
Today i found a trick to run it at the sturtup without open the application all the times you reboot or shutdown the OS.
1)
open xterm, make sure to have rootsh installed and run
Code:
root
apt-get install leafpad pycallblocker
2)
copy this on the xterm window
Code:
leafpad /etc/init.d/blacklist
a blank leafpad window will appear, when done paste this code on leafpad
a blank leafpad window will appear again, paste the following code then
Code:
start on XSESSIONS_STARTING
stop on stopped xsession
start on started ke-recv
start on SyncAllFolders
start on started hildon-desktop
start on stopping dbus
start on stopping dbus-actdead
stop on stopped hal
console none
script
su user -c "run-standalone.sh /etc/init.d/blacklist"
end script
press CTRL + S to save, and then close the leafpad window.
5)
Now paste this on the xterm window, and you have done!
Code:
chmod +rwx /etc/event.d/blacklist
exit
exit
from now the blacklist will be loaded automatically at ever system startup/reboot
Sorry For My bad english
By the way if you dont wanna waste the time you have the thing ready down here.. use ssh to copy or a good file manager
if you use the zip file. don't forget to input this after the copy, in the xterm
If you install Pycallblocker and if you reboot or shutdown the system, you have to run again the application first to make the blacklist filter working.
Today i found a trick to run it at the sturtup without open the application all the times you reboot or shutdown the OS.
1)
open xterm, make sure to have rootsh installed and run
copy this on the xterm window
3)
now run
4)
copy this on the xterm window
5)
Now paste this on the xterm window, and you have done!
Sorry For My bad english
By the way if you dont wanna waste the time you have the thing ready down here..
if you use the zip file. don't forget to input this after the copy, in the xterm
Last edited by santiago; 2011-05-20 at 23:30.