How to recursively change Directory & File permission to 755 & 644 respectively
To change all the directories to 755 (drwxr-xr-x): find /directory_location -type d -exec chmod 755 {} \; To change all the files to ...
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: ...
ConfigServer 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 ...