Skip to content

Instantly share code, notes, and snippets.

@kstevenson722
kstevenson722 / TrueNAS Scale Install Shinobi Docker.md
Last active May 9, 2022 10:26
TrueNAS Scale Install Shinobi Docker

SSH into the TrueNAS make directoried in dataset

docker run -d --name='Shinobi' -p '8080:8080/tcp' -v "/dev/shm/Shinobi/streams":'/dev/shm/streams':'rw' -v "$HOME/Shinobi/config":'/config':'rw' -v "$HOME/Shinobi/customAutoLoad":'/home/Shinobi/libs/customAutoLoad':'rw' -v "$HOME/Shinobi/database":'/var/lib/mysql':'rw'

@kstevenson722
kstevenson722 / Guide pfsense 2.4.5 Firewall and NAT Rules.md
Last active February 17, 2021 19:36
Guide pfsense 2.4.5 Firewall and NAT Rules
@kstevenson722
kstevenson722 / how-to-setup-nextcloud-on-truenas.md
Last active August 28, 2023 13:53
How to Setup NextCloud on TrueNAS

How to Setup NextCloud on TrueNAS

  • Install Plugin

  • Create DataSet

    • Stop plugin
      1. The plugin needs to be stopped before you attach a dataset
      2. Go to storage and add dataset
      3. Set permissions on new dataset
        • User as www
        • Uncheck other permissions
  • Check owner and group to rwx
@kstevenson722
kstevenson722 / Proxmox-Hardware-Passthrough.md
Last active April 1, 2022 23:35
Proxmox hardware passthrough

Remote Gaming and Video editing with Proxmox GPU passthrough in a Windows 10 VM.

Are you a PC enthusiast want to play around virtualization and have you just recently upgraded to a 3000 series RTX card and don't know what to do with your 2000 series well I have a project for you.

I am going to assume you have a Proxmox Host with an extra GPU setup.

Once you pass the GPU through to a VM the host will not have access to the GPU anymore. This is why I recomend adding a second GPU to your host. Also the GPU cannot be shared across guests.

Changes to Proxmox Server

ssh into your Proxmox Server and edit Grub

@kstevenson722
kstevenson722 / how-to-add-storage-to-proxmox.md
Last active November 21, 2022 17:08
How to add storage to Proxmox

This tutorial covers the following subjects:

  • How to partition and format a hard disk added to our baremetal host
  • possible use cases for the new partition

Identify the new disk

The lsblk command in linux will list block devices.

 lsblk
@kstevenson722
kstevenson722 / Mount USB Drive for Proxmox Backup.md
Last active March 17, 2024 18:38
Mount UBS Drive for Proxmox Backup