More actions
20 September 2024
- 17:4317:43, 20 September 2024 diff hist +33 Main Page No edit summary
9 September 2024
- 00:5400:54, 9 September 2024 diff hist +3,982 N RPI CUPS server for mini print server Created page with "== CUPS server on RPI == ==== Overview ==== I started this projects as I have recently been using two separate desktop PC's instead of one, and conjunction with this I have always had to have others email me files to be printed, as my trust Brother printer, is a usb only device. From this I decided to install CUPS on a RPI3 I had lying around to provide a print server for the network. === Installing Dependancies === The first thing we are going to do is install a few..." current
- 00:1600:16, 9 September 2024 diff hist +27 N File:Screenshot 2024-09-08 at 8.15.17 PM.png File uploaded with MsUpload current
- 00:1400:14, 9 September 2024 diff hist +27 N File:Screenshot 2024-09-08 at 8.14.08 PM.png File uploaded with MsUpload current
8 September 2024
- 23:5823:58, 8 September 2024 diff hist +43 Main Page No edit summary
31 August 2024
- 04:1504:15, 31 August 2024 diff hist +12 Wireguard VPN Setup (Regular and Site to Site) No edit summary current
- 04:1304:13, 31 August 2024 diff hist +3,946 N Wireguard VPN Setup (Regular and Site to Site) Created page with "WireGuard for remote RDP/Port Forwarding === Client Config === <pre> [Interface] PrivateKey = Address = 192.168.0.2/24 [Peer] PublicKey = AllowedIPs = 0.0.0.0/1, 128.0.0.0/1 Endpoint = 10.0.17.111:51820 PersistentKeepalive = 21 Notes: The Routing Lines in this file, are configured to route RDP traffic on 3389 to the MGMT system at 172.16.200.11. Also change the port used if not default </pre> === Server Config === <pre> [Interface] PrivateKey = Address = 192.168.0..."
- 03:1603:16, 31 August 2024 diff hist +811 N Windows 11 Enterprise .iso creation Created page with "== Creating a Windows 11 .iso == This Guide is made 4/25/23, using W11 22H2 To create a Windows 11 Enterprise media: Download the latest Windows Media Creation Tools. Open PowerShell and navigate to the folder with the Media Creation Tool. Type in: <pre> MediaCreationTool1909.exe /Eula Accept /Retail /MediaArch x64 /MediaLangCode en-US /MediaEdition Enterprise </pre> If you receive an error try: <pre> .\MediaCreationTool1909.exe /Eula Accept /Retail /MediaArch x64..." current
- 03:1503:15, 31 August 2024 diff hist +1,568 N Vaultwarden Docker Container Setup Created page with "== Container Setup == In this setup I will be using a Debian 11 Docker container hosted on proxmox: Download the Debian 11 container template in disk> CT Templates> Debian 11 Create a CT with your chosen name and ID Allocate 2 Cores, 4096MB of RAM, and 30Gb of Storage Start the docker container, and create a sudo user with: <pre> useradd user usermod -aG sudo user </pre> Switch to the new Sudo user for the rest of the installation Docker Setup First install neces..." current
- 03:1503:15, 31 August 2024 diff hist +27 N File:231667311-5b5df8db-5da4-4368-b3c7-f09e29006fb5.png File uploaded with MsUpload current
- 03:1503:15, 31 August 2024 diff hist +27 N File:231667183-b4f6af96-5f1d-43aa-bafc-f4b4a6890484.png File uploaded with MsUpload current
- 03:1203:12, 31 August 2024 diff hist +15 Proxmox VM Passthrough No edit summary current
- 03:1203:12, 31 August 2024 diff hist +2,686 N Proxmox VM Passthrough Created page with "== PCIe Pass-Through == This is a quick outline of the configuration changes that must be made to allow PCIe pass through for VM's for proxmox out-of-box. Enable IOMMU features by editing the default grub file, by adding the following to the "GRUB_CMDLINE_LINUX_DEFAULT" options in /etc/default/grub Note: On newer systems, your install may be using "proxmox-boot-tool". If your is then the following must be appended to /etc/kernel/cmdline <pre> intel_iommu=on or for AMD..."
- 03:1103:11, 31 August 2024 diff hist +27 N File:269137439-62d49d8b-f2f5-458c-af74-115a46bd8b7a.png File uploaded with MsUpload current
- 03:1103:11, 31 August 2024 diff hist +27 N File:269135969-33454b73-5d47-45e7-a7bf-5096dc2cf422.png File uploaded with MsUpload current
- 03:0903:09, 31 August 2024 diff hist +1,971 N Proxmox NFS Configuration Created page with "NFS Configuration for Proxmox When Using Truenas as a disk source for proxmox VM's I ran into issues with the write speed of the disks stored on the NFS share, mounted on the Truenas Scale server. The issue seemed to be related to the file syncing properties of ZFS, and was allowing strong read speeds, but abysmal write speeds, as it was attempting to write sync all of the data being written from the VM OS. Note: For some instances, such as using TrueNAS Scale, I had t..." current
- 03:0803:08, 31 August 2024 diff hist +4,101 N Proxmox High Avilability (HA) Created page with "== Proxmox High Availability (HA) Guide == === Overview === Proxmox High Availability (HA) ensures continuous availability of virtual machines (VMs) within a Proxmox Virtual Environment (PVE) cluster by automatically migrating them to healthy nodes in the event of a node failure. This guide provides an in-depth understanding of HA concepts, configuration options, and best practices. === Requirements === Before setting up Proxmox High Availability (HA), ensure that yo..." current
- 03:0603:06, 31 August 2024 diff hist +2 Project Send Setup and Configuration No edit summary current
- 03:0503:05, 31 August 2024 diff hist +3,326 N Project Send Setup and Configuration Created page with "= Project Send Configuration and Setup = A Quick wiki write-up for the configuration of a mysql based Project Send server for client and public file uploading and sharing, to facilitate public access and file serving. == Installation == ===== LAMP Stack ===== First Update and Upgrade your system: <pre> sudo apt update && apt upgrade </pre> Next install your LAMP stack: <pre> apt-get install apache2 mariadb-server imagemagick php libapache2-mod-php php-imagick php7.4-..."
- 02:2202:22, 31 August 2024 diff hist 0 Dell Optiplex NVME BIOS mod No edit summary
- 02:2002:20, 31 August 2024 diff hist +959 Dell Optiplex NVME BIOS mod No edit summary
- 02:1202:12, 31 August 2024 diff hist +27 N File:Run-Command-Prompt-Administrator.png File uploaded with MsUpload current
- 02:1202:12, 31 August 2024 diff hist +27 N File:Optiplex-7020-Write-NVMe-BIOS-1.png File uploaded with MsUpload current
- 02:1202:12, 31 August 2024 diff hist +27 N File:Optiplex-7020-UEFITool.png File uploaded with MsUpload current
- 02:1202:12, 31 August 2024 diff hist +27 N File:Optiplex-7020-Service-Mode-alert.png File uploaded with MsUpload current
- 02:1202:12, 31 August 2024 diff hist +27 N File:Optiplex-7020-3020-Backup-BIOS-Intel-FPT.png File uploaded with MsUpload current
- 02:1202:12, 31 August 2024 diff hist +27 N File:OptiPlex-3020-Service-Mode.jpg File uploaded with MsUpload current
- 02:1202:12, 31 August 2024 diff hist +27 N File:Insert-NVME-DXE-Location.png File uploaded with MsUpload current
- 02:1202:12, 31 August 2024 diff hist +27 N File:Insert-NVME-DXE-Inserted.png File uploaded with MsUpload current
- 02:1202:12, 31 August 2024 diff hist +27 N File:Insert-NVME-DXE-InsertAfter.png File uploaded with MsUpload current
- 02:1202:12, 31 August 2024 diff hist +27 N File:Dell-Security-Manager.png File uploaded with MsUpload current
- 02:1202:12, 31 August 2024 diff hist +27 N File:Dell-Optiplex-BIOS-Update-Prompt.png File uploaded with MsUpload current
- 02:1202:12, 31 August 2024 diff hist +27 N File:Dell-Optiplex-7020-Service-Mode.jpg File uploaded with MsUpload current
- 02:1202:12, 31 August 2024 diff hist +27 N File:Dell-Optiplex-7020-NVMe-Bios-System-Information-1024x576.png File uploaded with MsUpload current
- 02:1202:12, 31 August 2024 diff hist +27 N File:Dell-Optiplex-7020-NVMe-Bios-SATA-Options-1024x576.png File uploaded with MsUpload current
- 02:1202:12, 31 August 2024 diff hist +27 N File:Dell-Optiplex-7020-Disable-C-States-1024x576.png File uploaded with MsUpload current
- 02:1202:12, 31 August 2024 diff hist +27 N File:Dell-Optiplex-7020-9020-Service-Mode.jpg File uploaded with MsUpload current
- 02:0202:02, 31 August 2024 diff hist +7,369 N Dell Optiplex NVME BIOS mod Created page with "This file contains ambiguous Unicode characters! This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters. Install and boot from an NVMe SSD on a Dell OptiPlex 9020, 7020 or 3020 December 25, 2021 by Paulie In this post I will show you how you can modify the BIOS of your Dell OptiPlex 902..."
- 01:1701:17, 31 August 2024 diff hist +42 Key Based SSH from Windows to Linux No edit summary current
- 01:1501:15, 31 August 2024 diff hist 0 N File:SSHKeygen.png No edit summary current
- 01:1201:12, 31 August 2024 diff hist 0 N File:SSHAuth.png No edit summary current
30 August 2024
- 03:1003:10, 30 August 2024 diff hist −10 Key Based SSH from Windows to Linux →Passwordless SSH:
- 03:0703:07, 30 August 2024 diff hist +1,319 N Key Based SSH from Windows to Linux Created page with "== Passwordless SSH: == First on the client in power-shell run ssh-keygen from the user account you will be accessing with, and follow the prompts to create an SSH pair, and name them. You can choose note to add a password to the Keys, to make to not require one for SSH. image Now copy the public key (Default name id_rsa.pub) created by the client in the C:/Users/USER/.ssh/ directory, to the server with your method of choice. If this is an initial config, just ssh int..."
- 03:0603:06, 30 August 2024 diff hist +2,818 N Forgejo Install from Binary Created page with "Installation: Download Forgejo binary for your CPU architecture and verify the GPG signature. Copy the binary to /usr/local/bin/ and make it executable. # cp forgejo-1.21.5-0-linux-amd64 /usr/local/bin/forgejo # chmod 755 /usr/local/bin/forgejo Ensure git and git-lfs are installed: # apt install git git-lfs Create a user git on the system: # adduser --system --shell /bin/bash --gecos 'Git Version Control' \ --group --disabled-password --home /home/git git Create nece..." current
- 03:0503:05, 30 August 2024 diff hist +9 Main Page →Pages
- 03:0503:05, 30 August 2024 diff hist +334 Main Page No edit summary
- 03:0203:02, 30 August 2024 diff hist −527 Main Page No edit summary
- 02:5902:59, 30 August 2024 diff hist −4 User:T20A02 Blanked the page current Tag: Blanking
- 02:5902:59, 30 August 2024 diff hist +4 N User:T20A02 Test
27 August 2024
- 19:1519:15, 27 August 2024 diff hist +126 Main Page No edit summary