Skip to content

Repetti Net

Repetti Net

  • Home

WordPress on Flux

Brian Repetti Feb 28, 2023 0 Comments

Today is the start of the WordPress beta on Flux Cloud. You can now deploy WordPress sites that are redundant across a minimum of 3 nodes! The beta is limited…

Unit Testing DateTime.Now

Brian Repetti Feb 27, 2023 0 Comments

Here is a handy class that will help with unit testing any references to DateTime.Now. public static class SystemTime{ public static Func<DateTime> Now = () => DateTime.Now(); public static Func<DateTime>…

Configure Unraid VM for a Ubuntu Server Install

Brian Repetti Feb 3, 2023 0 Comments

To get started, ensure you have an ISO of the version of Ubuntu you want to install. You will want to make sure you have copied the ISO into the…

Flux Node Useful Commands

Brian Repetti Feb 2, 2023 0 Comments

Maintenance / Installation Monthly Maintenance Update: This will update the OS and FluxOS. sudo apt-get update -y && sudo apt-get --with-new-pkgs upgrade -y && sudo apt autoremove -y && cd…

Basic YARP config to Reverse Proxy Asp.Net Web Forms

Brian Repetti Jan 31, 2023 0 Comments

Add a new .net core project to your existing solution. Add a NuGet package reference to Yarp.ReverseProxy. <ItemGroup> <PackageReference Include="Yarp.ReverseProxy" /> </ItemGroup> Configure the startup middleware by adding the following…

OpnSense UPNP inside DMZ

Brian Repetti Jan 31, 2023 0 Comments

Recently I had the need to allow a few devices to open UPNP ports to the internet. My OpnSense router is in a DMZ because I could not find a…

Clear Chrome HSTS

Brian Repetti Jan 31, 2023 0 Comments

Open Chrome Launch: chrome://net-internals/#hsts Query for HSTS policies by entering the domain into the Query HSTS field. To delete any HSTS policies enter the domain into the Delete field.

Running .Net Core Websites on Linux

Brian Repetti Jan 29, 2023 0 Comments

Configure Nginx Reverse Proxy To configure Nginx to act as a reverse proxy you will need to edit the default site config. sudo nano /etc/nginx/sites-available/default This is a boilerplate config…

Publishing Content to Nginx

Brian Repetti Jan 28, 2023 0 Comments

Moving content from Windows to Linux/Nginx is simple and quick with the use of SFTP. I used WinSCP to connect to Ubuntu and transfer files to be hosted by Nginx.…

Installing Nginx on Ubuntu

Brian Repetti Jan 28, 2023 0 Comments

Update & Install Nginx Package sudo apt update sudo apt install nginx Press Y and Enter or just Enter to continue when prompted. The nginx packages will then be downloaded…

Recent Posts

  • WordPress on Flux
  • Unit Testing DateTime.Now
  • Configure Unraid VM for a Ubuntu Server Install
  • Flux Node Useful Commands
  • Basic YARP config to Reverse Proxy Asp.Net Web Forms

Recent Comments

    Archives

    • February 2023
    • January 2023

    Categories

    • Dev
    • Networking
    • WEB3

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    You Missed

    WEB3

    WordPress on Flux

    Dev

    Unit Testing DateTime.Now

    Networking

    Configure Unraid VM for a Ubuntu Server Install

    WEB3

    Flux Node Useful Commands

    Repetti Net

    Copyright © All rights reserved | Blogus by Themeansar.