TekOnline

Author: jcianci12

  • Debugging Angular with VS Code and Firefox

    Everyone has their own preference when it comes to debugging. Here is what has worked well for me! This example is based on a new angular application. If you would like to know how to get started with angular – head over here: https://code.visualstudio.com/docs/nodejs/angular-tutorial If you would like to clone the repo and give it…

  • Using an Arris Surfboard sb8200 with pfsense

    Using an Arris Surfboard sb8200 with pfsense

    Hey there! 👋🏼 I wanted to share my experience setting up my home server with pfsense and an Arris Surfboard sb8200 modem. 🏠🔧 At first, I ran into an issue where pfsense wasn’t getting an IP from WAN, despite my home router getting one fairly quickly. 🤔 After some trial and error, I discovered an…

  • NGINX 301 permanent redirect

    I was having issues with bringing a website online… here is what I found: My browser was caching the permanent redirects in order to clear the redirect press ctrl + shift + del and select cache, then click ok. The redirect should dissapear as long as your NGINX config is updated.