Sylvain POULAIN

Results 129 comments of Sylvain POULAIN

Doesn't work anymore : ``` $ sudo chown -R openvpn.network /var/log/openvpn /etc/openvpn/ chown: warning: '.' should be ':': « openvpn.network » ```

Please apply PR https://github.com/angristan/openvpn-install/pull/653 ! It's ugly and weird to not separate config files ... Furthermore please respect the standard.

:+1: Works well. Since the rule is in rules.d folder you could create a new file instead of modifying existing one. It could help to deploy, avoid modifying original 99-com-rules...

I think link below cover the need : Install pip as user, custom paths for requirements, launch pip command as user => https://medium.com/@dorukgezici/how-to-setup-python-flask-app-on-shared-hosting-without-root-access-e40f95ccc819

You could run `systemctl` as user : `systemctl --user [start|stop|enable|disable|status] name.service` service files should be placed at : `~/.config/systemd/user/name.service` https://computingforgeeks.com/how-to-run-systemd-service-without-root-sudo/

+1 ! Without metadata download Geonode is useless IMO

> Some pages e.g. Google pages (YouTube, GDrive etc) using a new JavaScript implementation called "Polymer". This, according to some Mozilla Devs. causes a Firefox slow-down (up to 5x times)...

in core/plot_type/pie.py => https://github.com/ghtmtt/DataPlotly/blob/master/DataPlotly/core/plot_types/pie.py#L42-L43

> You should also add an eventual checkbox to the UI (here https://github.com/ghtmtt/DataPlotly/blob/master/DataPlotly/gui/plot_settings_widget.py#L539) and then be sure to add the widget to the correct plot type during the UI refresh...