All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Deathbybandaid Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:20, 8 December 2021 Deathbybandaid talk contribs created page Tronprem (Created page with " ==Download== wget https://spiceworks.jfrog.io/spiceworks/deb-public/pool/tron-prem-0.1.17.deb ==Install== sudo dpkg -i tron-prem-0.1.17.deb sudo tron-ctl reconfigure ==Access== https://local-machine-name") Tag: Visual edit
- 20:20, 8 December 2021 Deathbybandaid talk contribs created page Sopel (Created page with "The Current Guide is mainly SpiceBot related, and runs in a proxmox container. ==Proxmox== ===Update Template Listing=== <nowiki>pveam update</nowiki> ===Install Template=== <nowiki>debian-8-turnkey-nginx-php-fastcgi_14.2-1_amd64.tar</nowiki> I use this template specifically because it saves some time/headache getting php and nginx to cooperate. ===Start Template=== Go through the containers initial setup. ==Upgrade Jessie to Stretch== <nowiki>cd /etc/apt/sources.list...") Tag: Visual edit
- 20:20, 8 December 2021 Deathbybandaid talk contribs created page PyLoad (Created page with " ==Installing pyLoad on Debian Stretch== Then we update our package list and install the dependencies. <nowiki> sudo apt-get update sudo apt-get -y install git liblept5 python python-crypto python-pycurl python-imaging tesseract-ocr zip unzip python-openssl libmozjs-24-bin </nowiki> Get unrar <nowiki> wget http://www.rarlab.com/rar/unrarsrc-5.2.1.tar.gz gunzip unrarsrc-5.2.1.tar.gz tar xfv unrarsrc-5.2.1.tar cd pyload make -f makefile install -v -m755 unrar /...") Tag: Visual edit
- 20:19, 8 December 2021 Deathbybandaid talk contribs created page Proxmox VM (Created page with " ==Proxmox-VE Main Page== Proxmox-VE =Direct Drive Passthrough= [https://pve.proxmox.com/wiki/Passthrough_Physical_Disk_to_Virtual_Machine_(VM) Passthrough Physical Disk to Virtual Machine (VM)] =Windows 10 VM= ==VM creation== Create the VM selecting: ===OS=== Set Guest OS to Microsoft Windows, with the appropriate version. ===Hard Disk=== Set Bus to VirtIO block, and cache to Write Back. ===Network=== Set Model to Virtio ===Confirm=== DO NOT START VM at this point!!...") Tag: Visual edit
- 20:19, 8 December 2021 Deathbybandaid talk contribs created page Proxmox LXC (Created page with " ==Proxmox-VE Main Page== Proxmox-VE =Mounts= ==Mounting a directory available to the host machine== In this example, Drivepool is a cifs share on another machine. The container we are adding this to is 230. The first location is on the host machine, and the second is where you want it located in the container. The container should be shutdown/stopped before running this command. <nowiki>pct set 230 -mp0 /mnt/pve/Drivepool,mp=/Drivepool</nowiki> OR add to the confi...") Tag: Visual edit
- 20:19, 8 December 2021 Deathbybandaid talk contribs created page Proxmox-VE (Created page with " =Terminology= 'Node' is a computer running proxmox. 'Cluster' is a group of proxmox nodes, that can being used together for easy migration or high availability. 'Container' is a guest operating system that shares the kernel with the proxmox host, can give a performance boost compared to a normal Virtual OS. =VM/LXC Specifics= *Proxmox VM *Proxmox LXC =Installation= Download the [https://www.proxmox.com/en/downloads ISO] and install on bare metal. Alternativel...") Tag: Visual edit
- 20:17, 8 December 2021 Deathbybandaid talk contribs created page Pi-Hole (Created page with " =Opening Disclaimers= ==Proxmox== This Guide is written based on the use of Proxmox-VE version 7.0 and more specifically Proxmox_LXC. These instructions should be adaptable to other situations. ===Container Creation=== ====General==== *Unpriviliged container: checked *Nesting: unchecked ====Template==== *Template: ubuntu-21.04-standard_21.04-1_amd64 ====Disks==== *Disk Size (GiB): 4 ====CPU==== Cores: 1 ====Memory==== *Memory (MiB): 256 *Swap (MiB): 512 ====Netw...") Tag: Visual edit
- 20:17, 8 December 2021 Deathbybandaid talk contribs created page Pfsense nat internal (Created page with "File:pfsense-natports.png") Tag: Visual edit
- 20:16, 8 December 2021 Deathbybandaid talk contribs created page Pfsense acme (Created page with " ===Create acme Cron=== This will keep your acme cert updated. File:pfsense-acme1.png ===Test Certificate=== We will be using the test version of letsencrypt on the domain we tested previously. After this, we can change over to production. For now, we should only be concerned with verifying out primary domain gets a cert. File:pfsense-acme2.png You will need to create the account key. File:pfsense-acme3.png In the certificates tab, we will now create wh...") Tag: Visual edit
- 20:16, 8 December 2021 Deathbybandaid talk contribs created page Pfsense HAProxy (Created page with " =HAProxy ports 80/443= ==pfsense admin port change== Step one here is to change pfsense admin interface port from 443. pfsense Admin Port Change ==Adjust Firewall Rules== In order for HAProxy to be used, we need to change some firewall rules to pass traffic for 80/443 ===If you previously NATted 80/443=== You will want to disable these NAT rules. File:pfsense-removenat.png ===Adjust WAN rules to allow access=== Add these rules to allow access to HAProxy File...") Tag: Visual edit
- 20:15, 8 December 2021 Deathbybandaid talk contribs created page Pfsense port bridging (Created page with "This step if you have multiple NICs that you want to apply all the same settings for in switch mode. Upon intitial setup, pfsense had you set which NIC was WAN and which was LAN. Any additional NICs were likely labeled OPT. For this step, we will create a bridge containing all of out OPT NICs. File:pfsense-bridgetuanables.png Change these tuables to the pictured settings. File:pfsense-bridgecreate.png ctrl+click the interfaces from the list that you want to...") Tag: Visual edit
- 20:15, 8 December 2021 Deathbybandaid talk contribs created page Pfsense Internal NAT (Created page with "The below image shows how to configure NAT to work internally. File:pfsense-natports.png") Tag: Visual edit
- 20:14, 8 December 2021 Deathbybandaid talk contribs created page Pfsense Admin Port Change (Created page with "There are a couple reasons to change the default port for pfsense. 1) Security Concerns 2) HAProxy =Instructions= Change The following settings: File:pfsense-port.png After clicking save, you will need to adjust your address bar to reflect the port change. You may need to clear your browsers cookies.") Tag: Visual edit
- 20:13, 8 December 2021 Deathbybandaid talk contribs created page PfSense (Created page with " ==pfsense admin port change== pfsense Admin Port Change =NAT= *pfsense Internal NAT =Bridging= *pfsense port bridging =Dynamic DNS= pfsense dynamic IP =HAProxy= *pfsense HAProxy") Tag: Visual edit
- 20:13, 8 December 2021 Deathbybandaid talk contribs created page Pcie passthrough Proxmox (Created page with "Passing a pcie card through to a VM might seem like a daunting task but it is in fact quite simple. I have three cards passed through to a Windows VM, two sata cards and one graphics card. I will use this machine as an example. First step is to check for iommu support. <nowiki><Pre></nowiki> dmesg | grep IOMMU <nowiki></Pre></nowiki> you should receive a result similar to: <nowiki><Pre></nowiki> [ 0.000000] DMAR: IOMMU enabled [ 21.572201] AMD IOMMUv2 d...") Tag: Visual edit
- 20:12, 8 December 2021 Deathbybandaid talk contribs created page Nginx (Created page with " =Reverse Proxy (rough)= Below is a very rough outline of an nginx reverse proxy setup <nowiki>cd /etc/nginx</nowiki> <nowiki>nano nginx.conf</nowiki> <nowiki> ## Global Settings include /etc/nginx/conf/globals.conf; http { ## United States only # requires apt-get install geoip-database # geoip_country /usr/share/GeoIP/GeoIP.dat; # map $geoip_country_code $allowed_country {default yes; US yes;} ## Settings include /etc/nginx/conf/settings.conf; ##...") Tag: Visual edit
- 20:11, 8 December 2021 Deathbybandaid talk contribs created page Jdownloader (Created page with " =Install Jdownloader on linux in headless mode= ==Create account with my.jdownloader== Jdownloader ([https://my.jdownloader.org Official website]) ==Install Prerequisites== <nowiki>apt update && apt upgrade -y</nowiki> <nowiki>apt-get install default-jre default-jdk</nowiki> <nowiki>apt install -y ffmpeg</nowiki> ==Install Jdownloader== <nowiki>mkdir /opt/JDownloader && cd /opt/JDownloader/</nowiki> <nowiki>wget http://installer.jdownloader.org/JDownloader.j...") Tag: Visual edit
- 20:11, 8 December 2021 Deathbybandaid talk contribs created page Git (Created page with "This is a cheatsheet for git stuff ==Pull a specific directory== <nowiki>git -C /home/sopel/sopel/ pull</nowiki> ==Syncing your fork with upstream== Step 1) configure remote repository as upstream <nowiki>git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git</nowiki> Step 2) checkout your branch to sync, usually master <nowiki>git checkout master</nowiki> Step 4) fetch upstream <nowiki>git fetch upstream</nowiki> Step 4) merge upstream <n...") Tag: Visual edit
- 20:09, 8 December 2021 Deathbybandaid talk contribs created page Bash script service (Created page with "<nowiki> [Unit] Description=Sonarr Logs Transfer [Service] User=root Restart=always RestartSec=1800s ExecStart=/bin/bash /home/sonarrlogs.sh [Install] WantedBy=default.target </nowiki>") Tag: Visual edit
- 20:08, 8 December 2021 Deathbybandaid talk contribs created page Apt-Cacher NG (Created page with " =Opening Disclaimers= ==Proxmox== This Guide is written based on the use of Proxmox-VE version 7.0 and more specifically Proxmox_LXC. These instructions should be adaptable to other situations. ===Container Creation=== ====General==== *Unpriviliged container: checked *Nesting: unchecked ====Template==== *Template: ubuntu-21.04-standard_21.04-1_amd64 ====Disks==== *Disk Size (GiB): 4 ====CPU==== Cores: 1 ====Memory==== *Memory (MiB): 256 *Swap (MiB): 512 ====Netw...") Tag: Visual edit
- 20:06, 8 December 2021 Deathbybandaid talk contribs created page Airdc (Created page with " =Headless Linux install= ==Install Prerequisites== <nowiki>apt update && apt upgrade -y</nowiki> <nowiki>apt-get install miniupnpd</nowiki> ==Install airdc== <nowiki>wget https://web-builds.airdcpp.net/stable/airdcpp_2.6.1_webui-2.6.1_64-bit_portable.tar.gz</nowiki> <nowiki>tar -xvzf airdcpp_2.6.1_webui-2.6.1_64-bit_portable.tar.gz</nowiki> <nowiki>mv airdcpp-webclient /opt/</nowiki> <nowiki>cd airdcpp-webclient/</nowiki> ==Setup airdc== <nowiki>./airdcppd --...") Tag: Visual edit
- 19:50, 8 December 2021 MediaWiki default talk contribs created page Main Page