1. S3stat

    Some weeks ago an article on hacker news got my interest. From time to time I really get an healthy dose of jealousy when people found an idea which could make them buy a tesla. My terms of someone who make a lot of money ;)

    This one is so brilliant in it's simplicity that I really was flabbergasted and made me wonder why I never came up with the idea. It generates nice reports of the usage of your site which is hosted by aws. Based on the logs of the S3 bucket or the cloudfront domain you setted up …


  2. Permissions website

    The most recommended permissions for files and directories on the web are 0755 and 0644. If you have shell access to your webserver you can set those permissions using those commands:

    find -type d -print0 | xargs -0 chmod 755
    find -type f -print0 | xargs -0 chmod 644
    

Page 1 / 1