This skript downloads and installs the most recent version of Hyper using last DEP package for linux.
git clone https://gist.github.com/mojoaxel/4fa8947905472818a72a97c113b535ae update-hyper
cd update-hyper
npm install
This skript downloads and installs the most recent version of Hyper using last DEP package for linux.
git clone https://gist.github.com/mojoaxel/4fa8947905472818a72a97c113b535ae update-hyper
cd update-hyper
npm install
#!/bin/sh | |
DATE=`date +%Y%m%d%H%M` | |
DB_HOST="localhost" | |
DB_NAME="xxxxxxxx" | |
DB_USER="xxxxxxxx" | |
DB_PASS="xxxxxxxxxxxxxxx" | |
DB_DUMPFILE=fuerthwiki_${DATE}_${DB_NAME}.sql.gz |
https://www.pscp.tv/w/a_ksijFXZ0tnRG9wenB5anZ8MUJSS2pXVnZha1FHd4jTL6SXsihB9hjCgCvb7W3fBpTJobDQAHz8Vo2awqFe |
wget https://noto-website.storage.googleapis.com/pkgs/NotoColorEmoji-unhinted.zip
sudo unzip NotoColorEmoji-unhinted.zip -d /usr/share/fonts/truetype/noto
sudo rm /usr/share/fonts/truetype/noto/LICENSE_OFL.txt
sudo rm /usr/share/fonts/truetype/ancient-scripts/Symbola_hint.ttf
sudo apt-get remove ttf-ancient-fonts-symbola
sudo chmod 644 /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf
fc-cache -f -v
rm NotoColorEmoji-unhinted.zip
cp ubuntu-14.10-server-amd64.vdi ubuntu-14.10-server-amd64.backup.vdi
VBoxManage modifyhd ubuntu-14.10-server-amd64.vdi --resize 50000
lsblk
sudo fdisk /dev/sda
Dear Almende colleagues,
Thanks for creating vis.js!
First of all, we really want to thank the company Almende in general and developers like @josdejong and @AlexDM0 in particular for providing the community with such a sophisticated open source library. In our commercialized world it is not a given for everybody to be so dedicated to open and free software. Thank you! We recognize that vis.js is still an almende project, even now that the project is almost exclusively driven by the community.
Current status
After the "we need your help" issue in April 2016 a lot has been accomplished.
#!/bin/bash | |
STICK_A="/media/pi/AF7C-CF1E"; | |
STICK_B="/media/pi/IMAGES"; | |
TEMPF="/home/pi/slideshow.tmp"; | |
DELAY=5; | |
export DISPLAY=":0" | |
if [ -d "$STICK_A" ]; then |
[ | |
{"from": 1, "to": 2}, | |
{"from": 1, "to": 3}, | |
{"from": 2, "to": 4}, | |
{"from": 2, "to": 5} | |
] |