This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get update | |
| sudo apt-get -y upgrade | |
| sudo apt-get install --no-install-recommends -y xserver-xorg xinit x11-xserver-utils | |
| sudo apt-get install -y surf-display matchbox-window-manager xautomation unclutter xdotool | |
| sudo tee /boot/kiosk.sh <<EOF | |
| #!/bin/sh | |
| xset -dpms # disable DPMS (Energy Star) features. | |
| xset s off # disable screen saver | |
| xset s noblank # don't blank the video device |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "Ubik Network", | |
| "logo": "https://gist.githubusercontent.com/bambache/606377b7894aa0ab77fcef0fd1c7cf8b/raw/e0096eab4c7408bfb08a89cfda99ab7896c82e7c/ubik.svg", | |
| "links": [ | |
| { | |
| "name": "Mainnet", | |
| "chain_id": "ubiknetwork-main-1", | |
| "url": "http://explorer.ubikcapital.com" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <title>WebSocket Client</title> | |
| <style> | |
| #output { | |
| border: solid 1px #000; | |
| } | |
| </style> | |
| </head> |