To change all the directories to 755 (drwxr-xr-x): find /directory_location -type d -exec chmod 755 {} \; To change all the files to 644 (-rw-r- -r- -): find /directory_location -type f -exec chmod 644 {} \;
Continue readingTag: security
btvstack.exe – What is it and why is it seeking permission in skype?
In your first run of skype you may get a little puzzled when you see the following in the top of skype window: The message is: "BtvStack.exe wants to use skype" If you see this - there is nothing to worry. It is actually the bluetooth driver in your computer which is trying to access…
Continue readingConfigServer installation IPtables problem in OpenVZ or Virtuozzo (solved!)
ConfigServer Firewall (AKA csf) is an essential security tool for Linux based server and VPS. The installation of CSF is pretty straight forward and is described here: http://configserver.com/free/csf/install.txt However, some of the iptables modules required by the csf might not be present in the server and when the perl test command ( # perl /usr/local/csf/bin/csftest.pl…
Continue reading