Skip to content

Instantly share code, notes, and snippets.

View yottu's full-sized avatar

yottu

  • Germany, Bavaria
View GitHub Profile
@yottu
yottu / nextcloud-13.0-install-stretch.sh
Last active November 5, 2018 07:36
Installing nextcloud 13.0 on Debian GNU/Linux 9.3 (stretch) [Apache2/postgresql/letsencrypt]
### Written: 2018-02-18
### Updated: -
### Get, verify and unpack, delete and move the distribution package (13.0)
wget https://download.nextcloud.com/server/releases/nextcloud-13.0.0.tar.bz2
wget https://download.nextcloud.com/server/releases/nextcloud-13.0.0.tar.bz2.sha256
sha256sum -c nextcloud-13.0.0.tar.bz2.sha256 < nextcloud-13.0.0.tar.bz2.sha256
tar xvf nextcloud-13.0.0.tar.bz2 && rm nextcloud-13.0.0.tar.bz2
sudo mv nextcloud /var/www/html/
@yottu
yottu / nextcloud-install-jessie.sh
Last active November 9, 2018 01:07
Installing nextcloud 12.0 on Debian GNU/Linux (Jessie) [Apache2/mysql]
### Written: 2017-06-13
### Updated: -
### Get, verify and unpack, delete and move the distribution package (12.0)
wget https://download.nextcloud.com/server/releases/nextcloud-12.0.0.tar.bz2
wget https://download.nextcloud.com/server/releases/nextcloud-12.0.0.tar.bz2.sha256
sha256sum -c nextcloud-12.0.0.tar.bz2.sha256 < nextcloud-12.0.0.tar.bz2.sha256
tar xvf nextcloud-12.0.0.tar.bz2 && rm nextcloud-12.0.0.tar.bz2
sudo mv nextcloud /var/www/
@yottu
yottu / nextcloud-install-sid.sh
Last active July 12, 2018 21:22
Installing nextcloud 12.0 on Debian GNU/Linux (sid) [lighttpd/mariadb]
### Written: 2017-06-13
### Updated: -
### Get, verify and unpack, delete and move the distribution package (12.0)
wget https://download.nextcloud.com/server/releases/nextcloud-12.0.0.tar.bz2
wget https://download.nextcloud.com/server/releases/nextcloud-12.0.0.tar.bz2.sha256
sha256sum -c nextcloud-12.0.0.tar.bz2.sha256 < nextcloud-12.0.0.tar.bz2.sha256
tar xvf nextcloud-12.0.0.tar.bz2 && rm nextcloud-12.0.0.tar.bz2
sudo mv nextcloud /var/www/html
@yottu
yottu / yottu-Dockerfile.sh
Last active May 23, 2018 19:27
>330 MB to run a terminal 4chan client
#!/bin/sh
docker build -t yottu - << __EOF__
FROM debian
RUN \
apt-get update && \
apt-get install -y python python-requests python-bs4 python-pil w3m-img \
libimlib2 ranger feh xterm sxiv git && \
git clone git://github.com/yottu/yottu.git && \
mkdir -p /root/img && \
ls -l