Install dependencies
sudo apt-get install libdb4.2-ruby1.8 libcairo-ruby1.8Install Philesight
git clone https://github.com/phunehehe/philesight.gitInstall dependencies
sudo apt-get install libdb4.2-ruby1.8 libcairo-ruby1.8Install Philesight
git clone https://github.com/phunehehe/philesight.git| <html><head><!-- | |
| OBS Studio video playback tool. To get video to play automatically, and get audio to stream AND desktop so you can hear it as well. | |
| 1. Edit the "Configuration" -section below, save this file in the same directory as your video | |
| 2. Make sure you have the Browser Source installed in your OBS Studio | |
| 3. Add a new BrowserSource -source to your scene of choice | |
| 4. Choose "Local File" and point it to this file | |
| 5. Set width and height to your streaming resolution | |
| 6. Check "Shutdown when not active" |
| /* | |
| Forked from https://gist.github.com/p0kR/95e05e689be4e59b1b8fb6e383b9e25a | |
| After purchasing a humble book bundle, go to your download page for that bundle. | |
| Open a console window for the page and paste in the below javascript | |
| this fork downloads all formats and does so without using jquery (since that didnt work for me) | |
| note that if you are in chrome, chrome will not download the pdfs for you by default, to fix this | |
| Settings (chrome://settings) --> Advanced --> Privacy and security --> Content settings --> PDF documents --> Download PDF files instead of automatically opening them in Chrome --> Turn ON |
| #!/bin/bash | |
| # Wireguard auf Debian/Raspbian einrichten, | |
| # nach c't 15/2019, S. 166 | |
| # * läuft auf Raspbian oder Debian Netinst (Buster) | |
| # * bitte nur auf frischen Installationen verwenden | |
| # * Skript überschreibt Netzwerkkonfiguration | |
| # * als pi (Raspbian) oder als root/passwortloses sudo (Debian) ausführen | |
| # * schreibt Protokoll nach /var/log/wgstrap.log | |
| # * zweistufiger Prozess, der einen Reboot erfordert |