Skip to content

Instantly share code, notes, and snippets.

View XeroHero's full-sized avatar
:shipit:
Quality? Let's build it in to everything we code!

Lorenzo Battilocchi XeroHero

:shipit:
Quality? Let's build it in to everything we code!
View GitHub Profile
[
{
"id": 1,
"title": "Enjoy on your TV.",
"subTitle": "Watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players and more.",
"image": "/images/misc/home-tv.jpg",
"alt": "Tiger King on Netflix",
"direction": "row"
},
{
[
{
"id": 1,
"header": "What is Netflix?",
"body": "Netflix is a streaming service that offers a wide variety of award-winning TV programmes, films, anime, documentaries and more – on thousands of internet-connected devices.\n\nYou can watch as much as you want, whenever you want, without a single advert – all for one low monthly price. There's always something new to discover, and new TV programmes and films are added every week!"
},
{
"id": 2,
"header": "How much does Netflix cost?",
"body": "Watch Netflix on your smartphone, tablet, smart TV, laptop or streaming device, all for one low fixed monthly fee. Plans start from £5.99 a month. No extra costs or contracts."
#!/bin/bash
#PiVPN install
curl -L https://install.pivpn.io > install.sh
chmod +x install.sh
./install.sh --unattended options.conf
#create profile for WG
pivpn -a -n VPN;
# Default ignored files
/shelf/
/workspace.xml
# Ignored default folder with query files
/queries/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/