Skip to content

Instantly share code, notes, and snippets.

@agran
Last active February 27, 2016 11:35
Show Gist options
  • Save agran/f2c5513b7bc4f6d68dab to your computer and use it in GitHub Desktop.
Save agran/f2c5513b7bc4f6d68dab to your computer and use it in GitHub Desktop.
/etc/network/if-up.d
/etc/network/if-up.d/starttablo
------------------------
#!/bin/sh -e
su tablo -c "pkill chromium || true"
su tablo -c "export DISPLAY=:0.0 && chromium-browser --kiosk http://office.erudit-gimnaziya.ru/tablo/tablo.html || true"
------------------------
chrome://flags/#enable-offline-auto-reload
Включено
/etc/crontab
------------------------
0 0 * * * root ntpdate -s ntp1.vniiftri.ru
------------------------
Запретить уход в сон экрана
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment