diff options
| -rw-r--r-- | menuApp/bin/libs/libfmodex.so | bin | 1532700 -> 0 bytes | |||
| -rw-r--r-- | menuApp/src/ofApp.cpp | 9 | ||||
| -rw-r--r-- | notes | 6 |
3 files changed, 11 insertions, 4 deletions
diff --git a/menuApp/bin/libs/libfmodex.so b/menuApp/bin/libs/libfmodex.so Binary files differdeleted file mode 100644 index ac9d264..0000000 --- a/menuApp/bin/libs/libfmodex.so +++ /dev/null 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) { @@ -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. |
