Mark
Mark
Need the following things to be fixed/improved on the Web GUI: * Main structure overhaul * All tabs are currently rendered as one page.. is there a way to have...
According to [this link](http://serverfault.com/questions/362903/how-do-you-set-a-locale-non-interactively-on-debian-ubuntu) it can be done using the *--frontend=noninteractive* parameter on dpkg-reconfigure command To implement I will need to: 1. Gather a list of locales (/usr/share/zoneinfo for areas;...
Probably a few ways to implement this. Currently thinking a separate list and cron job as suggested by /u/gmbridge.
So long as bridging subinterfaces is supported, subint'ing eth0 and rewriting the config to use the subinterface could very well eliminate the hanging on br0 when wlan0 is ifdown'd
Probably by pulling from the github repo, since it's already permitted through iptables.
/raspipass ``` mkdir /raspipass chown raspi:raspi /raspipass /git chmod 744 /raspipass ``` /raspi_secure: ``` mkdir /raspi_secure chown root:root /raspi_secure chmod 700 /raspi_secure ``` /var/www/html Exit with error if this dir...
Needs to set permissions on files within the /git/scripts directory, as per /git/scripts/filepermissions Will need to run with elevated permissions
Some sort of stats would be nice, eg a list of dates & times run could be compiled into daily/weekly stats & averages. Creating the list wouldn't be hard, but...