Advanced Search
Search Results
142 total results found
Weapon God Rolls
Name Sight Magazine Perk 1 Perk 2 Masterwork Pardon our Dust Volatile Launch Hard Launch Blinding Grenades Spike Grenades Auto Loading Holster Vorpal Weapon Blast Radius Wastelander M5 Anything Range Assault Mag Accuriz...
Triumphs
Legends HARD: Prophecy: Solo, Flawless, Solo Flawless, Hidden Urns VERY HARD: Vault of Glass Challenges UNOBTAINABLE: Nightfall The Disgraced Highscore UNOBTAINABLE: Legend + Master Lost Sectors on Cosmodrome Europa HARD: Deep stone crypt challen...
Smart Meter
Socat Commands socat PTY,raw,echo=0,link=/root/ttyVUSB0 tcp:192.168.178.46:4000 socat pty,link=$HOME/dev/ttyV0,waitslave tcp:192.168.178.46:4000 socat pty,link=/config/ttyVUSB0,nonblock,ignoreof,keepalive tcp:192.168.178.46:4000& Nodered install dependen...
Games
Name Release Year Medium Owned Assassin’s Creed 2007 CD Yes Assassin’s Creed: Altaïr’s Chronicles 2008 DS, iOS No Assassin’s Creed: Bloodlines 2009 PSP No Assassin’s Creed II 2009 Uplay Yes As...
Setup Ubuntu Server on Raspberry Pi
1. Flash the operating system To flash ubuntu server onto the SD-card the software Raspberry Pi Imager can be used. It support multiple different operating systems, among other things ubuntu server. 2. Setup Wifi To setup the Wifi, following tutorial can be...
Portainer - Manage your containers
Summary Portainer is a container management service for docker containers. Installation via docker-compose version: "3.3" services: portainer: image: "portainer/portainer-ce" ports: - 9000:9000 volumes: - "/var/run/docker....
Node-RED - Smarthome simplified
Summary Node-RED is a drag'n'drop service to simplify your smart home automations. Installation via docker-compose version: "3.7" services: node-red: image: nodered/node-red:latest environment: - TZ=Europe/Berlin ports: - ...
Home Assistant - Central smart home service
Summary Home Assistant is a central smart home service used to connect all your smart home utilities. Installation via docker-compose version: '3' services: homeassistant: container_name: homeassistant image: "ghcr.io/home-assistant/home-assis...
InfluxDB - A time series database
Summary InfluxDB is a time series databse mostly used for sensor data. It supports APIs for data storing, querying and processing. Installation The easiest way to initialize influxdb is by running a docker run command with environment variables to initializ...
Grafana - A analytics & monitoring solution
Summary Grafana is a analytics and monitoring solution for every database available. It supports creating dashboards for your database data and also monitors the data, with options for alerting via various ways. Installation via docker-compose To prevent fi...
Watermeter
Wmbusmeter Installation with docker Create the folder/file structure in the data folder: etc wmbusmeter.d Water wmbusmeter.conf logs Water name=Water id=57740424 driver=izar key=NOKEY wmbusmeter.conf loglevel=debug device=rtlwmbu...
Kostal photovoltaic system
Overview The Kostal photovoltaic system supports multiple API's for data extraction. For one, it offers a website with detailed statistics about the energy production. On this website you can also enable the two services Modbus and Sunspec. It seems like Suns...
DrawIO - A flowchart maker
Summary DrawIO is a flowchart maker able to create all kinds of different charts or diagrams. It supports multiple different export modes like PDF, Images or HMTL. Installation via docker-compose behind traefik proxy services: plantuml-server: ima...
XWiki - A extendable wiki service
Summary XWiki is a wiki service built on java, which offers a lot of extendability through java plugins. Installation via docker-compose behind traefik proxy xwiki_service: image: "xwiki:lts-postgres-tomcat" restart: always labels: - ...
Nextcloud - Self hosted cloud
Summary Nextcloud is a self hosted one stop cloud solution, offering support for file hosting, calendars, notes and much more. Installation via docker-compose behind traefik proxy services: nextcloud_web: image: nextcloud restart: always n...
Plex - Multimedia platform
Summary Manage and view your movie and series collection. Installation via docker-compose plex: image: ghcr.io/linuxserver/plex network_mode: host environment: - PUID=1000 - PGID=1000 - VERSION=docker - ADVERTISE...
SSHwifty - Web ssh and telnet client
Summary Web client to use ssh and telnet in your browser. Installation via docker-compose behind traefik proxy sshwifty: image: niruix/sshwifty:latest labels: - "traefik.enable=true" - "traefik.http.routers.ssh.rule=Host(`ssh.domai...
Teamspeak Hub
Gitea Teamspeak Hub User Account creation Link Teamspeak Account Teamspeak Viewer Web Display Channels Names Icons Chat button Display Users Names Icons Statistics Online since Idle since Total time Chat button Crea...
Sunways NT4000
The Sunways NT4000 is a solar inverter. It stores data locally, which can be retrieved via eighter a RS485 or a RS232 interface. When using multiple Sunways inverters, you can connect them to each other via the RS485 interface, so that one acts as master and h...
Tower Defense
Overview This is a simple tower defense game made by students at Gymnasium Landau a.d. Isar in the year 2016. It was a project work done as training exercise in groups of 5. Project documentation 13.06.2016 Game opens a window and draws the playing fie...