How to Configure kiosk on Ubuntu 14.04 and Chrome
Prerequisites Step 1: Install Ubuntu Server with LTE Step 2: Install apache2 on Ubuntu Step 3: Set user login without password authentication # vim /etc/sudoers %sudo ALL=(ALL) NOPASSWD: ALL Step 4: Install Packages # sudo apt update # sudo apt install –no-install-recommends xorg openbox google-chrome-stable pulseaudio Step 5: Set user in audio group # usermod […]