TAKING ON GLOBAL FOOD WASTE WITH A SIMPLE SHEET OF PAPER | INDEX: Design to Improve Life®

 

FreshPaper uses spices to combat food decay
FreshPaper uses spices to combat food decay

TAKING ON GLOBAL FOOD WASTE WITH A SIMPLE SHEET OF PAPER | INDEX: Design to Improve Life®.

While the world’s farmers harvest enough food to feed the planet, it is estimated that up to 50% of the global food supply is wasted. Fenugreen is taking on this enormous, yet often overlooked, global challenge with a simple design, FreshPaper. Low-cost, compostable and infused only with organic spices, FreshPaper keeps produce fresh for 2-4x longer, and holds the potential to change how the world keeps its food fresh.

WordPress + Xampp on Mac Update Permissions Problem | A different story…

WordPress + Xampp on Mac Update Permissions Problem | A different story….

To perform the requested action, WordPress needs to access your web server.

[OT] Enable ‘user’ dir in Mac OS X (/Users/*/[user]/* → http://localhost/~[user]/*) notes:

https://community.apachefriends.org/f/viewtopic.php?f=29&t=69163&p=247767#p247767

 

The solution: Edit your httpd.conf to run as your username for the user and staff for the group.

Open httpd.conf in TextEdit:

sudo open -e /Applications/XAMPP/xamppfiles/etc/httpd.conf

Change:

User nobody
Group nogroup

To:

User your_mac_username
Group staff