Go to advanced search

by rahdt007
Thu Jul 11, 2019 4:27 pm
Forum: Other projects
Topic: WebIOPi via Apache2 proxy with SSL (RaspberryPi 3)
Replies: 2
Views: 654

Re: WebIOPi via Apache2 proxy with SSL (RaspberryPi 3)

I have the same need, Apache for https, and webiopi to control gpio.
If you find any solution, please let me know. Thanks
by rahdt007
Sun Jan 03, 2016 8:28 am
Forum: Arch
Topic: ufw inactive after reboot
Replies: 1
Views: 2988

ufw inactive after reboot

I found my solution here
http://bbs.archbang.org/viewtopic.php?pid=31848#p31848

To start ufw on boot, create a shell script containing 2 lines

Sudo nano start_ufw.sh

#!/bin/sh
/usr/sbin/ufw enable

Ctrl-X to save it

sudo cp start_ufw.sh /etc/rc.local

To check:

sudo reboot

sudo ufw status
by rahdt007
Thu Dec 24, 2015 3:44 am
Forum: Beginners
Topic: Mjpg streamer web interface but no stream
Replies: 4
Views: 4440

Re: Mjpg streamer web interface but no stream

Thanks to Osama_adel's comment, i applied those modifications to the source codes so you don't have to do that again. 1) Unzip the attached file 2) Copy all 3 files to /home/pi/mjpg-streamer/plugins/input_uvc To recompile cd /home/pi/mjpg-streamer Sudo make USE_LIBV4L2=true clean all sudo make insta...

Go to advanced search