Giter VIP home page Giter VIP logo

my_pizerow2_setup's Introduction

woodmastr's Raspberry Pi Zero W 2 Setup

I run the PiZeroW2 in headless mode. So basically all installation guides are made from the terminal.

Basic Stuff

noip3

No-Ip Updater Update Script for noip3

#!/bin/bash

U=woodmastr
P=snrflw21
HOSTNAMES=amd2.ddns.net

#echo "noip-duc -u $U -p $P --hostnames $HOSTNAMES --once"
noip-duc -u $U -p $P --hostnames $HOSTNAMES --once

GIT

python

Samba

Start samba with sudo service smbd status

VNC

Start VNC with vncserver-virtual :1 connect to vnc with

RPi-GoogleDrive

This one took me quite a qhile to figure out. RPi-Googledrive gets you a live google drive directory on your pi. Go over to rpi-Googledrive.

usbmount

usb drives are only mounted at boot time. usbmount automatically mounts usb drives under /media/usb*. install it via shell

sudo apt install usbmount # install usb 

it neads a tweak: in /lib/systemd/system/systemd-udevd.service set # PrivateMounts=no and sudo reboot or restart systemd and udev subprocesses

sudo systemctl daemon-reexec
sudo service systemd-udevd restart

.

samba

vnc headless

Docker

Install docker and docker-compose utility via the guide on docker site itself.

Web Hosting

lemp wordpress script

Lemp for pi consists of nginx webserver, mariadb, php. Before installing nginx you might want to make sure that apache2is uninstalled via sudo apt remove apache2. Install a lemp wordpress stack with this script.

lemp wordpress on docker

grav cms

ghost cms

webmin

Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin lets you manage a system from the console or remotely. Install it with

wget http://prdownloads.sourceforge.net/webadmin/webmin-2.000.tar.gz
tar -zxvf webmin-2.000.tar.gz
cd webmin-2.000
sudo ./setup.sh

and access it on standard port 10000 with eg http://raspberrypi.local:10000

Media

photoprism

my_pizerow2_setup's People

Contributors

devskale avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.