-
Fixing apache file and directory permissions
I’ve seen this problem a few times, people having trouble getting the permissions right for websites. Heres a quick fix that will sort you in most cases For directories run find /path/to/domain/public_html/ -type d -print0 | xargs -0 chmod 755 Files run this one find /path/to/domain/public_html/ -type f | xargs chmod 644 Make sure you…
-
Chrome OS and Linux
I had high hopes for netbooks bringing about an increased mindshare for Linux for ordinary users. This didn’t quite pan out unfortunately and it’s nigh impossible to find a Linux netbook at a brick and mortar store these days. Users loved the low price and mobility of a netbook, but (seemingly) didn’t appreciate the lack…