Search for 777 Directories of Common Name | With a simple find command, it is possible to locate similar named directories that are 777. I’ll show you how! This will identify public_html directories under /home that are 777: $ sudo find /home -name ‘public_html’ -type d -perm 777 Alter as desired, for example: $ sudo find /var/www/ -name ‘httpdocs’ -type d -perm 777
Speed Up Website in Apache by Enabling Compression and Leveraging Browser Caching
Speed Up Website in Apache by Enabling Compression and Leveraging Browser Caching | Google has a cool website to inspect your website for speed improvements. Two of the main areas are leveraging browser caching as well as enabling compression for your website. I’ll show you how to set this up in Apache! Firstly, here is that website. Put in your site for a quick review: https://developers.google.com/speed/pagespeed/insights If you
scottlinux.com blocked in Iran
scottlinux.com blocked in Iran | Not sure why, but scottlinux.com is blocked in Iran… Here is the link: http://viewdns.info/iranfirewall/?siteurl=scottlinux.com


