Green Building Bible, Fourth Edition |
![]() |
These two books are the perfect starting place to help you get to grips with one of the most vitally important aspects of our society - our homes and living environment. PLEASE NOTE: A download link for Volume 1 will be sent to you by email and Volume 2 will be sent to you by post as a book. |
Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.
Posted By: SteamyTea
Still need some scaffolding
Posted By: SteamyTeaFriends of mine bought a modern house that overlooked a thatched cottage.
Posted By: borpinAnyone using a Pi really must do an update and an upgrade to patch for the shellshock 'feature'.
If your Pi gives bash unsanitised environment variables from the internet, in contexts where the remote user is not trusted to run arbitrary commands, I suggest disconnecting it to fix that issue and audit your code.
Posted By: djh
That's why perl has taint mode! Don't use shells in web servers.
$ ls -l /bin/sh
lrwxrwxrwx 1 root root 4 Feb 19 2014 /bin/sh -> dash
Posted By: gravelldor write a simple servlet that accepts the data as HTTP messages and stores the data.
Posted By: SteamyTeaFirst thing to do is set all my wireless stuff to static IPs, that will make my life easier. I hate dynamic IPs.
Posted By: SteamyTeaHow come?
Posted By: djhI don't know anybody who sets static addresses for wireless stuff.
Posted By: SteamyTeaSo say I have a server that wants to contact a number of remote clients and ask fro the data.Better if the clients simply send the data regularly or by exception to a 'static' server.
Posted By: SteamyTeaSo say I have a server that wants to contact a number of remote clients and ask fro the data.
The server sends out the message 'Here I am, give me what I want'.
The clients rummage though their files, finds what is wanted, and sends them back.
Posted By: cjardTechnically what you're calling the "server" in that example is a clientThat makes sense, even if the files are permanently stored on the client (back at the office).
Clients make requests of a server and servers respond. If you have a RasPi that requests data from your fridge, washing machine, xbox media centre and some weather website, then it's a client, not a server..