- Create or find a gist that you own.
- Clone your gist (replace
<hash>with your gist's hash):# with ssh git clone git@gist.github.com:<hash>.git mygist # with https
git clone https://gist.github.com/.git mygist
| /* | |
| Add a link to the sidebar to any path in Home Assistant | |
| Put this file in <config>/www/panel-redirect.js | |
| In configuration.yaml: | |
| panel_custom: | |
| - name: panel-redirect | |
| # url_path needs to be unique for each panel_custom config |
| I use the first | |
| —– BEGIN LICENSE —– | |
| Michael Barnes | |
| Single User License | |
| EA7E-821385 | |
| 8A353C41 872A0D5C DF9B2950 AFF6F667 | |
| C458EA6D 8EA3C286 98D1D650 131A97AB | |
| AA919AEC EF20E143 B361B1E7 4C8B7F04 |
<hash> with your gist's hash):
# with ssh
git clone git@gist.github.com:<hash>.git mygist
# with httpsgit clone https://gist.github.com/.git mygist
| # /etc/systemd/system/docker.service.d/docker-nftables.conf | |
| # disable iptables in docker, allowing nftables to do work | |
| [Service] | |
| ExecStart= | |
| ExecStart=/usr/bin/docker daemon -H fd:// --iptables=false |
| #!/usr/bin/env python | |
| """ | |
| Scraper script for emuparadise.me | |
| Usage | |
| ===== | |
| ``` | |
| fopina$ ./emuparadise.py -h | |
| usage: emuparadise.py [-h] [--download] [--search] [--system SYSTEM] [--list] |
Note: as @clibois mentioned below, due to the DRM Netflix uses, all decoding has to be done in CPU, making it somewhat choppy.
Note 2: Even the RPi 3 suffers from these CPU limitations. There is the potentially risky option of overclocking your RPi 3, but I haven't tried this.
If you manage to get smooth playback, please contact me, or post your solution here
UPDATE: I can no longer get this method to work. I have tried using Chromium v47, and v48, and both result in Netflix error "Oops, something went wrong" / C7053-1807, for which I can find no description online. If you manage to get things up and running, please contact me!
| [Unit] | |
| Description=Python Virtualenv service example | |
| After=network.target | |
| [Service] | |
| User=my_user | |
| Group=my_group | |
| Environment=VIRTUAL_ENV=/home/my_user/.virtualenvs/my_venv | |
| Environment=PATH=$VIRTUAL_ENV/bin:$PATH | |
| ExecStart=$VIRTUAL_ENV/bin/my_entrypoint |
| # alias radio='function __radio(){ r=`grep -v "#" radios_nacionales.txt | grep -m 1 -i $1 | cut -d" " -f1`; cvlc $r 2> /dev/null; }; __radio' | |
| # podria utilizarse mplayer en vez de vlc | |
| AMs Nacionales | |
| http://cdn.instream.audio:9288/stream Radio Madre 530 | |
| https://streaming1.hostingmontevideo.com:7019/; Radio Colonia 550 | |
| http://server.laradio.online:25224/live.mp3 Radio Argentina 570 | |
| http://playerservices.streamtheworld.com/api/livestream-redirect/CONTINENTAL_SC Continental 590 | |
| https://streammax.alsolnet.com/radiorivadavia Rivadavia 630 |
| yum -y install texlive texlive-latex texlive-xetex | |
| yum -y install texlive-collection-latex | |
| yum -y install texlive-collection-latexrecommended | |
| yum -y install texlive-xetex-def | |
| yum -y install texlive-collection-xetex | |
| Only if needed: | |
| yum -y install texlive-collection-latexextra |
| apt-get install --no-install-recommends -y hdparm lshw | |
| hdparm -I /dev/sda | sed -n '/Number/p;/size.*GB/p' | |
| lshw -class disk -class storage |