Go to advanced search

by Ollifi
Tue Oct 18, 2016 1:36 pm
Forum: Beginners
Topic: Booting over Ethernet
Replies: 2
Views: 473

Re: Booting over Ethernet

Thanks for reply! :)
by Ollifi
Mon Oct 17, 2016 6:20 pm
Forum: Beginners
Topic: Booting over Ethernet
Replies: 2
Views: 473

Booting over Ethernet

Read about the Ethernet booting of RPi, and got interested about it. My goal is to have a info screen system with several RPi 3s attached with HDMI to screens/televisions. Initially I thought just preparing one SD card and cloning that for each screen. Could I use Ethernet booting instead, any drawb...
by Ollifi
Sun Aug 16, 2015 2:23 pm
Forum: Beginners
Topic: Bluetooth & AirPlay multi-room
Replies: 0
Views: 392

Bluetooth & AirPlay multi-room

Hi all! My goal is a multi-room music solution with several Raspberry units. All of them should be able to accept both Airplay & Bluetooth. For example, if I am in kitchen and connect to the kitchen's raspberry with my phone via Bluetooth, the music should start playing in the kitchen. But, sometime...
by Ollifi
Mon Jan 06, 2014 5:10 pm
Forum: Beginners
Topic: Iceweasel and other
Replies: 9
Views: 1291

Re: Iceweasel and other

About the SD backup; There comes two different, boot and RECOVERY, when inserting my SD card. Which should I backup? And is it possible to use this instructions to make a backup: https://wikis.utexas.edu/display/comm/Mac+OS+-+Make+a+Backup+Copy+of+Your+SD+Card With utility I mean app. Some app with ...
by Ollifi
Mon Jan 06, 2014 7:26 am
Forum: Beginners
Topic: Iceweasel and other
Replies: 9
Views: 1291

Re: Iceweasel and other

This is mid-2013 MBA. So I don't have any disks for it. Is there a place where I could download it? Though, it would be easier to do everything in the command line.
by Ollifi
Sat Jan 04, 2014 1:51 pm
Forum: Beginners
Topic: Iceweasel and other
Replies: 9
Views: 1291

Re: Iceweasel and other

Thank you. What about the front page thing?
by Ollifi
Fri Jan 03, 2014 10:09 am
Forum: Beginners
Topic: Iceweasel and other
Replies: 9
Views: 1291

Re: Iceweasel and other

Hi,
1.2. ~ That utility didn't work. Just normal SSH opened. So can you give me direct advice how to do those in command line,without graphic UI?
3.~ Thanks for advice, is there any graphic utility for Mac? Like for Windows.
by Ollifi
Thu Jan 02, 2014 11:23 am
Forum: Beginners
Topic: Iceweasel and other
Replies: 9
Views: 1291

Iceweasel and other

Hi,
Few questions:
1. How to change Iceweasel start page via SSH?
2. How to change clock/timezone via SSH?
3. What is the best way to clone SD cards with Mac? I am going to have several rasps for the same purpose, info screens.

Thanks for answers.
by Ollifi
Mon Dec 23, 2013 3:25 pm
Forum: Beginners
Topic: Temperature
Replies: 12
Views: 4948

Re: Temperature

Ok. One more question: so my achievement is to be able to reboot pi from different computer. So how can I make my pi to go to web page http://myserver.com/reboot.php, between 1 min,for example , should that file have content "reboot" , then pi should execute: "sudo reboot". Is this possible? That wo...
by Ollifi
Mon Dec 23, 2013 7:20 am
Forum: Beginners
Topic: Temperature
Replies: 12
Views: 4948

Re: Temperature

So I found out this, memFree = $( cat /proc/meminfo | grep MemFree ) ; memUsed = $( cat /proc/meminfo | grep MemUsed ) ; ,but when run, it would output error: ./LOG: line 14: memFree: command not found ./LOG: line 15: memUsed: command not found Any solution? Thanks! EDIT:And what command would be go...
by Ollifi
Mon Dec 23, 2013 7:09 am
Forum: Beginners
Topic: Temperature
Replies: 12
Views: 4948

Re: Temperature

Thank you! For memory usage, is there any other possibility instead of this:

Code: Select all

mem=$( cat /proc/meminfo ) ;
and then parsing via PHP? I think there should be better option.
by Ollifi
Mon Dec 23, 2013 5:47 am
Forum: Beginners
Topic: Temperature
Replies: 12
Views: 4948

Re: Temperature

Thanks for advice. I don't want to install MySQL into my raspberry, since it would consume too much memory/CPU there. It's also easiest for me to do this way.

Could you give me direct example how to program this kind of activity?
http://myserver.com/temp.php?temp=&mem=&cpu=&uptime=
by Ollifi
Sun Dec 22, 2013 7:06 pm
Forum: Beginners
Topic: Temperature
Replies: 12
Views: 4948

Temperature

So I would like to send raspberry pi internal temp sensor data to my server, this way : Between 30 Min. ,would raspberry open this web page: http://myserver.com/temp.php?temp=[temp] [temp] would be replaced with temp. celcius value. Then, my webpage would save the data to MySql db, for example Is th...

Go to advanced search