More actions
2 November 2024
- 01:4101:41, 2 November 2024 diff hist +27 N File:7.png File uploaded with MsUpload current
- 01:4101:41, 2 November 2024 diff hist +27 N File:6.png File uploaded with MsUpload current
- 01:4101:41, 2 November 2024 diff hist +27 N File:5.png File uploaded with MsUpload current
- 01:4101:41, 2 November 2024 diff hist +27 N File:4.png File uploaded with MsUpload current
- 01:4101:41, 2 November 2024 diff hist +27 N File:3.png File uploaded with MsUpload current
- 01:4101:41, 2 November 2024 diff hist +27 N File:2.png File uploaded with MsUpload current
- 01:4101:41, 2 November 2024 diff hist +27 N File:1.png File uploaded with MsUpload current
- 01:3501:35, 2 November 2024 diff hist +1,564 N Adding Networks in PFSense Created page with "=== Configuring Optional Networks in PFSense === This is a quick guide to adding additional networks, and giving them internet in PFSense After adding the networks, and assigning them as outlined in the [PF Sense settup](https://github.com/T20A026/SYS-350-Enterprise-Virtualization/wiki/ESXI-Settup#pfsense-configuration) section of the wiki as the two Optional networks, you will need to make some further changes for network, and also to setup a DMZ network with no acces..." current
- 01:3501:35, 2 November 2024 diff hist +32 Main Page No edit summary
- 01:3401:34, 2 November 2024 diff hist +1,564 N VCenter Installation and SSO Created page with "=== Configuring Optional Networks in PFSense === This is a quick guide to adding additional networks, and giving them internet in PFSense After adding the networks, and assigning them as outlined in the [PF Sense settup](https://github.com/T20A026/SYS-350-Enterprise-Virtualization/wiki/ESXI-Settup#pfsense-configuration) section of the wiki as the two Optional networks, you will need to make some further changes for network, and also to setup a DMZ network with no acces..."
- 01:2801:28, 2 November 2024 diff hist +27 N File:278516972-71f0b717-78c6-4865-b750-91c54154354e.png File uploaded with MsUpload current
31 October 2024
- 19:2819:28, 31 October 2024 diff hist +34 Main Page No edit summary
20 September 2024
- 17:5517:55, 20 September 2024 diff hist +2,097 N Ceph & Proxmox installation Created page with "=== Ceph Installation for Proxmox === Ceph is a very powerful enterprise level tool that has founds its way into may free an open source based projects. It provides a robust multi-island style file system that can used to provide fast, redundant, and reliable storage solutions. Proxmox comes with Ceph as an option bake into its its graphical user interface and this allows us to use it effectively and reliably with the platform. In this guide I will be listing the steps..." current
- 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