From 7c080ed914ad1291bc07cd8b6ce58e5093b14203 Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 15 Apr 2018 13:20:13 +0100 Subject: remove instagram --- menuApp/bin/libs/libfmodex.so | Bin 1532700 -> 0 bytes menuApp/src/ofApp.cpp | 9 ++++++--- notes | 6 +++++- 3 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 menuApp/bin/libs/libfmodex.so diff --git a/menuApp/bin/libs/libfmodex.so b/menuApp/bin/libs/libfmodex.so deleted file mode 100644 index ac9d264..0000000 Binary files a/menuApp/bin/libs/libfmodex.so and /dev/null differ diff --git a/menuApp/src/ofApp.cpp b/menuApp/src/ofApp.cpp index 9e046eb..6f0206a 100644 --- a/menuApp/src/ofApp.cpp +++ b/menuApp/src/ofApp.cpp @@ -152,12 +152,12 @@ void ofApp::setup(){ background.load("images/background1080.png"); overlay.load("images/overlay1080.png"); - instagram.setup(hangdaitoken,"self"); - instagram.setCertFileLocation(ofToDataPath("ca-bundle.crt",false)); + //instagram.setup(hangdaitoken,"self"); + //instagram.setCertFileLocation(ofToDataPath("ca-bundle.crt",false)); menutag=MENUTAG; - loadInstagramFeed(); + //loadInstagramFeed(); /* instagram.getUserRecentMedia("self"); @@ -196,6 +196,9 @@ void ofApp::draw(){ //ofTranslate(0*FACTOR,0*FACTOR); } + player.draw(); + return; + if (!player.draw()){ if(ofGetElapsedTimef()-lastPoll>POLL_INTERVAL) { diff --git a/notes b/notes index 492e1e7..8f35e6e 100644 --- a/notes +++ b/notes @@ -21,4 +21,8 @@ to push "redirect-private" -nb openvpn-install.sh +nb openvpn-install.sh + +https://serverfault.com/questions/458591/how-to-auto-start-openvpn-client-on-ubuntu-12-04-cli + +On Ubuntu any VPN configuration you place in a file named /etc/openvpn/$NAME.conf will be automatically started. -- cgit v1.2.3